Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateTraceBehaviorConfig(params *CreateTraceBehaviorConfigParams, opts ...ClientOption) (*CreateTraceBehaviorConfigOK, error)
- func (a *Client) DeleteTraceBehaviorConfig(params *DeleteTraceBehaviorConfigParams, opts ...ClientOption) (*DeleteTraceBehaviorConfigOK, error)
- func (a *Client) ReadTraceBehaviorConfig(params *ReadTraceBehaviorConfigParams, opts ...ClientOption) (*ReadTraceBehaviorConfigOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateTraceBehaviorConfig(params *UpdateTraceBehaviorConfigParams, opts ...ClientOption) (*UpdateTraceBehaviorConfigOK, error)
- type ClientOption
- type ClientService
- type CreateTraceBehaviorConfigBadRequest
- func (o *CreateTraceBehaviorConfigBadRequest) Code() int
- func (o *CreateTraceBehaviorConfigBadRequest) Error() string
- func (o *CreateTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
- func (o *CreateTraceBehaviorConfigBadRequest) IsClientError() bool
- func (o *CreateTraceBehaviorConfigBadRequest) IsCode(code int) bool
- func (o *CreateTraceBehaviorConfigBadRequest) IsRedirect() bool
- func (o *CreateTraceBehaviorConfigBadRequest) IsServerError() bool
- func (o *CreateTraceBehaviorConfigBadRequest) IsSuccess() bool
- func (o *CreateTraceBehaviorConfigBadRequest) String() string
- type CreateTraceBehaviorConfigConflict
- func (o *CreateTraceBehaviorConfigConflict) Code() int
- func (o *CreateTraceBehaviorConfigConflict) Error() string
- func (o *CreateTraceBehaviorConfigConflict) GetPayload() *models.APIError
- func (o *CreateTraceBehaviorConfigConflict) IsClientError() bool
- func (o *CreateTraceBehaviorConfigConflict) IsCode(code int) bool
- func (o *CreateTraceBehaviorConfigConflict) IsRedirect() bool
- func (o *CreateTraceBehaviorConfigConflict) IsServerError() bool
- func (o *CreateTraceBehaviorConfigConflict) IsSuccess() bool
- func (o *CreateTraceBehaviorConfigConflict) String() string
- type CreateTraceBehaviorConfigDefault
- func (o *CreateTraceBehaviorConfigDefault) Code() int
- func (o *CreateTraceBehaviorConfigDefault) Error() string
- func (o *CreateTraceBehaviorConfigDefault) GetPayload() models.GenericError
- func (o *CreateTraceBehaviorConfigDefault) IsClientError() bool
- func (o *CreateTraceBehaviorConfigDefault) IsCode(code int) bool
- func (o *CreateTraceBehaviorConfigDefault) IsRedirect() bool
- func (o *CreateTraceBehaviorConfigDefault) IsServerError() bool
- func (o *CreateTraceBehaviorConfigDefault) IsSuccess() bool
- func (o *CreateTraceBehaviorConfigDefault) String() string
- type CreateTraceBehaviorConfigInternalServerError
- func (o *CreateTraceBehaviorConfigInternalServerError) Code() int
- func (o *CreateTraceBehaviorConfigInternalServerError) Error() string
- func (o *CreateTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
- func (o *CreateTraceBehaviorConfigInternalServerError) IsClientError() bool
- func (o *CreateTraceBehaviorConfigInternalServerError) IsCode(code int) bool
- func (o *CreateTraceBehaviorConfigInternalServerError) IsRedirect() bool
- func (o *CreateTraceBehaviorConfigInternalServerError) IsServerError() bool
- func (o *CreateTraceBehaviorConfigInternalServerError) IsSuccess() bool
- func (o *CreateTraceBehaviorConfigInternalServerError) String() string
- type CreateTraceBehaviorConfigOK
- func (o *CreateTraceBehaviorConfigOK) Code() int
- func (o *CreateTraceBehaviorConfigOK) Error() string
- func (o *CreateTraceBehaviorConfigOK) GetPayload() *models.Configv1CreateTraceBehaviorConfigResponse
- func (o *CreateTraceBehaviorConfigOK) IsClientError() bool
- func (o *CreateTraceBehaviorConfigOK) IsCode(code int) bool
- func (o *CreateTraceBehaviorConfigOK) IsRedirect() bool
- func (o *CreateTraceBehaviorConfigOK) IsServerError() bool
- func (o *CreateTraceBehaviorConfigOK) IsSuccess() bool
- func (o *CreateTraceBehaviorConfigOK) String() string
- type CreateTraceBehaviorConfigParams
- func NewCreateTraceBehaviorConfigParams() *CreateTraceBehaviorConfigParams
- func NewCreateTraceBehaviorConfigParamsWithContext(ctx context.Context) *CreateTraceBehaviorConfigParams
- func NewCreateTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *CreateTraceBehaviorConfigParams
- func NewCreateTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) SetBody(body *models.Configv1CreateTraceBehaviorConfigRequest)
- func (o *CreateTraceBehaviorConfigParams) SetContext(ctx context.Context)
- func (o *CreateTraceBehaviorConfigParams) SetDefaults()
- func (o *CreateTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
- func (o *CreateTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
- func (o *CreateTraceBehaviorConfigParams) WithBody(body *models.Configv1CreateTraceBehaviorConfigRequest) *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) WithContext(ctx context.Context) *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) WithDefaults() *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *CreateTraceBehaviorConfigParams
- func (o *CreateTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTraceBehaviorConfigReader
- type DeleteTraceBehaviorConfigBadRequest
- func (o *DeleteTraceBehaviorConfigBadRequest) Code() int
- func (o *DeleteTraceBehaviorConfigBadRequest) Error() string
- func (o *DeleteTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
- func (o *DeleteTraceBehaviorConfigBadRequest) IsClientError() bool
- func (o *DeleteTraceBehaviorConfigBadRequest) IsCode(code int) bool
- func (o *DeleteTraceBehaviorConfigBadRequest) IsRedirect() bool
- func (o *DeleteTraceBehaviorConfigBadRequest) IsServerError() bool
- func (o *DeleteTraceBehaviorConfigBadRequest) IsSuccess() bool
- func (o *DeleteTraceBehaviorConfigBadRequest) String() string
- type DeleteTraceBehaviorConfigDefault
- func (o *DeleteTraceBehaviorConfigDefault) Code() int
- func (o *DeleteTraceBehaviorConfigDefault) Error() string
- func (o *DeleteTraceBehaviorConfigDefault) GetPayload() models.GenericError
- func (o *DeleteTraceBehaviorConfigDefault) IsClientError() bool
- func (o *DeleteTraceBehaviorConfigDefault) IsCode(code int) bool
- func (o *DeleteTraceBehaviorConfigDefault) IsRedirect() bool
- func (o *DeleteTraceBehaviorConfigDefault) IsServerError() bool
- func (o *DeleteTraceBehaviorConfigDefault) IsSuccess() bool
- func (o *DeleteTraceBehaviorConfigDefault) String() string
- type DeleteTraceBehaviorConfigInternalServerError
- func (o *DeleteTraceBehaviorConfigInternalServerError) Code() int
- func (o *DeleteTraceBehaviorConfigInternalServerError) Error() string
- func (o *DeleteTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
- func (o *DeleteTraceBehaviorConfigInternalServerError) IsClientError() bool
- func (o *DeleteTraceBehaviorConfigInternalServerError) IsCode(code int) bool
- func (o *DeleteTraceBehaviorConfigInternalServerError) IsRedirect() bool
- func (o *DeleteTraceBehaviorConfigInternalServerError) IsServerError() bool
- func (o *DeleteTraceBehaviorConfigInternalServerError) IsSuccess() bool
- func (o *DeleteTraceBehaviorConfigInternalServerError) String() string
- type DeleteTraceBehaviorConfigNotFound
- func (o *DeleteTraceBehaviorConfigNotFound) Code() int
- func (o *DeleteTraceBehaviorConfigNotFound) Error() string
- func (o *DeleteTraceBehaviorConfigNotFound) GetPayload() *models.APIError
- func (o *DeleteTraceBehaviorConfigNotFound) IsClientError() bool
- func (o *DeleteTraceBehaviorConfigNotFound) IsCode(code int) bool
- func (o *DeleteTraceBehaviorConfigNotFound) IsRedirect() bool
- func (o *DeleteTraceBehaviorConfigNotFound) IsServerError() bool
- func (o *DeleteTraceBehaviorConfigNotFound) IsSuccess() bool
- func (o *DeleteTraceBehaviorConfigNotFound) String() string
- type DeleteTraceBehaviorConfigOK
- func (o *DeleteTraceBehaviorConfigOK) Code() int
- func (o *DeleteTraceBehaviorConfigOK) Error() string
- func (o *DeleteTraceBehaviorConfigOK) GetPayload() models.Configv1DeleteTraceBehaviorConfigResponse
- func (o *DeleteTraceBehaviorConfigOK) IsClientError() bool
- func (o *DeleteTraceBehaviorConfigOK) IsCode(code int) bool
- func (o *DeleteTraceBehaviorConfigOK) IsRedirect() bool
- func (o *DeleteTraceBehaviorConfigOK) IsServerError() bool
- func (o *DeleteTraceBehaviorConfigOK) IsSuccess() bool
- func (o *DeleteTraceBehaviorConfigOK) String() string
- type DeleteTraceBehaviorConfigParams
- func NewDeleteTraceBehaviorConfigParams() *DeleteTraceBehaviorConfigParams
- func NewDeleteTraceBehaviorConfigParamsWithContext(ctx context.Context) *DeleteTraceBehaviorConfigParams
- func NewDeleteTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *DeleteTraceBehaviorConfigParams
- func NewDeleteTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) SetContext(ctx context.Context)
- func (o *DeleteTraceBehaviorConfigParams) SetDefaults()
- func (o *DeleteTraceBehaviorConfigParams) SetDryRun(dryRun *bool)
- func (o *DeleteTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTraceBehaviorConfigParams) WithContext(ctx context.Context) *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) WithDefaults() *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) WithDryRun(dryRun *bool) *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *DeleteTraceBehaviorConfigParams
- func (o *DeleteTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTraceBehaviorConfigReader
- type ReadTraceBehaviorConfigDefault
- func (o *ReadTraceBehaviorConfigDefault) Code() int
- func (o *ReadTraceBehaviorConfigDefault) Error() string
- func (o *ReadTraceBehaviorConfigDefault) GetPayload() models.GenericError
- func (o *ReadTraceBehaviorConfigDefault) IsClientError() bool
- func (o *ReadTraceBehaviorConfigDefault) IsCode(code int) bool
- func (o *ReadTraceBehaviorConfigDefault) IsRedirect() bool
- func (o *ReadTraceBehaviorConfigDefault) IsServerError() bool
- func (o *ReadTraceBehaviorConfigDefault) IsSuccess() bool
- func (o *ReadTraceBehaviorConfigDefault) String() string
- type ReadTraceBehaviorConfigInternalServerError
- func (o *ReadTraceBehaviorConfigInternalServerError) Code() int
- func (o *ReadTraceBehaviorConfigInternalServerError) Error() string
- func (o *ReadTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
- func (o *ReadTraceBehaviorConfigInternalServerError) IsClientError() bool
- func (o *ReadTraceBehaviorConfigInternalServerError) IsCode(code int) bool
- func (o *ReadTraceBehaviorConfigInternalServerError) IsRedirect() bool
- func (o *ReadTraceBehaviorConfigInternalServerError) IsServerError() bool
- func (o *ReadTraceBehaviorConfigInternalServerError) IsSuccess() bool
- func (o *ReadTraceBehaviorConfigInternalServerError) String() string
- type ReadTraceBehaviorConfigNotFound
- func (o *ReadTraceBehaviorConfigNotFound) Code() int
- func (o *ReadTraceBehaviorConfigNotFound) Error() string
- func (o *ReadTraceBehaviorConfigNotFound) GetPayload() *models.APIError
- func (o *ReadTraceBehaviorConfigNotFound) IsClientError() bool
- func (o *ReadTraceBehaviorConfigNotFound) IsCode(code int) bool
- func (o *ReadTraceBehaviorConfigNotFound) IsRedirect() bool
- func (o *ReadTraceBehaviorConfigNotFound) IsServerError() bool
- func (o *ReadTraceBehaviorConfigNotFound) IsSuccess() bool
- func (o *ReadTraceBehaviorConfigNotFound) String() string
- type ReadTraceBehaviorConfigOK
- func (o *ReadTraceBehaviorConfigOK) Code() int
- func (o *ReadTraceBehaviorConfigOK) Error() string
- func (o *ReadTraceBehaviorConfigOK) GetPayload() *models.Configv1ReadTraceBehaviorConfigResponse
- func (o *ReadTraceBehaviorConfigOK) IsClientError() bool
- func (o *ReadTraceBehaviorConfigOK) IsCode(code int) bool
- func (o *ReadTraceBehaviorConfigOK) IsRedirect() bool
- func (o *ReadTraceBehaviorConfigOK) IsServerError() bool
- func (o *ReadTraceBehaviorConfigOK) IsSuccess() bool
- func (o *ReadTraceBehaviorConfigOK) String() string
- type ReadTraceBehaviorConfigParams
- func NewReadTraceBehaviorConfigParams() *ReadTraceBehaviorConfigParams
- func NewReadTraceBehaviorConfigParamsWithContext(ctx context.Context) *ReadTraceBehaviorConfigParams
- func NewReadTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *ReadTraceBehaviorConfigParams
- func NewReadTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *ReadTraceBehaviorConfigParams
- func (o *ReadTraceBehaviorConfigParams) SetContext(ctx context.Context)
- func (o *ReadTraceBehaviorConfigParams) SetDefaults()
- func (o *ReadTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
- func (o *ReadTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
- func (o *ReadTraceBehaviorConfigParams) WithContext(ctx context.Context) *ReadTraceBehaviorConfigParams
- func (o *ReadTraceBehaviorConfigParams) WithDefaults() *ReadTraceBehaviorConfigParams
- func (o *ReadTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *ReadTraceBehaviorConfigParams
- func (o *ReadTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *ReadTraceBehaviorConfigParams
- func (o *ReadTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadTraceBehaviorConfigReader
- type UpdateTraceBehaviorConfigBadRequest
- func (o *UpdateTraceBehaviorConfigBadRequest) Code() int
- func (o *UpdateTraceBehaviorConfigBadRequest) Error() string
- func (o *UpdateTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
- func (o *UpdateTraceBehaviorConfigBadRequest) IsClientError() bool
- func (o *UpdateTraceBehaviorConfigBadRequest) IsCode(code int) bool
- func (o *UpdateTraceBehaviorConfigBadRequest) IsRedirect() bool
- func (o *UpdateTraceBehaviorConfigBadRequest) IsServerError() bool
- func (o *UpdateTraceBehaviorConfigBadRequest) IsSuccess() bool
- func (o *UpdateTraceBehaviorConfigBadRequest) String() string
- type UpdateTraceBehaviorConfigDefault
- func (o *UpdateTraceBehaviorConfigDefault) Code() int
- func (o *UpdateTraceBehaviorConfigDefault) Error() string
- func (o *UpdateTraceBehaviorConfigDefault) GetPayload() models.GenericError
- func (o *UpdateTraceBehaviorConfigDefault) IsClientError() bool
- func (o *UpdateTraceBehaviorConfigDefault) IsCode(code int) bool
- func (o *UpdateTraceBehaviorConfigDefault) IsRedirect() bool
- func (o *UpdateTraceBehaviorConfigDefault) IsServerError() bool
- func (o *UpdateTraceBehaviorConfigDefault) IsSuccess() bool
- func (o *UpdateTraceBehaviorConfigDefault) String() string
- type UpdateTraceBehaviorConfigInternalServerError
- func (o *UpdateTraceBehaviorConfigInternalServerError) Code() int
- func (o *UpdateTraceBehaviorConfigInternalServerError) Error() string
- func (o *UpdateTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
- func (o *UpdateTraceBehaviorConfigInternalServerError) IsClientError() bool
- func (o *UpdateTraceBehaviorConfigInternalServerError) IsCode(code int) bool
- func (o *UpdateTraceBehaviorConfigInternalServerError) IsRedirect() bool
- func (o *UpdateTraceBehaviorConfigInternalServerError) IsServerError() bool
- func (o *UpdateTraceBehaviorConfigInternalServerError) IsSuccess() bool
- func (o *UpdateTraceBehaviorConfigInternalServerError) String() string
- type UpdateTraceBehaviorConfigNotFound
- func (o *UpdateTraceBehaviorConfigNotFound) Code() int
- func (o *UpdateTraceBehaviorConfigNotFound) Error() string
- func (o *UpdateTraceBehaviorConfigNotFound) GetPayload() *models.APIError
- func (o *UpdateTraceBehaviorConfigNotFound) IsClientError() bool
- func (o *UpdateTraceBehaviorConfigNotFound) IsCode(code int) bool
- func (o *UpdateTraceBehaviorConfigNotFound) IsRedirect() bool
- func (o *UpdateTraceBehaviorConfigNotFound) IsServerError() bool
- func (o *UpdateTraceBehaviorConfigNotFound) IsSuccess() bool
- func (o *UpdateTraceBehaviorConfigNotFound) String() string
- type UpdateTraceBehaviorConfigOK
- func (o *UpdateTraceBehaviorConfigOK) Code() int
- func (o *UpdateTraceBehaviorConfigOK) Error() string
- func (o *UpdateTraceBehaviorConfigOK) GetPayload() *models.Configv1UpdateTraceBehaviorConfigResponse
- func (o *UpdateTraceBehaviorConfigOK) IsClientError() bool
- func (o *UpdateTraceBehaviorConfigOK) IsCode(code int) bool
- func (o *UpdateTraceBehaviorConfigOK) IsRedirect() bool
- func (o *UpdateTraceBehaviorConfigOK) IsServerError() bool
- func (o *UpdateTraceBehaviorConfigOK) IsSuccess() bool
- func (o *UpdateTraceBehaviorConfigOK) String() string
- type UpdateTraceBehaviorConfigParams
- func NewUpdateTraceBehaviorConfigParams() *UpdateTraceBehaviorConfigParams
- func NewUpdateTraceBehaviorConfigParamsWithContext(ctx context.Context) *UpdateTraceBehaviorConfigParams
- func NewUpdateTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *UpdateTraceBehaviorConfigParams
- func NewUpdateTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) SetBody(body *models.Configv1UpdateTraceBehaviorConfigRequest)
- func (o *UpdateTraceBehaviorConfigParams) SetContext(ctx context.Context)
- func (o *UpdateTraceBehaviorConfigParams) SetDefaults()
- func (o *UpdateTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateTraceBehaviorConfigParams) WithBody(body *models.Configv1UpdateTraceBehaviorConfigRequest) *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) WithContext(ctx context.Context) *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) WithDefaults() *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *UpdateTraceBehaviorConfigParams
- func (o *UpdateTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateTraceBehaviorConfigReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for trace behavior config API
func (*Client) CreateTraceBehaviorConfig ¶
func (a *Client) CreateTraceBehaviorConfig(params *CreateTraceBehaviorConfigParams, opts ...ClientOption) (*CreateTraceBehaviorConfigOK, error)
CreateTraceBehaviorConfig create trace behavior config API
func (*Client) DeleteTraceBehaviorConfig ¶
func (a *Client) DeleteTraceBehaviorConfig(params *DeleteTraceBehaviorConfigParams, opts ...ClientOption) (*DeleteTraceBehaviorConfigOK, error)
DeleteTraceBehaviorConfig delete trace behavior config API
func (*Client) ReadTraceBehaviorConfig ¶
func (a *Client) ReadTraceBehaviorConfig(params *ReadTraceBehaviorConfigParams, opts ...ClientOption) (*ReadTraceBehaviorConfigOK, error)
ReadTraceBehaviorConfig read trace behavior config API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateTraceBehaviorConfig ¶
func (a *Client) UpdateTraceBehaviorConfig(params *UpdateTraceBehaviorConfigParams, opts ...ClientOption) (*UpdateTraceBehaviorConfigOK, error)
UpdateTraceBehaviorConfig update trace behavior config API
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateTraceBehaviorConfig(params *CreateTraceBehaviorConfigParams, opts ...ClientOption) (*CreateTraceBehaviorConfigOK, error) DeleteTraceBehaviorConfig(params *DeleteTraceBehaviorConfigParams, opts ...ClientOption) (*DeleteTraceBehaviorConfigOK, error) ReadTraceBehaviorConfig(params *ReadTraceBehaviorConfigParams, opts ...ClientOption) (*ReadTraceBehaviorConfigOK, error) UpdateTraceBehaviorConfig(params *UpdateTraceBehaviorConfigParams, opts ...ClientOption) (*UpdateTraceBehaviorConfigOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new trace behavior config API client.
type CreateTraceBehaviorConfigBadRequest ¶
CreateTraceBehaviorConfigBadRequest describes a response with status code 400, with default header values.
Cannot create the TraceBehaviorConfig because the request is invalid.
func NewCreateTraceBehaviorConfigBadRequest ¶
func NewCreateTraceBehaviorConfigBadRequest() *CreateTraceBehaviorConfigBadRequest
NewCreateTraceBehaviorConfigBadRequest creates a CreateTraceBehaviorConfigBadRequest with default headers values
func (*CreateTraceBehaviorConfigBadRequest) Code ¶
func (o *CreateTraceBehaviorConfigBadRequest) Code() int
Code gets the status code for the create trace behavior config bad request response
func (*CreateTraceBehaviorConfigBadRequest) Error ¶
func (o *CreateTraceBehaviorConfigBadRequest) Error() string
func (*CreateTraceBehaviorConfigBadRequest) GetPayload ¶
func (o *CreateTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
func (*CreateTraceBehaviorConfigBadRequest) IsClientError ¶
func (o *CreateTraceBehaviorConfigBadRequest) IsClientError() bool
IsClientError returns true when this create trace behavior config bad request response has a 4xx status code
func (*CreateTraceBehaviorConfigBadRequest) IsCode ¶
func (o *CreateTraceBehaviorConfigBadRequest) IsCode(code int) bool
IsCode returns true when this create trace behavior config bad request response a status code equal to that given
func (*CreateTraceBehaviorConfigBadRequest) IsRedirect ¶
func (o *CreateTraceBehaviorConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this create trace behavior config bad request response has a 3xx status code
func (*CreateTraceBehaviorConfigBadRequest) IsServerError ¶
func (o *CreateTraceBehaviorConfigBadRequest) IsServerError() bool
IsServerError returns true when this create trace behavior config bad request response has a 5xx status code
func (*CreateTraceBehaviorConfigBadRequest) IsSuccess ¶
func (o *CreateTraceBehaviorConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this create trace behavior config bad request response has a 2xx status code
func (*CreateTraceBehaviorConfigBadRequest) String ¶
func (o *CreateTraceBehaviorConfigBadRequest) String() string
type CreateTraceBehaviorConfigConflict ¶
CreateTraceBehaviorConfigConflict describes a response with status code 409, with default header values.
Cannot create the TraceBehaviorConfig because there is a conflict with an existing TraceBehaviorConfig.
func NewCreateTraceBehaviorConfigConflict ¶
func NewCreateTraceBehaviorConfigConflict() *CreateTraceBehaviorConfigConflict
NewCreateTraceBehaviorConfigConflict creates a CreateTraceBehaviorConfigConflict with default headers values
func (*CreateTraceBehaviorConfigConflict) Code ¶
func (o *CreateTraceBehaviorConfigConflict) Code() int
Code gets the status code for the create trace behavior config conflict response
func (*CreateTraceBehaviorConfigConflict) Error ¶
func (o *CreateTraceBehaviorConfigConflict) Error() string
func (*CreateTraceBehaviorConfigConflict) GetPayload ¶
func (o *CreateTraceBehaviorConfigConflict) GetPayload() *models.APIError
func (*CreateTraceBehaviorConfigConflict) IsClientError ¶
func (o *CreateTraceBehaviorConfigConflict) IsClientError() bool
IsClientError returns true when this create trace behavior config conflict response has a 4xx status code
func (*CreateTraceBehaviorConfigConflict) IsCode ¶
func (o *CreateTraceBehaviorConfigConflict) IsCode(code int) bool
IsCode returns true when this create trace behavior config conflict response a status code equal to that given
func (*CreateTraceBehaviorConfigConflict) IsRedirect ¶
func (o *CreateTraceBehaviorConfigConflict) IsRedirect() bool
IsRedirect returns true when this create trace behavior config conflict response has a 3xx status code
func (*CreateTraceBehaviorConfigConflict) IsServerError ¶
func (o *CreateTraceBehaviorConfigConflict) IsServerError() bool
IsServerError returns true when this create trace behavior config conflict response has a 5xx status code
func (*CreateTraceBehaviorConfigConflict) IsSuccess ¶
func (o *CreateTraceBehaviorConfigConflict) IsSuccess() bool
IsSuccess returns true when this create trace behavior config conflict response has a 2xx status code
func (*CreateTraceBehaviorConfigConflict) String ¶
func (o *CreateTraceBehaviorConfigConflict) String() string
type CreateTraceBehaviorConfigDefault ¶
type CreateTraceBehaviorConfigDefault struct { Payload models.GenericError // contains filtered or unexported fields }
CreateTraceBehaviorConfigDefault describes a response with status code -1, with default header values.
An undefined error response.
func NewCreateTraceBehaviorConfigDefault ¶
func NewCreateTraceBehaviorConfigDefault(code int) *CreateTraceBehaviorConfigDefault
NewCreateTraceBehaviorConfigDefault creates a CreateTraceBehaviorConfigDefault with default headers values
func (*CreateTraceBehaviorConfigDefault) Code ¶
func (o *CreateTraceBehaviorConfigDefault) Code() int
Code gets the status code for the create trace behavior config default response
func (*CreateTraceBehaviorConfigDefault) Error ¶
func (o *CreateTraceBehaviorConfigDefault) Error() string
func (*CreateTraceBehaviorConfigDefault) GetPayload ¶
func (o *CreateTraceBehaviorConfigDefault) GetPayload() models.GenericError
func (*CreateTraceBehaviorConfigDefault) IsClientError ¶
func (o *CreateTraceBehaviorConfigDefault) IsClientError() bool
IsClientError returns true when this create trace behavior config default response has a 4xx status code
func (*CreateTraceBehaviorConfigDefault) IsCode ¶
func (o *CreateTraceBehaviorConfigDefault) IsCode(code int) bool
IsCode returns true when this create trace behavior config default response a status code equal to that given
func (*CreateTraceBehaviorConfigDefault) IsRedirect ¶
func (o *CreateTraceBehaviorConfigDefault) IsRedirect() bool
IsRedirect returns true when this create trace behavior config default response has a 3xx status code
func (*CreateTraceBehaviorConfigDefault) IsServerError ¶
func (o *CreateTraceBehaviorConfigDefault) IsServerError() bool
IsServerError returns true when this create trace behavior config default response has a 5xx status code
func (*CreateTraceBehaviorConfigDefault) IsSuccess ¶
func (o *CreateTraceBehaviorConfigDefault) IsSuccess() bool
IsSuccess returns true when this create trace behavior config default response has a 2xx status code
func (*CreateTraceBehaviorConfigDefault) String ¶
func (o *CreateTraceBehaviorConfigDefault) String() string
type CreateTraceBehaviorConfigInternalServerError ¶
CreateTraceBehaviorConfigInternalServerError describes a response with status code 500, with default header values.
An unexpected error response.
func NewCreateTraceBehaviorConfigInternalServerError ¶
func NewCreateTraceBehaviorConfigInternalServerError() *CreateTraceBehaviorConfigInternalServerError
NewCreateTraceBehaviorConfigInternalServerError creates a CreateTraceBehaviorConfigInternalServerError with default headers values
func (*CreateTraceBehaviorConfigInternalServerError) Code ¶
func (o *CreateTraceBehaviorConfigInternalServerError) Code() int
Code gets the status code for the create trace behavior config internal server error response
func (*CreateTraceBehaviorConfigInternalServerError) Error ¶
func (o *CreateTraceBehaviorConfigInternalServerError) Error() string
func (*CreateTraceBehaviorConfigInternalServerError) GetPayload ¶
func (o *CreateTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
func (*CreateTraceBehaviorConfigInternalServerError) IsClientError ¶
func (o *CreateTraceBehaviorConfigInternalServerError) IsClientError() bool
IsClientError returns true when this create trace behavior config internal server error response has a 4xx status code
func (*CreateTraceBehaviorConfigInternalServerError) IsCode ¶
func (o *CreateTraceBehaviorConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this create trace behavior config internal server error response a status code equal to that given
func (*CreateTraceBehaviorConfigInternalServerError) IsRedirect ¶
func (o *CreateTraceBehaviorConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this create trace behavior config internal server error response has a 3xx status code
func (*CreateTraceBehaviorConfigInternalServerError) IsServerError ¶
func (o *CreateTraceBehaviorConfigInternalServerError) IsServerError() bool
IsServerError returns true when this create trace behavior config internal server error response has a 5xx status code
func (*CreateTraceBehaviorConfigInternalServerError) IsSuccess ¶
func (o *CreateTraceBehaviorConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this create trace behavior config internal server error response has a 2xx status code
func (*CreateTraceBehaviorConfigInternalServerError) String ¶
func (o *CreateTraceBehaviorConfigInternalServerError) String() string
type CreateTraceBehaviorConfigOK ¶
type CreateTraceBehaviorConfigOK struct {
Payload *models.Configv1CreateTraceBehaviorConfigResponse
}
CreateTraceBehaviorConfigOK describes a response with status code 200, with default header values.
A successful response containing the created TraceBehaviorConfig.
func NewCreateTraceBehaviorConfigOK ¶
func NewCreateTraceBehaviorConfigOK() *CreateTraceBehaviorConfigOK
NewCreateTraceBehaviorConfigOK creates a CreateTraceBehaviorConfigOK with default headers values
func (*CreateTraceBehaviorConfigOK) Code ¶
func (o *CreateTraceBehaviorConfigOK) Code() int
Code gets the status code for the create trace behavior config o k response
func (*CreateTraceBehaviorConfigOK) Error ¶
func (o *CreateTraceBehaviorConfigOK) Error() string
func (*CreateTraceBehaviorConfigOK) GetPayload ¶
func (o *CreateTraceBehaviorConfigOK) GetPayload() *models.Configv1CreateTraceBehaviorConfigResponse
func (*CreateTraceBehaviorConfigOK) IsClientError ¶
func (o *CreateTraceBehaviorConfigOK) IsClientError() bool
IsClientError returns true when this create trace behavior config o k response has a 4xx status code
func (*CreateTraceBehaviorConfigOK) IsCode ¶
func (o *CreateTraceBehaviorConfigOK) IsCode(code int) bool
IsCode returns true when this create trace behavior config o k response a status code equal to that given
func (*CreateTraceBehaviorConfigOK) IsRedirect ¶
func (o *CreateTraceBehaviorConfigOK) IsRedirect() bool
IsRedirect returns true when this create trace behavior config o k response has a 3xx status code
func (*CreateTraceBehaviorConfigOK) IsServerError ¶
func (o *CreateTraceBehaviorConfigOK) IsServerError() bool
IsServerError returns true when this create trace behavior config o k response has a 5xx status code
func (*CreateTraceBehaviorConfigOK) IsSuccess ¶
func (o *CreateTraceBehaviorConfigOK) IsSuccess() bool
IsSuccess returns true when this create trace behavior config o k response has a 2xx status code
func (*CreateTraceBehaviorConfigOK) String ¶
func (o *CreateTraceBehaviorConfigOK) String() string
type CreateTraceBehaviorConfigParams ¶
type CreateTraceBehaviorConfigParams struct { // Body. Body *models.Configv1CreateTraceBehaviorConfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateTraceBehaviorConfigParams contains all the parameters to send to the API endpoint
for the create trace behavior config operation. Typically these are written to a http.Request.
func NewCreateTraceBehaviorConfigParams ¶
func NewCreateTraceBehaviorConfigParams() *CreateTraceBehaviorConfigParams
NewCreateTraceBehaviorConfigParams creates a new CreateTraceBehaviorConfigParams 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 NewCreateTraceBehaviorConfigParamsWithContext ¶
func NewCreateTraceBehaviorConfigParamsWithContext(ctx context.Context) *CreateTraceBehaviorConfigParams
NewCreateTraceBehaviorConfigParamsWithContext creates a new CreateTraceBehaviorConfigParams object with the ability to set a context for a request.
func NewCreateTraceBehaviorConfigParamsWithHTTPClient ¶
func NewCreateTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *CreateTraceBehaviorConfigParams
NewCreateTraceBehaviorConfigParamsWithHTTPClient creates a new CreateTraceBehaviorConfigParams object with the ability to set a custom HTTPClient for a request.
func NewCreateTraceBehaviorConfigParamsWithTimeout ¶
func NewCreateTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *CreateTraceBehaviorConfigParams
NewCreateTraceBehaviorConfigParamsWithTimeout creates a new CreateTraceBehaviorConfigParams object with the ability to set a timeout on a request.
func (*CreateTraceBehaviorConfigParams) SetBody ¶
func (o *CreateTraceBehaviorConfigParams) SetBody(body *models.Configv1CreateTraceBehaviorConfigRequest)
SetBody adds the body to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) SetContext ¶
func (o *CreateTraceBehaviorConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) SetDefaults ¶
func (o *CreateTraceBehaviorConfigParams) SetDefaults()
SetDefaults hydrates default values in the create trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTraceBehaviorConfigParams) SetHTTPClient ¶
func (o *CreateTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) SetTimeout ¶
func (o *CreateTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) WithBody ¶
func (o *CreateTraceBehaviorConfigParams) WithBody(body *models.Configv1CreateTraceBehaviorConfigRequest) *CreateTraceBehaviorConfigParams
WithBody adds the body to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) WithContext ¶
func (o *CreateTraceBehaviorConfigParams) WithContext(ctx context.Context) *CreateTraceBehaviorConfigParams
WithContext adds the context to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) WithDefaults ¶
func (o *CreateTraceBehaviorConfigParams) WithDefaults() *CreateTraceBehaviorConfigParams
WithDefaults hydrates default values in the create trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTraceBehaviorConfigParams) WithHTTPClient ¶
func (o *CreateTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *CreateTraceBehaviorConfigParams
WithHTTPClient adds the HTTPClient to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) WithTimeout ¶
func (o *CreateTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *CreateTraceBehaviorConfigParams
WithTimeout adds the timeout to the create trace behavior config params
func (*CreateTraceBehaviorConfigParams) WriteToRequest ¶
func (o *CreateTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTraceBehaviorConfigReader ¶
type CreateTraceBehaviorConfigReader struct {
// contains filtered or unexported fields
}
CreateTraceBehaviorConfigReader is a Reader for the CreateTraceBehaviorConfig structure.
func (*CreateTraceBehaviorConfigReader) ReadResponse ¶
func (o *CreateTraceBehaviorConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTraceBehaviorConfigBadRequest ¶
DeleteTraceBehaviorConfigBadRequest describes a response with status code 400, with default header values.
Cannot delete the TraceBehaviorConfig because it is in use.
func NewDeleteTraceBehaviorConfigBadRequest ¶
func NewDeleteTraceBehaviorConfigBadRequest() *DeleteTraceBehaviorConfigBadRequest
NewDeleteTraceBehaviorConfigBadRequest creates a DeleteTraceBehaviorConfigBadRequest with default headers values
func (*DeleteTraceBehaviorConfigBadRequest) Code ¶
func (o *DeleteTraceBehaviorConfigBadRequest) Code() int
Code gets the status code for the delete trace behavior config bad request response
func (*DeleteTraceBehaviorConfigBadRequest) Error ¶
func (o *DeleteTraceBehaviorConfigBadRequest) Error() string
func (*DeleteTraceBehaviorConfigBadRequest) GetPayload ¶
func (o *DeleteTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
func (*DeleteTraceBehaviorConfigBadRequest) IsClientError ¶
func (o *DeleteTraceBehaviorConfigBadRequest) IsClientError() bool
IsClientError returns true when this delete trace behavior config bad request response has a 4xx status code
func (*DeleteTraceBehaviorConfigBadRequest) IsCode ¶
func (o *DeleteTraceBehaviorConfigBadRequest) IsCode(code int) bool
IsCode returns true when this delete trace behavior config bad request response a status code equal to that given
func (*DeleteTraceBehaviorConfigBadRequest) IsRedirect ¶
func (o *DeleteTraceBehaviorConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this delete trace behavior config bad request response has a 3xx status code
func (*DeleteTraceBehaviorConfigBadRequest) IsServerError ¶
func (o *DeleteTraceBehaviorConfigBadRequest) IsServerError() bool
IsServerError returns true when this delete trace behavior config bad request response has a 5xx status code
func (*DeleteTraceBehaviorConfigBadRequest) IsSuccess ¶
func (o *DeleteTraceBehaviorConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this delete trace behavior config bad request response has a 2xx status code
func (*DeleteTraceBehaviorConfigBadRequest) String ¶
func (o *DeleteTraceBehaviorConfigBadRequest) String() string
type DeleteTraceBehaviorConfigDefault ¶
type DeleteTraceBehaviorConfigDefault struct { Payload models.GenericError // contains filtered or unexported fields }
DeleteTraceBehaviorConfigDefault describes a response with status code -1, with default header values.
An undefined error response.
func NewDeleteTraceBehaviorConfigDefault ¶
func NewDeleteTraceBehaviorConfigDefault(code int) *DeleteTraceBehaviorConfigDefault
NewDeleteTraceBehaviorConfigDefault creates a DeleteTraceBehaviorConfigDefault with default headers values
func (*DeleteTraceBehaviorConfigDefault) Code ¶
func (o *DeleteTraceBehaviorConfigDefault) Code() int
Code gets the status code for the delete trace behavior config default response
func (*DeleteTraceBehaviorConfigDefault) Error ¶
func (o *DeleteTraceBehaviorConfigDefault) Error() string
func (*DeleteTraceBehaviorConfigDefault) GetPayload ¶
func (o *DeleteTraceBehaviorConfigDefault) GetPayload() models.GenericError
func (*DeleteTraceBehaviorConfigDefault) IsClientError ¶
func (o *DeleteTraceBehaviorConfigDefault) IsClientError() bool
IsClientError returns true when this delete trace behavior config default response has a 4xx status code
func (*DeleteTraceBehaviorConfigDefault) IsCode ¶
func (o *DeleteTraceBehaviorConfigDefault) IsCode(code int) bool
IsCode returns true when this delete trace behavior config default response a status code equal to that given
func (*DeleteTraceBehaviorConfigDefault) IsRedirect ¶
func (o *DeleteTraceBehaviorConfigDefault) IsRedirect() bool
IsRedirect returns true when this delete trace behavior config default response has a 3xx status code
func (*DeleteTraceBehaviorConfigDefault) IsServerError ¶
func (o *DeleteTraceBehaviorConfigDefault) IsServerError() bool
IsServerError returns true when this delete trace behavior config default response has a 5xx status code
func (*DeleteTraceBehaviorConfigDefault) IsSuccess ¶
func (o *DeleteTraceBehaviorConfigDefault) IsSuccess() bool
IsSuccess returns true when this delete trace behavior config default response has a 2xx status code
func (*DeleteTraceBehaviorConfigDefault) String ¶
func (o *DeleteTraceBehaviorConfigDefault) String() string
type DeleteTraceBehaviorConfigInternalServerError ¶
DeleteTraceBehaviorConfigInternalServerError describes a response with status code 500, with default header values.
An unexpected error response.
func NewDeleteTraceBehaviorConfigInternalServerError ¶
func NewDeleteTraceBehaviorConfigInternalServerError() *DeleteTraceBehaviorConfigInternalServerError
NewDeleteTraceBehaviorConfigInternalServerError creates a DeleteTraceBehaviorConfigInternalServerError with default headers values
func (*DeleteTraceBehaviorConfigInternalServerError) Code ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) Code() int
Code gets the status code for the delete trace behavior config internal server error response
func (*DeleteTraceBehaviorConfigInternalServerError) Error ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) Error() string
func (*DeleteTraceBehaviorConfigInternalServerError) GetPayload ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
func (*DeleteTraceBehaviorConfigInternalServerError) IsClientError ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) IsClientError() bool
IsClientError returns true when this delete trace behavior config internal server error response has a 4xx status code
func (*DeleteTraceBehaviorConfigInternalServerError) IsCode ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this delete trace behavior config internal server error response a status code equal to that given
func (*DeleteTraceBehaviorConfigInternalServerError) IsRedirect ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete trace behavior config internal server error response has a 3xx status code
func (*DeleteTraceBehaviorConfigInternalServerError) IsServerError ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) IsServerError() bool
IsServerError returns true when this delete trace behavior config internal server error response has a 5xx status code
func (*DeleteTraceBehaviorConfigInternalServerError) IsSuccess ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete trace behavior config internal server error response has a 2xx status code
func (*DeleteTraceBehaviorConfigInternalServerError) String ¶
func (o *DeleteTraceBehaviorConfigInternalServerError) String() string
type DeleteTraceBehaviorConfigNotFound ¶
DeleteTraceBehaviorConfigNotFound describes a response with status code 404, with default header values.
Cannot delete the TraceBehaviorConfig because the slug does not exist.
func NewDeleteTraceBehaviorConfigNotFound ¶
func NewDeleteTraceBehaviorConfigNotFound() *DeleteTraceBehaviorConfigNotFound
NewDeleteTraceBehaviorConfigNotFound creates a DeleteTraceBehaviorConfigNotFound with default headers values
func (*DeleteTraceBehaviorConfigNotFound) Code ¶
func (o *DeleteTraceBehaviorConfigNotFound) Code() int
Code gets the status code for the delete trace behavior config not found response
func (*DeleteTraceBehaviorConfigNotFound) Error ¶
func (o *DeleteTraceBehaviorConfigNotFound) Error() string
func (*DeleteTraceBehaviorConfigNotFound) GetPayload ¶
func (o *DeleteTraceBehaviorConfigNotFound) GetPayload() *models.APIError
func (*DeleteTraceBehaviorConfigNotFound) IsClientError ¶
func (o *DeleteTraceBehaviorConfigNotFound) IsClientError() bool
IsClientError returns true when this delete trace behavior config not found response has a 4xx status code
func (*DeleteTraceBehaviorConfigNotFound) IsCode ¶
func (o *DeleteTraceBehaviorConfigNotFound) IsCode(code int) bool
IsCode returns true when this delete trace behavior config not found response a status code equal to that given
func (*DeleteTraceBehaviorConfigNotFound) IsRedirect ¶
func (o *DeleteTraceBehaviorConfigNotFound) IsRedirect() bool
IsRedirect returns true when this delete trace behavior config not found response has a 3xx status code
func (*DeleteTraceBehaviorConfigNotFound) IsServerError ¶
func (o *DeleteTraceBehaviorConfigNotFound) IsServerError() bool
IsServerError returns true when this delete trace behavior config not found response has a 5xx status code
func (*DeleteTraceBehaviorConfigNotFound) IsSuccess ¶
func (o *DeleteTraceBehaviorConfigNotFound) IsSuccess() bool
IsSuccess returns true when this delete trace behavior config not found response has a 2xx status code
func (*DeleteTraceBehaviorConfigNotFound) String ¶
func (o *DeleteTraceBehaviorConfigNotFound) String() string
type DeleteTraceBehaviorConfigOK ¶
type DeleteTraceBehaviorConfigOK struct {
Payload models.Configv1DeleteTraceBehaviorConfigResponse
}
DeleteTraceBehaviorConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteTraceBehaviorConfigOK ¶
func NewDeleteTraceBehaviorConfigOK() *DeleteTraceBehaviorConfigOK
NewDeleteTraceBehaviorConfigOK creates a DeleteTraceBehaviorConfigOK with default headers values
func (*DeleteTraceBehaviorConfigOK) Code ¶
func (o *DeleteTraceBehaviorConfigOK) Code() int
Code gets the status code for the delete trace behavior config o k response
func (*DeleteTraceBehaviorConfigOK) Error ¶
func (o *DeleteTraceBehaviorConfigOK) Error() string
func (*DeleteTraceBehaviorConfigOK) GetPayload ¶
func (o *DeleteTraceBehaviorConfigOK) GetPayload() models.Configv1DeleteTraceBehaviorConfigResponse
func (*DeleteTraceBehaviorConfigOK) IsClientError ¶
func (o *DeleteTraceBehaviorConfigOK) IsClientError() bool
IsClientError returns true when this delete trace behavior config o k response has a 4xx status code
func (*DeleteTraceBehaviorConfigOK) IsCode ¶
func (o *DeleteTraceBehaviorConfigOK) IsCode(code int) bool
IsCode returns true when this delete trace behavior config o k response a status code equal to that given
func (*DeleteTraceBehaviorConfigOK) IsRedirect ¶
func (o *DeleteTraceBehaviorConfigOK) IsRedirect() bool
IsRedirect returns true when this delete trace behavior config o k response has a 3xx status code
func (*DeleteTraceBehaviorConfigOK) IsServerError ¶
func (o *DeleteTraceBehaviorConfigOK) IsServerError() bool
IsServerError returns true when this delete trace behavior config o k response has a 5xx status code
func (*DeleteTraceBehaviorConfigOK) IsSuccess ¶
func (o *DeleteTraceBehaviorConfigOK) IsSuccess() bool
IsSuccess returns true when this delete trace behavior config o k response has a 2xx status code
func (*DeleteTraceBehaviorConfigOK) String ¶
func (o *DeleteTraceBehaviorConfigOK) String() string
type DeleteTraceBehaviorConfigParams ¶
type DeleteTraceBehaviorConfigParams struct { // DryRun. DryRun *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteTraceBehaviorConfigParams contains all the parameters to send to the API endpoint
for the delete trace behavior config operation. Typically these are written to a http.Request.
func NewDeleteTraceBehaviorConfigParams ¶
func NewDeleteTraceBehaviorConfigParams() *DeleteTraceBehaviorConfigParams
NewDeleteTraceBehaviorConfigParams creates a new DeleteTraceBehaviorConfigParams 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 NewDeleteTraceBehaviorConfigParamsWithContext ¶
func NewDeleteTraceBehaviorConfigParamsWithContext(ctx context.Context) *DeleteTraceBehaviorConfigParams
NewDeleteTraceBehaviorConfigParamsWithContext creates a new DeleteTraceBehaviorConfigParams object with the ability to set a context for a request.
func NewDeleteTraceBehaviorConfigParamsWithHTTPClient ¶
func NewDeleteTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *DeleteTraceBehaviorConfigParams
NewDeleteTraceBehaviorConfigParamsWithHTTPClient creates a new DeleteTraceBehaviorConfigParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteTraceBehaviorConfigParamsWithTimeout ¶
func NewDeleteTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *DeleteTraceBehaviorConfigParams
NewDeleteTraceBehaviorConfigParamsWithTimeout creates a new DeleteTraceBehaviorConfigParams object with the ability to set a timeout on a request.
func (*DeleteTraceBehaviorConfigParams) SetContext ¶
func (o *DeleteTraceBehaviorConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) SetDefaults ¶
func (o *DeleteTraceBehaviorConfigParams) SetDefaults()
SetDefaults hydrates default values in the delete trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTraceBehaviorConfigParams) SetDryRun ¶
func (o *DeleteTraceBehaviorConfigParams) SetDryRun(dryRun *bool)
SetDryRun adds the dryRun to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) SetHTTPClient ¶
func (o *DeleteTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) SetTimeout ¶
func (o *DeleteTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) WithContext ¶
func (o *DeleteTraceBehaviorConfigParams) WithContext(ctx context.Context) *DeleteTraceBehaviorConfigParams
WithContext adds the context to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) WithDefaults ¶
func (o *DeleteTraceBehaviorConfigParams) WithDefaults() *DeleteTraceBehaviorConfigParams
WithDefaults hydrates default values in the delete trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTraceBehaviorConfigParams) WithDryRun ¶
func (o *DeleteTraceBehaviorConfigParams) WithDryRun(dryRun *bool) *DeleteTraceBehaviorConfigParams
WithDryRun adds the dryRun to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) WithHTTPClient ¶
func (o *DeleteTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *DeleteTraceBehaviorConfigParams
WithHTTPClient adds the HTTPClient to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) WithTimeout ¶
func (o *DeleteTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *DeleteTraceBehaviorConfigParams
WithTimeout adds the timeout to the delete trace behavior config params
func (*DeleteTraceBehaviorConfigParams) WriteToRequest ¶
func (o *DeleteTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTraceBehaviorConfigReader ¶
type DeleteTraceBehaviorConfigReader struct {
// contains filtered or unexported fields
}
DeleteTraceBehaviorConfigReader is a Reader for the DeleteTraceBehaviorConfig structure.
func (*DeleteTraceBehaviorConfigReader) ReadResponse ¶
func (o *DeleteTraceBehaviorConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadTraceBehaviorConfigDefault ¶
type ReadTraceBehaviorConfigDefault struct { Payload models.GenericError // contains filtered or unexported fields }
ReadTraceBehaviorConfigDefault describes a response with status code -1, with default header values.
An undefined error response.
func NewReadTraceBehaviorConfigDefault ¶
func NewReadTraceBehaviorConfigDefault(code int) *ReadTraceBehaviorConfigDefault
NewReadTraceBehaviorConfigDefault creates a ReadTraceBehaviorConfigDefault with default headers values
func (*ReadTraceBehaviorConfigDefault) Code ¶
func (o *ReadTraceBehaviorConfigDefault) Code() int
Code gets the status code for the read trace behavior config default response
func (*ReadTraceBehaviorConfigDefault) Error ¶
func (o *ReadTraceBehaviorConfigDefault) Error() string
func (*ReadTraceBehaviorConfigDefault) GetPayload ¶
func (o *ReadTraceBehaviorConfigDefault) GetPayload() models.GenericError
func (*ReadTraceBehaviorConfigDefault) IsClientError ¶
func (o *ReadTraceBehaviorConfigDefault) IsClientError() bool
IsClientError returns true when this read trace behavior config default response has a 4xx status code
func (*ReadTraceBehaviorConfigDefault) IsCode ¶
func (o *ReadTraceBehaviorConfigDefault) IsCode(code int) bool
IsCode returns true when this read trace behavior config default response a status code equal to that given
func (*ReadTraceBehaviorConfigDefault) IsRedirect ¶
func (o *ReadTraceBehaviorConfigDefault) IsRedirect() bool
IsRedirect returns true when this read trace behavior config default response has a 3xx status code
func (*ReadTraceBehaviorConfigDefault) IsServerError ¶
func (o *ReadTraceBehaviorConfigDefault) IsServerError() bool
IsServerError returns true when this read trace behavior config default response has a 5xx status code
func (*ReadTraceBehaviorConfigDefault) IsSuccess ¶
func (o *ReadTraceBehaviorConfigDefault) IsSuccess() bool
IsSuccess returns true when this read trace behavior config default response has a 2xx status code
func (*ReadTraceBehaviorConfigDefault) String ¶
func (o *ReadTraceBehaviorConfigDefault) String() string
type ReadTraceBehaviorConfigInternalServerError ¶
ReadTraceBehaviorConfigInternalServerError describes a response with status code 500, with default header values.
An unexpected error response.
func NewReadTraceBehaviorConfigInternalServerError ¶
func NewReadTraceBehaviorConfigInternalServerError() *ReadTraceBehaviorConfigInternalServerError
NewReadTraceBehaviorConfigInternalServerError creates a ReadTraceBehaviorConfigInternalServerError with default headers values
func (*ReadTraceBehaviorConfigInternalServerError) Code ¶
func (o *ReadTraceBehaviorConfigInternalServerError) Code() int
Code gets the status code for the read trace behavior config internal server error response
func (*ReadTraceBehaviorConfigInternalServerError) Error ¶
func (o *ReadTraceBehaviorConfigInternalServerError) Error() string
func (*ReadTraceBehaviorConfigInternalServerError) GetPayload ¶
func (o *ReadTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
func (*ReadTraceBehaviorConfigInternalServerError) IsClientError ¶
func (o *ReadTraceBehaviorConfigInternalServerError) IsClientError() bool
IsClientError returns true when this read trace behavior config internal server error response has a 4xx status code
func (*ReadTraceBehaviorConfigInternalServerError) IsCode ¶
func (o *ReadTraceBehaviorConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this read trace behavior config internal server error response a status code equal to that given
func (*ReadTraceBehaviorConfigInternalServerError) IsRedirect ¶
func (o *ReadTraceBehaviorConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this read trace behavior config internal server error response has a 3xx status code
func (*ReadTraceBehaviorConfigInternalServerError) IsServerError ¶
func (o *ReadTraceBehaviorConfigInternalServerError) IsServerError() bool
IsServerError returns true when this read trace behavior config internal server error response has a 5xx status code
func (*ReadTraceBehaviorConfigInternalServerError) IsSuccess ¶
func (o *ReadTraceBehaviorConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this read trace behavior config internal server error response has a 2xx status code
func (*ReadTraceBehaviorConfigInternalServerError) String ¶
func (o *ReadTraceBehaviorConfigInternalServerError) String() string
type ReadTraceBehaviorConfigNotFound ¶
ReadTraceBehaviorConfigNotFound describes a response with status code 404, with default header values.
Cannot read the TraceBehaviorConfig because TraceBehaviorConfig has not been created.
func NewReadTraceBehaviorConfigNotFound ¶
func NewReadTraceBehaviorConfigNotFound() *ReadTraceBehaviorConfigNotFound
NewReadTraceBehaviorConfigNotFound creates a ReadTraceBehaviorConfigNotFound with default headers values
func (*ReadTraceBehaviorConfigNotFound) Code ¶
func (o *ReadTraceBehaviorConfigNotFound) Code() int
Code gets the status code for the read trace behavior config not found response
func (*ReadTraceBehaviorConfigNotFound) Error ¶
func (o *ReadTraceBehaviorConfigNotFound) Error() string
func (*ReadTraceBehaviorConfigNotFound) GetPayload ¶
func (o *ReadTraceBehaviorConfigNotFound) GetPayload() *models.APIError
func (*ReadTraceBehaviorConfigNotFound) IsClientError ¶
func (o *ReadTraceBehaviorConfigNotFound) IsClientError() bool
IsClientError returns true when this read trace behavior config not found response has a 4xx status code
func (*ReadTraceBehaviorConfigNotFound) IsCode ¶
func (o *ReadTraceBehaviorConfigNotFound) IsCode(code int) bool
IsCode returns true when this read trace behavior config not found response a status code equal to that given
func (*ReadTraceBehaviorConfigNotFound) IsRedirect ¶
func (o *ReadTraceBehaviorConfigNotFound) IsRedirect() bool
IsRedirect returns true when this read trace behavior config not found response has a 3xx status code
func (*ReadTraceBehaviorConfigNotFound) IsServerError ¶
func (o *ReadTraceBehaviorConfigNotFound) IsServerError() bool
IsServerError returns true when this read trace behavior config not found response has a 5xx status code
func (*ReadTraceBehaviorConfigNotFound) IsSuccess ¶
func (o *ReadTraceBehaviorConfigNotFound) IsSuccess() bool
IsSuccess returns true when this read trace behavior config not found response has a 2xx status code
func (*ReadTraceBehaviorConfigNotFound) String ¶
func (o *ReadTraceBehaviorConfigNotFound) String() string
type ReadTraceBehaviorConfigOK ¶
type ReadTraceBehaviorConfigOK struct {
Payload *models.Configv1ReadTraceBehaviorConfigResponse
}
ReadTraceBehaviorConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewReadTraceBehaviorConfigOK ¶
func NewReadTraceBehaviorConfigOK() *ReadTraceBehaviorConfigOK
NewReadTraceBehaviorConfigOK creates a ReadTraceBehaviorConfigOK with default headers values
func (*ReadTraceBehaviorConfigOK) Code ¶
func (o *ReadTraceBehaviorConfigOK) Code() int
Code gets the status code for the read trace behavior config o k response
func (*ReadTraceBehaviorConfigOK) Error ¶
func (o *ReadTraceBehaviorConfigOK) Error() string
func (*ReadTraceBehaviorConfigOK) GetPayload ¶
func (o *ReadTraceBehaviorConfigOK) GetPayload() *models.Configv1ReadTraceBehaviorConfigResponse
func (*ReadTraceBehaviorConfigOK) IsClientError ¶
func (o *ReadTraceBehaviorConfigOK) IsClientError() bool
IsClientError returns true when this read trace behavior config o k response has a 4xx status code
func (*ReadTraceBehaviorConfigOK) IsCode ¶
func (o *ReadTraceBehaviorConfigOK) IsCode(code int) bool
IsCode returns true when this read trace behavior config o k response a status code equal to that given
func (*ReadTraceBehaviorConfigOK) IsRedirect ¶
func (o *ReadTraceBehaviorConfigOK) IsRedirect() bool
IsRedirect returns true when this read trace behavior config o k response has a 3xx status code
func (*ReadTraceBehaviorConfigOK) IsServerError ¶
func (o *ReadTraceBehaviorConfigOK) IsServerError() bool
IsServerError returns true when this read trace behavior config o k response has a 5xx status code
func (*ReadTraceBehaviorConfigOK) IsSuccess ¶
func (o *ReadTraceBehaviorConfigOK) IsSuccess() bool
IsSuccess returns true when this read trace behavior config o k response has a 2xx status code
func (*ReadTraceBehaviorConfigOK) String ¶
func (o *ReadTraceBehaviorConfigOK) String() string
type ReadTraceBehaviorConfigParams ¶
type ReadTraceBehaviorConfigParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadTraceBehaviorConfigParams contains all the parameters to send to the API endpoint
for the read trace behavior config operation. Typically these are written to a http.Request.
func NewReadTraceBehaviorConfigParams ¶
func NewReadTraceBehaviorConfigParams() *ReadTraceBehaviorConfigParams
NewReadTraceBehaviorConfigParams creates a new ReadTraceBehaviorConfigParams 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 NewReadTraceBehaviorConfigParamsWithContext ¶
func NewReadTraceBehaviorConfigParamsWithContext(ctx context.Context) *ReadTraceBehaviorConfigParams
NewReadTraceBehaviorConfigParamsWithContext creates a new ReadTraceBehaviorConfigParams object with the ability to set a context for a request.
func NewReadTraceBehaviorConfigParamsWithHTTPClient ¶
func NewReadTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *ReadTraceBehaviorConfigParams
NewReadTraceBehaviorConfigParamsWithHTTPClient creates a new ReadTraceBehaviorConfigParams object with the ability to set a custom HTTPClient for a request.
func NewReadTraceBehaviorConfigParamsWithTimeout ¶
func NewReadTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *ReadTraceBehaviorConfigParams
NewReadTraceBehaviorConfigParamsWithTimeout creates a new ReadTraceBehaviorConfigParams object with the ability to set a timeout on a request.
func (*ReadTraceBehaviorConfigParams) SetContext ¶
func (o *ReadTraceBehaviorConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) SetDefaults ¶
func (o *ReadTraceBehaviorConfigParams) SetDefaults()
SetDefaults hydrates default values in the read trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*ReadTraceBehaviorConfigParams) SetHTTPClient ¶
func (o *ReadTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) SetTimeout ¶
func (o *ReadTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) WithContext ¶
func (o *ReadTraceBehaviorConfigParams) WithContext(ctx context.Context) *ReadTraceBehaviorConfigParams
WithContext adds the context to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) WithDefaults ¶
func (o *ReadTraceBehaviorConfigParams) WithDefaults() *ReadTraceBehaviorConfigParams
WithDefaults hydrates default values in the read trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*ReadTraceBehaviorConfigParams) WithHTTPClient ¶
func (o *ReadTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *ReadTraceBehaviorConfigParams
WithHTTPClient adds the HTTPClient to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) WithTimeout ¶
func (o *ReadTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *ReadTraceBehaviorConfigParams
WithTimeout adds the timeout to the read trace behavior config params
func (*ReadTraceBehaviorConfigParams) WriteToRequest ¶
func (o *ReadTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadTraceBehaviorConfigReader ¶
type ReadTraceBehaviorConfigReader struct {
// contains filtered or unexported fields
}
ReadTraceBehaviorConfigReader is a Reader for the ReadTraceBehaviorConfig structure.
func (*ReadTraceBehaviorConfigReader) ReadResponse ¶
func (o *ReadTraceBehaviorConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateTraceBehaviorConfigBadRequest ¶
UpdateTraceBehaviorConfigBadRequest describes a response with status code 400, with default header values.
Cannot update the TraceBehaviorConfig because the request is invalid.
func NewUpdateTraceBehaviorConfigBadRequest ¶
func NewUpdateTraceBehaviorConfigBadRequest() *UpdateTraceBehaviorConfigBadRequest
NewUpdateTraceBehaviorConfigBadRequest creates a UpdateTraceBehaviorConfigBadRequest with default headers values
func (*UpdateTraceBehaviorConfigBadRequest) Code ¶
func (o *UpdateTraceBehaviorConfigBadRequest) Code() int
Code gets the status code for the update trace behavior config bad request response
func (*UpdateTraceBehaviorConfigBadRequest) Error ¶
func (o *UpdateTraceBehaviorConfigBadRequest) Error() string
func (*UpdateTraceBehaviorConfigBadRequest) GetPayload ¶
func (o *UpdateTraceBehaviorConfigBadRequest) GetPayload() *models.APIError
func (*UpdateTraceBehaviorConfigBadRequest) IsClientError ¶
func (o *UpdateTraceBehaviorConfigBadRequest) IsClientError() bool
IsClientError returns true when this update trace behavior config bad request response has a 4xx status code
func (*UpdateTraceBehaviorConfigBadRequest) IsCode ¶
func (o *UpdateTraceBehaviorConfigBadRequest) IsCode(code int) bool
IsCode returns true when this update trace behavior config bad request response a status code equal to that given
func (*UpdateTraceBehaviorConfigBadRequest) IsRedirect ¶
func (o *UpdateTraceBehaviorConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this update trace behavior config bad request response has a 3xx status code
func (*UpdateTraceBehaviorConfigBadRequest) IsServerError ¶
func (o *UpdateTraceBehaviorConfigBadRequest) IsServerError() bool
IsServerError returns true when this update trace behavior config bad request response has a 5xx status code
func (*UpdateTraceBehaviorConfigBadRequest) IsSuccess ¶
func (o *UpdateTraceBehaviorConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this update trace behavior config bad request response has a 2xx status code
func (*UpdateTraceBehaviorConfigBadRequest) String ¶
func (o *UpdateTraceBehaviorConfigBadRequest) String() string
type UpdateTraceBehaviorConfigDefault ¶
type UpdateTraceBehaviorConfigDefault struct { Payload models.GenericError // contains filtered or unexported fields }
UpdateTraceBehaviorConfigDefault describes a response with status code -1, with default header values.
An undefined error response.
func NewUpdateTraceBehaviorConfigDefault ¶
func NewUpdateTraceBehaviorConfigDefault(code int) *UpdateTraceBehaviorConfigDefault
NewUpdateTraceBehaviorConfigDefault creates a UpdateTraceBehaviorConfigDefault with default headers values
func (*UpdateTraceBehaviorConfigDefault) Code ¶
func (o *UpdateTraceBehaviorConfigDefault) Code() int
Code gets the status code for the update trace behavior config default response
func (*UpdateTraceBehaviorConfigDefault) Error ¶
func (o *UpdateTraceBehaviorConfigDefault) Error() string
func (*UpdateTraceBehaviorConfigDefault) GetPayload ¶
func (o *UpdateTraceBehaviorConfigDefault) GetPayload() models.GenericError
func (*UpdateTraceBehaviorConfigDefault) IsClientError ¶
func (o *UpdateTraceBehaviorConfigDefault) IsClientError() bool
IsClientError returns true when this update trace behavior config default response has a 4xx status code
func (*UpdateTraceBehaviorConfigDefault) IsCode ¶
func (o *UpdateTraceBehaviorConfigDefault) IsCode(code int) bool
IsCode returns true when this update trace behavior config default response a status code equal to that given
func (*UpdateTraceBehaviorConfigDefault) IsRedirect ¶
func (o *UpdateTraceBehaviorConfigDefault) IsRedirect() bool
IsRedirect returns true when this update trace behavior config default response has a 3xx status code
func (*UpdateTraceBehaviorConfigDefault) IsServerError ¶
func (o *UpdateTraceBehaviorConfigDefault) IsServerError() bool
IsServerError returns true when this update trace behavior config default response has a 5xx status code
func (*UpdateTraceBehaviorConfigDefault) IsSuccess ¶
func (o *UpdateTraceBehaviorConfigDefault) IsSuccess() bool
IsSuccess returns true when this update trace behavior config default response has a 2xx status code
func (*UpdateTraceBehaviorConfigDefault) String ¶
func (o *UpdateTraceBehaviorConfigDefault) String() string
type UpdateTraceBehaviorConfigInternalServerError ¶
UpdateTraceBehaviorConfigInternalServerError describes a response with status code 500, with default header values.
An unexpected error response.
func NewUpdateTraceBehaviorConfigInternalServerError ¶
func NewUpdateTraceBehaviorConfigInternalServerError() *UpdateTraceBehaviorConfigInternalServerError
NewUpdateTraceBehaviorConfigInternalServerError creates a UpdateTraceBehaviorConfigInternalServerError with default headers values
func (*UpdateTraceBehaviorConfigInternalServerError) Code ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) Code() int
Code gets the status code for the update trace behavior config internal server error response
func (*UpdateTraceBehaviorConfigInternalServerError) Error ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) Error() string
func (*UpdateTraceBehaviorConfigInternalServerError) GetPayload ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) GetPayload() *models.APIError
func (*UpdateTraceBehaviorConfigInternalServerError) IsClientError ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) IsClientError() bool
IsClientError returns true when this update trace behavior config internal server error response has a 4xx status code
func (*UpdateTraceBehaviorConfigInternalServerError) IsCode ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this update trace behavior config internal server error response a status code equal to that given
func (*UpdateTraceBehaviorConfigInternalServerError) IsRedirect ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this update trace behavior config internal server error response has a 3xx status code
func (*UpdateTraceBehaviorConfigInternalServerError) IsServerError ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) IsServerError() bool
IsServerError returns true when this update trace behavior config internal server error response has a 5xx status code
func (*UpdateTraceBehaviorConfigInternalServerError) IsSuccess ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this update trace behavior config internal server error response has a 2xx status code
func (*UpdateTraceBehaviorConfigInternalServerError) String ¶
func (o *UpdateTraceBehaviorConfigInternalServerError) String() string
type UpdateTraceBehaviorConfigNotFound ¶
UpdateTraceBehaviorConfigNotFound describes a response with status code 404, with default header values.
Cannot update the TraceBehaviorConfig because TraceBehaviorConfig has not been created.
func NewUpdateTraceBehaviorConfigNotFound ¶
func NewUpdateTraceBehaviorConfigNotFound() *UpdateTraceBehaviorConfigNotFound
NewUpdateTraceBehaviorConfigNotFound creates a UpdateTraceBehaviorConfigNotFound with default headers values
func (*UpdateTraceBehaviorConfigNotFound) Code ¶
func (o *UpdateTraceBehaviorConfigNotFound) Code() int
Code gets the status code for the update trace behavior config not found response
func (*UpdateTraceBehaviorConfigNotFound) Error ¶
func (o *UpdateTraceBehaviorConfigNotFound) Error() string
func (*UpdateTraceBehaviorConfigNotFound) GetPayload ¶
func (o *UpdateTraceBehaviorConfigNotFound) GetPayload() *models.APIError
func (*UpdateTraceBehaviorConfigNotFound) IsClientError ¶
func (o *UpdateTraceBehaviorConfigNotFound) IsClientError() bool
IsClientError returns true when this update trace behavior config not found response has a 4xx status code
func (*UpdateTraceBehaviorConfigNotFound) IsCode ¶
func (o *UpdateTraceBehaviorConfigNotFound) IsCode(code int) bool
IsCode returns true when this update trace behavior config not found response a status code equal to that given
func (*UpdateTraceBehaviorConfigNotFound) IsRedirect ¶
func (o *UpdateTraceBehaviorConfigNotFound) IsRedirect() bool
IsRedirect returns true when this update trace behavior config not found response has a 3xx status code
func (*UpdateTraceBehaviorConfigNotFound) IsServerError ¶
func (o *UpdateTraceBehaviorConfigNotFound) IsServerError() bool
IsServerError returns true when this update trace behavior config not found response has a 5xx status code
func (*UpdateTraceBehaviorConfigNotFound) IsSuccess ¶
func (o *UpdateTraceBehaviorConfigNotFound) IsSuccess() bool
IsSuccess returns true when this update trace behavior config not found response has a 2xx status code
func (*UpdateTraceBehaviorConfigNotFound) String ¶
func (o *UpdateTraceBehaviorConfigNotFound) String() string
type UpdateTraceBehaviorConfigOK ¶
type UpdateTraceBehaviorConfigOK struct {
Payload *models.Configv1UpdateTraceBehaviorConfigResponse
}
UpdateTraceBehaviorConfigOK describes a response with status code 200, with default header values.
A successful response containing the updated TraceBehaviorConfig.
func NewUpdateTraceBehaviorConfigOK ¶
func NewUpdateTraceBehaviorConfigOK() *UpdateTraceBehaviorConfigOK
NewUpdateTraceBehaviorConfigOK creates a UpdateTraceBehaviorConfigOK with default headers values
func (*UpdateTraceBehaviorConfigOK) Code ¶
func (o *UpdateTraceBehaviorConfigOK) Code() int
Code gets the status code for the update trace behavior config o k response
func (*UpdateTraceBehaviorConfigOK) Error ¶
func (o *UpdateTraceBehaviorConfigOK) Error() string
func (*UpdateTraceBehaviorConfigOK) GetPayload ¶
func (o *UpdateTraceBehaviorConfigOK) GetPayload() *models.Configv1UpdateTraceBehaviorConfigResponse
func (*UpdateTraceBehaviorConfigOK) IsClientError ¶
func (o *UpdateTraceBehaviorConfigOK) IsClientError() bool
IsClientError returns true when this update trace behavior config o k response has a 4xx status code
func (*UpdateTraceBehaviorConfigOK) IsCode ¶
func (o *UpdateTraceBehaviorConfigOK) IsCode(code int) bool
IsCode returns true when this update trace behavior config o k response a status code equal to that given
func (*UpdateTraceBehaviorConfigOK) IsRedirect ¶
func (o *UpdateTraceBehaviorConfigOK) IsRedirect() bool
IsRedirect returns true when this update trace behavior config o k response has a 3xx status code
func (*UpdateTraceBehaviorConfigOK) IsServerError ¶
func (o *UpdateTraceBehaviorConfigOK) IsServerError() bool
IsServerError returns true when this update trace behavior config o k response has a 5xx status code
func (*UpdateTraceBehaviorConfigOK) IsSuccess ¶
func (o *UpdateTraceBehaviorConfigOK) IsSuccess() bool
IsSuccess returns true when this update trace behavior config o k response has a 2xx status code
func (*UpdateTraceBehaviorConfigOK) String ¶
func (o *UpdateTraceBehaviorConfigOK) String() string
type UpdateTraceBehaviorConfigParams ¶
type UpdateTraceBehaviorConfigParams struct { // Body. Body *models.Configv1UpdateTraceBehaviorConfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateTraceBehaviorConfigParams contains all the parameters to send to the API endpoint
for the update trace behavior config operation. Typically these are written to a http.Request.
func NewUpdateTraceBehaviorConfigParams ¶
func NewUpdateTraceBehaviorConfigParams() *UpdateTraceBehaviorConfigParams
NewUpdateTraceBehaviorConfigParams creates a new UpdateTraceBehaviorConfigParams 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 NewUpdateTraceBehaviorConfigParamsWithContext ¶
func NewUpdateTraceBehaviorConfigParamsWithContext(ctx context.Context) *UpdateTraceBehaviorConfigParams
NewUpdateTraceBehaviorConfigParamsWithContext creates a new UpdateTraceBehaviorConfigParams object with the ability to set a context for a request.
func NewUpdateTraceBehaviorConfigParamsWithHTTPClient ¶
func NewUpdateTraceBehaviorConfigParamsWithHTTPClient(client *http.Client) *UpdateTraceBehaviorConfigParams
NewUpdateTraceBehaviorConfigParamsWithHTTPClient creates a new UpdateTraceBehaviorConfigParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateTraceBehaviorConfigParamsWithTimeout ¶
func NewUpdateTraceBehaviorConfigParamsWithTimeout(timeout time.Duration) *UpdateTraceBehaviorConfigParams
NewUpdateTraceBehaviorConfigParamsWithTimeout creates a new UpdateTraceBehaviorConfigParams object with the ability to set a timeout on a request.
func (*UpdateTraceBehaviorConfigParams) SetBody ¶
func (o *UpdateTraceBehaviorConfigParams) SetBody(body *models.Configv1UpdateTraceBehaviorConfigRequest)
SetBody adds the body to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) SetContext ¶
func (o *UpdateTraceBehaviorConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) SetDefaults ¶
func (o *UpdateTraceBehaviorConfigParams) SetDefaults()
SetDefaults hydrates default values in the update trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateTraceBehaviorConfigParams) SetHTTPClient ¶
func (o *UpdateTraceBehaviorConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) SetTimeout ¶
func (o *UpdateTraceBehaviorConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) WithBody ¶
func (o *UpdateTraceBehaviorConfigParams) WithBody(body *models.Configv1UpdateTraceBehaviorConfigRequest) *UpdateTraceBehaviorConfigParams
WithBody adds the body to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) WithContext ¶
func (o *UpdateTraceBehaviorConfigParams) WithContext(ctx context.Context) *UpdateTraceBehaviorConfigParams
WithContext adds the context to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) WithDefaults ¶
func (o *UpdateTraceBehaviorConfigParams) WithDefaults() *UpdateTraceBehaviorConfigParams
WithDefaults hydrates default values in the update trace behavior config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateTraceBehaviorConfigParams) WithHTTPClient ¶
func (o *UpdateTraceBehaviorConfigParams) WithHTTPClient(client *http.Client) *UpdateTraceBehaviorConfigParams
WithHTTPClient adds the HTTPClient to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) WithTimeout ¶
func (o *UpdateTraceBehaviorConfigParams) WithTimeout(timeout time.Duration) *UpdateTraceBehaviorConfigParams
WithTimeout adds the timeout to the update trace behavior config params
func (*UpdateTraceBehaviorConfigParams) WriteToRequest ¶
func (o *UpdateTraceBehaviorConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateTraceBehaviorConfigReader ¶
type UpdateTraceBehaviorConfigReader struct {
// contains filtered or unexported fields
}
UpdateTraceBehaviorConfigReader is a Reader for the UpdateTraceBehaviorConfig structure.
func (*UpdateTraceBehaviorConfigReader) ReadResponse ¶
func (o *UpdateTraceBehaviorConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_trace_behavior_config_parameters.go
- create_trace_behavior_config_responses.go
- delete_trace_behavior_config_parameters.go
- delete_trace_behavior_config_responses.go
- read_trace_behavior_config_parameters.go
- read_trace_behavior_config_responses.go
- trace_behavior_config_client.go
- update_trace_behavior_config_parameters.go
- update_trace_behavior_config_responses.go