operations

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for operations API

func (*Client) CreateDashboard

func (a *Client) CreateDashboard(params *CreateDashboardParams, opts ...ClientOption) (*CreateDashboardOK, error)

CreateDashboard create dashboard API

func (*Client) CreateLinkTemplate

func (a *Client) CreateLinkTemplate(params *CreateLinkTemplateParams, opts ...ClientOption) (*CreateLinkTemplateOK, error)

CreateLinkTemplate create link template API

func (*Client) CreateLogAllocationConfig added in v1.6.0

func (a *Client) CreateLogAllocationConfig(params *CreateLogAllocationConfigParams, opts ...ClientOption) (*CreateLogAllocationConfigOK, error)

CreateLogAllocationConfig create log allocation config API

func (*Client) CreateLogControlConfig added in v1.10.0

func (a *Client) CreateLogControlConfig(params *CreateLogControlConfigParams, opts ...ClientOption) (*CreateLogControlConfigOK, error)

CreateLogControlConfig create log control config API

func (*Client) CreateNoopEntity

func (a *Client) CreateNoopEntity(params *CreateNoopEntityParams, opts ...ClientOption) (*CreateNoopEntityOK, error)

CreateNoopEntity create noop entity API

func (*Client) CreateObjectDiscoveryRule added in v1.10.0

func (a *Client) CreateObjectDiscoveryRule(params *CreateObjectDiscoveryRuleParams, opts ...ClientOption) (*CreateObjectDiscoveryRuleOK, error)

CreateObjectDiscoveryRule create object discovery rule API

func (*Client) CreateSavedTraceSearch

func (a *Client) CreateSavedTraceSearch(params *CreateSavedTraceSearchParams, opts ...ClientOption) (*CreateSavedTraceSearchOK, error)
CreateSavedTraceSearch ***

Saved Trace Searches ***

func (*Client) CreateService

func (a *Client) CreateService(params *CreateServiceParams, opts ...ClientOption) (*CreateServiceOK, error)

CreateService create service API

func (*Client) CreateTraceBehavior added in v1.6.0

func (a *Client) CreateTraceBehavior(params *CreateTraceBehaviorParams, opts ...ClientOption) (*CreateTraceBehaviorOK, error)

CreateTraceBehavior create trace behavior API

func (*Client) CreateTraceJaegerRemoteSamplingStrategy

func (a *Client) CreateTraceJaegerRemoteSamplingStrategy(params *CreateTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*CreateTraceJaegerRemoteSamplingStrategyOK, error)

CreateTraceJaegerRemoteSamplingStrategy create trace jaeger remote sampling strategy API

func (*Client) CreateTraceTailSamplingRules

func (a *Client) CreateTraceTailSamplingRules(params *CreateTraceTailSamplingRulesParams, opts ...ClientOption) (*CreateTraceTailSamplingRulesOK, error)

CreateTraceTailSamplingRules TraceTailSamplingRules CRUD (subset for singleton objects)

func (*Client) CreateTraceTopTagConfig added in v1.9.0

func (a *Client) CreateTraceTopTagConfig(params *CreateTraceTopTagConfigParams, opts ...ClientOption) (*CreateTraceTopTagConfigOK, error)

CreateTraceTopTagConfig create trace top tag config API

func (*Client) DeleteDashboard

func (a *Client) DeleteDashboard(params *DeleteDashboardParams, opts ...ClientOption) (*DeleteDashboardOK, error)

DeleteDashboard delete dashboard API

func (*Client) DeleteLinkTemplate

func (a *Client) DeleteLinkTemplate(params *DeleteLinkTemplateParams, opts ...ClientOption) (*DeleteLinkTemplateOK, error)

DeleteLinkTemplate delete link template API

func (*Client) DeleteLogAllocationConfig added in v1.6.0

func (a *Client) DeleteLogAllocationConfig(params *DeleteLogAllocationConfigParams, opts ...ClientOption) (*DeleteLogAllocationConfigOK, error)

DeleteLogAllocationConfig delete log allocation config API

func (*Client) DeleteLogControlConfig added in v1.10.0

func (a *Client) DeleteLogControlConfig(params *DeleteLogControlConfigParams, opts ...ClientOption) (*DeleteLogControlConfigOK, error)

DeleteLogControlConfig delete log control config API

func (*Client) DeleteNoopEntity

func (a *Client) DeleteNoopEntity(params *DeleteNoopEntityParams, opts ...ClientOption) (*DeleteNoopEntityOK, error)

DeleteNoopEntity delete noop entity API

func (*Client) DeleteObjectDiscoveryRule added in v1.10.0

func (a *Client) DeleteObjectDiscoveryRule(params *DeleteObjectDiscoveryRuleParams, opts ...ClientOption) (*DeleteObjectDiscoveryRuleOK, error)

DeleteObjectDiscoveryRule delete object discovery rule API

func (*Client) DeleteSavedTraceSearch

func (a *Client) DeleteSavedTraceSearch(params *DeleteSavedTraceSearchParams, opts ...ClientOption) (*DeleteSavedTraceSearchOK, error)

DeleteSavedTraceSearch delete saved trace search API

func (*Client) DeleteService

func (a *Client) DeleteService(params *DeleteServiceParams, opts ...ClientOption) (*DeleteServiceOK, error)

DeleteService delete service API

func (*Client) DeleteTraceBehavior added in v1.6.0

func (a *Client) DeleteTraceBehavior(params *DeleteTraceBehaviorParams, opts ...ClientOption) (*DeleteTraceBehaviorOK, error)

DeleteTraceBehavior delete trace behavior API

func (*Client) DeleteTraceJaegerRemoteSamplingStrategy

func (a *Client) DeleteTraceJaegerRemoteSamplingStrategy(params *DeleteTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*DeleteTraceJaegerRemoteSamplingStrategyOK, error)

DeleteTraceJaegerRemoteSamplingStrategy delete trace jaeger remote sampling strategy API

func (*Client) DeleteTraceTailSamplingRules

func (a *Client) DeleteTraceTailSamplingRules(params *DeleteTraceTailSamplingRulesParams, opts ...ClientOption) (*DeleteTraceTailSamplingRulesOK, error)

DeleteTraceTailSamplingRules delete trace tail sampling rules API

func (*Client) DeleteTraceTopTagConfig added in v1.9.0

func (a *Client) DeleteTraceTopTagConfig(params *DeleteTraceTopTagConfigParams, opts ...ClientOption) (*DeleteTraceTopTagConfigOK, error)

DeleteTraceTopTagConfig delete trace top tag config API

func (*Client) ListDashboards

func (a *Client) ListDashboards(params *ListDashboardsParams, opts ...ClientOption) (*ListDashboardsOK, error)

ListDashboards list dashboards API

func (*Client) ListLinkTemplates

func (a *Client) ListLinkTemplates(params *ListLinkTemplatesParams, opts ...ClientOption) (*ListLinkTemplatesOK, error)

ListLinkTemplates list link templates API

func (*Client) ListObjectDiscoveryRule added in v1.10.0

func (a *Client) ListObjectDiscoveryRule(params *ListObjectDiscoveryRuleParams, opts ...ClientOption) (*ListObjectDiscoveryRuleOK, error)

ListObjectDiscoveryRule list object discovery rule API

func (*Client) ListSavedTraceSearches

func (a *Client) ListSavedTraceSearches(params *ListSavedTraceSearchesParams, opts ...ClientOption) (*ListSavedTraceSearchesOK, error)

ListSavedTraceSearches list saved trace searches API

func (*Client) ListServices

func (a *Client) ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

ListServices list services API

func (*Client) ListTraceBehaviors added in v1.6.0

func (a *Client) ListTraceBehaviors(params *ListTraceBehaviorsParams, opts ...ClientOption) (*ListTraceBehaviorsOK, error)

ListTraceBehaviors list trace behaviors API

func (*Client) ListTraceJaegerRemoteSamplingStrategies

func (a *Client) ListTraceJaegerRemoteSamplingStrategies(params *ListTraceJaegerRemoteSamplingStrategiesParams, opts ...ClientOption) (*ListTraceJaegerRemoteSamplingStrategiesOK, error)

ListTraceJaegerRemoteSamplingStrategies list trace jaeger remote sampling strategies API

func (*Client) ReadDashboard

func (a *Client) ReadDashboard(params *ReadDashboardParams, opts ...ClientOption) (*ReadDashboardOK, error)

ReadDashboard read dashboard API

func (*Client) ReadLinkTemplate

func (a *Client) ReadLinkTemplate(params *ReadLinkTemplateParams, opts ...ClientOption) (*ReadLinkTemplateOK, error)

ReadLinkTemplate read link template API

func (*Client) ReadLogAllocationConfig added in v1.6.0

func (a *Client) ReadLogAllocationConfig(params *ReadLogAllocationConfigParams, opts ...ClientOption) (*ReadLogAllocationConfigOK, error)

ReadLogAllocationConfig read log allocation config API

func (*Client) ReadLogControlConfig added in v1.10.0

func (a *Client) ReadLogControlConfig(params *ReadLogControlConfigParams, opts ...ClientOption) (*ReadLogControlConfigOK, error)

ReadLogControlConfig read log control config API

func (*Client) ReadNoopEntity

func (a *Client) ReadNoopEntity(params *ReadNoopEntityParams, opts ...ClientOption) (*ReadNoopEntityOK, error)

ReadNoopEntity read noop entity API

func (*Client) ReadObjectDiscoveryRule added in v1.10.0

func (a *Client) ReadObjectDiscoveryRule(params *ReadObjectDiscoveryRuleParams, opts ...ClientOption) (*ReadObjectDiscoveryRuleOK, error)

ReadObjectDiscoveryRule read object discovery rule API

func (*Client) ReadSavedTraceSearch

func (a *Client) ReadSavedTraceSearch(params *ReadSavedTraceSearchParams, opts ...ClientOption) (*ReadSavedTraceSearchOK, error)

ReadSavedTraceSearch read saved trace search API

func (*Client) ReadService

func (a *Client) ReadService(params *ReadServiceParams, opts ...ClientOption) (*ReadServiceOK, error)

ReadService read service API

func (*Client) ReadTraceBehavior added in v1.6.0

func (a *Client) ReadTraceBehavior(params *ReadTraceBehaviorParams, opts ...ClientOption) (*ReadTraceBehaviorOK, error)

ReadTraceBehavior read trace behavior API

func (*Client) ReadTraceJaegerRemoteSamplingStrategy

func (a *Client) ReadTraceJaegerRemoteSamplingStrategy(params *ReadTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*ReadTraceJaegerRemoteSamplingStrategyOK, error)

ReadTraceJaegerRemoteSamplingStrategy read trace jaeger remote sampling strategy API

func (*Client) ReadTraceTailSamplingRules

func (a *Client) ReadTraceTailSamplingRules(params *ReadTraceTailSamplingRulesParams, opts ...ClientOption) (*ReadTraceTailSamplingRulesOK, error)

ReadTraceTailSamplingRules read trace tail sampling rules API

func (*Client) ReadTraceTopTagConfig added in v1.9.0

func (a *Client) ReadTraceTopTagConfig(params *ReadTraceTopTagConfigParams, opts ...ClientOption) (*ReadTraceTopTagConfigOK, error)

ReadTraceTopTagConfig read trace top tag config API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncPrometheus

func (a *Client) SyncPrometheus(params *SyncPrometheusParams, opts ...ClientOption) (*SyncPrometheusOK, error)
SyncPrometheus ***

Sync Prometheus Configuration ***

func (*Client) UpdateDashboard

func (a *Client) UpdateDashboard(params *UpdateDashboardParams, opts ...ClientOption) (*UpdateDashboardOK, error)

UpdateDashboard update dashboard API

func (*Client) UpdateLinkTemplate

func (a *Client) UpdateLinkTemplate(params *UpdateLinkTemplateParams, opts ...ClientOption) (*UpdateLinkTemplateOK, error)

UpdateLinkTemplate update link template API

func (*Client) UpdateLogAllocationConfig added in v1.6.0

func (a *Client) UpdateLogAllocationConfig(params *UpdateLogAllocationConfigParams, opts ...ClientOption) (*UpdateLogAllocationConfigOK, error)

UpdateLogAllocationConfig update log allocation config API

func (*Client) UpdateLogControlConfig added in v1.10.0

func (a *Client) UpdateLogControlConfig(params *UpdateLogControlConfigParams, opts ...ClientOption) (*UpdateLogControlConfigOK, error)

UpdateLogControlConfig update log control config API

func (*Client) UpdateNoopEntity

func (a *Client) UpdateNoopEntity(params *UpdateNoopEntityParams, opts ...ClientOption) (*UpdateNoopEntityOK, error)

UpdateNoopEntity update noop entity API

func (*Client) UpdateObjectDiscoveryRule added in v1.10.0

func (a *Client) UpdateObjectDiscoveryRule(params *UpdateObjectDiscoveryRuleParams, opts ...ClientOption) (*UpdateObjectDiscoveryRuleOK, error)

UpdateObjectDiscoveryRule update object discovery rule API

func (*Client) UpdateSavedTraceSearch

func (a *Client) UpdateSavedTraceSearch(params *UpdateSavedTraceSearchParams, opts ...ClientOption) (*UpdateSavedTraceSearchOK, error)

UpdateSavedTraceSearch update saved trace search API

func (*Client) UpdateService

func (a *Client) UpdateService(params *UpdateServiceParams, opts ...ClientOption) (*UpdateServiceOK, error)

UpdateService update service API

func (*Client) UpdateTraceBehavior added in v1.6.0

func (a *Client) UpdateTraceBehavior(params *UpdateTraceBehaviorParams, opts ...ClientOption) (*UpdateTraceBehaviorOK, error)

UpdateTraceBehavior update trace behavior API

func (*Client) UpdateTraceJaegerRemoteSamplingStrategy

func (a *Client) UpdateTraceJaegerRemoteSamplingStrategy(params *UpdateTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*UpdateTraceJaegerRemoteSamplingStrategyOK, error)

UpdateTraceJaegerRemoteSamplingStrategy update trace jaeger remote sampling strategy API

func (*Client) UpdateTraceTailSamplingRules

func (a *Client) UpdateTraceTailSamplingRules(params *UpdateTraceTailSamplingRulesParams, opts ...ClientOption) (*UpdateTraceTailSamplingRulesOK, error)

UpdateTraceTailSamplingRules update trace tail sampling rules API

func (*Client) UpdateTraceTopTagConfig added in v1.9.0

func (a *Client) UpdateTraceTopTagConfig(params *UpdateTraceTopTagConfigParams, opts ...ClientOption) (*UpdateTraceTopTagConfigOK, error)

UpdateTraceTopTagConfig update trace top tag config API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDashboard(params *CreateDashboardParams, opts ...ClientOption) (*CreateDashboardOK, error)

	CreateLinkTemplate(params *CreateLinkTemplateParams, opts ...ClientOption) (*CreateLinkTemplateOK, error)

	CreateLogAllocationConfig(params *CreateLogAllocationConfigParams, opts ...ClientOption) (*CreateLogAllocationConfigOK, error)

	CreateLogControlConfig(params *CreateLogControlConfigParams, opts ...ClientOption) (*CreateLogControlConfigOK, error)

	CreateNoopEntity(params *CreateNoopEntityParams, opts ...ClientOption) (*CreateNoopEntityOK, error)

	CreateObjectDiscoveryRule(params *CreateObjectDiscoveryRuleParams, opts ...ClientOption) (*CreateObjectDiscoveryRuleOK, error)

	CreateSavedTraceSearch(params *CreateSavedTraceSearchParams, opts ...ClientOption) (*CreateSavedTraceSearchOK, error)

	CreateService(params *CreateServiceParams, opts ...ClientOption) (*CreateServiceOK, error)

	CreateTraceBehavior(params *CreateTraceBehaviorParams, opts ...ClientOption) (*CreateTraceBehaviorOK, error)

	CreateTraceJaegerRemoteSamplingStrategy(params *CreateTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*CreateTraceJaegerRemoteSamplingStrategyOK, error)

	CreateTraceTailSamplingRules(params *CreateTraceTailSamplingRulesParams, opts ...ClientOption) (*CreateTraceTailSamplingRulesOK, error)

	CreateTraceTopTagConfig(params *CreateTraceTopTagConfigParams, opts ...ClientOption) (*CreateTraceTopTagConfigOK, error)

	DeleteDashboard(params *DeleteDashboardParams, opts ...ClientOption) (*DeleteDashboardOK, error)

	DeleteLinkTemplate(params *DeleteLinkTemplateParams, opts ...ClientOption) (*DeleteLinkTemplateOK, error)

	DeleteLogAllocationConfig(params *DeleteLogAllocationConfigParams, opts ...ClientOption) (*DeleteLogAllocationConfigOK, error)

	DeleteLogControlConfig(params *DeleteLogControlConfigParams, opts ...ClientOption) (*DeleteLogControlConfigOK, error)

	DeleteNoopEntity(params *DeleteNoopEntityParams, opts ...ClientOption) (*DeleteNoopEntityOK, error)

	DeleteObjectDiscoveryRule(params *DeleteObjectDiscoveryRuleParams, opts ...ClientOption) (*DeleteObjectDiscoveryRuleOK, error)

	DeleteSavedTraceSearch(params *DeleteSavedTraceSearchParams, opts ...ClientOption) (*DeleteSavedTraceSearchOK, error)

	DeleteService(params *DeleteServiceParams, opts ...ClientOption) (*DeleteServiceOK, error)

	DeleteTraceBehavior(params *DeleteTraceBehaviorParams, opts ...ClientOption) (*DeleteTraceBehaviorOK, error)

	DeleteTraceJaegerRemoteSamplingStrategy(params *DeleteTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*DeleteTraceJaegerRemoteSamplingStrategyOK, error)

	DeleteTraceTailSamplingRules(params *DeleteTraceTailSamplingRulesParams, opts ...ClientOption) (*DeleteTraceTailSamplingRulesOK, error)

	DeleteTraceTopTagConfig(params *DeleteTraceTopTagConfigParams, opts ...ClientOption) (*DeleteTraceTopTagConfigOK, error)

	ListDashboards(params *ListDashboardsParams, opts ...ClientOption) (*ListDashboardsOK, error)

	ListLinkTemplates(params *ListLinkTemplatesParams, opts ...ClientOption) (*ListLinkTemplatesOK, error)

	ListObjectDiscoveryRule(params *ListObjectDiscoveryRuleParams, opts ...ClientOption) (*ListObjectDiscoveryRuleOK, error)

	ListSavedTraceSearches(params *ListSavedTraceSearchesParams, opts ...ClientOption) (*ListSavedTraceSearchesOK, error)

	ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

	ListTraceBehaviors(params *ListTraceBehaviorsParams, opts ...ClientOption) (*ListTraceBehaviorsOK, error)

	ListTraceJaegerRemoteSamplingStrategies(params *ListTraceJaegerRemoteSamplingStrategiesParams, opts ...ClientOption) (*ListTraceJaegerRemoteSamplingStrategiesOK, error)

	ReadDashboard(params *ReadDashboardParams, opts ...ClientOption) (*ReadDashboardOK, error)

	ReadLinkTemplate(params *ReadLinkTemplateParams, opts ...ClientOption) (*ReadLinkTemplateOK, error)

	ReadLogAllocationConfig(params *ReadLogAllocationConfigParams, opts ...ClientOption) (*ReadLogAllocationConfigOK, error)

	ReadLogControlConfig(params *ReadLogControlConfigParams, opts ...ClientOption) (*ReadLogControlConfigOK, error)

	ReadNoopEntity(params *ReadNoopEntityParams, opts ...ClientOption) (*ReadNoopEntityOK, error)

	ReadObjectDiscoveryRule(params *ReadObjectDiscoveryRuleParams, opts ...ClientOption) (*ReadObjectDiscoveryRuleOK, error)

	ReadSavedTraceSearch(params *ReadSavedTraceSearchParams, opts ...ClientOption) (*ReadSavedTraceSearchOK, error)

	ReadService(params *ReadServiceParams, opts ...ClientOption) (*ReadServiceOK, error)

	ReadTraceBehavior(params *ReadTraceBehaviorParams, opts ...ClientOption) (*ReadTraceBehaviorOK, error)

	ReadTraceJaegerRemoteSamplingStrategy(params *ReadTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*ReadTraceJaegerRemoteSamplingStrategyOK, error)

	ReadTraceTailSamplingRules(params *ReadTraceTailSamplingRulesParams, opts ...ClientOption) (*ReadTraceTailSamplingRulesOK, error)

	ReadTraceTopTagConfig(params *ReadTraceTopTagConfigParams, opts ...ClientOption) (*ReadTraceTopTagConfigOK, error)

	SyncPrometheus(params *SyncPrometheusParams, opts ...ClientOption) (*SyncPrometheusOK, error)

	UpdateDashboard(params *UpdateDashboardParams, opts ...ClientOption) (*UpdateDashboardOK, error)

	UpdateLinkTemplate(params *UpdateLinkTemplateParams, opts ...ClientOption) (*UpdateLinkTemplateOK, error)

	UpdateLogAllocationConfig(params *UpdateLogAllocationConfigParams, opts ...ClientOption) (*UpdateLogAllocationConfigOK, error)

	UpdateLogControlConfig(params *UpdateLogControlConfigParams, opts ...ClientOption) (*UpdateLogControlConfigOK, error)

	UpdateNoopEntity(params *UpdateNoopEntityParams, opts ...ClientOption) (*UpdateNoopEntityOK, error)

	UpdateObjectDiscoveryRule(params *UpdateObjectDiscoveryRuleParams, opts ...ClientOption) (*UpdateObjectDiscoveryRuleOK, error)

	UpdateSavedTraceSearch(params *UpdateSavedTraceSearchParams, opts ...ClientOption) (*UpdateSavedTraceSearchOK, error)

	UpdateService(params *UpdateServiceParams, opts ...ClientOption) (*UpdateServiceOK, error)

	UpdateTraceBehavior(params *UpdateTraceBehaviorParams, opts ...ClientOption) (*UpdateTraceBehaviorOK, error)

	UpdateTraceJaegerRemoteSamplingStrategy(params *UpdateTraceJaegerRemoteSamplingStrategyParams, opts ...ClientOption) (*UpdateTraceJaegerRemoteSamplingStrategyOK, error)

	UpdateTraceTailSamplingRules(params *UpdateTraceTailSamplingRulesParams, opts ...ClientOption) (*UpdateTraceTailSamplingRulesOK, error)

	UpdateTraceTopTagConfig(params *UpdateTraceTopTagConfigParams, opts ...ClientOption) (*UpdateTraceTopTagConfigOK, 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 operations API client.

type CreateDashboardBadRequest

type CreateDashboardBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the Dashboard because the request is invalid.

func NewCreateDashboardBadRequest

func NewCreateDashboardBadRequest() *CreateDashboardBadRequest

NewCreateDashboardBadRequest creates a CreateDashboardBadRequest with default headers values

func (*CreateDashboardBadRequest) Code

func (o *CreateDashboardBadRequest) Code() int

Code gets the status code for the create dashboard bad request response

func (*CreateDashboardBadRequest) Error

func (o *CreateDashboardBadRequest) Error() string

func (*CreateDashboardBadRequest) GetPayload

func (o *CreateDashboardBadRequest) GetPayload() *models.APIError

func (*CreateDashboardBadRequest) IsClientError

func (o *CreateDashboardBadRequest) IsClientError() bool

IsClientError returns true when this create dashboard bad request response has a 4xx status code

func (*CreateDashboardBadRequest) IsCode

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

IsCode returns true when this create dashboard bad request response a status code equal to that given

func (*CreateDashboardBadRequest) IsRedirect

func (o *CreateDashboardBadRequest) IsRedirect() bool

IsRedirect returns true when this create dashboard bad request response has a 3xx status code

func (*CreateDashboardBadRequest) IsServerError

func (o *CreateDashboardBadRequest) IsServerError() bool

IsServerError returns true when this create dashboard bad request response has a 5xx status code

func (*CreateDashboardBadRequest) IsSuccess

func (o *CreateDashboardBadRequest) IsSuccess() bool

IsSuccess returns true when this create dashboard bad request response has a 2xx status code

func (*CreateDashboardBadRequest) String

func (o *CreateDashboardBadRequest) String() string

type CreateDashboardConflict

type CreateDashboardConflict struct {
	Payload *models.APIError
}

CreateDashboardConflict describes a response with status code 409, with default header values.

Cannot create the Dashboard because there is a conflict with an existing Dashboard.

func NewCreateDashboardConflict

func NewCreateDashboardConflict() *CreateDashboardConflict

NewCreateDashboardConflict creates a CreateDashboardConflict with default headers values

func (*CreateDashboardConflict) Code

func (o *CreateDashboardConflict) Code() int

Code gets the status code for the create dashboard conflict response

func (*CreateDashboardConflict) Error

func (o *CreateDashboardConflict) Error() string

func (*CreateDashboardConflict) GetPayload

func (o *CreateDashboardConflict) GetPayload() *models.APIError

func (*CreateDashboardConflict) IsClientError

func (o *CreateDashboardConflict) IsClientError() bool

IsClientError returns true when this create dashboard conflict response has a 4xx status code

func (*CreateDashboardConflict) IsCode

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

IsCode returns true when this create dashboard conflict response a status code equal to that given

func (*CreateDashboardConflict) IsRedirect

func (o *CreateDashboardConflict) IsRedirect() bool

IsRedirect returns true when this create dashboard conflict response has a 3xx status code

func (*CreateDashboardConflict) IsServerError

func (o *CreateDashboardConflict) IsServerError() bool

IsServerError returns true when this create dashboard conflict response has a 5xx status code

func (*CreateDashboardConflict) IsSuccess

func (o *CreateDashboardConflict) IsSuccess() bool

IsSuccess returns true when this create dashboard conflict response has a 2xx status code

func (*CreateDashboardConflict) String

func (o *CreateDashboardConflict) String() string

type CreateDashboardDefault

type CreateDashboardDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateDashboardDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateDashboardDefault

func NewCreateDashboardDefault(code int) *CreateDashboardDefault

NewCreateDashboardDefault creates a CreateDashboardDefault with default headers values

func (*CreateDashboardDefault) Code

func (o *CreateDashboardDefault) Code() int

Code gets the status code for the create dashboard default response

func (*CreateDashboardDefault) Error

func (o *CreateDashboardDefault) Error() string

func (*CreateDashboardDefault) GetPayload

func (o *CreateDashboardDefault) GetPayload() models.GenericError

func (*CreateDashboardDefault) IsClientError

func (o *CreateDashboardDefault) IsClientError() bool

IsClientError returns true when this create dashboard default response has a 4xx status code

func (*CreateDashboardDefault) IsCode

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

IsCode returns true when this create dashboard default response a status code equal to that given

func (*CreateDashboardDefault) IsRedirect

func (o *CreateDashboardDefault) IsRedirect() bool

IsRedirect returns true when this create dashboard default response has a 3xx status code

func (*CreateDashboardDefault) IsServerError

func (o *CreateDashboardDefault) IsServerError() bool

IsServerError returns true when this create dashboard default response has a 5xx status code

func (*CreateDashboardDefault) IsSuccess

func (o *CreateDashboardDefault) IsSuccess() bool

IsSuccess returns true when this create dashboard default response has a 2xx status code

func (*CreateDashboardDefault) String

func (o *CreateDashboardDefault) String() string

type CreateDashboardInternalServerError

type CreateDashboardInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateDashboardInternalServerError

func NewCreateDashboardInternalServerError() *CreateDashboardInternalServerError

NewCreateDashboardInternalServerError creates a CreateDashboardInternalServerError with default headers values

func (*CreateDashboardInternalServerError) Code

Code gets the status code for the create dashboard internal server error response

func (*CreateDashboardInternalServerError) Error

func (*CreateDashboardInternalServerError) GetPayload

func (*CreateDashboardInternalServerError) IsClientError

func (o *CreateDashboardInternalServerError) IsClientError() bool

IsClientError returns true when this create dashboard internal server error response has a 4xx status code

func (*CreateDashboardInternalServerError) IsCode

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

func (*CreateDashboardInternalServerError) IsRedirect

func (o *CreateDashboardInternalServerError) IsRedirect() bool

IsRedirect returns true when this create dashboard internal server error response has a 3xx status code

func (*CreateDashboardInternalServerError) IsServerError

func (o *CreateDashboardInternalServerError) IsServerError() bool

IsServerError returns true when this create dashboard internal server error response has a 5xx status code

func (*CreateDashboardInternalServerError) IsSuccess

IsSuccess returns true when this create dashboard internal server error response has a 2xx status code

func (*CreateDashboardInternalServerError) String

type CreateDashboardOK

type CreateDashboardOK struct {
	Payload *models.ConfigunstableCreateDashboardResponse
}

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

A successful response containing the created Dashboard.

func NewCreateDashboardOK

func NewCreateDashboardOK() *CreateDashboardOK

NewCreateDashboardOK creates a CreateDashboardOK with default headers values

func (*CreateDashboardOK) Code

func (o *CreateDashboardOK) Code() int

Code gets the status code for the create dashboard o k response

func (*CreateDashboardOK) Error

func (o *CreateDashboardOK) Error() string

func (*CreateDashboardOK) GetPayload

func (*CreateDashboardOK) IsClientError

func (o *CreateDashboardOK) IsClientError() bool

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

func (*CreateDashboardOK) IsCode

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

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

func (*CreateDashboardOK) IsRedirect

func (o *CreateDashboardOK) IsRedirect() bool

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

func (*CreateDashboardOK) IsServerError

func (o *CreateDashboardOK) IsServerError() bool

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

func (*CreateDashboardOK) IsSuccess

func (o *CreateDashboardOK) IsSuccess() bool

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

func (*CreateDashboardOK) String

func (o *CreateDashboardOK) String() string

type CreateDashboardParams

type CreateDashboardParams struct {

	// Body.
	Body *models.ConfigunstableCreateDashboardRequest

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

CreateDashboardParams contains all the parameters to send to the API endpoint

for the create dashboard operation.

Typically these are written to a http.Request.

func NewCreateDashboardParams

func NewCreateDashboardParams() *CreateDashboardParams

NewCreateDashboardParams creates a new CreateDashboardParams 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 NewCreateDashboardParamsWithContext

func NewCreateDashboardParamsWithContext(ctx context.Context) *CreateDashboardParams

NewCreateDashboardParamsWithContext creates a new CreateDashboardParams object with the ability to set a context for a request.

func NewCreateDashboardParamsWithHTTPClient

func NewCreateDashboardParamsWithHTTPClient(client *http.Client) *CreateDashboardParams

NewCreateDashboardParamsWithHTTPClient creates a new CreateDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDashboardParamsWithTimeout

func NewCreateDashboardParamsWithTimeout(timeout time.Duration) *CreateDashboardParams

NewCreateDashboardParamsWithTimeout creates a new CreateDashboardParams object with the ability to set a timeout on a request.

func (*CreateDashboardParams) SetBody

SetBody adds the body to the create dashboard params

func (*CreateDashboardParams) SetContext

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

SetContext adds the context to the create dashboard params

func (*CreateDashboardParams) SetDefaults

func (o *CreateDashboardParams) SetDefaults()

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

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

func (*CreateDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create dashboard params

func (*CreateDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the create dashboard params

func (*CreateDashboardParams) WithBody

WithBody adds the body to the create dashboard params

func (*CreateDashboardParams) WithContext

WithContext adds the context to the create dashboard params

func (*CreateDashboardParams) WithDefaults

func (o *CreateDashboardParams) WithDefaults() *CreateDashboardParams

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

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

func (*CreateDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create dashboard params

func (*CreateDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the create dashboard params

func (*CreateDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateDashboardReader

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

CreateDashboardReader is a Reader for the CreateDashboard structure.

func (*CreateDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateLinkTemplateBadRequest

type CreateLinkTemplateBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the LinkTemplate because the request is invalid.

func NewCreateLinkTemplateBadRequest

func NewCreateLinkTemplateBadRequest() *CreateLinkTemplateBadRequest

NewCreateLinkTemplateBadRequest creates a CreateLinkTemplateBadRequest with default headers values

func (*CreateLinkTemplateBadRequest) Code

Code gets the status code for the create link template bad request response

func (*CreateLinkTemplateBadRequest) Error

func (*CreateLinkTemplateBadRequest) GetPayload

func (o *CreateLinkTemplateBadRequest) GetPayload() *models.APIError

func (*CreateLinkTemplateBadRequest) IsClientError

func (o *CreateLinkTemplateBadRequest) IsClientError() bool

IsClientError returns true when this create link template bad request response has a 4xx status code

func (*CreateLinkTemplateBadRequest) IsCode

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

IsCode returns true when this create link template bad request response a status code equal to that given

func (*CreateLinkTemplateBadRequest) IsRedirect

func (o *CreateLinkTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this create link template bad request response has a 3xx status code

func (*CreateLinkTemplateBadRequest) IsServerError

func (o *CreateLinkTemplateBadRequest) IsServerError() bool

IsServerError returns true when this create link template bad request response has a 5xx status code

func (*CreateLinkTemplateBadRequest) IsSuccess

func (o *CreateLinkTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this create link template bad request response has a 2xx status code

func (*CreateLinkTemplateBadRequest) String

type CreateLinkTemplateConflict

type CreateLinkTemplateConflict struct {
	Payload *models.APIError
}

CreateLinkTemplateConflict describes a response with status code 409, with default header values.

Cannot create the LinkTemplate because there is a conflict with an existing LinkTemplate.

func NewCreateLinkTemplateConflict

func NewCreateLinkTemplateConflict() *CreateLinkTemplateConflict

NewCreateLinkTemplateConflict creates a CreateLinkTemplateConflict with default headers values

func (*CreateLinkTemplateConflict) Code

func (o *CreateLinkTemplateConflict) Code() int

Code gets the status code for the create link template conflict response

func (*CreateLinkTemplateConflict) Error

func (*CreateLinkTemplateConflict) GetPayload

func (o *CreateLinkTemplateConflict) GetPayload() *models.APIError

func (*CreateLinkTemplateConflict) IsClientError

func (o *CreateLinkTemplateConflict) IsClientError() bool

IsClientError returns true when this create link template conflict response has a 4xx status code

func (*CreateLinkTemplateConflict) IsCode

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

IsCode returns true when this create link template conflict response a status code equal to that given

func (*CreateLinkTemplateConflict) IsRedirect

func (o *CreateLinkTemplateConflict) IsRedirect() bool

IsRedirect returns true when this create link template conflict response has a 3xx status code

func (*CreateLinkTemplateConflict) IsServerError

func (o *CreateLinkTemplateConflict) IsServerError() bool

IsServerError returns true when this create link template conflict response has a 5xx status code

func (*CreateLinkTemplateConflict) IsSuccess

func (o *CreateLinkTemplateConflict) IsSuccess() bool

IsSuccess returns true when this create link template conflict response has a 2xx status code

func (*CreateLinkTemplateConflict) String

func (o *CreateLinkTemplateConflict) String() string

type CreateLinkTemplateDefault

type CreateLinkTemplateDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateLinkTemplateDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateLinkTemplateDefault

func NewCreateLinkTemplateDefault(code int) *CreateLinkTemplateDefault

NewCreateLinkTemplateDefault creates a CreateLinkTemplateDefault with default headers values

func (*CreateLinkTemplateDefault) Code

func (o *CreateLinkTemplateDefault) Code() int

Code gets the status code for the create link template default response

func (*CreateLinkTemplateDefault) Error

func (o *CreateLinkTemplateDefault) Error() string

func (*CreateLinkTemplateDefault) GetPayload

func (*CreateLinkTemplateDefault) IsClientError

func (o *CreateLinkTemplateDefault) IsClientError() bool

IsClientError returns true when this create link template default response has a 4xx status code

func (*CreateLinkTemplateDefault) IsCode

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

IsCode returns true when this create link template default response a status code equal to that given

func (*CreateLinkTemplateDefault) IsRedirect

func (o *CreateLinkTemplateDefault) IsRedirect() bool

IsRedirect returns true when this create link template default response has a 3xx status code

func (*CreateLinkTemplateDefault) IsServerError

func (o *CreateLinkTemplateDefault) IsServerError() bool

IsServerError returns true when this create link template default response has a 5xx status code

func (*CreateLinkTemplateDefault) IsSuccess

func (o *CreateLinkTemplateDefault) IsSuccess() bool

IsSuccess returns true when this create link template default response has a 2xx status code

func (*CreateLinkTemplateDefault) String

func (o *CreateLinkTemplateDefault) String() string

type CreateLinkTemplateInternalServerError

type CreateLinkTemplateInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateLinkTemplateInternalServerError

func NewCreateLinkTemplateInternalServerError() *CreateLinkTemplateInternalServerError

NewCreateLinkTemplateInternalServerError creates a CreateLinkTemplateInternalServerError with default headers values

func (*CreateLinkTemplateInternalServerError) Code

Code gets the status code for the create link template internal server error response

func (*CreateLinkTemplateInternalServerError) Error

func (*CreateLinkTemplateInternalServerError) GetPayload

func (*CreateLinkTemplateInternalServerError) IsClientError

func (o *CreateLinkTemplateInternalServerError) IsClientError() bool

IsClientError returns true when this create link template internal server error response has a 4xx status code

func (*CreateLinkTemplateInternalServerError) IsCode

IsCode returns true when this create link template internal server error response a status code equal to that given

func (*CreateLinkTemplateInternalServerError) IsRedirect

IsRedirect returns true when this create link template internal server error response has a 3xx status code

func (*CreateLinkTemplateInternalServerError) IsServerError

func (o *CreateLinkTemplateInternalServerError) IsServerError() bool

IsServerError returns true when this create link template internal server error response has a 5xx status code

func (*CreateLinkTemplateInternalServerError) IsSuccess

IsSuccess returns true when this create link template internal server error response has a 2xx status code

func (*CreateLinkTemplateInternalServerError) String

type CreateLinkTemplateOK

type CreateLinkTemplateOK struct {
	Payload *models.ConfigunstableCreateLinkTemplateResponse
}

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

A successful response containing the created LinkTemplate.

func NewCreateLinkTemplateOK

func NewCreateLinkTemplateOK() *CreateLinkTemplateOK

NewCreateLinkTemplateOK creates a CreateLinkTemplateOK with default headers values

func (*CreateLinkTemplateOK) Code

func (o *CreateLinkTemplateOK) Code() int

Code gets the status code for the create link template o k response

func (*CreateLinkTemplateOK) Error

func (o *CreateLinkTemplateOK) Error() string

func (*CreateLinkTemplateOK) GetPayload

func (*CreateLinkTemplateOK) IsClientError

func (o *CreateLinkTemplateOK) IsClientError() bool

IsClientError returns true when this create link template o k response has a 4xx status code

func (*CreateLinkTemplateOK) IsCode

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

IsCode returns true when this create link template o k response a status code equal to that given

func (*CreateLinkTemplateOK) IsRedirect

func (o *CreateLinkTemplateOK) IsRedirect() bool

IsRedirect returns true when this create link template o k response has a 3xx status code

func (*CreateLinkTemplateOK) IsServerError

func (o *CreateLinkTemplateOK) IsServerError() bool

IsServerError returns true when this create link template o k response has a 5xx status code

func (*CreateLinkTemplateOK) IsSuccess

func (o *CreateLinkTemplateOK) IsSuccess() bool

IsSuccess returns true when this create link template o k response has a 2xx status code

func (*CreateLinkTemplateOK) String

func (o *CreateLinkTemplateOK) String() string

type CreateLinkTemplateParams

type CreateLinkTemplateParams struct {

	// Body.
	Body *models.ConfigunstableCreateLinkTemplateRequest

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

CreateLinkTemplateParams contains all the parameters to send to the API endpoint

for the create link template operation.

Typically these are written to a http.Request.

func NewCreateLinkTemplateParams

func NewCreateLinkTemplateParams() *CreateLinkTemplateParams

NewCreateLinkTemplateParams creates a new CreateLinkTemplateParams 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 NewCreateLinkTemplateParamsWithContext

func NewCreateLinkTemplateParamsWithContext(ctx context.Context) *CreateLinkTemplateParams

NewCreateLinkTemplateParamsWithContext creates a new CreateLinkTemplateParams object with the ability to set a context for a request.

func NewCreateLinkTemplateParamsWithHTTPClient

func NewCreateLinkTemplateParamsWithHTTPClient(client *http.Client) *CreateLinkTemplateParams

NewCreateLinkTemplateParamsWithHTTPClient creates a new CreateLinkTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLinkTemplateParamsWithTimeout

func NewCreateLinkTemplateParamsWithTimeout(timeout time.Duration) *CreateLinkTemplateParams

NewCreateLinkTemplateParamsWithTimeout creates a new CreateLinkTemplateParams object with the ability to set a timeout on a request.

func (*CreateLinkTemplateParams) SetBody

SetBody adds the body to the create link template params

func (*CreateLinkTemplateParams) SetContext

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

SetContext adds the context to the create link template params

func (*CreateLinkTemplateParams) SetDefaults

func (o *CreateLinkTemplateParams) SetDefaults()

SetDefaults hydrates default values in the create link template params (not the query body).

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

func (*CreateLinkTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create link template params

func (*CreateLinkTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the create link template params

func (*CreateLinkTemplateParams) WithBody

WithBody adds the body to the create link template params

func (*CreateLinkTemplateParams) WithContext

WithContext adds the context to the create link template params

func (*CreateLinkTemplateParams) WithDefaults

WithDefaults hydrates default values in the create link template params (not the query body).

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

func (*CreateLinkTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create link template params

func (*CreateLinkTemplateParams) WithTimeout

WithTimeout adds the timeout to the create link template params

func (*CreateLinkTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateLinkTemplateReader

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

CreateLinkTemplateReader is a Reader for the CreateLinkTemplate structure.

func (*CreateLinkTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateLogAllocationConfigBadRequest added in v1.6.0

type CreateLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the LogAllocationConfig because the request is invalid.

func NewCreateLogAllocationConfigBadRequest added in v1.6.0

func NewCreateLogAllocationConfigBadRequest() *CreateLogAllocationConfigBadRequest

NewCreateLogAllocationConfigBadRequest creates a CreateLogAllocationConfigBadRequest with default headers values

func (*CreateLogAllocationConfigBadRequest) Code added in v1.6.0

Code gets the status code for the create log allocation config bad request response

func (*CreateLogAllocationConfigBadRequest) Error added in v1.6.0

func (*CreateLogAllocationConfigBadRequest) GetPayload added in v1.6.0

func (*CreateLogAllocationConfigBadRequest) IsClientError added in v1.6.0

func (o *CreateLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this create log allocation config bad request response has a 4xx status code

func (*CreateLogAllocationConfigBadRequest) IsCode added in v1.6.0

IsCode returns true when this create log allocation config bad request response a status code equal to that given

func (*CreateLogAllocationConfigBadRequest) IsRedirect added in v1.6.0

func (o *CreateLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this create log allocation config bad request response has a 3xx status code

func (*CreateLogAllocationConfigBadRequest) IsServerError added in v1.6.0

func (o *CreateLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this create log allocation config bad request response has a 5xx status code

func (*CreateLogAllocationConfigBadRequest) IsSuccess added in v1.6.0

IsSuccess returns true when this create log allocation config bad request response has a 2xx status code

func (*CreateLogAllocationConfigBadRequest) String added in v1.6.0

type CreateLogAllocationConfigConflict added in v1.6.0

type CreateLogAllocationConfigConflict struct {
	Payload *models.APIError
}

CreateLogAllocationConfigConflict describes a response with status code 409, with default header values.

Cannot create the LogAllocationConfig because there is a conflict with an existing LogAllocationConfig.

func NewCreateLogAllocationConfigConflict added in v1.6.0

func NewCreateLogAllocationConfigConflict() *CreateLogAllocationConfigConflict

NewCreateLogAllocationConfigConflict creates a CreateLogAllocationConfigConflict with default headers values

func (*CreateLogAllocationConfigConflict) Code added in v1.6.0

Code gets the status code for the create log allocation config conflict response

func (*CreateLogAllocationConfigConflict) Error added in v1.6.0

func (*CreateLogAllocationConfigConflict) GetPayload added in v1.6.0

func (*CreateLogAllocationConfigConflict) IsClientError added in v1.6.0

func (o *CreateLogAllocationConfigConflict) IsClientError() bool

IsClientError returns true when this create log allocation config conflict response has a 4xx status code

func (*CreateLogAllocationConfigConflict) IsCode added in v1.6.0

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

IsCode returns true when this create log allocation config conflict response a status code equal to that given

func (*CreateLogAllocationConfigConflict) IsRedirect added in v1.6.0

func (o *CreateLogAllocationConfigConflict) IsRedirect() bool

IsRedirect returns true when this create log allocation config conflict response has a 3xx status code

func (*CreateLogAllocationConfigConflict) IsServerError added in v1.6.0

func (o *CreateLogAllocationConfigConflict) IsServerError() bool

IsServerError returns true when this create log allocation config conflict response has a 5xx status code

func (*CreateLogAllocationConfigConflict) IsSuccess added in v1.6.0

func (o *CreateLogAllocationConfigConflict) IsSuccess() bool

IsSuccess returns true when this create log allocation config conflict response has a 2xx status code

func (*CreateLogAllocationConfigConflict) String added in v1.6.0

type CreateLogAllocationConfigDefault added in v1.6.0

type CreateLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateLogAllocationConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateLogAllocationConfigDefault added in v1.6.0

func NewCreateLogAllocationConfigDefault(code int) *CreateLogAllocationConfigDefault

NewCreateLogAllocationConfigDefault creates a CreateLogAllocationConfigDefault with default headers values

func (*CreateLogAllocationConfigDefault) Code added in v1.6.0

Code gets the status code for the create log allocation config default response

func (*CreateLogAllocationConfigDefault) Error added in v1.6.0

func (*CreateLogAllocationConfigDefault) GetPayload added in v1.6.0

func (*CreateLogAllocationConfigDefault) IsClientError added in v1.6.0

func (o *CreateLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this create log allocation config default response has a 4xx status code

func (*CreateLogAllocationConfigDefault) IsCode added in v1.6.0

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

IsCode returns true when this create log allocation config default response a status code equal to that given

func (*CreateLogAllocationConfigDefault) IsRedirect added in v1.6.0

func (o *CreateLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this create log allocation config default response has a 3xx status code

func (*CreateLogAllocationConfigDefault) IsServerError added in v1.6.0

func (o *CreateLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this create log allocation config default response has a 5xx status code

func (*CreateLogAllocationConfigDefault) IsSuccess added in v1.6.0

func (o *CreateLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this create log allocation config default response has a 2xx status code

func (*CreateLogAllocationConfigDefault) String added in v1.6.0

type CreateLogAllocationConfigInternalServerError added in v1.6.0

type CreateLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateLogAllocationConfigInternalServerError added in v1.6.0

func NewCreateLogAllocationConfigInternalServerError() *CreateLogAllocationConfigInternalServerError

NewCreateLogAllocationConfigInternalServerError creates a CreateLogAllocationConfigInternalServerError with default headers values

func (*CreateLogAllocationConfigInternalServerError) Code added in v1.6.0

Code gets the status code for the create log allocation config internal server error response

func (*CreateLogAllocationConfigInternalServerError) Error added in v1.6.0

func (*CreateLogAllocationConfigInternalServerError) GetPayload added in v1.6.0

func (*CreateLogAllocationConfigInternalServerError) IsClientError added in v1.6.0

IsClientError returns true when this create log allocation config internal server error response has a 4xx status code

func (*CreateLogAllocationConfigInternalServerError) IsCode added in v1.6.0

IsCode returns true when this create log allocation config internal server error response a status code equal to that given

func (*CreateLogAllocationConfigInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this create log allocation config internal server error response has a 3xx status code

func (*CreateLogAllocationConfigInternalServerError) IsServerError added in v1.6.0

IsServerError returns true when this create log allocation config internal server error response has a 5xx status code

func (*CreateLogAllocationConfigInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this create log allocation config internal server error response has a 2xx status code

func (*CreateLogAllocationConfigInternalServerError) String added in v1.6.0

type CreateLogAllocationConfigOK added in v1.6.0

type CreateLogAllocationConfigOK struct {
	Payload *models.ConfigunstableCreateLogAllocationConfigResponse
}

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

A successful response containing the created LogAllocationConfig.

func NewCreateLogAllocationConfigOK added in v1.6.0

func NewCreateLogAllocationConfigOK() *CreateLogAllocationConfigOK

NewCreateLogAllocationConfigOK creates a CreateLogAllocationConfigOK with default headers values

func (*CreateLogAllocationConfigOK) Code added in v1.6.0

func (o *CreateLogAllocationConfigOK) Code() int

Code gets the status code for the create log allocation config o k response

func (*CreateLogAllocationConfigOK) Error added in v1.6.0

func (*CreateLogAllocationConfigOK) GetPayload added in v1.6.0

func (*CreateLogAllocationConfigOK) IsClientError added in v1.6.0

func (o *CreateLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this create log allocation config o k response has a 4xx status code

func (*CreateLogAllocationConfigOK) IsCode added in v1.6.0

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

IsCode returns true when this create log allocation config o k response a status code equal to that given

func (*CreateLogAllocationConfigOK) IsRedirect added in v1.6.0

func (o *CreateLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this create log allocation config o k response has a 3xx status code

func (*CreateLogAllocationConfigOK) IsServerError added in v1.6.0

func (o *CreateLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this create log allocation config o k response has a 5xx status code

func (*CreateLogAllocationConfigOK) IsSuccess added in v1.6.0

func (o *CreateLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this create log allocation config o k response has a 2xx status code

func (*CreateLogAllocationConfigOK) String added in v1.6.0

func (o *CreateLogAllocationConfigOK) String() string

type CreateLogAllocationConfigParams added in v1.6.0

type CreateLogAllocationConfigParams struct {

	// Body.
	Body *models.ConfigunstableCreateLogAllocationConfigRequest

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

CreateLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the create log allocation config operation.

Typically these are written to a http.Request.

func NewCreateLogAllocationConfigParams added in v1.6.0

func NewCreateLogAllocationConfigParams() *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParams creates a new CreateLogAllocationConfigParams 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 NewCreateLogAllocationConfigParamsWithContext added in v1.6.0

func NewCreateLogAllocationConfigParamsWithContext(ctx context.Context) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithContext creates a new CreateLogAllocationConfigParams object with the ability to set a context for a request.

func NewCreateLogAllocationConfigParamsWithHTTPClient added in v1.6.0

func NewCreateLogAllocationConfigParamsWithHTTPClient(client *http.Client) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithHTTPClient creates a new CreateLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLogAllocationConfigParamsWithTimeout added in v1.6.0

func NewCreateLogAllocationConfigParamsWithTimeout(timeout time.Duration) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithTimeout creates a new CreateLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*CreateLogAllocationConfigParams) SetBody added in v1.6.0

SetBody adds the body to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetContext added in v1.6.0

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

SetContext adds the context to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetDefaults added in v1.6.0

func (o *CreateLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the create log allocation config params (not the query body).

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

func (*CreateLogAllocationConfigParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithBody added in v1.6.0

WithBody adds the body to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithContext added in v1.6.0

WithContext adds the context to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the create log allocation config params (not the query body).

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

func (*CreateLogAllocationConfigParams) WithHTTPClient added in v1.6.0

WithHTTPClient adds the HTTPClient to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the create log allocation config params

func (*CreateLogAllocationConfigParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type CreateLogAllocationConfigReader added in v1.6.0

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

CreateLogAllocationConfigReader is a Reader for the CreateLogAllocationConfig structure.

func (*CreateLogAllocationConfigReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type CreateLogControlConfigBadRequest added in v1.10.0

type CreateLogControlConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the LogControlConfig because the request is invalid.

func NewCreateLogControlConfigBadRequest added in v1.10.0

func NewCreateLogControlConfigBadRequest() *CreateLogControlConfigBadRequest

NewCreateLogControlConfigBadRequest creates a CreateLogControlConfigBadRequest with default headers values

func (*CreateLogControlConfigBadRequest) Code added in v1.10.0

Code gets the status code for the create log control config bad request response

func (*CreateLogControlConfigBadRequest) Error added in v1.10.0

func (*CreateLogControlConfigBadRequest) GetPayload added in v1.10.0

func (*CreateLogControlConfigBadRequest) IsClientError added in v1.10.0

func (o *CreateLogControlConfigBadRequest) IsClientError() bool

IsClientError returns true when this create log control config bad request response has a 4xx status code

func (*CreateLogControlConfigBadRequest) IsCode added in v1.10.0

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

IsCode returns true when this create log control config bad request response a status code equal to that given

func (*CreateLogControlConfigBadRequest) IsRedirect added in v1.10.0

func (o *CreateLogControlConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this create log control config bad request response has a 3xx status code

func (*CreateLogControlConfigBadRequest) IsServerError added in v1.10.0

func (o *CreateLogControlConfigBadRequest) IsServerError() bool

IsServerError returns true when this create log control config bad request response has a 5xx status code

func (*CreateLogControlConfigBadRequest) IsSuccess added in v1.10.0

func (o *CreateLogControlConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this create log control config bad request response has a 2xx status code

func (*CreateLogControlConfigBadRequest) String added in v1.10.0

type CreateLogControlConfigConflict added in v1.10.0

type CreateLogControlConfigConflict struct {
	Payload *models.APIError
}

CreateLogControlConfigConflict describes a response with status code 409, with default header values.

Cannot create the LogControlConfig because there is a conflict with an existing LogControlConfig.

func NewCreateLogControlConfigConflict added in v1.10.0

func NewCreateLogControlConfigConflict() *CreateLogControlConfigConflict

NewCreateLogControlConfigConflict creates a CreateLogControlConfigConflict with default headers values

func (*CreateLogControlConfigConflict) Code added in v1.10.0

Code gets the status code for the create log control config conflict response

func (*CreateLogControlConfigConflict) Error added in v1.10.0

func (*CreateLogControlConfigConflict) GetPayload added in v1.10.0

func (*CreateLogControlConfigConflict) IsClientError added in v1.10.0

func (o *CreateLogControlConfigConflict) IsClientError() bool

IsClientError returns true when this create log control config conflict response has a 4xx status code

func (*CreateLogControlConfigConflict) IsCode added in v1.10.0

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

IsCode returns true when this create log control config conflict response a status code equal to that given

func (*CreateLogControlConfigConflict) IsRedirect added in v1.10.0

func (o *CreateLogControlConfigConflict) IsRedirect() bool

IsRedirect returns true when this create log control config conflict response has a 3xx status code

func (*CreateLogControlConfigConflict) IsServerError added in v1.10.0

func (o *CreateLogControlConfigConflict) IsServerError() bool

IsServerError returns true when this create log control config conflict response has a 5xx status code

func (*CreateLogControlConfigConflict) IsSuccess added in v1.10.0

func (o *CreateLogControlConfigConflict) IsSuccess() bool

IsSuccess returns true when this create log control config conflict response has a 2xx status code

func (*CreateLogControlConfigConflict) String added in v1.10.0

type CreateLogControlConfigDefault added in v1.10.0

type CreateLogControlConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateLogControlConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateLogControlConfigDefault added in v1.10.0

func NewCreateLogControlConfigDefault(code int) *CreateLogControlConfigDefault

NewCreateLogControlConfigDefault creates a CreateLogControlConfigDefault with default headers values

func (*CreateLogControlConfigDefault) Code added in v1.10.0

Code gets the status code for the create log control config default response

func (*CreateLogControlConfigDefault) Error added in v1.10.0

func (*CreateLogControlConfigDefault) GetPayload added in v1.10.0

func (*CreateLogControlConfigDefault) IsClientError added in v1.10.0

func (o *CreateLogControlConfigDefault) IsClientError() bool

IsClientError returns true when this create log control config default response has a 4xx status code

func (*CreateLogControlConfigDefault) IsCode added in v1.10.0

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

IsCode returns true when this create log control config default response a status code equal to that given

func (*CreateLogControlConfigDefault) IsRedirect added in v1.10.0

func (o *CreateLogControlConfigDefault) IsRedirect() bool

IsRedirect returns true when this create log control config default response has a 3xx status code

func (*CreateLogControlConfigDefault) IsServerError added in v1.10.0

func (o *CreateLogControlConfigDefault) IsServerError() bool

IsServerError returns true when this create log control config default response has a 5xx status code

func (*CreateLogControlConfigDefault) IsSuccess added in v1.10.0

func (o *CreateLogControlConfigDefault) IsSuccess() bool

IsSuccess returns true when this create log control config default response has a 2xx status code

func (*CreateLogControlConfigDefault) String added in v1.10.0

type CreateLogControlConfigInternalServerError added in v1.10.0

type CreateLogControlConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateLogControlConfigInternalServerError added in v1.10.0

func NewCreateLogControlConfigInternalServerError() *CreateLogControlConfigInternalServerError

NewCreateLogControlConfigInternalServerError creates a CreateLogControlConfigInternalServerError with default headers values

func (*CreateLogControlConfigInternalServerError) Code added in v1.10.0

Code gets the status code for the create log control config internal server error response

func (*CreateLogControlConfigInternalServerError) Error added in v1.10.0

func (*CreateLogControlConfigInternalServerError) GetPayload added in v1.10.0

func (*CreateLogControlConfigInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this create log control config internal server error response has a 4xx status code

func (*CreateLogControlConfigInternalServerError) IsCode added in v1.10.0

IsCode returns true when this create log control config internal server error response a status code equal to that given

func (*CreateLogControlConfigInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this create log control config internal server error response has a 3xx status code

func (*CreateLogControlConfigInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this create log control config internal server error response has a 5xx status code

func (*CreateLogControlConfigInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this create log control config internal server error response has a 2xx status code

func (*CreateLogControlConfigInternalServerError) String added in v1.10.0

type CreateLogControlConfigOK added in v1.10.0

type CreateLogControlConfigOK struct {
	Payload *models.ConfigunstableCreateLogControlConfigResponse
}

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

A successful response containing the created LogControlConfig.

func NewCreateLogControlConfigOK added in v1.10.0

func NewCreateLogControlConfigOK() *CreateLogControlConfigOK

NewCreateLogControlConfigOK creates a CreateLogControlConfigOK with default headers values

func (*CreateLogControlConfigOK) Code added in v1.10.0

func (o *CreateLogControlConfigOK) Code() int

Code gets the status code for the create log control config o k response

func (*CreateLogControlConfigOK) Error added in v1.10.0

func (o *CreateLogControlConfigOK) Error() string

func (*CreateLogControlConfigOK) GetPayload added in v1.10.0

func (*CreateLogControlConfigOK) IsClientError added in v1.10.0

func (o *CreateLogControlConfigOK) IsClientError() bool

IsClientError returns true when this create log control config o k response has a 4xx status code

func (*CreateLogControlConfigOK) IsCode added in v1.10.0

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

IsCode returns true when this create log control config o k response a status code equal to that given

func (*CreateLogControlConfigOK) IsRedirect added in v1.10.0

func (o *CreateLogControlConfigOK) IsRedirect() bool

IsRedirect returns true when this create log control config o k response has a 3xx status code

func (*CreateLogControlConfigOK) IsServerError added in v1.10.0

func (o *CreateLogControlConfigOK) IsServerError() bool

IsServerError returns true when this create log control config o k response has a 5xx status code

func (*CreateLogControlConfigOK) IsSuccess added in v1.10.0

func (o *CreateLogControlConfigOK) IsSuccess() bool

IsSuccess returns true when this create log control config o k response has a 2xx status code

func (*CreateLogControlConfigOK) String added in v1.10.0

func (o *CreateLogControlConfigOK) String() string

type CreateLogControlConfigParams added in v1.10.0

type CreateLogControlConfigParams struct {

	// Body.
	Body *models.ConfigunstableCreateLogControlConfigRequest

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

CreateLogControlConfigParams contains all the parameters to send to the API endpoint

for the create log control config operation.

Typically these are written to a http.Request.

func NewCreateLogControlConfigParams added in v1.10.0

func NewCreateLogControlConfigParams() *CreateLogControlConfigParams

NewCreateLogControlConfigParams creates a new CreateLogControlConfigParams 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 NewCreateLogControlConfigParamsWithContext added in v1.10.0

func NewCreateLogControlConfigParamsWithContext(ctx context.Context) *CreateLogControlConfigParams

NewCreateLogControlConfigParamsWithContext creates a new CreateLogControlConfigParams object with the ability to set a context for a request.

func NewCreateLogControlConfigParamsWithHTTPClient added in v1.10.0

func NewCreateLogControlConfigParamsWithHTTPClient(client *http.Client) *CreateLogControlConfigParams

NewCreateLogControlConfigParamsWithHTTPClient creates a new CreateLogControlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLogControlConfigParamsWithTimeout added in v1.10.0

func NewCreateLogControlConfigParamsWithTimeout(timeout time.Duration) *CreateLogControlConfigParams

NewCreateLogControlConfigParamsWithTimeout creates a new CreateLogControlConfigParams object with the ability to set a timeout on a request.

func (*CreateLogControlConfigParams) SetBody added in v1.10.0

SetBody adds the body to the create log control config params

func (*CreateLogControlConfigParams) SetContext added in v1.10.0

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

SetContext adds the context to the create log control config params

func (*CreateLogControlConfigParams) SetDefaults added in v1.10.0

func (o *CreateLogControlConfigParams) SetDefaults()

SetDefaults hydrates default values in the create log control config params (not the query body).

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

func (*CreateLogControlConfigParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the create log control config params

func (*CreateLogControlConfigParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the create log control config params

func (*CreateLogControlConfigParams) WithBody added in v1.10.0

WithBody adds the body to the create log control config params

func (*CreateLogControlConfigParams) WithContext added in v1.10.0

WithContext adds the context to the create log control config params

func (*CreateLogControlConfigParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the create log control config params (not the query body).

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

func (*CreateLogControlConfigParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the create log control config params

func (*CreateLogControlConfigParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the create log control config params

func (*CreateLogControlConfigParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type CreateLogControlConfigReader added in v1.10.0

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

CreateLogControlConfigReader is a Reader for the CreateLogControlConfig structure.

func (*CreateLogControlConfigReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type CreateNoopEntityBadRequest

type CreateNoopEntityBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the NoopEntity because the request is invalid.

func NewCreateNoopEntityBadRequest

func NewCreateNoopEntityBadRequest() *CreateNoopEntityBadRequest

NewCreateNoopEntityBadRequest creates a CreateNoopEntityBadRequest with default headers values

func (*CreateNoopEntityBadRequest) Code

func (o *CreateNoopEntityBadRequest) Code() int

Code gets the status code for the create noop entity bad request response

func (*CreateNoopEntityBadRequest) Error

func (*CreateNoopEntityBadRequest) GetPayload

func (o *CreateNoopEntityBadRequest) GetPayload() *models.APIError

func (*CreateNoopEntityBadRequest) IsClientError

func (o *CreateNoopEntityBadRequest) IsClientError() bool

IsClientError returns true when this create noop entity bad request response has a 4xx status code

func (*CreateNoopEntityBadRequest) IsCode

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

IsCode returns true when this create noop entity bad request response a status code equal to that given

func (*CreateNoopEntityBadRequest) IsRedirect

func (o *CreateNoopEntityBadRequest) IsRedirect() bool

IsRedirect returns true when this create noop entity bad request response has a 3xx status code

func (*CreateNoopEntityBadRequest) IsServerError

func (o *CreateNoopEntityBadRequest) IsServerError() bool

IsServerError returns true when this create noop entity bad request response has a 5xx status code

func (*CreateNoopEntityBadRequest) IsSuccess

func (o *CreateNoopEntityBadRequest) IsSuccess() bool

IsSuccess returns true when this create noop entity bad request response has a 2xx status code

func (*CreateNoopEntityBadRequest) String

func (o *CreateNoopEntityBadRequest) String() string

type CreateNoopEntityConflict

type CreateNoopEntityConflict struct {
	Payload *models.APIError
}

CreateNoopEntityConflict describes a response with status code 409, with default header values.

Cannot create the NoopEntity because there is a conflict with an existing NoopEntity.

func NewCreateNoopEntityConflict

func NewCreateNoopEntityConflict() *CreateNoopEntityConflict

NewCreateNoopEntityConflict creates a CreateNoopEntityConflict with default headers values

func (*CreateNoopEntityConflict) Code

func (o *CreateNoopEntityConflict) Code() int

Code gets the status code for the create noop entity conflict response

func (*CreateNoopEntityConflict) Error

func (o *CreateNoopEntityConflict) Error() string

func (*CreateNoopEntityConflict) GetPayload

func (o *CreateNoopEntityConflict) GetPayload() *models.APIError

func (*CreateNoopEntityConflict) IsClientError

func (o *CreateNoopEntityConflict) IsClientError() bool

IsClientError returns true when this create noop entity conflict response has a 4xx status code

func (*CreateNoopEntityConflict) IsCode

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

IsCode returns true when this create noop entity conflict response a status code equal to that given

func (*CreateNoopEntityConflict) IsRedirect

func (o *CreateNoopEntityConflict) IsRedirect() bool

IsRedirect returns true when this create noop entity conflict response has a 3xx status code

func (*CreateNoopEntityConflict) IsServerError

func (o *CreateNoopEntityConflict) IsServerError() bool

IsServerError returns true when this create noop entity conflict response has a 5xx status code

func (*CreateNoopEntityConflict) IsSuccess

func (o *CreateNoopEntityConflict) IsSuccess() bool

IsSuccess returns true when this create noop entity conflict response has a 2xx status code

func (*CreateNoopEntityConflict) String

func (o *CreateNoopEntityConflict) String() string

type CreateNoopEntityDefault

type CreateNoopEntityDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateNoopEntityDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateNoopEntityDefault

func NewCreateNoopEntityDefault(code int) *CreateNoopEntityDefault

NewCreateNoopEntityDefault creates a CreateNoopEntityDefault with default headers values

func (*CreateNoopEntityDefault) Code

func (o *CreateNoopEntityDefault) Code() int

Code gets the status code for the create noop entity default response

func (*CreateNoopEntityDefault) Error

func (o *CreateNoopEntityDefault) Error() string

func (*CreateNoopEntityDefault) GetPayload

func (*CreateNoopEntityDefault) IsClientError

func (o *CreateNoopEntityDefault) IsClientError() bool

IsClientError returns true when this create noop entity default response has a 4xx status code

func (*CreateNoopEntityDefault) IsCode

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

IsCode returns true when this create noop entity default response a status code equal to that given

func (*CreateNoopEntityDefault) IsRedirect

func (o *CreateNoopEntityDefault) IsRedirect() bool

IsRedirect returns true when this create noop entity default response has a 3xx status code

func (*CreateNoopEntityDefault) IsServerError

func (o *CreateNoopEntityDefault) IsServerError() bool

IsServerError returns true when this create noop entity default response has a 5xx status code

func (*CreateNoopEntityDefault) IsSuccess

func (o *CreateNoopEntityDefault) IsSuccess() bool

IsSuccess returns true when this create noop entity default response has a 2xx status code

func (*CreateNoopEntityDefault) String

func (o *CreateNoopEntityDefault) String() string

type CreateNoopEntityInternalServerError

type CreateNoopEntityInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateNoopEntityInternalServerError

func NewCreateNoopEntityInternalServerError() *CreateNoopEntityInternalServerError

NewCreateNoopEntityInternalServerError creates a CreateNoopEntityInternalServerError with default headers values

func (*CreateNoopEntityInternalServerError) Code

Code gets the status code for the create noop entity internal server error response

func (*CreateNoopEntityInternalServerError) Error

func (*CreateNoopEntityInternalServerError) GetPayload

func (*CreateNoopEntityInternalServerError) IsClientError

func (o *CreateNoopEntityInternalServerError) IsClientError() bool

IsClientError returns true when this create noop entity internal server error response has a 4xx status code

func (*CreateNoopEntityInternalServerError) IsCode

IsCode returns true when this create noop entity internal server error response a status code equal to that given

func (*CreateNoopEntityInternalServerError) IsRedirect

func (o *CreateNoopEntityInternalServerError) IsRedirect() bool

IsRedirect returns true when this create noop entity internal server error response has a 3xx status code

func (*CreateNoopEntityInternalServerError) IsServerError

func (o *CreateNoopEntityInternalServerError) IsServerError() bool

IsServerError returns true when this create noop entity internal server error response has a 5xx status code

func (*CreateNoopEntityInternalServerError) IsSuccess

IsSuccess returns true when this create noop entity internal server error response has a 2xx status code

func (*CreateNoopEntityInternalServerError) String

type CreateNoopEntityOK

type CreateNoopEntityOK struct {
	Payload *models.ConfigunstableCreateNoopEntityResponse
}

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

A successful response containing the created NoopEntity.

func NewCreateNoopEntityOK

func NewCreateNoopEntityOK() *CreateNoopEntityOK

NewCreateNoopEntityOK creates a CreateNoopEntityOK with default headers values

func (*CreateNoopEntityOK) Code

func (o *CreateNoopEntityOK) Code() int

Code gets the status code for the create noop entity o k response

func (*CreateNoopEntityOK) Error

func (o *CreateNoopEntityOK) Error() string

func (*CreateNoopEntityOK) GetPayload

func (*CreateNoopEntityOK) IsClientError

func (o *CreateNoopEntityOK) IsClientError() bool

IsClientError returns true when this create noop entity o k response has a 4xx status code

func (*CreateNoopEntityOK) IsCode

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

IsCode returns true when this create noop entity o k response a status code equal to that given

func (*CreateNoopEntityOK) IsRedirect

func (o *CreateNoopEntityOK) IsRedirect() bool

IsRedirect returns true when this create noop entity o k response has a 3xx status code

func (*CreateNoopEntityOK) IsServerError

func (o *CreateNoopEntityOK) IsServerError() bool

IsServerError returns true when this create noop entity o k response has a 5xx status code

func (*CreateNoopEntityOK) IsSuccess

func (o *CreateNoopEntityOK) IsSuccess() bool

IsSuccess returns true when this create noop entity o k response has a 2xx status code

func (*CreateNoopEntityOK) String

func (o *CreateNoopEntityOK) String() string

type CreateNoopEntityParams

type CreateNoopEntityParams struct {

	// Body.
	Body *models.ConfigunstableCreateNoopEntityRequest

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

CreateNoopEntityParams contains all the parameters to send to the API endpoint

for the create noop entity operation.

Typically these are written to a http.Request.

func NewCreateNoopEntityParams

func NewCreateNoopEntityParams() *CreateNoopEntityParams

NewCreateNoopEntityParams creates a new CreateNoopEntityParams 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 NewCreateNoopEntityParamsWithContext

func NewCreateNoopEntityParamsWithContext(ctx context.Context) *CreateNoopEntityParams

NewCreateNoopEntityParamsWithContext creates a new CreateNoopEntityParams object with the ability to set a context for a request.

func NewCreateNoopEntityParamsWithHTTPClient

func NewCreateNoopEntityParamsWithHTTPClient(client *http.Client) *CreateNoopEntityParams

NewCreateNoopEntityParamsWithHTTPClient creates a new CreateNoopEntityParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNoopEntityParamsWithTimeout

func NewCreateNoopEntityParamsWithTimeout(timeout time.Duration) *CreateNoopEntityParams

NewCreateNoopEntityParamsWithTimeout creates a new CreateNoopEntityParams object with the ability to set a timeout on a request.

func (*CreateNoopEntityParams) SetBody

SetBody adds the body to the create noop entity params

func (*CreateNoopEntityParams) SetContext

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

SetContext adds the context to the create noop entity params

func (*CreateNoopEntityParams) SetDefaults

func (o *CreateNoopEntityParams) SetDefaults()

SetDefaults hydrates default values in the create noop entity params (not the query body).

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

func (*CreateNoopEntityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create noop entity params

func (*CreateNoopEntityParams) SetTimeout

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

SetTimeout adds the timeout to the create noop entity params

func (*CreateNoopEntityParams) WithBody

WithBody adds the body to the create noop entity params

func (*CreateNoopEntityParams) WithContext

WithContext adds the context to the create noop entity params

func (*CreateNoopEntityParams) WithDefaults

WithDefaults hydrates default values in the create noop entity params (not the query body).

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

func (*CreateNoopEntityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create noop entity params

func (*CreateNoopEntityParams) WithTimeout

WithTimeout adds the timeout to the create noop entity params

func (*CreateNoopEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNoopEntityReader

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

CreateNoopEntityReader is a Reader for the CreateNoopEntity structure.

func (*CreateNoopEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateObjectDiscoveryRuleBadRequest added in v1.10.0

type CreateObjectDiscoveryRuleBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the ObjectDiscoveryRule because the request is invalid.

func NewCreateObjectDiscoveryRuleBadRequest added in v1.10.0

func NewCreateObjectDiscoveryRuleBadRequest() *CreateObjectDiscoveryRuleBadRequest

NewCreateObjectDiscoveryRuleBadRequest creates a CreateObjectDiscoveryRuleBadRequest with default headers values

func (*CreateObjectDiscoveryRuleBadRequest) Code added in v1.10.0

Code gets the status code for the create object discovery rule bad request response

func (*CreateObjectDiscoveryRuleBadRequest) Error added in v1.10.0

func (*CreateObjectDiscoveryRuleBadRequest) GetPayload added in v1.10.0

func (*CreateObjectDiscoveryRuleBadRequest) IsClientError added in v1.10.0

func (o *CreateObjectDiscoveryRuleBadRequest) IsClientError() bool

IsClientError returns true when this create object discovery rule bad request response has a 4xx status code

func (*CreateObjectDiscoveryRuleBadRequest) IsCode added in v1.10.0

IsCode returns true when this create object discovery rule bad request response a status code equal to that given

func (*CreateObjectDiscoveryRuleBadRequest) IsRedirect added in v1.10.0

func (o *CreateObjectDiscoveryRuleBadRequest) IsRedirect() bool

IsRedirect returns true when this create object discovery rule bad request response has a 3xx status code

func (*CreateObjectDiscoveryRuleBadRequest) IsServerError added in v1.10.0

func (o *CreateObjectDiscoveryRuleBadRequest) IsServerError() bool

IsServerError returns true when this create object discovery rule bad request response has a 5xx status code

func (*CreateObjectDiscoveryRuleBadRequest) IsSuccess added in v1.10.0

IsSuccess returns true when this create object discovery rule bad request response has a 2xx status code

func (*CreateObjectDiscoveryRuleBadRequest) String added in v1.10.0

type CreateObjectDiscoveryRuleConflict added in v1.10.0

type CreateObjectDiscoveryRuleConflict struct {
	Payload *models.APIError
}

CreateObjectDiscoveryRuleConflict describes a response with status code 409, with default header values.

Cannot create the ObjectDiscoveryRule because there is a conflict with an existing ObjectDiscoveryRule.

func NewCreateObjectDiscoveryRuleConflict added in v1.10.0

func NewCreateObjectDiscoveryRuleConflict() *CreateObjectDiscoveryRuleConflict

NewCreateObjectDiscoveryRuleConflict creates a CreateObjectDiscoveryRuleConflict with default headers values

func (*CreateObjectDiscoveryRuleConflict) Code added in v1.10.0

Code gets the status code for the create object discovery rule conflict response

func (*CreateObjectDiscoveryRuleConflict) Error added in v1.10.0

func (*CreateObjectDiscoveryRuleConflict) GetPayload added in v1.10.0

func (*CreateObjectDiscoveryRuleConflict) IsClientError added in v1.10.0

func (o *CreateObjectDiscoveryRuleConflict) IsClientError() bool

IsClientError returns true when this create object discovery rule conflict response has a 4xx status code

func (*CreateObjectDiscoveryRuleConflict) IsCode added in v1.10.0

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

IsCode returns true when this create object discovery rule conflict response a status code equal to that given

func (*CreateObjectDiscoveryRuleConflict) IsRedirect added in v1.10.0

func (o *CreateObjectDiscoveryRuleConflict) IsRedirect() bool

IsRedirect returns true when this create object discovery rule conflict response has a 3xx status code

func (*CreateObjectDiscoveryRuleConflict) IsServerError added in v1.10.0

func (o *CreateObjectDiscoveryRuleConflict) IsServerError() bool

IsServerError returns true when this create object discovery rule conflict response has a 5xx status code

func (*CreateObjectDiscoveryRuleConflict) IsSuccess added in v1.10.0

func (o *CreateObjectDiscoveryRuleConflict) IsSuccess() bool

IsSuccess returns true when this create object discovery rule conflict response has a 2xx status code

func (*CreateObjectDiscoveryRuleConflict) String added in v1.10.0

type CreateObjectDiscoveryRuleDefault added in v1.10.0

type CreateObjectDiscoveryRuleDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateObjectDiscoveryRuleDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateObjectDiscoveryRuleDefault added in v1.10.0

func NewCreateObjectDiscoveryRuleDefault(code int) *CreateObjectDiscoveryRuleDefault

NewCreateObjectDiscoveryRuleDefault creates a CreateObjectDiscoveryRuleDefault with default headers values

func (*CreateObjectDiscoveryRuleDefault) Code added in v1.10.0

Code gets the status code for the create object discovery rule default response

func (*CreateObjectDiscoveryRuleDefault) Error added in v1.10.0

func (*CreateObjectDiscoveryRuleDefault) GetPayload added in v1.10.0

func (*CreateObjectDiscoveryRuleDefault) IsClientError added in v1.10.0

func (o *CreateObjectDiscoveryRuleDefault) IsClientError() bool

IsClientError returns true when this create object discovery rule default response has a 4xx status code

func (*CreateObjectDiscoveryRuleDefault) IsCode added in v1.10.0

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

IsCode returns true when this create object discovery rule default response a status code equal to that given

func (*CreateObjectDiscoveryRuleDefault) IsRedirect added in v1.10.0

func (o *CreateObjectDiscoveryRuleDefault) IsRedirect() bool

IsRedirect returns true when this create object discovery rule default response has a 3xx status code

func (*CreateObjectDiscoveryRuleDefault) IsServerError added in v1.10.0

func (o *CreateObjectDiscoveryRuleDefault) IsServerError() bool

IsServerError returns true when this create object discovery rule default response has a 5xx status code

func (*CreateObjectDiscoveryRuleDefault) IsSuccess added in v1.10.0

func (o *CreateObjectDiscoveryRuleDefault) IsSuccess() bool

IsSuccess returns true when this create object discovery rule default response has a 2xx status code

func (*CreateObjectDiscoveryRuleDefault) String added in v1.10.0

type CreateObjectDiscoveryRuleInternalServerError added in v1.10.0

type CreateObjectDiscoveryRuleInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateObjectDiscoveryRuleInternalServerError added in v1.10.0

func NewCreateObjectDiscoveryRuleInternalServerError() *CreateObjectDiscoveryRuleInternalServerError

NewCreateObjectDiscoveryRuleInternalServerError creates a CreateObjectDiscoveryRuleInternalServerError with default headers values

func (*CreateObjectDiscoveryRuleInternalServerError) Code added in v1.10.0

Code gets the status code for the create object discovery rule internal server error response

func (*CreateObjectDiscoveryRuleInternalServerError) Error added in v1.10.0

func (*CreateObjectDiscoveryRuleInternalServerError) GetPayload added in v1.10.0

func (*CreateObjectDiscoveryRuleInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this create object discovery rule internal server error response has a 4xx status code

func (*CreateObjectDiscoveryRuleInternalServerError) IsCode added in v1.10.0

IsCode returns true when this create object discovery rule internal server error response a status code equal to that given

func (*CreateObjectDiscoveryRuleInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this create object discovery rule internal server error response has a 3xx status code

func (*CreateObjectDiscoveryRuleInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this create object discovery rule internal server error response has a 5xx status code

func (*CreateObjectDiscoveryRuleInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this create object discovery rule internal server error response has a 2xx status code

func (*CreateObjectDiscoveryRuleInternalServerError) String added in v1.10.0

type CreateObjectDiscoveryRuleOK added in v1.10.0

type CreateObjectDiscoveryRuleOK struct {
	Payload *models.ConfigunstableCreateObjectDiscoveryRuleResponse
}

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

A successful response containing the created ObjectDiscoveryRule.

func NewCreateObjectDiscoveryRuleOK added in v1.10.0

func NewCreateObjectDiscoveryRuleOK() *CreateObjectDiscoveryRuleOK

NewCreateObjectDiscoveryRuleOK creates a CreateObjectDiscoveryRuleOK with default headers values

func (*CreateObjectDiscoveryRuleOK) Code added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) Code() int

Code gets the status code for the create object discovery rule o k response

func (*CreateObjectDiscoveryRuleOK) Error added in v1.10.0

func (*CreateObjectDiscoveryRuleOK) GetPayload added in v1.10.0

func (*CreateObjectDiscoveryRuleOK) IsClientError added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) IsClientError() bool

IsClientError returns true when this create object discovery rule o k response has a 4xx status code

func (*CreateObjectDiscoveryRuleOK) IsCode added in v1.10.0

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

IsCode returns true when this create object discovery rule o k response a status code equal to that given

func (*CreateObjectDiscoveryRuleOK) IsRedirect added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) IsRedirect() bool

IsRedirect returns true when this create object discovery rule o k response has a 3xx status code

func (*CreateObjectDiscoveryRuleOK) IsServerError added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) IsServerError() bool

IsServerError returns true when this create object discovery rule o k response has a 5xx status code

func (*CreateObjectDiscoveryRuleOK) IsSuccess added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) IsSuccess() bool

IsSuccess returns true when this create object discovery rule o k response has a 2xx status code

func (*CreateObjectDiscoveryRuleOK) String added in v1.10.0

func (o *CreateObjectDiscoveryRuleOK) String() string

type CreateObjectDiscoveryRuleParams added in v1.10.0

type CreateObjectDiscoveryRuleParams struct {

	// Body.
	Body *models.ConfigunstableCreateObjectDiscoveryRuleRequest

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

CreateObjectDiscoveryRuleParams contains all the parameters to send to the API endpoint

for the create object discovery rule operation.

Typically these are written to a http.Request.

func NewCreateObjectDiscoveryRuleParams added in v1.10.0

func NewCreateObjectDiscoveryRuleParams() *CreateObjectDiscoveryRuleParams

NewCreateObjectDiscoveryRuleParams creates a new CreateObjectDiscoveryRuleParams 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 NewCreateObjectDiscoveryRuleParamsWithContext added in v1.10.0

func NewCreateObjectDiscoveryRuleParamsWithContext(ctx context.Context) *CreateObjectDiscoveryRuleParams

NewCreateObjectDiscoveryRuleParamsWithContext creates a new CreateObjectDiscoveryRuleParams object with the ability to set a context for a request.

func NewCreateObjectDiscoveryRuleParamsWithHTTPClient added in v1.10.0

func NewCreateObjectDiscoveryRuleParamsWithHTTPClient(client *http.Client) *CreateObjectDiscoveryRuleParams

NewCreateObjectDiscoveryRuleParamsWithHTTPClient creates a new CreateObjectDiscoveryRuleParams object with the ability to set a custom HTTPClient for a request.

func NewCreateObjectDiscoveryRuleParamsWithTimeout added in v1.10.0

func NewCreateObjectDiscoveryRuleParamsWithTimeout(timeout time.Duration) *CreateObjectDiscoveryRuleParams

NewCreateObjectDiscoveryRuleParamsWithTimeout creates a new CreateObjectDiscoveryRuleParams object with the ability to set a timeout on a request.

func (*CreateObjectDiscoveryRuleParams) SetBody added in v1.10.0

SetBody adds the body to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) SetContext added in v1.10.0

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

SetContext adds the context to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) SetDefaults added in v1.10.0

func (o *CreateObjectDiscoveryRuleParams) SetDefaults()

SetDefaults hydrates default values in the create object discovery rule params (not the query body).

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

func (*CreateObjectDiscoveryRuleParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) WithBody added in v1.10.0

WithBody adds the body to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) WithContext added in v1.10.0

WithContext adds the context to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the create object discovery rule params (not the query body).

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

func (*CreateObjectDiscoveryRuleParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the create object discovery rule params

func (*CreateObjectDiscoveryRuleParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type CreateObjectDiscoveryRuleReader added in v1.10.0

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

CreateObjectDiscoveryRuleReader is a Reader for the CreateObjectDiscoveryRule structure.

func (*CreateObjectDiscoveryRuleReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type CreateSavedTraceSearchBadRequest

type CreateSavedTraceSearchBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the SavedTraceSearch because the request is invalid.

func NewCreateSavedTraceSearchBadRequest

func NewCreateSavedTraceSearchBadRequest() *CreateSavedTraceSearchBadRequest

NewCreateSavedTraceSearchBadRequest creates a CreateSavedTraceSearchBadRequest with default headers values

func (*CreateSavedTraceSearchBadRequest) Code

Code gets the status code for the create saved trace search bad request response

func (*CreateSavedTraceSearchBadRequest) Error

func (*CreateSavedTraceSearchBadRequest) GetPayload

func (*CreateSavedTraceSearchBadRequest) IsClientError

func (o *CreateSavedTraceSearchBadRequest) IsClientError() bool

IsClientError returns true when this create saved trace search bad request response has a 4xx status code

func (*CreateSavedTraceSearchBadRequest) IsCode

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

IsCode returns true when this create saved trace search bad request response a status code equal to that given

func (*CreateSavedTraceSearchBadRequest) IsRedirect

func (o *CreateSavedTraceSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this create saved trace search bad request response has a 3xx status code

func (*CreateSavedTraceSearchBadRequest) IsServerError

func (o *CreateSavedTraceSearchBadRequest) IsServerError() bool

IsServerError returns true when this create saved trace search bad request response has a 5xx status code

func (*CreateSavedTraceSearchBadRequest) IsSuccess

func (o *CreateSavedTraceSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this create saved trace search bad request response has a 2xx status code

func (*CreateSavedTraceSearchBadRequest) String

type CreateSavedTraceSearchConflict

type CreateSavedTraceSearchConflict struct {
	Payload *models.APIError
}

CreateSavedTraceSearchConflict describes a response with status code 409, with default header values.

Cannot create the SavedTraceSearch because there is a conflict with an existing SavedTraceSearch.

func NewCreateSavedTraceSearchConflict

func NewCreateSavedTraceSearchConflict() *CreateSavedTraceSearchConflict

NewCreateSavedTraceSearchConflict creates a CreateSavedTraceSearchConflict with default headers values

func (*CreateSavedTraceSearchConflict) Code

Code gets the status code for the create saved trace search conflict response

func (*CreateSavedTraceSearchConflict) Error

func (*CreateSavedTraceSearchConflict) GetPayload

func (*CreateSavedTraceSearchConflict) IsClientError

func (o *CreateSavedTraceSearchConflict) IsClientError() bool

IsClientError returns true when this create saved trace search conflict response has a 4xx status code

func (*CreateSavedTraceSearchConflict) IsCode

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

IsCode returns true when this create saved trace search conflict response a status code equal to that given

func (*CreateSavedTraceSearchConflict) IsRedirect

func (o *CreateSavedTraceSearchConflict) IsRedirect() bool

IsRedirect returns true when this create saved trace search conflict response has a 3xx status code

func (*CreateSavedTraceSearchConflict) IsServerError

func (o *CreateSavedTraceSearchConflict) IsServerError() bool

IsServerError returns true when this create saved trace search conflict response has a 5xx status code

func (*CreateSavedTraceSearchConflict) IsSuccess

func (o *CreateSavedTraceSearchConflict) IsSuccess() bool

IsSuccess returns true when this create saved trace search conflict response has a 2xx status code

func (*CreateSavedTraceSearchConflict) String

type CreateSavedTraceSearchDefault

type CreateSavedTraceSearchDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateSavedTraceSearchDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateSavedTraceSearchDefault

func NewCreateSavedTraceSearchDefault(code int) *CreateSavedTraceSearchDefault

NewCreateSavedTraceSearchDefault creates a CreateSavedTraceSearchDefault with default headers values

func (*CreateSavedTraceSearchDefault) Code

Code gets the status code for the create saved trace search default response

func (*CreateSavedTraceSearchDefault) Error

func (*CreateSavedTraceSearchDefault) GetPayload

func (*CreateSavedTraceSearchDefault) IsClientError

func (o *CreateSavedTraceSearchDefault) IsClientError() bool

IsClientError returns true when this create saved trace search default response has a 4xx status code

func (*CreateSavedTraceSearchDefault) IsCode

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

IsCode returns true when this create saved trace search default response a status code equal to that given

func (*CreateSavedTraceSearchDefault) IsRedirect

func (o *CreateSavedTraceSearchDefault) IsRedirect() bool

IsRedirect returns true when this create saved trace search default response has a 3xx status code

func (*CreateSavedTraceSearchDefault) IsServerError

func (o *CreateSavedTraceSearchDefault) IsServerError() bool

IsServerError returns true when this create saved trace search default response has a 5xx status code

func (*CreateSavedTraceSearchDefault) IsSuccess

func (o *CreateSavedTraceSearchDefault) IsSuccess() bool

IsSuccess returns true when this create saved trace search default response has a 2xx status code

func (*CreateSavedTraceSearchDefault) String

type CreateSavedTraceSearchInternalServerError

type CreateSavedTraceSearchInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateSavedTraceSearchInternalServerError

func NewCreateSavedTraceSearchInternalServerError() *CreateSavedTraceSearchInternalServerError

NewCreateSavedTraceSearchInternalServerError creates a CreateSavedTraceSearchInternalServerError with default headers values

func (*CreateSavedTraceSearchInternalServerError) Code

Code gets the status code for the create saved trace search internal server error response

func (*CreateSavedTraceSearchInternalServerError) Error

func (*CreateSavedTraceSearchInternalServerError) GetPayload

func (*CreateSavedTraceSearchInternalServerError) IsClientError

IsClientError returns true when this create saved trace search internal server error response has a 4xx status code

func (*CreateSavedTraceSearchInternalServerError) IsCode

IsCode returns true when this create saved trace search internal server error response a status code equal to that given

func (*CreateSavedTraceSearchInternalServerError) IsRedirect

IsRedirect returns true when this create saved trace search internal server error response has a 3xx status code

func (*CreateSavedTraceSearchInternalServerError) IsServerError

IsServerError returns true when this create saved trace search internal server error response has a 5xx status code

func (*CreateSavedTraceSearchInternalServerError) IsSuccess

IsSuccess returns true when this create saved trace search internal server error response has a 2xx status code

func (*CreateSavedTraceSearchInternalServerError) String

type CreateSavedTraceSearchOK

type CreateSavedTraceSearchOK struct {
	Payload *models.ConfigunstableCreateSavedTraceSearchResponse
}

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

A successful response containing the created SavedTraceSearch.

func NewCreateSavedTraceSearchOK

func NewCreateSavedTraceSearchOK() *CreateSavedTraceSearchOK

NewCreateSavedTraceSearchOK creates a CreateSavedTraceSearchOK with default headers values

func (*CreateSavedTraceSearchOK) Code

func (o *CreateSavedTraceSearchOK) Code() int

Code gets the status code for the create saved trace search o k response

func (*CreateSavedTraceSearchOK) Error

func (o *CreateSavedTraceSearchOK) Error() string

func (*CreateSavedTraceSearchOK) GetPayload

func (*CreateSavedTraceSearchOK) IsClientError

func (o *CreateSavedTraceSearchOK) IsClientError() bool

IsClientError returns true when this create saved trace search o k response has a 4xx status code

func (*CreateSavedTraceSearchOK) IsCode

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

IsCode returns true when this create saved trace search o k response a status code equal to that given

func (*CreateSavedTraceSearchOK) IsRedirect

func (o *CreateSavedTraceSearchOK) IsRedirect() bool

IsRedirect returns true when this create saved trace search o k response has a 3xx status code

func (*CreateSavedTraceSearchOK) IsServerError

func (o *CreateSavedTraceSearchOK) IsServerError() bool

IsServerError returns true when this create saved trace search o k response has a 5xx status code

func (*CreateSavedTraceSearchOK) IsSuccess

func (o *CreateSavedTraceSearchOK) IsSuccess() bool

IsSuccess returns true when this create saved trace search o k response has a 2xx status code

func (*CreateSavedTraceSearchOK) String

func (o *CreateSavedTraceSearchOK) String() string

type CreateSavedTraceSearchParams

type CreateSavedTraceSearchParams struct {

	// Body.
	Body *models.ConfigunstableCreateSavedTraceSearchRequest

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

CreateSavedTraceSearchParams contains all the parameters to send to the API endpoint

for the create saved trace search operation.

Typically these are written to a http.Request.

func NewCreateSavedTraceSearchParams

func NewCreateSavedTraceSearchParams() *CreateSavedTraceSearchParams

NewCreateSavedTraceSearchParams creates a new CreateSavedTraceSearchParams 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 NewCreateSavedTraceSearchParamsWithContext

func NewCreateSavedTraceSearchParamsWithContext(ctx context.Context) *CreateSavedTraceSearchParams

NewCreateSavedTraceSearchParamsWithContext creates a new CreateSavedTraceSearchParams object with the ability to set a context for a request.

func NewCreateSavedTraceSearchParamsWithHTTPClient

func NewCreateSavedTraceSearchParamsWithHTTPClient(client *http.Client) *CreateSavedTraceSearchParams

NewCreateSavedTraceSearchParamsWithHTTPClient creates a new CreateSavedTraceSearchParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSavedTraceSearchParamsWithTimeout

func NewCreateSavedTraceSearchParamsWithTimeout(timeout time.Duration) *CreateSavedTraceSearchParams

NewCreateSavedTraceSearchParamsWithTimeout creates a new CreateSavedTraceSearchParams object with the ability to set a timeout on a request.

func (*CreateSavedTraceSearchParams) SetBody

SetBody adds the body to the create saved trace search params

func (*CreateSavedTraceSearchParams) SetContext

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

SetContext adds the context to the create saved trace search params

func (*CreateSavedTraceSearchParams) SetDefaults

func (o *CreateSavedTraceSearchParams) SetDefaults()

SetDefaults hydrates default values in the create saved trace search params (not the query body).

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

func (*CreateSavedTraceSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create saved trace search params

func (*CreateSavedTraceSearchParams) SetTimeout

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

SetTimeout adds the timeout to the create saved trace search params

func (*CreateSavedTraceSearchParams) WithBody

WithBody adds the body to the create saved trace search params

func (*CreateSavedTraceSearchParams) WithContext

WithContext adds the context to the create saved trace search params

func (*CreateSavedTraceSearchParams) WithDefaults

WithDefaults hydrates default values in the create saved trace search params (not the query body).

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

func (*CreateSavedTraceSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create saved trace search params

func (*CreateSavedTraceSearchParams) WithTimeout

WithTimeout adds the timeout to the create saved trace search params

func (*CreateSavedTraceSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSavedTraceSearchReader

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

CreateSavedTraceSearchReader is a Reader for the CreateSavedTraceSearch structure.

func (*CreateSavedTraceSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateServiceBadRequest

type CreateServiceBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the Service because the request is invalid.

func NewCreateServiceBadRequest

func NewCreateServiceBadRequest() *CreateServiceBadRequest

NewCreateServiceBadRequest creates a CreateServiceBadRequest with default headers values

func (*CreateServiceBadRequest) Code

func (o *CreateServiceBadRequest) Code() int

Code gets the status code for the create service bad request response

func (*CreateServiceBadRequest) Error

func (o *CreateServiceBadRequest) Error() string

func (*CreateServiceBadRequest) GetPayload

func (o *CreateServiceBadRequest) GetPayload() *models.APIError

func (*CreateServiceBadRequest) IsClientError

func (o *CreateServiceBadRequest) IsClientError() bool

IsClientError returns true when this create service bad request response has a 4xx status code

func (*CreateServiceBadRequest) IsCode

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

IsCode returns true when this create service bad request response a status code equal to that given

func (*CreateServiceBadRequest) IsRedirect

func (o *CreateServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this create service bad request response has a 3xx status code

func (*CreateServiceBadRequest) IsServerError

func (o *CreateServiceBadRequest) IsServerError() bool

IsServerError returns true when this create service bad request response has a 5xx status code

func (*CreateServiceBadRequest) IsSuccess

func (o *CreateServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this create service bad request response has a 2xx status code

func (*CreateServiceBadRequest) String

func (o *CreateServiceBadRequest) String() string

type CreateServiceConflict

type CreateServiceConflict struct {
	Payload *models.APIError
}

CreateServiceConflict describes a response with status code 409, with default header values.

Cannot create the Service because there is a conflict with an existing Service.

func NewCreateServiceConflict

func NewCreateServiceConflict() *CreateServiceConflict

NewCreateServiceConflict creates a CreateServiceConflict with default headers values

func (*CreateServiceConflict) Code

func (o *CreateServiceConflict) Code() int

Code gets the status code for the create service conflict response

func (*CreateServiceConflict) Error

func (o *CreateServiceConflict) Error() string

func (*CreateServiceConflict) GetPayload

func (o *CreateServiceConflict) GetPayload() *models.APIError

func (*CreateServiceConflict) IsClientError

func (o *CreateServiceConflict) IsClientError() bool

IsClientError returns true when this create service conflict response has a 4xx status code

func (*CreateServiceConflict) IsCode

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

IsCode returns true when this create service conflict response a status code equal to that given

func (*CreateServiceConflict) IsRedirect

func (o *CreateServiceConflict) IsRedirect() bool

IsRedirect returns true when this create service conflict response has a 3xx status code

func (*CreateServiceConflict) IsServerError

func (o *CreateServiceConflict) IsServerError() bool

IsServerError returns true when this create service conflict response has a 5xx status code

func (*CreateServiceConflict) IsSuccess

func (o *CreateServiceConflict) IsSuccess() bool

IsSuccess returns true when this create service conflict response has a 2xx status code

func (*CreateServiceConflict) String

func (o *CreateServiceConflict) String() string

type CreateServiceDefault

type CreateServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateServiceDefault

func NewCreateServiceDefault(code int) *CreateServiceDefault

NewCreateServiceDefault creates a CreateServiceDefault with default headers values

func (*CreateServiceDefault) Code

func (o *CreateServiceDefault) Code() int

Code gets the status code for the create service default response

func (*CreateServiceDefault) Error

func (o *CreateServiceDefault) Error() string

func (*CreateServiceDefault) GetPayload

func (o *CreateServiceDefault) GetPayload() models.GenericError

func (*CreateServiceDefault) IsClientError

func (o *CreateServiceDefault) IsClientError() bool

IsClientError returns true when this create service default response has a 4xx status code

func (*CreateServiceDefault) IsCode

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

IsCode returns true when this create service default response a status code equal to that given

func (*CreateServiceDefault) IsRedirect

func (o *CreateServiceDefault) IsRedirect() bool

IsRedirect returns true when this create service default response has a 3xx status code

func (*CreateServiceDefault) IsServerError

func (o *CreateServiceDefault) IsServerError() bool

IsServerError returns true when this create service default response has a 5xx status code

func (*CreateServiceDefault) IsSuccess

func (o *CreateServiceDefault) IsSuccess() bool

IsSuccess returns true when this create service default response has a 2xx status code

func (*CreateServiceDefault) String

func (o *CreateServiceDefault) String() string

type CreateServiceInternalServerError

type CreateServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateServiceInternalServerError

func NewCreateServiceInternalServerError() *CreateServiceInternalServerError

NewCreateServiceInternalServerError creates a CreateServiceInternalServerError with default headers values

func (*CreateServiceInternalServerError) Code

Code gets the status code for the create service internal server error response

func (*CreateServiceInternalServerError) Error

func (*CreateServiceInternalServerError) GetPayload

func (*CreateServiceInternalServerError) IsClientError

func (o *CreateServiceInternalServerError) IsClientError() bool

IsClientError returns true when this create service internal server error response has a 4xx status code

func (*CreateServiceInternalServerError) IsCode

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

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

func (*CreateServiceInternalServerError) IsRedirect

func (o *CreateServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this create service internal server error response has a 3xx status code

func (*CreateServiceInternalServerError) IsServerError

func (o *CreateServiceInternalServerError) IsServerError() bool

IsServerError returns true when this create service internal server error response has a 5xx status code

func (*CreateServiceInternalServerError) IsSuccess

func (o *CreateServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this create service internal server error response has a 2xx status code

func (*CreateServiceInternalServerError) String

type CreateServiceOK

type CreateServiceOK struct {
	Payload *models.ConfigunstableCreateServiceResponse
}

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

A successful response containing the created Service.

func NewCreateServiceOK

func NewCreateServiceOK() *CreateServiceOK

NewCreateServiceOK creates a CreateServiceOK with default headers values

func (*CreateServiceOK) Code

func (o *CreateServiceOK) Code() int

Code gets the status code for the create service o k response

func (*CreateServiceOK) Error

func (o *CreateServiceOK) Error() string

func (*CreateServiceOK) GetPayload

func (*CreateServiceOK) IsClientError

func (o *CreateServiceOK) IsClientError() bool

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

func (*CreateServiceOK) IsCode

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

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

func (*CreateServiceOK) IsRedirect

func (o *CreateServiceOK) IsRedirect() bool

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

func (*CreateServiceOK) IsServerError

func (o *CreateServiceOK) IsServerError() bool

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

func (*CreateServiceOK) IsSuccess

func (o *CreateServiceOK) IsSuccess() bool

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

func (*CreateServiceOK) String

func (o *CreateServiceOK) String() string

type CreateServiceParams

type CreateServiceParams struct {

	// Body.
	Body *models.ConfigunstableCreateServiceRequest

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

CreateServiceParams contains all the parameters to send to the API endpoint

for the create service operation.

Typically these are written to a http.Request.

func NewCreateServiceParams

func NewCreateServiceParams() *CreateServiceParams

NewCreateServiceParams creates a new CreateServiceParams 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 NewCreateServiceParamsWithContext

func NewCreateServiceParamsWithContext(ctx context.Context) *CreateServiceParams

NewCreateServiceParamsWithContext creates a new CreateServiceParams object with the ability to set a context for a request.

func NewCreateServiceParamsWithHTTPClient

func NewCreateServiceParamsWithHTTPClient(client *http.Client) *CreateServiceParams

NewCreateServiceParamsWithHTTPClient creates a new CreateServiceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateServiceParamsWithTimeout

func NewCreateServiceParamsWithTimeout(timeout time.Duration) *CreateServiceParams

NewCreateServiceParamsWithTimeout creates a new CreateServiceParams object with the ability to set a timeout on a request.

func (*CreateServiceParams) SetBody

SetBody adds the body to the create service params

func (*CreateServiceParams) SetContext

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

SetContext adds the context to the create service params

func (*CreateServiceParams) SetDefaults

func (o *CreateServiceParams) SetDefaults()

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

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

func (*CreateServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create service params

func (*CreateServiceParams) SetTimeout

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

SetTimeout adds the timeout to the create service params

func (*CreateServiceParams) WithBody

WithBody adds the body to the create service params

func (*CreateServiceParams) WithContext

WithContext adds the context to the create service params

func (*CreateServiceParams) WithDefaults

func (o *CreateServiceParams) WithDefaults() *CreateServiceParams

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

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

func (*CreateServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create service params

func (*CreateServiceParams) WithTimeout

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

WithTimeout adds the timeout to the create service params

func (*CreateServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateServiceReader

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

CreateServiceReader is a Reader for the CreateService structure.

func (*CreateServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTraceBehaviorBadRequest added in v1.6.0

type CreateTraceBehaviorBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the TraceBehavior because the request is invalid.

func NewCreateTraceBehaviorBadRequest added in v1.6.0

func NewCreateTraceBehaviorBadRequest() *CreateTraceBehaviorBadRequest

NewCreateTraceBehaviorBadRequest creates a CreateTraceBehaviorBadRequest with default headers values

func (*CreateTraceBehaviorBadRequest) Code added in v1.6.0

Code gets the status code for the create trace behavior bad request response

func (*CreateTraceBehaviorBadRequest) Error added in v1.6.0

func (*CreateTraceBehaviorBadRequest) GetPayload added in v1.6.0

func (*CreateTraceBehaviorBadRequest) IsClientError added in v1.6.0

func (o *CreateTraceBehaviorBadRequest) IsClientError() bool

IsClientError returns true when this create trace behavior bad request response has a 4xx status code

func (*CreateTraceBehaviorBadRequest) IsCode added in v1.6.0

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

IsCode returns true when this create trace behavior bad request response a status code equal to that given

func (*CreateTraceBehaviorBadRequest) IsRedirect added in v1.6.0

func (o *CreateTraceBehaviorBadRequest) IsRedirect() bool

IsRedirect returns true when this create trace behavior bad request response has a 3xx status code

func (*CreateTraceBehaviorBadRequest) IsServerError added in v1.6.0

func (o *CreateTraceBehaviorBadRequest) IsServerError() bool

IsServerError returns true when this create trace behavior bad request response has a 5xx status code

func (*CreateTraceBehaviorBadRequest) IsSuccess added in v1.6.0

func (o *CreateTraceBehaviorBadRequest) IsSuccess() bool

IsSuccess returns true when this create trace behavior bad request response has a 2xx status code

func (*CreateTraceBehaviorBadRequest) String added in v1.6.0

type CreateTraceBehaviorConflict added in v1.6.0

type CreateTraceBehaviorConflict struct {
	Payload *models.APIError
}

CreateTraceBehaviorConflict describes a response with status code 409, with default header values.

Cannot create the TraceBehavior because there is a conflict with an existing TraceBehavior.

func NewCreateTraceBehaviorConflict added in v1.6.0

func NewCreateTraceBehaviorConflict() *CreateTraceBehaviorConflict

NewCreateTraceBehaviorConflict creates a CreateTraceBehaviorConflict with default headers values

func (*CreateTraceBehaviorConflict) Code added in v1.6.0

func (o *CreateTraceBehaviorConflict) Code() int

Code gets the status code for the create trace behavior conflict response

func (*CreateTraceBehaviorConflict) Error added in v1.6.0

func (*CreateTraceBehaviorConflict) GetPayload added in v1.6.0

func (o *CreateTraceBehaviorConflict) GetPayload() *models.APIError

func (*CreateTraceBehaviorConflict) IsClientError added in v1.6.0

func (o *CreateTraceBehaviorConflict) IsClientError() bool

IsClientError returns true when this create trace behavior conflict response has a 4xx status code

func (*CreateTraceBehaviorConflict) IsCode added in v1.6.0

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

IsCode returns true when this create trace behavior conflict response a status code equal to that given

func (*CreateTraceBehaviorConflict) IsRedirect added in v1.6.0

func (o *CreateTraceBehaviorConflict) IsRedirect() bool

IsRedirect returns true when this create trace behavior conflict response has a 3xx status code

func (*CreateTraceBehaviorConflict) IsServerError added in v1.6.0

func (o *CreateTraceBehaviorConflict) IsServerError() bool

IsServerError returns true when this create trace behavior conflict response has a 5xx status code

func (*CreateTraceBehaviorConflict) IsSuccess added in v1.6.0

func (o *CreateTraceBehaviorConflict) IsSuccess() bool

IsSuccess returns true when this create trace behavior conflict response has a 2xx status code

func (*CreateTraceBehaviorConflict) String added in v1.6.0

func (o *CreateTraceBehaviorConflict) String() string

type CreateTraceBehaviorDefault added in v1.6.0

type CreateTraceBehaviorDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateTraceBehaviorDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateTraceBehaviorDefault added in v1.6.0

func NewCreateTraceBehaviorDefault(code int) *CreateTraceBehaviorDefault

NewCreateTraceBehaviorDefault creates a CreateTraceBehaviorDefault with default headers values

func (*CreateTraceBehaviorDefault) Code added in v1.6.0

func (o *CreateTraceBehaviorDefault) Code() int

Code gets the status code for the create trace behavior default response

func (*CreateTraceBehaviorDefault) Error added in v1.6.0

func (*CreateTraceBehaviorDefault) GetPayload added in v1.6.0

func (*CreateTraceBehaviorDefault) IsClientError added in v1.6.0

func (o *CreateTraceBehaviorDefault) IsClientError() bool

IsClientError returns true when this create trace behavior default response has a 4xx status code

func (*CreateTraceBehaviorDefault) IsCode added in v1.6.0

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

IsCode returns true when this create trace behavior default response a status code equal to that given

func (*CreateTraceBehaviorDefault) IsRedirect added in v1.6.0

func (o *CreateTraceBehaviorDefault) IsRedirect() bool

IsRedirect returns true when this create trace behavior default response has a 3xx status code

func (*CreateTraceBehaviorDefault) IsServerError added in v1.6.0

func (o *CreateTraceBehaviorDefault) IsServerError() bool

IsServerError returns true when this create trace behavior default response has a 5xx status code

func (*CreateTraceBehaviorDefault) IsSuccess added in v1.6.0

func (o *CreateTraceBehaviorDefault) IsSuccess() bool

IsSuccess returns true when this create trace behavior default response has a 2xx status code

func (*CreateTraceBehaviorDefault) String added in v1.6.0

func (o *CreateTraceBehaviorDefault) String() string

type CreateTraceBehaviorInternalServerError added in v1.6.0

type CreateTraceBehaviorInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateTraceBehaviorInternalServerError added in v1.6.0

func NewCreateTraceBehaviorInternalServerError() *CreateTraceBehaviorInternalServerError

NewCreateTraceBehaviorInternalServerError creates a CreateTraceBehaviorInternalServerError with default headers values

func (*CreateTraceBehaviorInternalServerError) Code added in v1.6.0

Code gets the status code for the create trace behavior internal server error response

func (*CreateTraceBehaviorInternalServerError) Error added in v1.6.0

func (*CreateTraceBehaviorInternalServerError) GetPayload added in v1.6.0

func (*CreateTraceBehaviorInternalServerError) IsClientError added in v1.6.0

func (o *CreateTraceBehaviorInternalServerError) IsClientError() bool

IsClientError returns true when this create trace behavior internal server error response has a 4xx status code

func (*CreateTraceBehaviorInternalServerError) IsCode added in v1.6.0

IsCode returns true when this create trace behavior internal server error response a status code equal to that given

func (*CreateTraceBehaviorInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this create trace behavior internal server error response has a 3xx status code

func (*CreateTraceBehaviorInternalServerError) IsServerError added in v1.6.0

func (o *CreateTraceBehaviorInternalServerError) IsServerError() bool

IsServerError returns true when this create trace behavior internal server error response has a 5xx status code

func (*CreateTraceBehaviorInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this create trace behavior internal server error response has a 2xx status code

func (*CreateTraceBehaviorInternalServerError) String added in v1.6.0

type CreateTraceBehaviorOK added in v1.6.0

type CreateTraceBehaviorOK struct {
	Payload *models.ConfigunstableCreateTraceBehaviorResponse
}

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

A successful response containing the created TraceBehavior.

func NewCreateTraceBehaviorOK added in v1.6.0

func NewCreateTraceBehaviorOK() *CreateTraceBehaviorOK

NewCreateTraceBehaviorOK creates a CreateTraceBehaviorOK with default headers values

func (*CreateTraceBehaviorOK) Code added in v1.6.0

func (o *CreateTraceBehaviorOK) Code() int

Code gets the status code for the create trace behavior o k response

func (*CreateTraceBehaviorOK) Error added in v1.6.0

func (o *CreateTraceBehaviorOK) Error() string

func (*CreateTraceBehaviorOK) GetPayload added in v1.6.0

func (*CreateTraceBehaviorOK) IsClientError added in v1.6.0

func (o *CreateTraceBehaviorOK) IsClientError() bool

IsClientError returns true when this create trace behavior o k response has a 4xx status code

func (*CreateTraceBehaviorOK) IsCode added in v1.6.0

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

IsCode returns true when this create trace behavior o k response a status code equal to that given

func (*CreateTraceBehaviorOK) IsRedirect added in v1.6.0

func (o *CreateTraceBehaviorOK) IsRedirect() bool

IsRedirect returns true when this create trace behavior o k response has a 3xx status code

func (*CreateTraceBehaviorOK) IsServerError added in v1.6.0

func (o *CreateTraceBehaviorOK) IsServerError() bool

IsServerError returns true when this create trace behavior o k response has a 5xx status code

func (*CreateTraceBehaviorOK) IsSuccess added in v1.6.0

func (o *CreateTraceBehaviorOK) IsSuccess() bool

IsSuccess returns true when this create trace behavior o k response has a 2xx status code

func (*CreateTraceBehaviorOK) String added in v1.6.0

func (o *CreateTraceBehaviorOK) String() string

type CreateTraceBehaviorParams added in v1.6.0

type CreateTraceBehaviorParams struct {

	// Body.
	Body *models.ConfigunstableCreateTraceBehaviorRequest

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

CreateTraceBehaviorParams contains all the parameters to send to the API endpoint

for the create trace behavior operation.

Typically these are written to a http.Request.

func NewCreateTraceBehaviorParams added in v1.6.0

func NewCreateTraceBehaviorParams() *CreateTraceBehaviorParams

NewCreateTraceBehaviorParams creates a new CreateTraceBehaviorParams 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 NewCreateTraceBehaviorParamsWithContext added in v1.6.0

func NewCreateTraceBehaviorParamsWithContext(ctx context.Context) *CreateTraceBehaviorParams

NewCreateTraceBehaviorParamsWithContext creates a new CreateTraceBehaviorParams object with the ability to set a context for a request.

func NewCreateTraceBehaviorParamsWithHTTPClient added in v1.6.0

func NewCreateTraceBehaviorParamsWithHTTPClient(client *http.Client) *CreateTraceBehaviorParams

NewCreateTraceBehaviorParamsWithHTTPClient creates a new CreateTraceBehaviorParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTraceBehaviorParamsWithTimeout added in v1.6.0

func NewCreateTraceBehaviorParamsWithTimeout(timeout time.Duration) *CreateTraceBehaviorParams

NewCreateTraceBehaviorParamsWithTimeout creates a new CreateTraceBehaviorParams object with the ability to set a timeout on a request.

func (*CreateTraceBehaviorParams) SetBody added in v1.6.0

SetBody adds the body to the create trace behavior params

func (*CreateTraceBehaviorParams) SetContext added in v1.6.0

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

SetContext adds the context to the create trace behavior params

func (*CreateTraceBehaviorParams) SetDefaults added in v1.6.0

func (o *CreateTraceBehaviorParams) SetDefaults()

SetDefaults hydrates default values in the create trace behavior params (not the query body).

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

func (*CreateTraceBehaviorParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the create trace behavior params

func (*CreateTraceBehaviorParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the create trace behavior params

func (*CreateTraceBehaviorParams) WithBody added in v1.6.0

WithBody adds the body to the create trace behavior params

func (*CreateTraceBehaviorParams) WithContext added in v1.6.0

WithContext adds the context to the create trace behavior params

func (*CreateTraceBehaviorParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the create trace behavior params (not the query body).

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

func (*CreateTraceBehaviorParams) WithHTTPClient added in v1.6.0

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

WithHTTPClient adds the HTTPClient to the create trace behavior params

func (*CreateTraceBehaviorParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the create trace behavior params

func (*CreateTraceBehaviorParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type CreateTraceBehaviorReader added in v1.6.0

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

CreateTraceBehaviorReader is a Reader for the CreateTraceBehavior structure.

func (*CreateTraceBehaviorReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type CreateTraceJaegerRemoteSamplingStrategyBadRequest

type CreateTraceJaegerRemoteSamplingStrategyBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the TraceJaegerRemoteSamplingStrategy because the request is invalid.

func NewCreateTraceJaegerRemoteSamplingStrategyBadRequest

func NewCreateTraceJaegerRemoteSamplingStrategyBadRequest() *CreateTraceJaegerRemoteSamplingStrategyBadRequest

NewCreateTraceJaegerRemoteSamplingStrategyBadRequest creates a CreateTraceJaegerRemoteSamplingStrategyBadRequest with default headers values

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) Code

Code gets the status code for the create trace jaeger remote sampling strategy bad request response

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) Error

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) GetPayload

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) IsClientError

IsClientError returns true when this create trace jaeger remote sampling strategy bad request response has a 4xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) IsCode

IsCode returns true when this create trace jaeger remote sampling strategy bad request response a status code equal to that given

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) IsRedirect

IsRedirect returns true when this create trace jaeger remote sampling strategy bad request response has a 3xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) IsServerError

IsServerError returns true when this create trace jaeger remote sampling strategy bad request response has a 5xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) IsSuccess

IsSuccess returns true when this create trace jaeger remote sampling strategy bad request response has a 2xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyBadRequest) String

type CreateTraceJaegerRemoteSamplingStrategyConflict

type CreateTraceJaegerRemoteSamplingStrategyConflict struct {
	Payload *models.APIError
}

CreateTraceJaegerRemoteSamplingStrategyConflict describes a response with status code 409, with default header values.

Cannot create the TraceJaegerRemoteSamplingStrategy because there is a conflict with an existing TraceJaegerRemoteSamplingStrategy.

func NewCreateTraceJaegerRemoteSamplingStrategyConflict

func NewCreateTraceJaegerRemoteSamplingStrategyConflict() *CreateTraceJaegerRemoteSamplingStrategyConflict

NewCreateTraceJaegerRemoteSamplingStrategyConflict creates a CreateTraceJaegerRemoteSamplingStrategyConflict with default headers values

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) Code

Code gets the status code for the create trace jaeger remote sampling strategy conflict response

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) Error

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) GetPayload

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) IsClientError

IsClientError returns true when this create trace jaeger remote sampling strategy conflict response has a 4xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) IsCode

IsCode returns true when this create trace jaeger remote sampling strategy conflict response a status code equal to that given

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) IsRedirect

IsRedirect returns true when this create trace jaeger remote sampling strategy conflict response has a 3xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) IsServerError

IsServerError returns true when this create trace jaeger remote sampling strategy conflict response has a 5xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) IsSuccess

IsSuccess returns true when this create trace jaeger remote sampling strategy conflict response has a 2xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyConflict) String

type CreateTraceJaegerRemoteSamplingStrategyDefault

type CreateTraceJaegerRemoteSamplingStrategyDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateTraceJaegerRemoteSamplingStrategyDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateTraceJaegerRemoteSamplingStrategyDefault

func NewCreateTraceJaegerRemoteSamplingStrategyDefault(code int) *CreateTraceJaegerRemoteSamplingStrategyDefault

NewCreateTraceJaegerRemoteSamplingStrategyDefault creates a CreateTraceJaegerRemoteSamplingStrategyDefault with default headers values

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) Code

Code gets the status code for the create trace jaeger remote sampling strategy default response

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) Error

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) GetPayload

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) IsClientError

IsClientError returns true when this create trace jaeger remote sampling strategy default response has a 4xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) IsCode

IsCode returns true when this create trace jaeger remote sampling strategy default response a status code equal to that given

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) IsRedirect

IsRedirect returns true when this create trace jaeger remote sampling strategy default response has a 3xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) IsServerError

IsServerError returns true when this create trace jaeger remote sampling strategy default response has a 5xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) IsSuccess

IsSuccess returns true when this create trace jaeger remote sampling strategy default response has a 2xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyDefault) String

type CreateTraceJaegerRemoteSamplingStrategyInternalServerError

type CreateTraceJaegerRemoteSamplingStrategyInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateTraceJaegerRemoteSamplingStrategyInternalServerError

func NewCreateTraceJaegerRemoteSamplingStrategyInternalServerError() *CreateTraceJaegerRemoteSamplingStrategyInternalServerError

NewCreateTraceJaegerRemoteSamplingStrategyInternalServerError creates a CreateTraceJaegerRemoteSamplingStrategyInternalServerError with default headers values

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) Code

Code gets the status code for the create trace jaeger remote sampling strategy internal server error response

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) Error

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) GetPayload

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) IsClientError

IsClientError returns true when this create trace jaeger remote sampling strategy internal server error response has a 4xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) IsCode

IsCode returns true when this create trace jaeger remote sampling strategy internal server error response a status code equal to that given

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) IsRedirect

IsRedirect returns true when this create trace jaeger remote sampling strategy internal server error response has a 3xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) IsServerError

IsServerError returns true when this create trace jaeger remote sampling strategy internal server error response has a 5xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) IsSuccess

IsSuccess returns true when this create trace jaeger remote sampling strategy internal server error response has a 2xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyInternalServerError) String

type CreateTraceJaegerRemoteSamplingStrategyOK

type CreateTraceJaegerRemoteSamplingStrategyOK struct {
	Payload *models.ConfigunstableCreateTraceJaegerRemoteSamplingStrategyResponse
}

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

A successful response containing the created TraceJaegerRemoteSamplingStrategy.

func NewCreateTraceJaegerRemoteSamplingStrategyOK

func NewCreateTraceJaegerRemoteSamplingStrategyOK() *CreateTraceJaegerRemoteSamplingStrategyOK

NewCreateTraceJaegerRemoteSamplingStrategyOK creates a CreateTraceJaegerRemoteSamplingStrategyOK with default headers values

func (*CreateTraceJaegerRemoteSamplingStrategyOK) Code

Code gets the status code for the create trace jaeger remote sampling strategy o k response

func (*CreateTraceJaegerRemoteSamplingStrategyOK) Error

func (*CreateTraceJaegerRemoteSamplingStrategyOK) GetPayload

func (*CreateTraceJaegerRemoteSamplingStrategyOK) IsClientError

IsClientError returns true when this create trace jaeger remote sampling strategy o k response has a 4xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyOK) IsCode

IsCode returns true when this create trace jaeger remote sampling strategy o k response a status code equal to that given

func (*CreateTraceJaegerRemoteSamplingStrategyOK) IsRedirect

IsRedirect returns true when this create trace jaeger remote sampling strategy o k response has a 3xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyOK) IsServerError

IsServerError returns true when this create trace jaeger remote sampling strategy o k response has a 5xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyOK) IsSuccess

IsSuccess returns true when this create trace jaeger remote sampling strategy o k response has a 2xx status code

func (*CreateTraceJaegerRemoteSamplingStrategyOK) String

type CreateTraceJaegerRemoteSamplingStrategyParams

type CreateTraceJaegerRemoteSamplingStrategyParams struct {

	// Body.
	Body *models.ConfigunstableCreateTraceJaegerRemoteSamplingStrategyRequest

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

CreateTraceJaegerRemoteSamplingStrategyParams contains all the parameters to send to the API endpoint

for the create trace jaeger remote sampling strategy operation.

Typically these are written to a http.Request.

func NewCreateTraceJaegerRemoteSamplingStrategyParams

func NewCreateTraceJaegerRemoteSamplingStrategyParams() *CreateTraceJaegerRemoteSamplingStrategyParams

NewCreateTraceJaegerRemoteSamplingStrategyParams creates a new CreateTraceJaegerRemoteSamplingStrategyParams 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 NewCreateTraceJaegerRemoteSamplingStrategyParamsWithContext

func NewCreateTraceJaegerRemoteSamplingStrategyParamsWithContext(ctx context.Context) *CreateTraceJaegerRemoteSamplingStrategyParams

NewCreateTraceJaegerRemoteSamplingStrategyParamsWithContext creates a new CreateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a context for a request.

func NewCreateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient

func NewCreateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient(client *http.Client) *CreateTraceJaegerRemoteSamplingStrategyParams

NewCreateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient creates a new CreateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTraceJaegerRemoteSamplingStrategyParamsWithTimeout

func NewCreateTraceJaegerRemoteSamplingStrategyParamsWithTimeout(timeout time.Duration) *CreateTraceJaegerRemoteSamplingStrategyParams

NewCreateTraceJaegerRemoteSamplingStrategyParamsWithTimeout creates a new CreateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a timeout on a request.

func (*CreateTraceJaegerRemoteSamplingStrategyParams) SetBody

SetBody adds the body to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) SetContext

SetContext adds the context to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) SetDefaults

SetDefaults hydrates default values in the create trace jaeger remote sampling strategy params (not the query body).

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

func (*CreateTraceJaegerRemoteSamplingStrategyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) SetTimeout

SetTimeout adds the timeout to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WithBody

WithBody adds the body to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WithContext

WithContext adds the context to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WithDefaults

WithDefaults hydrates default values in the create trace jaeger remote sampling strategy params (not the query body).

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

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WithTimeout

WithTimeout adds the timeout to the create trace jaeger remote sampling strategy params

func (*CreateTraceJaegerRemoteSamplingStrategyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateTraceJaegerRemoteSamplingStrategyReader

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

CreateTraceJaegerRemoteSamplingStrategyReader is a Reader for the CreateTraceJaegerRemoteSamplingStrategy structure.

func (*CreateTraceJaegerRemoteSamplingStrategyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTraceTailSamplingRulesBadRequest added in v1.1.0

type CreateTraceTailSamplingRulesBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the TraceTailSamplingRules because the request is invalid.

func NewCreateTraceTailSamplingRulesBadRequest added in v1.1.0

func NewCreateTraceTailSamplingRulesBadRequest() *CreateTraceTailSamplingRulesBadRequest

NewCreateTraceTailSamplingRulesBadRequest creates a CreateTraceTailSamplingRulesBadRequest with default headers values

func (*CreateTraceTailSamplingRulesBadRequest) Code added in v1.1.0

Code gets the status code for the create trace tail sampling rules bad request response

func (*CreateTraceTailSamplingRulesBadRequest) Error added in v1.1.0

func (*CreateTraceTailSamplingRulesBadRequest) GetPayload added in v1.1.0

func (*CreateTraceTailSamplingRulesBadRequest) IsClientError added in v1.1.0

func (o *CreateTraceTailSamplingRulesBadRequest) IsClientError() bool

IsClientError returns true when this create trace tail sampling rules bad request response has a 4xx status code

func (*CreateTraceTailSamplingRulesBadRequest) IsCode added in v1.1.0

IsCode returns true when this create trace tail sampling rules bad request response a status code equal to that given

func (*CreateTraceTailSamplingRulesBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this create trace tail sampling rules bad request response has a 3xx status code

func (*CreateTraceTailSamplingRulesBadRequest) IsServerError added in v1.1.0

func (o *CreateTraceTailSamplingRulesBadRequest) IsServerError() bool

IsServerError returns true when this create trace tail sampling rules bad request response has a 5xx status code

func (*CreateTraceTailSamplingRulesBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this create trace tail sampling rules bad request response has a 2xx status code

func (*CreateTraceTailSamplingRulesBadRequest) String added in v1.1.0

type CreateTraceTailSamplingRulesConflict added in v1.1.0

type CreateTraceTailSamplingRulesConflict struct {
	Payload *models.APIError
}

CreateTraceTailSamplingRulesConflict describes a response with status code 409, with default header values.

Cannot create the TraceTailSamplingRules because there is a conflict with an existing TraceTailSamplingRules.

func NewCreateTraceTailSamplingRulesConflict added in v1.1.0

func NewCreateTraceTailSamplingRulesConflict() *CreateTraceTailSamplingRulesConflict

NewCreateTraceTailSamplingRulesConflict creates a CreateTraceTailSamplingRulesConflict with default headers values

func (*CreateTraceTailSamplingRulesConflict) Code added in v1.1.0

Code gets the status code for the create trace tail sampling rules conflict response

func (*CreateTraceTailSamplingRulesConflict) Error added in v1.1.0

func (*CreateTraceTailSamplingRulesConflict) GetPayload added in v1.1.0

func (*CreateTraceTailSamplingRulesConflict) IsClientError added in v1.1.0

func (o *CreateTraceTailSamplingRulesConflict) IsClientError() bool

IsClientError returns true when this create trace tail sampling rules conflict response has a 4xx status code

func (*CreateTraceTailSamplingRulesConflict) IsCode added in v1.1.0

IsCode returns true when this create trace tail sampling rules conflict response a status code equal to that given

func (*CreateTraceTailSamplingRulesConflict) IsRedirect added in v1.1.0

IsRedirect returns true when this create trace tail sampling rules conflict response has a 3xx status code

func (*CreateTraceTailSamplingRulesConflict) IsServerError added in v1.1.0

func (o *CreateTraceTailSamplingRulesConflict) IsServerError() bool

IsServerError returns true when this create trace tail sampling rules conflict response has a 5xx status code

func (*CreateTraceTailSamplingRulesConflict) IsSuccess added in v1.1.0

IsSuccess returns true when this create trace tail sampling rules conflict response has a 2xx status code

func (*CreateTraceTailSamplingRulesConflict) String added in v1.1.0

type CreateTraceTailSamplingRulesDefault

type CreateTraceTailSamplingRulesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateTraceTailSamplingRulesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateTraceTailSamplingRulesDefault

func NewCreateTraceTailSamplingRulesDefault(code int) *CreateTraceTailSamplingRulesDefault

NewCreateTraceTailSamplingRulesDefault creates a CreateTraceTailSamplingRulesDefault with default headers values

func (*CreateTraceTailSamplingRulesDefault) Code

Code gets the status code for the create trace tail sampling rules default response

func (*CreateTraceTailSamplingRulesDefault) Error

func (*CreateTraceTailSamplingRulesDefault) GetPayload

func (*CreateTraceTailSamplingRulesDefault) IsClientError

func (o *CreateTraceTailSamplingRulesDefault) IsClientError() bool

IsClientError returns true when this create trace tail sampling rules default response has a 4xx status code

func (*CreateTraceTailSamplingRulesDefault) IsCode

IsCode returns true when this create trace tail sampling rules default response a status code equal to that given

func (*CreateTraceTailSamplingRulesDefault) IsRedirect

func (o *CreateTraceTailSamplingRulesDefault) IsRedirect() bool

IsRedirect returns true when this create trace tail sampling rules default response has a 3xx status code

func (*CreateTraceTailSamplingRulesDefault) IsServerError

func (o *CreateTraceTailSamplingRulesDefault) IsServerError() bool

IsServerError returns true when this create trace tail sampling rules default response has a 5xx status code

func (*CreateTraceTailSamplingRulesDefault) IsSuccess

IsSuccess returns true when this create trace tail sampling rules default response has a 2xx status code

func (*CreateTraceTailSamplingRulesDefault) String

type CreateTraceTailSamplingRulesInternalServerError added in v1.1.0

type CreateTraceTailSamplingRulesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateTraceTailSamplingRulesInternalServerError added in v1.1.0

func NewCreateTraceTailSamplingRulesInternalServerError() *CreateTraceTailSamplingRulesInternalServerError

NewCreateTraceTailSamplingRulesInternalServerError creates a CreateTraceTailSamplingRulesInternalServerError with default headers values

func (*CreateTraceTailSamplingRulesInternalServerError) Code added in v1.1.0

Code gets the status code for the create trace tail sampling rules internal server error response

func (*CreateTraceTailSamplingRulesInternalServerError) Error added in v1.1.0

func (*CreateTraceTailSamplingRulesInternalServerError) GetPayload added in v1.1.0

func (*CreateTraceTailSamplingRulesInternalServerError) IsClientError added in v1.1.0

IsClientError returns true when this create trace tail sampling rules internal server error response has a 4xx status code

func (*CreateTraceTailSamplingRulesInternalServerError) IsCode added in v1.1.0

IsCode returns true when this create trace tail sampling rules internal server error response a status code equal to that given

func (*CreateTraceTailSamplingRulesInternalServerError) IsRedirect added in v1.1.0

IsRedirect returns true when this create trace tail sampling rules internal server error response has a 3xx status code

func (*CreateTraceTailSamplingRulesInternalServerError) IsServerError added in v1.1.0

IsServerError returns true when this create trace tail sampling rules internal server error response has a 5xx status code

func (*CreateTraceTailSamplingRulesInternalServerError) IsSuccess added in v1.1.0

IsSuccess returns true when this create trace tail sampling rules internal server error response has a 2xx status code

func (*CreateTraceTailSamplingRulesInternalServerError) String added in v1.1.0

type CreateTraceTailSamplingRulesOK

type CreateTraceTailSamplingRulesOK struct {
	Payload *models.ConfigunstableCreateTraceTailSamplingRulesResponse
}

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

A successful response containing the created TraceTailSamplingRules.

func NewCreateTraceTailSamplingRulesOK

func NewCreateTraceTailSamplingRulesOK() *CreateTraceTailSamplingRulesOK

NewCreateTraceTailSamplingRulesOK creates a CreateTraceTailSamplingRulesOK with default headers values

func (*CreateTraceTailSamplingRulesOK) Code

Code gets the status code for the create trace tail sampling rules o k response

func (*CreateTraceTailSamplingRulesOK) Error

func (*CreateTraceTailSamplingRulesOK) GetPayload

func (*CreateTraceTailSamplingRulesOK) IsClientError

func (o *CreateTraceTailSamplingRulesOK) IsClientError() bool

IsClientError returns true when this create trace tail sampling rules o k response has a 4xx status code

func (*CreateTraceTailSamplingRulesOK) IsCode

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

IsCode returns true when this create trace tail sampling rules o k response a status code equal to that given

func (*CreateTraceTailSamplingRulesOK) IsRedirect

func (o *CreateTraceTailSamplingRulesOK) IsRedirect() bool

IsRedirect returns true when this create trace tail sampling rules o k response has a 3xx status code

func (*CreateTraceTailSamplingRulesOK) IsServerError

func (o *CreateTraceTailSamplingRulesOK) IsServerError() bool

IsServerError returns true when this create trace tail sampling rules o k response has a 5xx status code

func (*CreateTraceTailSamplingRulesOK) IsSuccess

func (o *CreateTraceTailSamplingRulesOK) IsSuccess() bool

IsSuccess returns true when this create trace tail sampling rules o k response has a 2xx status code

func (*CreateTraceTailSamplingRulesOK) String

type CreateTraceTailSamplingRulesParams

type CreateTraceTailSamplingRulesParams struct {

	// Body.
	Body *models.ConfigunstableCreateTraceTailSamplingRulesRequest

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

CreateTraceTailSamplingRulesParams contains all the parameters to send to the API endpoint

for the create trace tail sampling rules operation.

Typically these are written to a http.Request.

func NewCreateTraceTailSamplingRulesParams

func NewCreateTraceTailSamplingRulesParams() *CreateTraceTailSamplingRulesParams

NewCreateTraceTailSamplingRulesParams creates a new CreateTraceTailSamplingRulesParams 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 NewCreateTraceTailSamplingRulesParamsWithContext

func NewCreateTraceTailSamplingRulesParamsWithContext(ctx context.Context) *CreateTraceTailSamplingRulesParams

NewCreateTraceTailSamplingRulesParamsWithContext creates a new CreateTraceTailSamplingRulesParams object with the ability to set a context for a request.

func NewCreateTraceTailSamplingRulesParamsWithHTTPClient

func NewCreateTraceTailSamplingRulesParamsWithHTTPClient(client *http.Client) *CreateTraceTailSamplingRulesParams

NewCreateTraceTailSamplingRulesParamsWithHTTPClient creates a new CreateTraceTailSamplingRulesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTraceTailSamplingRulesParamsWithTimeout

func NewCreateTraceTailSamplingRulesParamsWithTimeout(timeout time.Duration) *CreateTraceTailSamplingRulesParams

NewCreateTraceTailSamplingRulesParamsWithTimeout creates a new CreateTraceTailSamplingRulesParams object with the ability to set a timeout on a request.

func (*CreateTraceTailSamplingRulesParams) SetBody

SetBody adds the body to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) SetContext

SetContext adds the context to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) SetDefaults

func (o *CreateTraceTailSamplingRulesParams) SetDefaults()

SetDefaults hydrates default values in the create trace tail sampling rules params (not the query body).

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

func (*CreateTraceTailSamplingRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) SetTimeout

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

SetTimeout adds the timeout to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) WithBody

WithBody adds the body to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) WithContext

WithContext adds the context to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) WithDefaults

WithDefaults hydrates default values in the create trace tail sampling rules params (not the query body).

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

func (*CreateTraceTailSamplingRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) WithTimeout

WithTimeout adds the timeout to the create trace tail sampling rules params

func (*CreateTraceTailSamplingRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateTraceTailSamplingRulesReader

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

CreateTraceTailSamplingRulesReader is a Reader for the CreateTraceTailSamplingRules structure.

func (*CreateTraceTailSamplingRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTraceTopTagConfigBadRequest added in v1.9.0

type CreateTraceTopTagConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the TraceTopTagConfig because the request is invalid.

func NewCreateTraceTopTagConfigBadRequest added in v1.9.0

func NewCreateTraceTopTagConfigBadRequest() *CreateTraceTopTagConfigBadRequest

NewCreateTraceTopTagConfigBadRequest creates a CreateTraceTopTagConfigBadRequest with default headers values

func (*CreateTraceTopTagConfigBadRequest) Code added in v1.9.0

Code gets the status code for the create trace top tag config bad request response

func (*CreateTraceTopTagConfigBadRequest) Error added in v1.9.0

func (*CreateTraceTopTagConfigBadRequest) GetPayload added in v1.9.0

func (*CreateTraceTopTagConfigBadRequest) IsClientError added in v1.9.0

func (o *CreateTraceTopTagConfigBadRequest) IsClientError() bool

IsClientError returns true when this create trace top tag config bad request response has a 4xx status code

func (*CreateTraceTopTagConfigBadRequest) IsCode added in v1.9.0

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

IsCode returns true when this create trace top tag config bad request response a status code equal to that given

func (*CreateTraceTopTagConfigBadRequest) IsRedirect added in v1.9.0

func (o *CreateTraceTopTagConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this create trace top tag config bad request response has a 3xx status code

func (*CreateTraceTopTagConfigBadRequest) IsServerError added in v1.9.0

func (o *CreateTraceTopTagConfigBadRequest) IsServerError() bool

IsServerError returns true when this create trace top tag config bad request response has a 5xx status code

func (*CreateTraceTopTagConfigBadRequest) IsSuccess added in v1.9.0

func (o *CreateTraceTopTagConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this create trace top tag config bad request response has a 2xx status code

func (*CreateTraceTopTagConfigBadRequest) String added in v1.9.0

type CreateTraceTopTagConfigConflict added in v1.9.0

type CreateTraceTopTagConfigConflict struct {
	Payload *models.APIError
}

CreateTraceTopTagConfigConflict describes a response with status code 409, with default header values.

Cannot create the TraceTopTagConfig because there is a conflict with an existing TraceTopTagConfig.

func NewCreateTraceTopTagConfigConflict added in v1.9.0

func NewCreateTraceTopTagConfigConflict() *CreateTraceTopTagConfigConflict

NewCreateTraceTopTagConfigConflict creates a CreateTraceTopTagConfigConflict with default headers values

func (*CreateTraceTopTagConfigConflict) Code added in v1.9.0

Code gets the status code for the create trace top tag config conflict response

func (*CreateTraceTopTagConfigConflict) Error added in v1.9.0

func (*CreateTraceTopTagConfigConflict) GetPayload added in v1.9.0

func (*CreateTraceTopTagConfigConflict) IsClientError added in v1.9.0

func (o *CreateTraceTopTagConfigConflict) IsClientError() bool

IsClientError returns true when this create trace top tag config conflict response has a 4xx status code

func (*CreateTraceTopTagConfigConflict) IsCode added in v1.9.0

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

IsCode returns true when this create trace top tag config conflict response a status code equal to that given

func (*CreateTraceTopTagConfigConflict) IsRedirect added in v1.9.0

func (o *CreateTraceTopTagConfigConflict) IsRedirect() bool

IsRedirect returns true when this create trace top tag config conflict response has a 3xx status code

func (*CreateTraceTopTagConfigConflict) IsServerError added in v1.9.0

func (o *CreateTraceTopTagConfigConflict) IsServerError() bool

IsServerError returns true when this create trace top tag config conflict response has a 5xx status code

func (*CreateTraceTopTagConfigConflict) IsSuccess added in v1.9.0

func (o *CreateTraceTopTagConfigConflict) IsSuccess() bool

IsSuccess returns true when this create trace top tag config conflict response has a 2xx status code

func (*CreateTraceTopTagConfigConflict) String added in v1.9.0

type CreateTraceTopTagConfigDefault added in v1.9.0

type CreateTraceTopTagConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateTraceTopTagConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateTraceTopTagConfigDefault added in v1.9.0

func NewCreateTraceTopTagConfigDefault(code int) *CreateTraceTopTagConfigDefault

NewCreateTraceTopTagConfigDefault creates a CreateTraceTopTagConfigDefault with default headers values

func (*CreateTraceTopTagConfigDefault) Code added in v1.9.0

Code gets the status code for the create trace top tag config default response

func (*CreateTraceTopTagConfigDefault) Error added in v1.9.0

func (*CreateTraceTopTagConfigDefault) GetPayload added in v1.9.0

func (*CreateTraceTopTagConfigDefault) IsClientError added in v1.9.0

func (o *CreateTraceTopTagConfigDefault) IsClientError() bool

IsClientError returns true when this create trace top tag config default response has a 4xx status code

func (*CreateTraceTopTagConfigDefault) IsCode added in v1.9.0

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

IsCode returns true when this create trace top tag config default response a status code equal to that given

func (*CreateTraceTopTagConfigDefault) IsRedirect added in v1.9.0

func (o *CreateTraceTopTagConfigDefault) IsRedirect() bool

IsRedirect returns true when this create trace top tag config default response has a 3xx status code

func (*CreateTraceTopTagConfigDefault) IsServerError added in v1.9.0

func (o *CreateTraceTopTagConfigDefault) IsServerError() bool

IsServerError returns true when this create trace top tag config default response has a 5xx status code

func (*CreateTraceTopTagConfigDefault) IsSuccess added in v1.9.0

func (o *CreateTraceTopTagConfigDefault) IsSuccess() bool

IsSuccess returns true when this create trace top tag config default response has a 2xx status code

func (*CreateTraceTopTagConfigDefault) String added in v1.9.0

type CreateTraceTopTagConfigInternalServerError added in v1.9.0

type CreateTraceTopTagConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateTraceTopTagConfigInternalServerError added in v1.9.0

func NewCreateTraceTopTagConfigInternalServerError() *CreateTraceTopTagConfigInternalServerError

NewCreateTraceTopTagConfigInternalServerError creates a CreateTraceTopTagConfigInternalServerError with default headers values

func (*CreateTraceTopTagConfigInternalServerError) Code added in v1.9.0

Code gets the status code for the create trace top tag config internal server error response

func (*CreateTraceTopTagConfigInternalServerError) Error added in v1.9.0

func (*CreateTraceTopTagConfigInternalServerError) GetPayload added in v1.9.0

func (*CreateTraceTopTagConfigInternalServerError) IsClientError added in v1.9.0

IsClientError returns true when this create trace top tag config internal server error response has a 4xx status code

func (*CreateTraceTopTagConfigInternalServerError) IsCode added in v1.9.0

IsCode returns true when this create trace top tag config internal server error response a status code equal to that given

func (*CreateTraceTopTagConfigInternalServerError) IsRedirect added in v1.9.0

IsRedirect returns true when this create trace top tag config internal server error response has a 3xx status code

func (*CreateTraceTopTagConfigInternalServerError) IsServerError added in v1.9.0

IsServerError returns true when this create trace top tag config internal server error response has a 5xx status code

func (*CreateTraceTopTagConfigInternalServerError) IsSuccess added in v1.9.0

IsSuccess returns true when this create trace top tag config internal server error response has a 2xx status code

func (*CreateTraceTopTagConfigInternalServerError) String added in v1.9.0

type CreateTraceTopTagConfigOK added in v1.9.0

type CreateTraceTopTagConfigOK struct {
	Payload *models.ConfigunstableCreateTraceTopTagConfigResponse
}

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

A successful response containing the created TraceTopTagConfig.

func NewCreateTraceTopTagConfigOK added in v1.9.0

func NewCreateTraceTopTagConfigOK() *CreateTraceTopTagConfigOK

NewCreateTraceTopTagConfigOK creates a CreateTraceTopTagConfigOK with default headers values

func (*CreateTraceTopTagConfigOK) Code added in v1.9.0

func (o *CreateTraceTopTagConfigOK) Code() int

Code gets the status code for the create trace top tag config o k response

func (*CreateTraceTopTagConfigOK) Error added in v1.9.0

func (o *CreateTraceTopTagConfigOK) Error() string

func (*CreateTraceTopTagConfigOK) GetPayload added in v1.9.0

func (*CreateTraceTopTagConfigOK) IsClientError added in v1.9.0

func (o *CreateTraceTopTagConfigOK) IsClientError() bool

IsClientError returns true when this create trace top tag config o k response has a 4xx status code

func (*CreateTraceTopTagConfigOK) IsCode added in v1.9.0

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

IsCode returns true when this create trace top tag config o k response a status code equal to that given

func (*CreateTraceTopTagConfigOK) IsRedirect added in v1.9.0

func (o *CreateTraceTopTagConfigOK) IsRedirect() bool

IsRedirect returns true when this create trace top tag config o k response has a 3xx status code

func (*CreateTraceTopTagConfigOK) IsServerError added in v1.9.0

func (o *CreateTraceTopTagConfigOK) IsServerError() bool

IsServerError returns true when this create trace top tag config o k response has a 5xx status code

func (*CreateTraceTopTagConfigOK) IsSuccess added in v1.9.0

func (o *CreateTraceTopTagConfigOK) IsSuccess() bool

IsSuccess returns true when this create trace top tag config o k response has a 2xx status code

func (*CreateTraceTopTagConfigOK) String added in v1.9.0

func (o *CreateTraceTopTagConfigOK) String() string

type CreateTraceTopTagConfigParams added in v1.9.0

type CreateTraceTopTagConfigParams struct {

	// Body.
	Body *models.ConfigunstableCreateTraceTopTagConfigRequest

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

CreateTraceTopTagConfigParams contains all the parameters to send to the API endpoint

for the create trace top tag config operation.

Typically these are written to a http.Request.

func NewCreateTraceTopTagConfigParams added in v1.9.0

func NewCreateTraceTopTagConfigParams() *CreateTraceTopTagConfigParams

NewCreateTraceTopTagConfigParams creates a new CreateTraceTopTagConfigParams 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 NewCreateTraceTopTagConfigParamsWithContext added in v1.9.0

func NewCreateTraceTopTagConfigParamsWithContext(ctx context.Context) *CreateTraceTopTagConfigParams

NewCreateTraceTopTagConfigParamsWithContext creates a new CreateTraceTopTagConfigParams object with the ability to set a context for a request.

func NewCreateTraceTopTagConfigParamsWithHTTPClient added in v1.9.0

func NewCreateTraceTopTagConfigParamsWithHTTPClient(client *http.Client) *CreateTraceTopTagConfigParams

NewCreateTraceTopTagConfigParamsWithHTTPClient creates a new CreateTraceTopTagConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTraceTopTagConfigParamsWithTimeout added in v1.9.0

func NewCreateTraceTopTagConfigParamsWithTimeout(timeout time.Duration) *CreateTraceTopTagConfigParams

NewCreateTraceTopTagConfigParamsWithTimeout creates a new CreateTraceTopTagConfigParams object with the ability to set a timeout on a request.

func (*CreateTraceTopTagConfigParams) SetBody added in v1.9.0

SetBody adds the body to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) SetContext added in v1.9.0

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

SetContext adds the context to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) SetDefaults added in v1.9.0

func (o *CreateTraceTopTagConfigParams) SetDefaults()

SetDefaults hydrates default values in the create trace top tag config params (not the query body).

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

func (*CreateTraceTopTagConfigParams) SetHTTPClient added in v1.9.0

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

SetHTTPClient adds the HTTPClient to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) SetTimeout added in v1.9.0

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

SetTimeout adds the timeout to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) WithBody added in v1.9.0

WithBody adds the body to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) WithContext added in v1.9.0

WithContext adds the context to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) WithDefaults added in v1.9.0

WithDefaults hydrates default values in the create trace top tag config params (not the query body).

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

func (*CreateTraceTopTagConfigParams) WithHTTPClient added in v1.9.0

WithHTTPClient adds the HTTPClient to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) WithTimeout added in v1.9.0

WithTimeout adds the timeout to the create trace top tag config params

func (*CreateTraceTopTagConfigParams) WriteToRequest added in v1.9.0

WriteToRequest writes these params to a swagger request

type CreateTraceTopTagConfigReader added in v1.9.0

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

CreateTraceTopTagConfigReader is a Reader for the CreateTraceTopTagConfig structure.

func (*CreateTraceTopTagConfigReader) ReadResponse added in v1.9.0

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

ReadResponse reads a server response into the received o.

type DeleteDashboardBadRequest added in v1.3.0

type DeleteDashboardBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the Dashboard because it is in use.

func NewDeleteDashboardBadRequest added in v1.3.0

func NewDeleteDashboardBadRequest() *DeleteDashboardBadRequest

NewDeleteDashboardBadRequest creates a DeleteDashboardBadRequest with default headers values

func (*DeleteDashboardBadRequest) Code added in v1.3.0

func (o *DeleteDashboardBadRequest) Code() int

Code gets the status code for the delete dashboard bad request response

func (*DeleteDashboardBadRequest) Error added in v1.3.0

func (o *DeleteDashboardBadRequest) Error() string

func (*DeleteDashboardBadRequest) GetPayload added in v1.3.0

func (o *DeleteDashboardBadRequest) GetPayload() *models.APIError

func (*DeleteDashboardBadRequest) IsClientError added in v1.3.0

func (o *DeleteDashboardBadRequest) IsClientError() bool

IsClientError returns true when this delete dashboard bad request response has a 4xx status code

func (*DeleteDashboardBadRequest) IsCode added in v1.3.0

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

IsCode returns true when this delete dashboard bad request response a status code equal to that given

func (*DeleteDashboardBadRequest) IsRedirect added in v1.3.0

func (o *DeleteDashboardBadRequest) IsRedirect() bool

IsRedirect returns true when this delete dashboard bad request response has a 3xx status code

func (*DeleteDashboardBadRequest) IsServerError added in v1.3.0

func (o *DeleteDashboardBadRequest) IsServerError() bool

IsServerError returns true when this delete dashboard bad request response has a 5xx status code

func (*DeleteDashboardBadRequest) IsSuccess added in v1.3.0

func (o *DeleteDashboardBadRequest) IsSuccess() bool

IsSuccess returns true when this delete dashboard bad request response has a 2xx status code

func (*DeleteDashboardBadRequest) String added in v1.3.0

func (o *DeleteDashboardBadRequest) String() string

type DeleteDashboardDefault

type DeleteDashboardDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteDashboardDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteDashboardDefault

func NewDeleteDashboardDefault(code int) *DeleteDashboardDefault

NewDeleteDashboardDefault creates a DeleteDashboardDefault with default headers values

func (*DeleteDashboardDefault) Code

func (o *DeleteDashboardDefault) Code() int

Code gets the status code for the delete dashboard default response

func (*DeleteDashboardDefault) Error

func (o *DeleteDashboardDefault) Error() string

func (*DeleteDashboardDefault) GetPayload

func (o *DeleteDashboardDefault) GetPayload() models.GenericError

func (*DeleteDashboardDefault) IsClientError

func (o *DeleteDashboardDefault) IsClientError() bool

IsClientError returns true when this delete dashboard default response has a 4xx status code

func (*DeleteDashboardDefault) IsCode

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

IsCode returns true when this delete dashboard default response a status code equal to that given

func (*DeleteDashboardDefault) IsRedirect

func (o *DeleteDashboardDefault) IsRedirect() bool

IsRedirect returns true when this delete dashboard default response has a 3xx status code

func (*DeleteDashboardDefault) IsServerError

func (o *DeleteDashboardDefault) IsServerError() bool

IsServerError returns true when this delete dashboard default response has a 5xx status code

func (*DeleteDashboardDefault) IsSuccess

func (o *DeleteDashboardDefault) IsSuccess() bool

IsSuccess returns true when this delete dashboard default response has a 2xx status code

func (*DeleteDashboardDefault) String

func (o *DeleteDashboardDefault) String() string

type DeleteDashboardInternalServerError

type DeleteDashboardInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteDashboardInternalServerError

func NewDeleteDashboardInternalServerError() *DeleteDashboardInternalServerError

NewDeleteDashboardInternalServerError creates a DeleteDashboardInternalServerError with default headers values

func (*DeleteDashboardInternalServerError) Code

Code gets the status code for the delete dashboard internal server error response

func (*DeleteDashboardInternalServerError) Error

func (*DeleteDashboardInternalServerError) GetPayload

func (*DeleteDashboardInternalServerError) IsClientError

func (o *DeleteDashboardInternalServerError) IsClientError() bool

IsClientError returns true when this delete dashboard internal server error response has a 4xx status code

func (*DeleteDashboardInternalServerError) IsCode

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

func (*DeleteDashboardInternalServerError) IsRedirect

func (o *DeleteDashboardInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete dashboard internal server error response has a 3xx status code

func (*DeleteDashboardInternalServerError) IsServerError

func (o *DeleteDashboardInternalServerError) IsServerError() bool

IsServerError returns true when this delete dashboard internal server error response has a 5xx status code

func (*DeleteDashboardInternalServerError) IsSuccess

IsSuccess returns true when this delete dashboard internal server error response has a 2xx status code

func (*DeleteDashboardInternalServerError) String

type DeleteDashboardNotFound

type DeleteDashboardNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the Dashboard because the slug does not exist.

func NewDeleteDashboardNotFound

func NewDeleteDashboardNotFound() *DeleteDashboardNotFound

NewDeleteDashboardNotFound creates a DeleteDashboardNotFound with default headers values

func (*DeleteDashboardNotFound) Code

func (o *DeleteDashboardNotFound) Code() int

Code gets the status code for the delete dashboard not found response

func (*DeleteDashboardNotFound) Error

func (o *DeleteDashboardNotFound) Error() string

func (*DeleteDashboardNotFound) GetPayload

func (o *DeleteDashboardNotFound) GetPayload() *models.APIError

func (*DeleteDashboardNotFound) IsClientError

func (o *DeleteDashboardNotFound) IsClientError() bool

IsClientError returns true when this delete dashboard not found response has a 4xx status code

func (*DeleteDashboardNotFound) IsCode

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

IsCode returns true when this delete dashboard not found response a status code equal to that given

func (*DeleteDashboardNotFound) IsRedirect

func (o *DeleteDashboardNotFound) IsRedirect() bool

IsRedirect returns true when this delete dashboard not found response has a 3xx status code

func (*DeleteDashboardNotFound) IsServerError

func (o *DeleteDashboardNotFound) IsServerError() bool

IsServerError returns true when this delete dashboard not found response has a 5xx status code

func (*DeleteDashboardNotFound) IsSuccess

func (o *DeleteDashboardNotFound) IsSuccess() bool

IsSuccess returns true when this delete dashboard not found response has a 2xx status code

func (*DeleteDashboardNotFound) String

func (o *DeleteDashboardNotFound) String() string

type DeleteDashboardOK

type DeleteDashboardOK struct {
	Payload models.ConfigunstableDeleteDashboardResponse
}

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

A successful response.

func NewDeleteDashboardOK

func NewDeleteDashboardOK() *DeleteDashboardOK

NewDeleteDashboardOK creates a DeleteDashboardOK with default headers values

func (*DeleteDashboardOK) Code

func (o *DeleteDashboardOK) Code() int

Code gets the status code for the delete dashboard o k response

func (*DeleteDashboardOK) Error

func (o *DeleteDashboardOK) Error() string

func (*DeleteDashboardOK) GetPayload

func (*DeleteDashboardOK) IsClientError

func (o *DeleteDashboardOK) IsClientError() bool

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

func (*DeleteDashboardOK) IsCode

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

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

func (*DeleteDashboardOK) IsRedirect

func (o *DeleteDashboardOK) IsRedirect() bool

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

func (*DeleteDashboardOK) IsServerError

func (o *DeleteDashboardOK) IsServerError() bool

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

func (*DeleteDashboardOK) IsSuccess

func (o *DeleteDashboardOK) IsSuccess() bool

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

func (*DeleteDashboardOK) String

func (o *DeleteDashboardOK) String() string

type DeleteDashboardParams

type DeleteDashboardParams struct {

	// Slug.
	Slug string

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

DeleteDashboardParams contains all the parameters to send to the API endpoint

for the delete dashboard operation.

Typically these are written to a http.Request.

func NewDeleteDashboardParams

func NewDeleteDashboardParams() *DeleteDashboardParams

NewDeleteDashboardParams creates a new DeleteDashboardParams 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 NewDeleteDashboardParamsWithContext

func NewDeleteDashboardParamsWithContext(ctx context.Context) *DeleteDashboardParams

NewDeleteDashboardParamsWithContext creates a new DeleteDashboardParams object with the ability to set a context for a request.

func NewDeleteDashboardParamsWithHTTPClient

func NewDeleteDashboardParamsWithHTTPClient(client *http.Client) *DeleteDashboardParams

NewDeleteDashboardParamsWithHTTPClient creates a new DeleteDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDashboardParamsWithTimeout

func NewDeleteDashboardParamsWithTimeout(timeout time.Duration) *DeleteDashboardParams

NewDeleteDashboardParamsWithTimeout creates a new DeleteDashboardParams object with the ability to set a timeout on a request.

func (*DeleteDashboardParams) SetContext

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

SetContext adds the context to the delete dashboard params

func (*DeleteDashboardParams) SetDefaults

func (o *DeleteDashboardParams) SetDefaults()

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

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

func (*DeleteDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete dashboard params

func (*DeleteDashboardParams) SetSlug

func (o *DeleteDashboardParams) SetSlug(slug string)

SetSlug adds the slug to the delete dashboard params

func (*DeleteDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the delete dashboard params

func (*DeleteDashboardParams) WithContext

WithContext adds the context to the delete dashboard params

func (*DeleteDashboardParams) WithDefaults

func (o *DeleteDashboardParams) WithDefaults() *DeleteDashboardParams

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

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

func (*DeleteDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete dashboard params

func (*DeleteDashboardParams) WithSlug

WithSlug adds the slug to the delete dashboard params

func (*DeleteDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the delete dashboard params

func (*DeleteDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteDashboardReader

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

DeleteDashboardReader is a Reader for the DeleteDashboard structure.

func (*DeleteDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLinkTemplateBadRequest added in v1.3.0

type DeleteLinkTemplateBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the LinkTemplate because it is in use.

func NewDeleteLinkTemplateBadRequest added in v1.3.0

func NewDeleteLinkTemplateBadRequest() *DeleteLinkTemplateBadRequest

NewDeleteLinkTemplateBadRequest creates a DeleteLinkTemplateBadRequest with default headers values

func (*DeleteLinkTemplateBadRequest) Code added in v1.3.0

Code gets the status code for the delete link template bad request response

func (*DeleteLinkTemplateBadRequest) Error added in v1.3.0

func (*DeleteLinkTemplateBadRequest) GetPayload added in v1.3.0

func (o *DeleteLinkTemplateBadRequest) GetPayload() *models.APIError

func (*DeleteLinkTemplateBadRequest) IsClientError added in v1.3.0

func (o *DeleteLinkTemplateBadRequest) IsClientError() bool

IsClientError returns true when this delete link template bad request response has a 4xx status code

func (*DeleteLinkTemplateBadRequest) IsCode added in v1.3.0

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

IsCode returns true when this delete link template bad request response a status code equal to that given

func (*DeleteLinkTemplateBadRequest) IsRedirect added in v1.3.0

func (o *DeleteLinkTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this delete link template bad request response has a 3xx status code

func (*DeleteLinkTemplateBadRequest) IsServerError added in v1.3.0

func (o *DeleteLinkTemplateBadRequest) IsServerError() bool

IsServerError returns true when this delete link template bad request response has a 5xx status code

func (*DeleteLinkTemplateBadRequest) IsSuccess added in v1.3.0

func (o *DeleteLinkTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this delete link template bad request response has a 2xx status code

func (*DeleteLinkTemplateBadRequest) String added in v1.3.0

type DeleteLinkTemplateDefault

type DeleteLinkTemplateDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteLinkTemplateDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteLinkTemplateDefault

func NewDeleteLinkTemplateDefault(code int) *DeleteLinkTemplateDefault

NewDeleteLinkTemplateDefault creates a DeleteLinkTemplateDefault with default headers values

func (*DeleteLinkTemplateDefault) Code

func (o *DeleteLinkTemplateDefault) Code() int

Code gets the status code for the delete link template default response

func (*DeleteLinkTemplateDefault) Error

func (o *DeleteLinkTemplateDefault) Error() string

func (*DeleteLinkTemplateDefault) GetPayload

func (*DeleteLinkTemplateDefault) IsClientError

func (o *DeleteLinkTemplateDefault) IsClientError() bool

IsClientError returns true when this delete link template default response has a 4xx status code

func (*DeleteLinkTemplateDefault) IsCode

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

IsCode returns true when this delete link template default response a status code equal to that given

func (*DeleteLinkTemplateDefault) IsRedirect

func (o *DeleteLinkTemplateDefault) IsRedirect() bool

IsRedirect returns true when this delete link template default response has a 3xx status code

func (*DeleteLinkTemplateDefault) IsServerError

func (o *DeleteLinkTemplateDefault) IsServerError() bool

IsServerError returns true when this delete link template default response has a 5xx status code

func (*DeleteLinkTemplateDefault) IsSuccess

func (o *DeleteLinkTemplateDefault) IsSuccess() bool

IsSuccess returns true when this delete link template default response has a 2xx status code

func (*DeleteLinkTemplateDefault) String

func (o *DeleteLinkTemplateDefault) String() string

type DeleteLinkTemplateInternalServerError

type DeleteLinkTemplateInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteLinkTemplateInternalServerError

func NewDeleteLinkTemplateInternalServerError() *DeleteLinkTemplateInternalServerError

NewDeleteLinkTemplateInternalServerError creates a DeleteLinkTemplateInternalServerError with default headers values

func (*DeleteLinkTemplateInternalServerError) Code

Code gets the status code for the delete link template internal server error response

func (*DeleteLinkTemplateInternalServerError) Error

func (*DeleteLinkTemplateInternalServerError) GetPayload

func (*DeleteLinkTemplateInternalServerError) IsClientError

func (o *DeleteLinkTemplateInternalServerError) IsClientError() bool

IsClientError returns true when this delete link template internal server error response has a 4xx status code

func (*DeleteLinkTemplateInternalServerError) IsCode

IsCode returns true when this delete link template internal server error response a status code equal to that given

func (*DeleteLinkTemplateInternalServerError) IsRedirect

IsRedirect returns true when this delete link template internal server error response has a 3xx status code

func (*DeleteLinkTemplateInternalServerError) IsServerError

func (o *DeleteLinkTemplateInternalServerError) IsServerError() bool

IsServerError returns true when this delete link template internal server error response has a 5xx status code

func (*DeleteLinkTemplateInternalServerError) IsSuccess

IsSuccess returns true when this delete link template internal server error response has a 2xx status code

func (*DeleteLinkTemplateInternalServerError) String

type DeleteLinkTemplateNotFound

type DeleteLinkTemplateNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the LinkTemplate because the slug does not exist.

func NewDeleteLinkTemplateNotFound

func NewDeleteLinkTemplateNotFound() *DeleteLinkTemplateNotFound

NewDeleteLinkTemplateNotFound creates a DeleteLinkTemplateNotFound with default headers values

func (*DeleteLinkTemplateNotFound) Code

func (o *DeleteLinkTemplateNotFound) Code() int

Code gets the status code for the delete link template not found response

func (*DeleteLinkTemplateNotFound) Error

func (*DeleteLinkTemplateNotFound) GetPayload

func (o *DeleteLinkTemplateNotFound) GetPayload() *models.APIError

func (*DeleteLinkTemplateNotFound) IsClientError

func (o *DeleteLinkTemplateNotFound) IsClientError() bool

IsClientError returns true when this delete link template not found response has a 4xx status code

func (*DeleteLinkTemplateNotFound) IsCode

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

IsCode returns true when this delete link template not found response a status code equal to that given

func (*DeleteLinkTemplateNotFound) IsRedirect

func (o *DeleteLinkTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this delete link template not found response has a 3xx status code

func (*DeleteLinkTemplateNotFound) IsServerError

func (o *DeleteLinkTemplateNotFound) IsServerError() bool

IsServerError returns true when this delete link template not found response has a 5xx status code

func (*DeleteLinkTemplateNotFound) IsSuccess

func (o *DeleteLinkTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this delete link template not found response has a 2xx status code

func (*DeleteLinkTemplateNotFound) String

func (o *DeleteLinkTemplateNotFound) String() string

type DeleteLinkTemplateOK

type DeleteLinkTemplateOK struct {
	Payload models.ConfigunstableDeleteLinkTemplateResponse
}

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

A successful response.

func NewDeleteLinkTemplateOK

func NewDeleteLinkTemplateOK() *DeleteLinkTemplateOK

NewDeleteLinkTemplateOK creates a DeleteLinkTemplateOK with default headers values

func (*DeleteLinkTemplateOK) Code

func (o *DeleteLinkTemplateOK) Code() int

Code gets the status code for the delete link template o k response

func (*DeleteLinkTemplateOK) Error

func (o *DeleteLinkTemplateOK) Error() string

func (*DeleteLinkTemplateOK) GetPayload

func (*DeleteLinkTemplateOK) IsClientError

func (o *DeleteLinkTemplateOK) IsClientError() bool

IsClientError returns true when this delete link template o k response has a 4xx status code

func (*DeleteLinkTemplateOK) IsCode

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

IsCode returns true when this delete link template o k response a status code equal to that given

func (*DeleteLinkTemplateOK) IsRedirect

func (o *DeleteLinkTemplateOK) IsRedirect() bool

IsRedirect returns true when this delete link template o k response has a 3xx status code

func (*DeleteLinkTemplateOK) IsServerError

func (o *DeleteLinkTemplateOK) IsServerError() bool

IsServerError returns true when this delete link template o k response has a 5xx status code

func (*DeleteLinkTemplateOK) IsSuccess

func (o *DeleteLinkTemplateOK) IsSuccess() bool

IsSuccess returns true when this delete link template o k response has a 2xx status code

func (*DeleteLinkTemplateOK) String

func (o *DeleteLinkTemplateOK) String() string

type DeleteLinkTemplateParams

type DeleteLinkTemplateParams struct {

	// Slug.
	Slug string

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

DeleteLinkTemplateParams contains all the parameters to send to the API endpoint

for the delete link template operation.

Typically these are written to a http.Request.

func NewDeleteLinkTemplateParams

func NewDeleteLinkTemplateParams() *DeleteLinkTemplateParams

NewDeleteLinkTemplateParams creates a new DeleteLinkTemplateParams 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 NewDeleteLinkTemplateParamsWithContext

func NewDeleteLinkTemplateParamsWithContext(ctx context.Context) *DeleteLinkTemplateParams

NewDeleteLinkTemplateParamsWithContext creates a new DeleteLinkTemplateParams object with the ability to set a context for a request.

func NewDeleteLinkTemplateParamsWithHTTPClient

func NewDeleteLinkTemplateParamsWithHTTPClient(client *http.Client) *DeleteLinkTemplateParams

NewDeleteLinkTemplateParamsWithHTTPClient creates a new DeleteLinkTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLinkTemplateParamsWithTimeout

func NewDeleteLinkTemplateParamsWithTimeout(timeout time.Duration) *DeleteLinkTemplateParams

NewDeleteLinkTemplateParamsWithTimeout creates a new DeleteLinkTemplateParams object with the ability to set a timeout on a request.

func (*DeleteLinkTemplateParams) SetContext

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

SetContext adds the context to the delete link template params

func (*DeleteLinkTemplateParams) SetDefaults

func (o *DeleteLinkTemplateParams) SetDefaults()

SetDefaults hydrates default values in the delete link template params (not the query body).

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

func (*DeleteLinkTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete link template params

func (*DeleteLinkTemplateParams) SetSlug

func (o *DeleteLinkTemplateParams) SetSlug(slug string)

SetSlug adds the slug to the delete link template params

func (*DeleteLinkTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the delete link template params

func (*DeleteLinkTemplateParams) WithContext

WithContext adds the context to the delete link template params

func (*DeleteLinkTemplateParams) WithDefaults

WithDefaults hydrates default values in the delete link template params (not the query body).

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

func (*DeleteLinkTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete link template params

func (*DeleteLinkTemplateParams) WithSlug

WithSlug adds the slug to the delete link template params

func (*DeleteLinkTemplateParams) WithTimeout

WithTimeout adds the timeout to the delete link template params

func (*DeleteLinkTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLinkTemplateReader

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

DeleteLinkTemplateReader is a Reader for the DeleteLinkTemplate structure.

func (*DeleteLinkTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLogAllocationConfigBadRequest added in v1.6.0

type DeleteLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the LogAllocationConfig because it is in use.

func NewDeleteLogAllocationConfigBadRequest added in v1.6.0

func NewDeleteLogAllocationConfigBadRequest() *DeleteLogAllocationConfigBadRequest

NewDeleteLogAllocationConfigBadRequest creates a DeleteLogAllocationConfigBadRequest with default headers values

func (*DeleteLogAllocationConfigBadRequest) Code added in v1.6.0

Code gets the status code for the delete log allocation config bad request response

func (*DeleteLogAllocationConfigBadRequest) Error added in v1.6.0

func (*DeleteLogAllocationConfigBadRequest) GetPayload added in v1.6.0

func (*DeleteLogAllocationConfigBadRequest) IsClientError added in v1.6.0

func (o *DeleteLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this delete log allocation config bad request response has a 4xx status code

func (*DeleteLogAllocationConfigBadRequest) IsCode added in v1.6.0

IsCode returns true when this delete log allocation config bad request response a status code equal to that given

func (*DeleteLogAllocationConfigBadRequest) IsRedirect added in v1.6.0

func (o *DeleteLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this delete log allocation config bad request response has a 3xx status code

func (*DeleteLogAllocationConfigBadRequest) IsServerError added in v1.6.0

func (o *DeleteLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this delete log allocation config bad request response has a 5xx status code

func (*DeleteLogAllocationConfigBadRequest) IsSuccess added in v1.6.0

IsSuccess returns true when this delete log allocation config bad request response has a 2xx status code

func (*DeleteLogAllocationConfigBadRequest) String added in v1.6.0

type DeleteLogAllocationConfigDefault added in v1.6.0

type DeleteLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteLogAllocationConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteLogAllocationConfigDefault added in v1.6.0

func NewDeleteLogAllocationConfigDefault(code int) *DeleteLogAllocationConfigDefault

NewDeleteLogAllocationConfigDefault creates a DeleteLogAllocationConfigDefault with default headers values

func (*DeleteLogAllocationConfigDefault) Code added in v1.6.0

Code gets the status code for the delete log allocation config default response

func (*DeleteLogAllocationConfigDefault) Error added in v1.6.0

func (*DeleteLogAllocationConfigDefault) GetPayload added in v1.6.0

func (*DeleteLogAllocationConfigDefault) IsClientError added in v1.6.0

func (o *DeleteLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this delete log allocation config default response has a 4xx status code

func (*DeleteLogAllocationConfigDefault) IsCode added in v1.6.0

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

IsCode returns true when this delete log allocation config default response a status code equal to that given

func (*DeleteLogAllocationConfigDefault) IsRedirect added in v1.6.0

func (o *DeleteLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this delete log allocation config default response has a 3xx status code

func (*DeleteLogAllocationConfigDefault) IsServerError added in v1.6.0

func (o *DeleteLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this delete log allocation config default response has a 5xx status code

func (*DeleteLogAllocationConfigDefault) IsSuccess added in v1.6.0

func (o *DeleteLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this delete log allocation config default response has a 2xx status code

func (*DeleteLogAllocationConfigDefault) String added in v1.6.0

type DeleteLogAllocationConfigInternalServerError added in v1.6.0

type DeleteLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteLogAllocationConfigInternalServerError added in v1.6.0

func NewDeleteLogAllocationConfigInternalServerError() *DeleteLogAllocationConfigInternalServerError

NewDeleteLogAllocationConfigInternalServerError creates a DeleteLogAllocationConfigInternalServerError with default headers values

func (*DeleteLogAllocationConfigInternalServerError) Code added in v1.6.0

Code gets the status code for the delete log allocation config internal server error response

func (*DeleteLogAllocationConfigInternalServerError) Error added in v1.6.0

func (*DeleteLogAllocationConfigInternalServerError) GetPayload added in v1.6.0

func (*DeleteLogAllocationConfigInternalServerError) IsClientError added in v1.6.0

IsClientError returns true when this delete log allocation config internal server error response has a 4xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsCode added in v1.6.0

IsCode returns true when this delete log allocation config internal server error response a status code equal to that given

func (*DeleteLogAllocationConfigInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this delete log allocation config internal server error response has a 3xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsServerError added in v1.6.0

IsServerError returns true when this delete log allocation config internal server error response has a 5xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this delete log allocation config internal server error response has a 2xx status code

func (*DeleteLogAllocationConfigInternalServerError) String added in v1.6.0

type DeleteLogAllocationConfigNotFound added in v1.6.0

type DeleteLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the LogAllocationConfig because the slug does not exist.

func NewDeleteLogAllocationConfigNotFound added in v1.6.0

func NewDeleteLogAllocationConfigNotFound() *DeleteLogAllocationConfigNotFound

NewDeleteLogAllocationConfigNotFound creates a DeleteLogAllocationConfigNotFound with default headers values

func (*DeleteLogAllocationConfigNotFound) Code added in v1.6.0

Code gets the status code for the delete log allocation config not found response

func (*DeleteLogAllocationConfigNotFound) Error added in v1.6.0

func (*DeleteLogAllocationConfigNotFound) GetPayload added in v1.6.0

func (*DeleteLogAllocationConfigNotFound) IsClientError added in v1.6.0

func (o *DeleteLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this delete log allocation config not found response has a 4xx status code

func (*DeleteLogAllocationConfigNotFound) IsCode added in v1.6.0

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

IsCode returns true when this delete log allocation config not found response a status code equal to that given

func (*DeleteLogAllocationConfigNotFound) IsRedirect added in v1.6.0

func (o *DeleteLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this delete log allocation config not found response has a 3xx status code

func (*DeleteLogAllocationConfigNotFound) IsServerError added in v1.6.0

func (o *DeleteLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this delete log allocation config not found response has a 5xx status code

func (*DeleteLogAllocationConfigNotFound) IsSuccess added in v1.6.0

func (o *DeleteLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this delete log allocation config not found response has a 2xx status code

func (*DeleteLogAllocationConfigNotFound) String added in v1.6.0

type DeleteLogAllocationConfigOK added in v1.6.0

type DeleteLogAllocationConfigOK struct {
	Payload models.ConfigunstableDeleteLogAllocationConfigResponse
}

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

A successful response.

func NewDeleteLogAllocationConfigOK added in v1.6.0

func NewDeleteLogAllocationConfigOK() *DeleteLogAllocationConfigOK

NewDeleteLogAllocationConfigOK creates a DeleteLogAllocationConfigOK with default headers values

func (*DeleteLogAllocationConfigOK) Code added in v1.6.0

func (o *DeleteLogAllocationConfigOK) Code() int

Code gets the status code for the delete log allocation config o k response

func (*DeleteLogAllocationConfigOK) Error added in v1.6.0

func (*DeleteLogAllocationConfigOK) GetPayload added in v1.6.0

func (*DeleteLogAllocationConfigOK) IsClientError added in v1.6.0

func (o *DeleteLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this delete log allocation config o k response has a 4xx status code

func (*DeleteLogAllocationConfigOK) IsCode added in v1.6.0

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

IsCode returns true when this delete log allocation config o k response a status code equal to that given

func (*DeleteLogAllocationConfigOK) IsRedirect added in v1.6.0

func (o *DeleteLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this delete log allocation config o k response has a 3xx status code

func (*DeleteLogAllocationConfigOK) IsServerError added in v1.6.0

func (o *DeleteLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this delete log allocation config o k response has a 5xx status code

func (*DeleteLogAllocationConfigOK) IsSuccess added in v1.6.0

func (o *DeleteLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this delete log allocation config o k response has a 2xx status code

func (*DeleteLogAllocationConfigOK) String added in v1.6.0

func (o *DeleteLogAllocationConfigOK) String() string

type DeleteLogAllocationConfigParams added in v1.6.0

type DeleteLogAllocationConfigParams struct {

	// DryRun.
	DryRun *bool

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

DeleteLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the delete log allocation config operation.

Typically these are written to a http.Request.

func NewDeleteLogAllocationConfigParams added in v1.6.0

func NewDeleteLogAllocationConfigParams() *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParams creates a new DeleteLogAllocationConfigParams 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 NewDeleteLogAllocationConfigParamsWithContext added in v1.6.0

func NewDeleteLogAllocationConfigParamsWithContext(ctx context.Context) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithContext creates a new DeleteLogAllocationConfigParams object with the ability to set a context for a request.

func NewDeleteLogAllocationConfigParamsWithHTTPClient added in v1.6.0

func NewDeleteLogAllocationConfigParamsWithHTTPClient(client *http.Client) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithHTTPClient creates a new DeleteLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLogAllocationConfigParamsWithTimeout added in v1.6.0

func NewDeleteLogAllocationConfigParamsWithTimeout(timeout time.Duration) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithTimeout creates a new DeleteLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*DeleteLogAllocationConfigParams) SetContext added in v1.6.0

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

SetContext adds the context to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetDefaults added in v1.6.0

func (o *DeleteLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete log allocation config params (not the query body).

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

func (*DeleteLogAllocationConfigParams) SetDryRun added in v1.6.0

func (o *DeleteLogAllocationConfigParams) SetDryRun(dryRun *bool)

SetDryRun adds the dryRun to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithContext added in v1.6.0

WithContext adds the context to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the delete log allocation config params (not the query body).

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

func (*DeleteLogAllocationConfigParams) WithDryRun added in v1.6.0

WithDryRun adds the dryRun to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithHTTPClient added in v1.6.0

WithHTTPClient adds the HTTPClient to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type DeleteLogAllocationConfigReader added in v1.6.0

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

DeleteLogAllocationConfigReader is a Reader for the DeleteLogAllocationConfig structure.

func (*DeleteLogAllocationConfigReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type DeleteLogControlConfigBadRequest added in v1.10.0

type DeleteLogControlConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the LogControlConfig because it is in use.

func NewDeleteLogControlConfigBadRequest added in v1.10.0

func NewDeleteLogControlConfigBadRequest() *DeleteLogControlConfigBadRequest

NewDeleteLogControlConfigBadRequest creates a DeleteLogControlConfigBadRequest with default headers values

func (*DeleteLogControlConfigBadRequest) Code added in v1.10.0

Code gets the status code for the delete log control config bad request response

func (*DeleteLogControlConfigBadRequest) Error added in v1.10.0

func (*DeleteLogControlConfigBadRequest) GetPayload added in v1.10.0

func (*DeleteLogControlConfigBadRequest) IsClientError added in v1.10.0

func (o *DeleteLogControlConfigBadRequest) IsClientError() bool

IsClientError returns true when this delete log control config bad request response has a 4xx status code

func (*DeleteLogControlConfigBadRequest) IsCode added in v1.10.0

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

IsCode returns true when this delete log control config bad request response a status code equal to that given

func (*DeleteLogControlConfigBadRequest) IsRedirect added in v1.10.0

func (o *DeleteLogControlConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this delete log control config bad request response has a 3xx status code

func (*DeleteLogControlConfigBadRequest) IsServerError added in v1.10.0

func (o *DeleteLogControlConfigBadRequest) IsServerError() bool

IsServerError returns true when this delete log control config bad request response has a 5xx status code

func (*DeleteLogControlConfigBadRequest) IsSuccess added in v1.10.0

func (o *DeleteLogControlConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this delete log control config bad request response has a 2xx status code

func (*DeleteLogControlConfigBadRequest) String added in v1.10.0

type DeleteLogControlConfigDefault added in v1.10.0

type DeleteLogControlConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteLogControlConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteLogControlConfigDefault added in v1.10.0

func NewDeleteLogControlConfigDefault(code int) *DeleteLogControlConfigDefault

NewDeleteLogControlConfigDefault creates a DeleteLogControlConfigDefault with default headers values

func (*DeleteLogControlConfigDefault) Code added in v1.10.0

Code gets the status code for the delete log control config default response

func (*DeleteLogControlConfigDefault) Error added in v1.10.0

func (*DeleteLogControlConfigDefault) GetPayload added in v1.10.0

func (*DeleteLogControlConfigDefault) IsClientError added in v1.10.0

func (o *DeleteLogControlConfigDefault) IsClientError() bool

IsClientError returns true when this delete log control config default response has a 4xx status code

func (*DeleteLogControlConfigDefault) IsCode added in v1.10.0

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

IsCode returns true when this delete log control config default response a status code equal to that given

func (*DeleteLogControlConfigDefault) IsRedirect added in v1.10.0

func (o *DeleteLogControlConfigDefault) IsRedirect() bool

IsRedirect returns true when this delete log control config default response has a 3xx status code

func (*DeleteLogControlConfigDefault) IsServerError added in v1.10.0

func (o *DeleteLogControlConfigDefault) IsServerError() bool

IsServerError returns true when this delete log control config default response has a 5xx status code

func (*DeleteLogControlConfigDefault) IsSuccess added in v1.10.0

func (o *DeleteLogControlConfigDefault) IsSuccess() bool

IsSuccess returns true when this delete log control config default response has a 2xx status code

func (*DeleteLogControlConfigDefault) String added in v1.10.0

type DeleteLogControlConfigInternalServerError added in v1.10.0

type DeleteLogControlConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteLogControlConfigInternalServerError added in v1.10.0

func NewDeleteLogControlConfigInternalServerError() *DeleteLogControlConfigInternalServerError

NewDeleteLogControlConfigInternalServerError creates a DeleteLogControlConfigInternalServerError with default headers values

func (*DeleteLogControlConfigInternalServerError) Code added in v1.10.0

Code gets the status code for the delete log control config internal server error response

func (*DeleteLogControlConfigInternalServerError) Error added in v1.10.0

func (*DeleteLogControlConfigInternalServerError) GetPayload added in v1.10.0

func (*DeleteLogControlConfigInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this delete log control config internal server error response has a 4xx status code

func (*DeleteLogControlConfigInternalServerError) IsCode added in v1.10.0

IsCode returns true when this delete log control config internal server error response a status code equal to that given

func (*DeleteLogControlConfigInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this delete log control config internal server error response has a 3xx status code

func (*DeleteLogControlConfigInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this delete log control config internal server error response has a 5xx status code

func (*DeleteLogControlConfigInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this delete log control config internal server error response has a 2xx status code

func (*DeleteLogControlConfigInternalServerError) String added in v1.10.0

type DeleteLogControlConfigNotFound added in v1.10.0

type DeleteLogControlConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the LogControlConfig because the slug does not exist.

func NewDeleteLogControlConfigNotFound added in v1.10.0

func NewDeleteLogControlConfigNotFound() *DeleteLogControlConfigNotFound

NewDeleteLogControlConfigNotFound creates a DeleteLogControlConfigNotFound with default headers values

func (*DeleteLogControlConfigNotFound) Code added in v1.10.0

Code gets the status code for the delete log control config not found response

func (*DeleteLogControlConfigNotFound) Error added in v1.10.0

func (*DeleteLogControlConfigNotFound) GetPayload added in v1.10.0

func (*DeleteLogControlConfigNotFound) IsClientError added in v1.10.0

func (o *DeleteLogControlConfigNotFound) IsClientError() bool

IsClientError returns true when this delete log control config not found response has a 4xx status code

func (*DeleteLogControlConfigNotFound) IsCode added in v1.10.0

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

IsCode returns true when this delete log control config not found response a status code equal to that given

func (*DeleteLogControlConfigNotFound) IsRedirect added in v1.10.0

func (o *DeleteLogControlConfigNotFound) IsRedirect() bool

IsRedirect returns true when this delete log control config not found response has a 3xx status code

func (*DeleteLogControlConfigNotFound) IsServerError added in v1.10.0

func (o *DeleteLogControlConfigNotFound) IsServerError() bool

IsServerError returns true when this delete log control config not found response has a 5xx status code

func (*DeleteLogControlConfigNotFound) IsSuccess added in v1.10.0

func (o *DeleteLogControlConfigNotFound) IsSuccess() bool

IsSuccess returns true when this delete log control config not found response has a 2xx status code

func (*DeleteLogControlConfigNotFound) String added in v1.10.0

type DeleteLogControlConfigOK added in v1.10.0

type DeleteLogControlConfigOK struct {
	Payload models.ConfigunstableDeleteLogControlConfigResponse
}

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

A successful response.

func NewDeleteLogControlConfigOK added in v1.10.0

func NewDeleteLogControlConfigOK() *DeleteLogControlConfigOK

NewDeleteLogControlConfigOK creates a DeleteLogControlConfigOK with default headers values

func (*DeleteLogControlConfigOK) Code added in v1.10.0

func (o *DeleteLogControlConfigOK) Code() int

Code gets the status code for the delete log control config o k response

func (*DeleteLogControlConfigOK) Error added in v1.10.0

func (o *DeleteLogControlConfigOK) Error() string

func (*DeleteLogControlConfigOK) GetPayload added in v1.10.0

func (*DeleteLogControlConfigOK) IsClientError added in v1.10.0

func (o *DeleteLogControlConfigOK) IsClientError() bool

IsClientError returns true when this delete log control config o k response has a 4xx status code

func (*DeleteLogControlConfigOK) IsCode added in v1.10.0

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

IsCode returns true when this delete log control config o k response a status code equal to that given

func (*DeleteLogControlConfigOK) IsRedirect added in v1.10.0

func (o *DeleteLogControlConfigOK) IsRedirect() bool

IsRedirect returns true when this delete log control config o k response has a 3xx status code

func (*DeleteLogControlConfigOK) IsServerError added in v1.10.0

func (o *DeleteLogControlConfigOK) IsServerError() bool

IsServerError returns true when this delete log control config o k response has a 5xx status code

func (*DeleteLogControlConfigOK) IsSuccess added in v1.10.0

func (o *DeleteLogControlConfigOK) IsSuccess() bool

IsSuccess returns true when this delete log control config o k response has a 2xx status code

func (*DeleteLogControlConfigOK) String added in v1.10.0

func (o *DeleteLogControlConfigOK) String() string

type DeleteLogControlConfigParams added in v1.10.0

type DeleteLogControlConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteLogControlConfigParams contains all the parameters to send to the API endpoint

for the delete log control config operation.

Typically these are written to a http.Request.

func NewDeleteLogControlConfigParams added in v1.10.0

func NewDeleteLogControlConfigParams() *DeleteLogControlConfigParams

NewDeleteLogControlConfigParams creates a new DeleteLogControlConfigParams 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 NewDeleteLogControlConfigParamsWithContext added in v1.10.0

func NewDeleteLogControlConfigParamsWithContext(ctx context.Context) *DeleteLogControlConfigParams

NewDeleteLogControlConfigParamsWithContext creates a new DeleteLogControlConfigParams object with the ability to set a context for a request.

func NewDeleteLogControlConfigParamsWithHTTPClient added in v1.10.0

func NewDeleteLogControlConfigParamsWithHTTPClient(client *http.Client) *DeleteLogControlConfigParams

NewDeleteLogControlConfigParamsWithHTTPClient creates a new DeleteLogControlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLogControlConfigParamsWithTimeout added in v1.10.0

func NewDeleteLogControlConfigParamsWithTimeout(timeout time.Duration) *DeleteLogControlConfigParams

NewDeleteLogControlConfigParamsWithTimeout creates a new DeleteLogControlConfigParams object with the ability to set a timeout on a request.

func (*DeleteLogControlConfigParams) SetContext added in v1.10.0

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

SetContext adds the context to the delete log control config params

func (*DeleteLogControlConfigParams) SetDefaults added in v1.10.0

func (o *DeleteLogControlConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete log control config params (not the query body).

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

func (*DeleteLogControlConfigParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the delete log control config params

func (*DeleteLogControlConfigParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the delete log control config params

func (*DeleteLogControlConfigParams) WithContext added in v1.10.0

WithContext adds the context to the delete log control config params

func (*DeleteLogControlConfigParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete log control config params (not the query body).

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

func (*DeleteLogControlConfigParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the delete log control config params

func (*DeleteLogControlConfigParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the delete log control config params

func (*DeleteLogControlConfigParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type DeleteLogControlConfigReader added in v1.10.0

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

DeleteLogControlConfigReader is a Reader for the DeleteLogControlConfig structure.

func (*DeleteLogControlConfigReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type DeleteNoopEntityBadRequest added in v1.3.0

type DeleteNoopEntityBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the NoopEntity because it is in use.

func NewDeleteNoopEntityBadRequest added in v1.3.0

func NewDeleteNoopEntityBadRequest() *DeleteNoopEntityBadRequest

NewDeleteNoopEntityBadRequest creates a DeleteNoopEntityBadRequest with default headers values

func (*DeleteNoopEntityBadRequest) Code added in v1.3.0

func (o *DeleteNoopEntityBadRequest) Code() int

Code gets the status code for the delete noop entity bad request response

func (*DeleteNoopEntityBadRequest) Error added in v1.3.0

func (*DeleteNoopEntityBadRequest) GetPayload added in v1.3.0

func (o *DeleteNoopEntityBadRequest) GetPayload() *models.APIError

func (*DeleteNoopEntityBadRequest) IsClientError added in v1.3.0

func (o *DeleteNoopEntityBadRequest) IsClientError() bool

IsClientError returns true when this delete noop entity bad request response has a 4xx status code

func (*DeleteNoopEntityBadRequest) IsCode added in v1.3.0

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

IsCode returns true when this delete noop entity bad request response a status code equal to that given

func (*DeleteNoopEntityBadRequest) IsRedirect added in v1.3.0

func (o *DeleteNoopEntityBadRequest) IsRedirect() bool

IsRedirect returns true when this delete noop entity bad request response has a 3xx status code

func (*DeleteNoopEntityBadRequest) IsServerError added in v1.3.0

func (o *DeleteNoopEntityBadRequest) IsServerError() bool

IsServerError returns true when this delete noop entity bad request response has a 5xx status code

func (*DeleteNoopEntityBadRequest) IsSuccess added in v1.3.0

func (o *DeleteNoopEntityBadRequest) IsSuccess() bool

IsSuccess returns true when this delete noop entity bad request response has a 2xx status code

func (*DeleteNoopEntityBadRequest) String added in v1.3.0

func (o *DeleteNoopEntityBadRequest) String() string

type DeleteNoopEntityDefault

type DeleteNoopEntityDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteNoopEntityDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteNoopEntityDefault

func NewDeleteNoopEntityDefault(code int) *DeleteNoopEntityDefault

NewDeleteNoopEntityDefault creates a DeleteNoopEntityDefault with default headers values

func (*DeleteNoopEntityDefault) Code

func (o *DeleteNoopEntityDefault) Code() int

Code gets the status code for the delete noop entity default response

func (*DeleteNoopEntityDefault) Error

func (o *DeleteNoopEntityDefault) Error() string

func (*DeleteNoopEntityDefault) GetPayload

func (*DeleteNoopEntityDefault) IsClientError

func (o *DeleteNoopEntityDefault) IsClientError() bool

IsClientError returns true when this delete noop entity default response has a 4xx status code

func (*DeleteNoopEntityDefault) IsCode

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

IsCode returns true when this delete noop entity default response a status code equal to that given

func (*DeleteNoopEntityDefault) IsRedirect

func (o *DeleteNoopEntityDefault) IsRedirect() bool

IsRedirect returns true when this delete noop entity default response has a 3xx status code

func (*DeleteNoopEntityDefault) IsServerError

func (o *DeleteNoopEntityDefault) IsServerError() bool

IsServerError returns true when this delete noop entity default response has a 5xx status code

func (*DeleteNoopEntityDefault) IsSuccess

func (o *DeleteNoopEntityDefault) IsSuccess() bool

IsSuccess returns true when this delete noop entity default response has a 2xx status code

func (*DeleteNoopEntityDefault) String

func (o *DeleteNoopEntityDefault) String() string

type DeleteNoopEntityInternalServerError

type DeleteNoopEntityInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteNoopEntityInternalServerError

func NewDeleteNoopEntityInternalServerError() *DeleteNoopEntityInternalServerError

NewDeleteNoopEntityInternalServerError creates a DeleteNoopEntityInternalServerError with default headers values

func (*DeleteNoopEntityInternalServerError) Code

Code gets the status code for the delete noop entity internal server error response

func (*DeleteNoopEntityInternalServerError) Error

func (*DeleteNoopEntityInternalServerError) GetPayload

func (*DeleteNoopEntityInternalServerError) IsClientError

func (o *DeleteNoopEntityInternalServerError) IsClientError() bool

IsClientError returns true when this delete noop entity internal server error response has a 4xx status code

func (*DeleteNoopEntityInternalServerError) IsCode

IsCode returns true when this delete noop entity internal server error response a status code equal to that given

func (*DeleteNoopEntityInternalServerError) IsRedirect

func (o *DeleteNoopEntityInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete noop entity internal server error response has a 3xx status code

func (*DeleteNoopEntityInternalServerError) IsServerError

func (o *DeleteNoopEntityInternalServerError) IsServerError() bool

IsServerError returns true when this delete noop entity internal server error response has a 5xx status code

func (*DeleteNoopEntityInternalServerError) IsSuccess

IsSuccess returns true when this delete noop entity internal server error response has a 2xx status code

func (*DeleteNoopEntityInternalServerError) String

type DeleteNoopEntityNotFound

type DeleteNoopEntityNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the NoopEntity because the slug does not exist.

func NewDeleteNoopEntityNotFound

func NewDeleteNoopEntityNotFound() *DeleteNoopEntityNotFound

NewDeleteNoopEntityNotFound creates a DeleteNoopEntityNotFound with default headers values

func (*DeleteNoopEntityNotFound) Code

func (o *DeleteNoopEntityNotFound) Code() int

Code gets the status code for the delete noop entity not found response

func (*DeleteNoopEntityNotFound) Error

func (o *DeleteNoopEntityNotFound) Error() string

func (*DeleteNoopEntityNotFound) GetPayload

func (o *DeleteNoopEntityNotFound) GetPayload() *models.APIError

func (*DeleteNoopEntityNotFound) IsClientError

func (o *DeleteNoopEntityNotFound) IsClientError() bool

IsClientError returns true when this delete noop entity not found response has a 4xx status code

func (*DeleteNoopEntityNotFound) IsCode

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

IsCode returns true when this delete noop entity not found response a status code equal to that given

func (*DeleteNoopEntityNotFound) IsRedirect

func (o *DeleteNoopEntityNotFound) IsRedirect() bool

IsRedirect returns true when this delete noop entity not found response has a 3xx status code

func (*DeleteNoopEntityNotFound) IsServerError

func (o *DeleteNoopEntityNotFound) IsServerError() bool

IsServerError returns true when this delete noop entity not found response has a 5xx status code

func (*DeleteNoopEntityNotFound) IsSuccess

func (o *DeleteNoopEntityNotFound) IsSuccess() bool

IsSuccess returns true when this delete noop entity not found response has a 2xx status code

func (*DeleteNoopEntityNotFound) String

func (o *DeleteNoopEntityNotFound) String() string

type DeleteNoopEntityOK

type DeleteNoopEntityOK struct {
	Payload *models.ConfigunstableDeleteNoopEntityResponse
}

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

A successful response.

func NewDeleteNoopEntityOK

func NewDeleteNoopEntityOK() *DeleteNoopEntityOK

NewDeleteNoopEntityOK creates a DeleteNoopEntityOK with default headers values

func (*DeleteNoopEntityOK) Code

func (o *DeleteNoopEntityOK) Code() int

Code gets the status code for the delete noop entity o k response

func (*DeleteNoopEntityOK) Error

func (o *DeleteNoopEntityOK) Error() string

func (*DeleteNoopEntityOK) GetPayload

func (*DeleteNoopEntityOK) IsClientError

func (o *DeleteNoopEntityOK) IsClientError() bool

IsClientError returns true when this delete noop entity o k response has a 4xx status code

func (*DeleteNoopEntityOK) IsCode

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

IsCode returns true when this delete noop entity o k response a status code equal to that given

func (*DeleteNoopEntityOK) IsRedirect

func (o *DeleteNoopEntityOK) IsRedirect() bool

IsRedirect returns true when this delete noop entity o k response has a 3xx status code

func (*DeleteNoopEntityOK) IsServerError

func (o *DeleteNoopEntityOK) IsServerError() bool

IsServerError returns true when this delete noop entity o k response has a 5xx status code

func (*DeleteNoopEntityOK) IsSuccess

func (o *DeleteNoopEntityOK) IsSuccess() bool

IsSuccess returns true when this delete noop entity o k response has a 2xx status code

func (*DeleteNoopEntityOK) String

func (o *DeleteNoopEntityOK) String() string

type DeleteNoopEntityParams

type DeleteNoopEntityParams struct {

	// Slug.
	Slug string

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

DeleteNoopEntityParams contains all the parameters to send to the API endpoint

for the delete noop entity operation.

Typically these are written to a http.Request.

func NewDeleteNoopEntityParams

func NewDeleteNoopEntityParams() *DeleteNoopEntityParams

NewDeleteNoopEntityParams creates a new DeleteNoopEntityParams 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 NewDeleteNoopEntityParamsWithContext

func NewDeleteNoopEntityParamsWithContext(ctx context.Context) *DeleteNoopEntityParams

NewDeleteNoopEntityParamsWithContext creates a new DeleteNoopEntityParams object with the ability to set a context for a request.

func NewDeleteNoopEntityParamsWithHTTPClient

func NewDeleteNoopEntityParamsWithHTTPClient(client *http.Client) *DeleteNoopEntityParams

NewDeleteNoopEntityParamsWithHTTPClient creates a new DeleteNoopEntityParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteNoopEntityParamsWithTimeout

func NewDeleteNoopEntityParamsWithTimeout(timeout time.Duration) *DeleteNoopEntityParams

NewDeleteNoopEntityParamsWithTimeout creates a new DeleteNoopEntityParams object with the ability to set a timeout on a request.

func (*DeleteNoopEntityParams) SetContext

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

SetContext adds the context to the delete noop entity params

func (*DeleteNoopEntityParams) SetDefaults

func (o *DeleteNoopEntityParams) SetDefaults()

SetDefaults hydrates default values in the delete noop entity params (not the query body).

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

func (*DeleteNoopEntityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete noop entity params

func (*DeleteNoopEntityParams) SetSlug

func (o *DeleteNoopEntityParams) SetSlug(slug string)

SetSlug adds the slug to the delete noop entity params

func (*DeleteNoopEntityParams) SetTimeout

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

SetTimeout adds the timeout to the delete noop entity params

func (*DeleteNoopEntityParams) WithContext

WithContext adds the context to the delete noop entity params

func (*DeleteNoopEntityParams) WithDefaults

WithDefaults hydrates default values in the delete noop entity params (not the query body).

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

func (*DeleteNoopEntityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete noop entity params

func (*DeleteNoopEntityParams) WithSlug

WithSlug adds the slug to the delete noop entity params

func (*DeleteNoopEntityParams) WithTimeout

WithTimeout adds the timeout to the delete noop entity params

func (*DeleteNoopEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNoopEntityReader

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

DeleteNoopEntityReader is a Reader for the DeleteNoopEntity structure.

func (*DeleteNoopEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteObjectDiscoveryRuleBadRequest added in v1.10.0

type DeleteObjectDiscoveryRuleBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the ObjectDiscoveryRule because it is in use.

func NewDeleteObjectDiscoveryRuleBadRequest added in v1.10.0

func NewDeleteObjectDiscoveryRuleBadRequest() *DeleteObjectDiscoveryRuleBadRequest

NewDeleteObjectDiscoveryRuleBadRequest creates a DeleteObjectDiscoveryRuleBadRequest with default headers values

func (*DeleteObjectDiscoveryRuleBadRequest) Code added in v1.10.0

Code gets the status code for the delete object discovery rule bad request response

func (*DeleteObjectDiscoveryRuleBadRequest) Error added in v1.10.0

func (*DeleteObjectDiscoveryRuleBadRequest) GetPayload added in v1.10.0

func (*DeleteObjectDiscoveryRuleBadRequest) IsClientError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleBadRequest) IsClientError() bool

IsClientError returns true when this delete object discovery rule bad request response has a 4xx status code

func (*DeleteObjectDiscoveryRuleBadRequest) IsCode added in v1.10.0

IsCode returns true when this delete object discovery rule bad request response a status code equal to that given

func (*DeleteObjectDiscoveryRuleBadRequest) IsRedirect added in v1.10.0

func (o *DeleteObjectDiscoveryRuleBadRequest) IsRedirect() bool

IsRedirect returns true when this delete object discovery rule bad request response has a 3xx status code

func (*DeleteObjectDiscoveryRuleBadRequest) IsServerError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleBadRequest) IsServerError() bool

IsServerError returns true when this delete object discovery rule bad request response has a 5xx status code

func (*DeleteObjectDiscoveryRuleBadRequest) IsSuccess added in v1.10.0

IsSuccess returns true when this delete object discovery rule bad request response has a 2xx status code

func (*DeleteObjectDiscoveryRuleBadRequest) String added in v1.10.0

type DeleteObjectDiscoveryRuleDefault added in v1.10.0

type DeleteObjectDiscoveryRuleDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteObjectDiscoveryRuleDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteObjectDiscoveryRuleDefault added in v1.10.0

func NewDeleteObjectDiscoveryRuleDefault(code int) *DeleteObjectDiscoveryRuleDefault

NewDeleteObjectDiscoveryRuleDefault creates a DeleteObjectDiscoveryRuleDefault with default headers values

func (*DeleteObjectDiscoveryRuleDefault) Code added in v1.10.0

Code gets the status code for the delete object discovery rule default response

func (*DeleteObjectDiscoveryRuleDefault) Error added in v1.10.0

func (*DeleteObjectDiscoveryRuleDefault) GetPayload added in v1.10.0

func (*DeleteObjectDiscoveryRuleDefault) IsClientError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleDefault) IsClientError() bool

IsClientError returns true when this delete object discovery rule default response has a 4xx status code

func (*DeleteObjectDiscoveryRuleDefault) IsCode added in v1.10.0

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

IsCode returns true when this delete object discovery rule default response a status code equal to that given

func (*DeleteObjectDiscoveryRuleDefault) IsRedirect added in v1.10.0

func (o *DeleteObjectDiscoveryRuleDefault) IsRedirect() bool

IsRedirect returns true when this delete object discovery rule default response has a 3xx status code

func (*DeleteObjectDiscoveryRuleDefault) IsServerError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleDefault) IsServerError() bool

IsServerError returns true when this delete object discovery rule default response has a 5xx status code

func (*DeleteObjectDiscoveryRuleDefault) IsSuccess added in v1.10.0

func (o *DeleteObjectDiscoveryRuleDefault) IsSuccess() bool

IsSuccess returns true when this delete object discovery rule default response has a 2xx status code

func (*DeleteObjectDiscoveryRuleDefault) String added in v1.10.0

type DeleteObjectDiscoveryRuleInternalServerError added in v1.10.0

type DeleteObjectDiscoveryRuleInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteObjectDiscoveryRuleInternalServerError added in v1.10.0

func NewDeleteObjectDiscoveryRuleInternalServerError() *DeleteObjectDiscoveryRuleInternalServerError

NewDeleteObjectDiscoveryRuleInternalServerError creates a DeleteObjectDiscoveryRuleInternalServerError with default headers values

func (*DeleteObjectDiscoveryRuleInternalServerError) Code added in v1.10.0

Code gets the status code for the delete object discovery rule internal server error response

func (*DeleteObjectDiscoveryRuleInternalServerError) Error added in v1.10.0

func (*DeleteObjectDiscoveryRuleInternalServerError) GetPayload added in v1.10.0

func (*DeleteObjectDiscoveryRuleInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this delete object discovery rule internal server error response has a 4xx status code

func (*DeleteObjectDiscoveryRuleInternalServerError) IsCode added in v1.10.0

IsCode returns true when this delete object discovery rule internal server error response a status code equal to that given

func (*DeleteObjectDiscoveryRuleInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this delete object discovery rule internal server error response has a 3xx status code

func (*DeleteObjectDiscoveryRuleInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this delete object discovery rule internal server error response has a 5xx status code

func (*DeleteObjectDiscoveryRuleInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this delete object discovery rule internal server error response has a 2xx status code

func (*DeleteObjectDiscoveryRuleInternalServerError) String added in v1.10.0

type DeleteObjectDiscoveryRuleNotFound added in v1.10.0

type DeleteObjectDiscoveryRuleNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the ObjectDiscoveryRule because the slug does not exist.

func NewDeleteObjectDiscoveryRuleNotFound added in v1.10.0

func NewDeleteObjectDiscoveryRuleNotFound() *DeleteObjectDiscoveryRuleNotFound

NewDeleteObjectDiscoveryRuleNotFound creates a DeleteObjectDiscoveryRuleNotFound with default headers values

func (*DeleteObjectDiscoveryRuleNotFound) Code added in v1.10.0

Code gets the status code for the delete object discovery rule not found response

func (*DeleteObjectDiscoveryRuleNotFound) Error added in v1.10.0

func (*DeleteObjectDiscoveryRuleNotFound) GetPayload added in v1.10.0

func (*DeleteObjectDiscoveryRuleNotFound) IsClientError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleNotFound) IsClientError() bool

IsClientError returns true when this delete object discovery rule not found response has a 4xx status code

func (*DeleteObjectDiscoveryRuleNotFound) IsCode added in v1.10.0

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

IsCode returns true when this delete object discovery rule not found response a status code equal to that given

func (*DeleteObjectDiscoveryRuleNotFound) IsRedirect added in v1.10.0

func (o *DeleteObjectDiscoveryRuleNotFound) IsRedirect() bool

IsRedirect returns true when this delete object discovery rule not found response has a 3xx status code

func (*DeleteObjectDiscoveryRuleNotFound) IsServerError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleNotFound) IsServerError() bool

IsServerError returns true when this delete object discovery rule not found response has a 5xx status code

func (*DeleteObjectDiscoveryRuleNotFound) IsSuccess added in v1.10.0

func (o *DeleteObjectDiscoveryRuleNotFound) IsSuccess() bool

IsSuccess returns true when this delete object discovery rule not found response has a 2xx status code

func (*DeleteObjectDiscoveryRuleNotFound) String added in v1.10.0

type DeleteObjectDiscoveryRuleOK added in v1.10.0

type DeleteObjectDiscoveryRuleOK struct {
	Payload models.ConfigunstableDeleteObjectDiscoveryRuleResponse
}

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

A successful response.

func NewDeleteObjectDiscoveryRuleOK added in v1.10.0

func NewDeleteObjectDiscoveryRuleOK() *DeleteObjectDiscoveryRuleOK

NewDeleteObjectDiscoveryRuleOK creates a DeleteObjectDiscoveryRuleOK with default headers values

func (*DeleteObjectDiscoveryRuleOK) Code added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) Code() int

Code gets the status code for the delete object discovery rule o k response

func (*DeleteObjectDiscoveryRuleOK) Error added in v1.10.0

func (*DeleteObjectDiscoveryRuleOK) GetPayload added in v1.10.0

func (*DeleteObjectDiscoveryRuleOK) IsClientError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) IsClientError() bool

IsClientError returns true when this delete object discovery rule o k response has a 4xx status code

func (*DeleteObjectDiscoveryRuleOK) IsCode added in v1.10.0

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

IsCode returns true when this delete object discovery rule o k response a status code equal to that given

func (*DeleteObjectDiscoveryRuleOK) IsRedirect added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) IsRedirect() bool

IsRedirect returns true when this delete object discovery rule o k response has a 3xx status code

func (*DeleteObjectDiscoveryRuleOK) IsServerError added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) IsServerError() bool

IsServerError returns true when this delete object discovery rule o k response has a 5xx status code

func (*DeleteObjectDiscoveryRuleOK) IsSuccess added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) IsSuccess() bool

IsSuccess returns true when this delete object discovery rule o k response has a 2xx status code

func (*DeleteObjectDiscoveryRuleOK) String added in v1.10.0

func (o *DeleteObjectDiscoveryRuleOK) String() string

type DeleteObjectDiscoveryRuleParams added in v1.10.0

type DeleteObjectDiscoveryRuleParams struct {

	// Slug.
	Slug string

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

DeleteObjectDiscoveryRuleParams contains all the parameters to send to the API endpoint

for the delete object discovery rule operation.

Typically these are written to a http.Request.

func NewDeleteObjectDiscoveryRuleParams added in v1.10.0

func NewDeleteObjectDiscoveryRuleParams() *DeleteObjectDiscoveryRuleParams

NewDeleteObjectDiscoveryRuleParams creates a new DeleteObjectDiscoveryRuleParams 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 NewDeleteObjectDiscoveryRuleParamsWithContext added in v1.10.0

func NewDeleteObjectDiscoveryRuleParamsWithContext(ctx context.Context) *DeleteObjectDiscoveryRuleParams

NewDeleteObjectDiscoveryRuleParamsWithContext creates a new DeleteObjectDiscoveryRuleParams object with the ability to set a context for a request.

func NewDeleteObjectDiscoveryRuleParamsWithHTTPClient added in v1.10.0

func NewDeleteObjectDiscoveryRuleParamsWithHTTPClient(client *http.Client) *DeleteObjectDiscoveryRuleParams

NewDeleteObjectDiscoveryRuleParamsWithHTTPClient creates a new DeleteObjectDiscoveryRuleParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteObjectDiscoveryRuleParamsWithTimeout added in v1.10.0

func NewDeleteObjectDiscoveryRuleParamsWithTimeout(timeout time.Duration) *DeleteObjectDiscoveryRuleParams

NewDeleteObjectDiscoveryRuleParamsWithTimeout creates a new DeleteObjectDiscoveryRuleParams object with the ability to set a timeout on a request.

func (*DeleteObjectDiscoveryRuleParams) SetContext added in v1.10.0

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

SetContext adds the context to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) SetDefaults added in v1.10.0

func (o *DeleteObjectDiscoveryRuleParams) SetDefaults()

SetDefaults hydrates default values in the delete object discovery rule params (not the query body).

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

func (*DeleteObjectDiscoveryRuleParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) SetSlug added in v1.10.0

func (o *DeleteObjectDiscoveryRuleParams) SetSlug(slug string)

SetSlug adds the slug to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) WithContext added in v1.10.0

WithContext adds the context to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete object discovery rule params (not the query body).

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

func (*DeleteObjectDiscoveryRuleParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) WithSlug added in v1.10.0

WithSlug adds the slug to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the delete object discovery rule params

func (*DeleteObjectDiscoveryRuleParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type DeleteObjectDiscoveryRuleReader added in v1.10.0

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

DeleteObjectDiscoveryRuleReader is a Reader for the DeleteObjectDiscoveryRule structure.

func (*DeleteObjectDiscoveryRuleReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type DeleteSavedTraceSearchBadRequest added in v1.3.0

type DeleteSavedTraceSearchBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the SavedTraceSearch because it is in use.

func NewDeleteSavedTraceSearchBadRequest added in v1.3.0

func NewDeleteSavedTraceSearchBadRequest() *DeleteSavedTraceSearchBadRequest

NewDeleteSavedTraceSearchBadRequest creates a DeleteSavedTraceSearchBadRequest with default headers values

func (*DeleteSavedTraceSearchBadRequest) Code added in v1.3.0

Code gets the status code for the delete saved trace search bad request response

func (*DeleteSavedTraceSearchBadRequest) Error added in v1.3.0

func (*DeleteSavedTraceSearchBadRequest) GetPayload added in v1.3.0

func (*DeleteSavedTraceSearchBadRequest) IsClientError added in v1.3.0

func (o *DeleteSavedTraceSearchBadRequest) IsClientError() bool

IsClientError returns true when this delete saved trace search bad request response has a 4xx status code

func (*DeleteSavedTraceSearchBadRequest) IsCode added in v1.3.0

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

IsCode returns true when this delete saved trace search bad request response a status code equal to that given

func (*DeleteSavedTraceSearchBadRequest) IsRedirect added in v1.3.0

func (o *DeleteSavedTraceSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this delete saved trace search bad request response has a 3xx status code

func (*DeleteSavedTraceSearchBadRequest) IsServerError added in v1.3.0

func (o *DeleteSavedTraceSearchBadRequest) IsServerError() bool

IsServerError returns true when this delete saved trace search bad request response has a 5xx status code

func (*DeleteSavedTraceSearchBadRequest) IsSuccess added in v1.3.0

func (o *DeleteSavedTraceSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this delete saved trace search bad request response has a 2xx status code

func (*DeleteSavedTraceSearchBadRequest) String added in v1.3.0

type DeleteSavedTraceSearchDefault

type DeleteSavedTraceSearchDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteSavedTraceSearchDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteSavedTraceSearchDefault

func NewDeleteSavedTraceSearchDefault(code int) *DeleteSavedTraceSearchDefault

NewDeleteSavedTraceSearchDefault creates a DeleteSavedTraceSearchDefault with default headers values

func (*DeleteSavedTraceSearchDefault) Code

Code gets the status code for the delete saved trace search default response

func (*DeleteSavedTraceSearchDefault) Error

func (*DeleteSavedTraceSearchDefault) GetPayload

func (*DeleteSavedTraceSearchDefault) IsClientError

func (o *DeleteSavedTraceSearchDefault) IsClientError() bool

IsClientError returns true when this delete saved trace search default response has a 4xx status code

func (*DeleteSavedTraceSearchDefault) IsCode

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

IsCode returns true when this delete saved trace search default response a status code equal to that given

func (*DeleteSavedTraceSearchDefault) IsRedirect

func (o *DeleteSavedTraceSearchDefault) IsRedirect() bool

IsRedirect returns true when this delete saved trace search default response has a 3xx status code

func (*DeleteSavedTraceSearchDefault) IsServerError

func (o *DeleteSavedTraceSearchDefault) IsServerError() bool

IsServerError returns true when this delete saved trace search default response has a 5xx status code

func (*DeleteSavedTraceSearchDefault) IsSuccess

func (o *DeleteSavedTraceSearchDefault) IsSuccess() bool

IsSuccess returns true when this delete saved trace search default response has a 2xx status code

func (*DeleteSavedTraceSearchDefault) String

type DeleteSavedTraceSearchInternalServerError

type DeleteSavedTraceSearchInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteSavedTraceSearchInternalServerError

func NewDeleteSavedTraceSearchInternalServerError() *DeleteSavedTraceSearchInternalServerError

NewDeleteSavedTraceSearchInternalServerError creates a DeleteSavedTraceSearchInternalServerError with default headers values

func (*DeleteSavedTraceSearchInternalServerError) Code

Code gets the status code for the delete saved trace search internal server error response

func (*DeleteSavedTraceSearchInternalServerError) Error

func (*DeleteSavedTraceSearchInternalServerError) GetPayload

func (*DeleteSavedTraceSearchInternalServerError) IsClientError

IsClientError returns true when this delete saved trace search internal server error response has a 4xx status code

func (*DeleteSavedTraceSearchInternalServerError) IsCode

IsCode returns true when this delete saved trace search internal server error response a status code equal to that given

func (*DeleteSavedTraceSearchInternalServerError) IsRedirect

IsRedirect returns true when this delete saved trace search internal server error response has a 3xx status code

func (*DeleteSavedTraceSearchInternalServerError) IsServerError

IsServerError returns true when this delete saved trace search internal server error response has a 5xx status code

func (*DeleteSavedTraceSearchInternalServerError) IsSuccess

IsSuccess returns true when this delete saved trace search internal server error response has a 2xx status code

func (*DeleteSavedTraceSearchInternalServerError) String

type DeleteSavedTraceSearchNotFound

type DeleteSavedTraceSearchNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the SavedTraceSearch because the slug does not exist.

func NewDeleteSavedTraceSearchNotFound

func NewDeleteSavedTraceSearchNotFound() *DeleteSavedTraceSearchNotFound

NewDeleteSavedTraceSearchNotFound creates a DeleteSavedTraceSearchNotFound with default headers values

func (*DeleteSavedTraceSearchNotFound) Code

Code gets the status code for the delete saved trace search not found response

func (*DeleteSavedTraceSearchNotFound) Error

func (*DeleteSavedTraceSearchNotFound) GetPayload

func (*DeleteSavedTraceSearchNotFound) IsClientError

func (o *DeleteSavedTraceSearchNotFound) IsClientError() bool

IsClientError returns true when this delete saved trace search not found response has a 4xx status code

func (*DeleteSavedTraceSearchNotFound) IsCode

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

IsCode returns true when this delete saved trace search not found response a status code equal to that given

func (*DeleteSavedTraceSearchNotFound) IsRedirect

func (o *DeleteSavedTraceSearchNotFound) IsRedirect() bool

IsRedirect returns true when this delete saved trace search not found response has a 3xx status code

func (*DeleteSavedTraceSearchNotFound) IsServerError

func (o *DeleteSavedTraceSearchNotFound) IsServerError() bool

IsServerError returns true when this delete saved trace search not found response has a 5xx status code

func (*DeleteSavedTraceSearchNotFound) IsSuccess

func (o *DeleteSavedTraceSearchNotFound) IsSuccess() bool

IsSuccess returns true when this delete saved trace search not found response has a 2xx status code

func (*DeleteSavedTraceSearchNotFound) String

type DeleteSavedTraceSearchOK

type DeleteSavedTraceSearchOK struct {
	Payload models.ConfigunstableDeleteSavedTraceSearchResponse
}

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

A successful response.

func NewDeleteSavedTraceSearchOK

func NewDeleteSavedTraceSearchOK() *DeleteSavedTraceSearchOK

NewDeleteSavedTraceSearchOK creates a DeleteSavedTraceSearchOK with default headers values

func (*DeleteSavedTraceSearchOK) Code

func (o *DeleteSavedTraceSearchOK) Code() int

Code gets the status code for the delete saved trace search o k response

func (*DeleteSavedTraceSearchOK) Error

func (o *DeleteSavedTraceSearchOK) Error() string

func (*DeleteSavedTraceSearchOK) GetPayload

func (*DeleteSavedTraceSearchOK) IsClientError

func (o *DeleteSavedTraceSearchOK) IsClientError() bool

IsClientError returns true when this delete saved trace search o k response has a 4xx status code

func (*DeleteSavedTraceSearchOK) IsCode

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

IsCode returns true when this delete saved trace search o k response a status code equal to that given

func (*DeleteSavedTraceSearchOK) IsRedirect

func (o *DeleteSavedTraceSearchOK) IsRedirect() bool

IsRedirect returns true when this delete saved trace search o k response has a 3xx status code

func (*DeleteSavedTraceSearchOK) IsServerError

func (o *DeleteSavedTraceSearchOK) IsServerError() bool

IsServerError returns true when this delete saved trace search o k response has a 5xx status code

func (*DeleteSavedTraceSearchOK) IsSuccess

func (o *DeleteSavedTraceSearchOK) IsSuccess() bool

IsSuccess returns true when this delete saved trace search o k response has a 2xx status code

func (*DeleteSavedTraceSearchOK) String

func (o *DeleteSavedTraceSearchOK) String() string

type DeleteSavedTraceSearchParams

type DeleteSavedTraceSearchParams struct {

	// Slug.
	Slug string

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

DeleteSavedTraceSearchParams contains all the parameters to send to the API endpoint

for the delete saved trace search operation.

Typically these are written to a http.Request.

func NewDeleteSavedTraceSearchParams

func NewDeleteSavedTraceSearchParams() *DeleteSavedTraceSearchParams

NewDeleteSavedTraceSearchParams creates a new DeleteSavedTraceSearchParams 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 NewDeleteSavedTraceSearchParamsWithContext

func NewDeleteSavedTraceSearchParamsWithContext(ctx context.Context) *DeleteSavedTraceSearchParams

NewDeleteSavedTraceSearchParamsWithContext creates a new DeleteSavedTraceSearchParams object with the ability to set a context for a request.

func NewDeleteSavedTraceSearchParamsWithHTTPClient

func NewDeleteSavedTraceSearchParamsWithHTTPClient(client *http.Client) *DeleteSavedTraceSearchParams

NewDeleteSavedTraceSearchParamsWithHTTPClient creates a new DeleteSavedTraceSearchParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSavedTraceSearchParamsWithTimeout

func NewDeleteSavedTraceSearchParamsWithTimeout(timeout time.Duration) *DeleteSavedTraceSearchParams

NewDeleteSavedTraceSearchParamsWithTimeout creates a new DeleteSavedTraceSearchParams object with the ability to set a timeout on a request.

func (*DeleteSavedTraceSearchParams) SetContext

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

SetContext adds the context to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) SetDefaults

func (o *DeleteSavedTraceSearchParams) SetDefaults()

SetDefaults hydrates default values in the delete saved trace search params (not the query body).

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

func (*DeleteSavedTraceSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) SetSlug

func (o *DeleteSavedTraceSearchParams) SetSlug(slug string)

SetSlug adds the slug to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) SetTimeout

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

SetTimeout adds the timeout to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) WithContext

WithContext adds the context to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) WithDefaults

WithDefaults hydrates default values in the delete saved trace search params (not the query body).

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

func (*DeleteSavedTraceSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) WithSlug

WithSlug adds the slug to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) WithTimeout

WithTimeout adds the timeout to the delete saved trace search params

func (*DeleteSavedTraceSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSavedTraceSearchReader

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

DeleteSavedTraceSearchReader is a Reader for the DeleteSavedTraceSearch structure.

func (*DeleteSavedTraceSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteServiceBadRequest added in v1.3.0

type DeleteServiceBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the Service because it is in use.

func NewDeleteServiceBadRequest added in v1.3.0

func NewDeleteServiceBadRequest() *DeleteServiceBadRequest

NewDeleteServiceBadRequest creates a DeleteServiceBadRequest with default headers values

func (*DeleteServiceBadRequest) Code added in v1.3.0

func (o *DeleteServiceBadRequest) Code() int

Code gets the status code for the delete service bad request response

func (*DeleteServiceBadRequest) Error added in v1.3.0

func (o *DeleteServiceBadRequest) Error() string

func (*DeleteServiceBadRequest) GetPayload added in v1.3.0

func (o *DeleteServiceBadRequest) GetPayload() *models.APIError

func (*DeleteServiceBadRequest) IsClientError added in v1.3.0

func (o *DeleteServiceBadRequest) IsClientError() bool

IsClientError returns true when this delete service bad request response has a 4xx status code

func (*DeleteServiceBadRequest) IsCode added in v1.3.0

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

IsCode returns true when this delete service bad request response a status code equal to that given

func (*DeleteServiceBadRequest) IsRedirect added in v1.3.0

func (o *DeleteServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this delete service bad request response has a 3xx status code

func (*DeleteServiceBadRequest) IsServerError added in v1.3.0

func (o *DeleteServiceBadRequest) IsServerError() bool

IsServerError returns true when this delete service bad request response has a 5xx status code

func (*DeleteServiceBadRequest) IsSuccess added in v1.3.0

func (o *DeleteServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this delete service bad request response has a 2xx status code

func (*DeleteServiceBadRequest) String added in v1.3.0

func (o *DeleteServiceBadRequest) String() string

type DeleteServiceDefault

type DeleteServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteServiceDefault

func NewDeleteServiceDefault(code int) *DeleteServiceDefault

NewDeleteServiceDefault creates a DeleteServiceDefault with default headers values

func (*DeleteServiceDefault) Code

func (o *DeleteServiceDefault) Code() int

Code gets the status code for the delete service default response

func (*DeleteServiceDefault) Error

func (o *DeleteServiceDefault) Error() string

func (*DeleteServiceDefault) GetPayload

func (o *DeleteServiceDefault) GetPayload() models.GenericError

func (*DeleteServiceDefault) IsClientError

func (o *DeleteServiceDefault) IsClientError() bool

IsClientError returns true when this delete service default response has a 4xx status code

func (*DeleteServiceDefault) IsCode

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

IsCode returns true when this delete service default response a status code equal to that given

func (*DeleteServiceDefault) IsRedirect

func (o *DeleteServiceDefault) IsRedirect() bool

IsRedirect returns true when this delete service default response has a 3xx status code

func (*DeleteServiceDefault) IsServerError

func (o *DeleteServiceDefault) IsServerError() bool

IsServerError returns true when this delete service default response has a 5xx status code

func (*DeleteServiceDefault) IsSuccess

func (o *DeleteServiceDefault) IsSuccess() bool

IsSuccess returns true when this delete service default response has a 2xx status code

func (*DeleteServiceDefault) String

func (o *DeleteServiceDefault) String() string

type DeleteServiceInternalServerError

type DeleteServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteServiceInternalServerError

func NewDeleteServiceInternalServerError() *DeleteServiceInternalServerError

NewDeleteServiceInternalServerError creates a DeleteServiceInternalServerError with default headers values

func (*DeleteServiceInternalServerError) Code

Code gets the status code for the delete service internal server error response

func (*DeleteServiceInternalServerError) Error

func (*DeleteServiceInternalServerError) GetPayload

func (*DeleteServiceInternalServerError) IsClientError

func (o *DeleteServiceInternalServerError) IsClientError() bool

IsClientError returns true when this delete service internal server error response has a 4xx status code

func (*DeleteServiceInternalServerError) IsCode

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

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

func (*DeleteServiceInternalServerError) IsRedirect

func (o *DeleteServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete service internal server error response has a 3xx status code

func (*DeleteServiceInternalServerError) IsServerError

func (o *DeleteServiceInternalServerError) IsServerError() bool

IsServerError returns true when this delete service internal server error response has a 5xx status code

func (*DeleteServiceInternalServerError) IsSuccess

func (o *DeleteServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete service internal server error response has a 2xx status code

func (*DeleteServiceInternalServerError) String

type DeleteServiceNotFound

type DeleteServiceNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the Service because the slug does not exist.

func NewDeleteServiceNotFound

func NewDeleteServiceNotFound() *DeleteServiceNotFound

NewDeleteServiceNotFound creates a DeleteServiceNotFound with default headers values

func (*DeleteServiceNotFound) Code

func (o *DeleteServiceNotFound) Code() int

Code gets the status code for the delete service not found response

func (*DeleteServiceNotFound) Error

func (o *DeleteServiceNotFound) Error() string

func (*DeleteServiceNotFound) GetPayload

func (o *DeleteServiceNotFound) GetPayload() *models.APIError

func (*DeleteServiceNotFound) IsClientError

func (o *DeleteServiceNotFound) IsClientError() bool

IsClientError returns true when this delete service not found response has a 4xx status code

func (*DeleteServiceNotFound) IsCode

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

IsCode returns true when this delete service not found response a status code equal to that given

func (*DeleteServiceNotFound) IsRedirect

func (o *DeleteServiceNotFound) IsRedirect() bool

IsRedirect returns true when this delete service not found response has a 3xx status code

func (*DeleteServiceNotFound) IsServerError

func (o *DeleteServiceNotFound) IsServerError() bool

IsServerError returns true when this delete service not found response has a 5xx status code

func (*DeleteServiceNotFound) IsSuccess

func (o *DeleteServiceNotFound) IsSuccess() bool

IsSuccess returns true when this delete service not found response has a 2xx status code

func (*DeleteServiceNotFound) String

func (o *DeleteServiceNotFound) String() string

type DeleteServiceOK

type DeleteServiceOK struct {
	Payload models.ConfigunstableDeleteServiceResponse
}

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

A successful response.

func NewDeleteServiceOK

func NewDeleteServiceOK() *DeleteServiceOK

NewDeleteServiceOK creates a DeleteServiceOK with default headers values

func (*DeleteServiceOK) Code

func (o *DeleteServiceOK) Code() int

Code gets the status code for the delete service o k response

func (*DeleteServiceOK) Error

func (o *DeleteServiceOK) Error() string

func (*DeleteServiceOK) GetPayload

func (*DeleteServiceOK) IsClientError

func (o *DeleteServiceOK) IsClientError() bool

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

func (*DeleteServiceOK) IsCode

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

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

func (*DeleteServiceOK) IsRedirect

func (o *DeleteServiceOK) IsRedirect() bool

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

func (*DeleteServiceOK) IsServerError

func (o *DeleteServiceOK) IsServerError() bool

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

func (*DeleteServiceOK) IsSuccess

func (o *DeleteServiceOK) IsSuccess() bool

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

func (*DeleteServiceOK) String

func (o *DeleteServiceOK) String() string

type DeleteServiceParams

type DeleteServiceParams struct {

	// Slug.
	Slug string

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

DeleteServiceParams contains all the parameters to send to the API endpoint

for the delete service operation.

Typically these are written to a http.Request.

func NewDeleteServiceParams

func NewDeleteServiceParams() *DeleteServiceParams

NewDeleteServiceParams creates a new DeleteServiceParams 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 NewDeleteServiceParamsWithContext

func NewDeleteServiceParamsWithContext(ctx context.Context) *DeleteServiceParams

NewDeleteServiceParamsWithContext creates a new DeleteServiceParams object with the ability to set a context for a request.

func NewDeleteServiceParamsWithHTTPClient

func NewDeleteServiceParamsWithHTTPClient(client *http.Client) *DeleteServiceParams

NewDeleteServiceParamsWithHTTPClient creates a new DeleteServiceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteServiceParamsWithTimeout

func NewDeleteServiceParamsWithTimeout(timeout time.Duration) *DeleteServiceParams

NewDeleteServiceParamsWithTimeout creates a new DeleteServiceParams object with the ability to set a timeout on a request.

func (*DeleteServiceParams) SetContext

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

SetContext adds the context to the delete service params

func (*DeleteServiceParams) SetDefaults

func (o *DeleteServiceParams) SetDefaults()

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

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

func (*DeleteServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete service params

func (*DeleteServiceParams) SetSlug

func (o *DeleteServiceParams) SetSlug(slug string)

SetSlug adds the slug to the delete service params

func (*DeleteServiceParams) SetTimeout

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

SetTimeout adds the timeout to the delete service params

func (*DeleteServiceParams) WithContext

WithContext adds the context to the delete service params

func (*DeleteServiceParams) WithDefaults

func (o *DeleteServiceParams) WithDefaults() *DeleteServiceParams

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

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

func (*DeleteServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete service params

func (*DeleteServiceParams) WithSlug

func (o *DeleteServiceParams) WithSlug(slug string) *DeleteServiceParams

WithSlug adds the slug to the delete service params

func (*DeleteServiceParams) WithTimeout

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

WithTimeout adds the timeout to the delete service params

func (*DeleteServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteServiceReader

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

DeleteServiceReader is a Reader for the DeleteService structure.

func (*DeleteServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTraceBehaviorBadRequest added in v1.6.0

type DeleteTraceBehaviorBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the TraceBehavior because it is in use.

func NewDeleteTraceBehaviorBadRequest added in v1.6.0

func NewDeleteTraceBehaviorBadRequest() *DeleteTraceBehaviorBadRequest

NewDeleteTraceBehaviorBadRequest creates a DeleteTraceBehaviorBadRequest with default headers values

func (*DeleteTraceBehaviorBadRequest) Code added in v1.6.0

Code gets the status code for the delete trace behavior bad request response

func (*DeleteTraceBehaviorBadRequest) Error added in v1.6.0

func (*DeleteTraceBehaviorBadRequest) GetPayload added in v1.6.0

func (*DeleteTraceBehaviorBadRequest) IsClientError added in v1.6.0

func (o *DeleteTraceBehaviorBadRequest) IsClientError() bool

IsClientError returns true when this delete trace behavior bad request response has a 4xx status code

func (*DeleteTraceBehaviorBadRequest) IsCode added in v1.6.0

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

IsCode returns true when this delete trace behavior bad request response a status code equal to that given

func (*DeleteTraceBehaviorBadRequest) IsRedirect added in v1.6.0

func (o *DeleteTraceBehaviorBadRequest) IsRedirect() bool

IsRedirect returns true when this delete trace behavior bad request response has a 3xx status code

func (*DeleteTraceBehaviorBadRequest) IsServerError added in v1.6.0

func (o *DeleteTraceBehaviorBadRequest) IsServerError() bool

IsServerError returns true when this delete trace behavior bad request response has a 5xx status code

func (*DeleteTraceBehaviorBadRequest) IsSuccess added in v1.6.0

func (o *DeleteTraceBehaviorBadRequest) IsSuccess() bool

IsSuccess returns true when this delete trace behavior bad request response has a 2xx status code

func (*DeleteTraceBehaviorBadRequest) String added in v1.6.0

type DeleteTraceBehaviorDefault added in v1.6.0

type DeleteTraceBehaviorDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteTraceBehaviorDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteTraceBehaviorDefault added in v1.6.0

func NewDeleteTraceBehaviorDefault(code int) *DeleteTraceBehaviorDefault

NewDeleteTraceBehaviorDefault creates a DeleteTraceBehaviorDefault with default headers values

func (*DeleteTraceBehaviorDefault) Code added in v1.6.0

func (o *DeleteTraceBehaviorDefault) Code() int

Code gets the status code for the delete trace behavior default response

func (*DeleteTraceBehaviorDefault) Error added in v1.6.0

func (*DeleteTraceBehaviorDefault) GetPayload added in v1.6.0

func (*DeleteTraceBehaviorDefault) IsClientError added in v1.6.0

func (o *DeleteTraceBehaviorDefault) IsClientError() bool

IsClientError returns true when this delete trace behavior default response has a 4xx status code

func (*DeleteTraceBehaviorDefault) IsCode added in v1.6.0

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

IsCode returns true when this delete trace behavior default response a status code equal to that given

func (*DeleteTraceBehaviorDefault) IsRedirect added in v1.6.0

func (o *DeleteTraceBehaviorDefault) IsRedirect() bool

IsRedirect returns true when this delete trace behavior default response has a 3xx status code

func (*DeleteTraceBehaviorDefault) IsServerError added in v1.6.0

func (o *DeleteTraceBehaviorDefault) IsServerError() bool

IsServerError returns true when this delete trace behavior default response has a 5xx status code

func (*DeleteTraceBehaviorDefault) IsSuccess added in v1.6.0

func (o *DeleteTraceBehaviorDefault) IsSuccess() bool

IsSuccess returns true when this delete trace behavior default response has a 2xx status code

func (*DeleteTraceBehaviorDefault) String added in v1.6.0

func (o *DeleteTraceBehaviorDefault) String() string

type DeleteTraceBehaviorInternalServerError added in v1.6.0

type DeleteTraceBehaviorInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteTraceBehaviorInternalServerError added in v1.6.0

func NewDeleteTraceBehaviorInternalServerError() *DeleteTraceBehaviorInternalServerError

NewDeleteTraceBehaviorInternalServerError creates a DeleteTraceBehaviorInternalServerError with default headers values

func (*DeleteTraceBehaviorInternalServerError) Code added in v1.6.0

Code gets the status code for the delete trace behavior internal server error response

func (*DeleteTraceBehaviorInternalServerError) Error added in v1.6.0

func (*DeleteTraceBehaviorInternalServerError) GetPayload added in v1.6.0

func (*DeleteTraceBehaviorInternalServerError) IsClientError added in v1.6.0

func (o *DeleteTraceBehaviorInternalServerError) IsClientError() bool

IsClientError returns true when this delete trace behavior internal server error response has a 4xx status code

func (*DeleteTraceBehaviorInternalServerError) IsCode added in v1.6.0

IsCode returns true when this delete trace behavior internal server error response a status code equal to that given

func (*DeleteTraceBehaviorInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this delete trace behavior internal server error response has a 3xx status code

func (*DeleteTraceBehaviorInternalServerError) IsServerError added in v1.6.0

func (o *DeleteTraceBehaviorInternalServerError) IsServerError() bool

IsServerError returns true when this delete trace behavior internal server error response has a 5xx status code

func (*DeleteTraceBehaviorInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this delete trace behavior internal server error response has a 2xx status code

func (*DeleteTraceBehaviorInternalServerError) String added in v1.6.0

type DeleteTraceBehaviorNotFound added in v1.6.0

type DeleteTraceBehaviorNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the TraceBehavior because the slug does not exist.

func NewDeleteTraceBehaviorNotFound added in v1.6.0

func NewDeleteTraceBehaviorNotFound() *DeleteTraceBehaviorNotFound

NewDeleteTraceBehaviorNotFound creates a DeleteTraceBehaviorNotFound with default headers values

func (*DeleteTraceBehaviorNotFound) Code added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) Code() int

Code gets the status code for the delete trace behavior not found response

func (*DeleteTraceBehaviorNotFound) Error added in v1.6.0

func (*DeleteTraceBehaviorNotFound) GetPayload added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) GetPayload() *models.APIError

func (*DeleteTraceBehaviorNotFound) IsClientError added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) IsClientError() bool

IsClientError returns true when this delete trace behavior not found response has a 4xx status code

func (*DeleteTraceBehaviorNotFound) IsCode added in v1.6.0

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

IsCode returns true when this delete trace behavior not found response a status code equal to that given

func (*DeleteTraceBehaviorNotFound) IsRedirect added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) IsRedirect() bool

IsRedirect returns true when this delete trace behavior not found response has a 3xx status code

func (*DeleteTraceBehaviorNotFound) IsServerError added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) IsServerError() bool

IsServerError returns true when this delete trace behavior not found response has a 5xx status code

func (*DeleteTraceBehaviorNotFound) IsSuccess added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) IsSuccess() bool

IsSuccess returns true when this delete trace behavior not found response has a 2xx status code

func (*DeleteTraceBehaviorNotFound) String added in v1.6.0

func (o *DeleteTraceBehaviorNotFound) String() string

type DeleteTraceBehaviorOK added in v1.6.0

type DeleteTraceBehaviorOK struct {
	Payload models.ConfigunstableDeleteTraceBehaviorResponse
}

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

A successful response.

func NewDeleteTraceBehaviorOK added in v1.6.0

func NewDeleteTraceBehaviorOK() *DeleteTraceBehaviorOK

NewDeleteTraceBehaviorOK creates a DeleteTraceBehaviorOK with default headers values

func (*DeleteTraceBehaviorOK) Code added in v1.6.0

func (o *DeleteTraceBehaviorOK) Code() int

Code gets the status code for the delete trace behavior o k response

func (*DeleteTraceBehaviorOK) Error added in v1.6.0

func (o *DeleteTraceBehaviorOK) Error() string

func (*DeleteTraceBehaviorOK) GetPayload added in v1.6.0

func (*DeleteTraceBehaviorOK) IsClientError added in v1.6.0

func (o *DeleteTraceBehaviorOK) IsClientError() bool

IsClientError returns true when this delete trace behavior o k response has a 4xx status code

func (*DeleteTraceBehaviorOK) IsCode added in v1.6.0

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

IsCode returns true when this delete trace behavior o k response a status code equal to that given

func (*DeleteTraceBehaviorOK) IsRedirect added in v1.6.0

func (o *DeleteTraceBehaviorOK) IsRedirect() bool

IsRedirect returns true when this delete trace behavior o k response has a 3xx status code

func (*DeleteTraceBehaviorOK) IsServerError added in v1.6.0

func (o *DeleteTraceBehaviorOK) IsServerError() bool

IsServerError returns true when this delete trace behavior o k response has a 5xx status code

func (*DeleteTraceBehaviorOK) IsSuccess added in v1.6.0

func (o *DeleteTraceBehaviorOK) IsSuccess() bool

IsSuccess returns true when this delete trace behavior o k response has a 2xx status code

func (*DeleteTraceBehaviorOK) String added in v1.6.0

func (o *DeleteTraceBehaviorOK) String() string

type DeleteTraceBehaviorParams added in v1.6.0

type DeleteTraceBehaviorParams struct {

	// Slug.
	Slug string

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

DeleteTraceBehaviorParams contains all the parameters to send to the API endpoint

for the delete trace behavior operation.

Typically these are written to a http.Request.

func NewDeleteTraceBehaviorParams added in v1.6.0

func NewDeleteTraceBehaviorParams() *DeleteTraceBehaviorParams

NewDeleteTraceBehaviorParams creates a new DeleteTraceBehaviorParams 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 NewDeleteTraceBehaviorParamsWithContext added in v1.6.0

func NewDeleteTraceBehaviorParamsWithContext(ctx context.Context) *DeleteTraceBehaviorParams

NewDeleteTraceBehaviorParamsWithContext creates a new DeleteTraceBehaviorParams object with the ability to set a context for a request.

func NewDeleteTraceBehaviorParamsWithHTTPClient added in v1.6.0

func NewDeleteTraceBehaviorParamsWithHTTPClient(client *http.Client) *DeleteTraceBehaviorParams

NewDeleteTraceBehaviorParamsWithHTTPClient creates a new DeleteTraceBehaviorParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTraceBehaviorParamsWithTimeout added in v1.6.0

func NewDeleteTraceBehaviorParamsWithTimeout(timeout time.Duration) *DeleteTraceBehaviorParams

NewDeleteTraceBehaviorParamsWithTimeout creates a new DeleteTraceBehaviorParams object with the ability to set a timeout on a request.

func (*DeleteTraceBehaviorParams) SetContext added in v1.6.0

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

SetContext adds the context to the delete trace behavior params

func (*DeleteTraceBehaviorParams) SetDefaults added in v1.6.0

func (o *DeleteTraceBehaviorParams) SetDefaults()

SetDefaults hydrates default values in the delete trace behavior params (not the query body).

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

func (*DeleteTraceBehaviorParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the delete trace behavior params

func (*DeleteTraceBehaviorParams) SetSlug added in v1.6.0

func (o *DeleteTraceBehaviorParams) SetSlug(slug string)

SetSlug adds the slug to the delete trace behavior params

func (*DeleteTraceBehaviorParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the delete trace behavior params

func (*DeleteTraceBehaviorParams) WithContext added in v1.6.0

WithContext adds the context to the delete trace behavior params

func (*DeleteTraceBehaviorParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the delete trace behavior params (not the query body).

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

func (*DeleteTraceBehaviorParams) WithHTTPClient added in v1.6.0

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

WithHTTPClient adds the HTTPClient to the delete trace behavior params

func (*DeleteTraceBehaviorParams) WithSlug added in v1.6.0

WithSlug adds the slug to the delete trace behavior params

func (*DeleteTraceBehaviorParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the delete trace behavior params

func (*DeleteTraceBehaviorParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type DeleteTraceBehaviorReader added in v1.6.0

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

DeleteTraceBehaviorReader is a Reader for the DeleteTraceBehavior structure.

func (*DeleteTraceBehaviorReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type DeleteTraceJaegerRemoteSamplingStrategyBadRequest added in v1.3.0

type DeleteTraceJaegerRemoteSamplingStrategyBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the TraceJaegerRemoteSamplingStrategy because it is in use.

func NewDeleteTraceJaegerRemoteSamplingStrategyBadRequest added in v1.3.0

func NewDeleteTraceJaegerRemoteSamplingStrategyBadRequest() *DeleteTraceJaegerRemoteSamplingStrategyBadRequest

NewDeleteTraceJaegerRemoteSamplingStrategyBadRequest creates a DeleteTraceJaegerRemoteSamplingStrategyBadRequest with default headers values

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) Code added in v1.3.0

Code gets the status code for the delete trace jaeger remote sampling strategy bad request response

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) Error added in v1.3.0

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) GetPayload added in v1.3.0

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) IsClientError added in v1.3.0

IsClientError returns true when this delete trace jaeger remote sampling strategy bad request response has a 4xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) IsCode added in v1.3.0

IsCode returns true when this delete trace jaeger remote sampling strategy bad request response a status code equal to that given

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) IsRedirect added in v1.3.0

IsRedirect returns true when this delete trace jaeger remote sampling strategy bad request response has a 3xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) IsServerError added in v1.3.0

IsServerError returns true when this delete trace jaeger remote sampling strategy bad request response has a 5xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) IsSuccess added in v1.3.0

IsSuccess returns true when this delete trace jaeger remote sampling strategy bad request response has a 2xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyBadRequest) String added in v1.3.0

type DeleteTraceJaegerRemoteSamplingStrategyDefault

type DeleteTraceJaegerRemoteSamplingStrategyDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteTraceJaegerRemoteSamplingStrategyDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteTraceJaegerRemoteSamplingStrategyDefault

func NewDeleteTraceJaegerRemoteSamplingStrategyDefault(code int) *DeleteTraceJaegerRemoteSamplingStrategyDefault

NewDeleteTraceJaegerRemoteSamplingStrategyDefault creates a DeleteTraceJaegerRemoteSamplingStrategyDefault with default headers values

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) Code

Code gets the status code for the delete trace jaeger remote sampling strategy default response

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) Error

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) GetPayload

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) IsClientError

IsClientError returns true when this delete trace jaeger remote sampling strategy default response has a 4xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) IsCode

IsCode returns true when this delete trace jaeger remote sampling strategy default response a status code equal to that given

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) IsRedirect

IsRedirect returns true when this delete trace jaeger remote sampling strategy default response has a 3xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) IsServerError

IsServerError returns true when this delete trace jaeger remote sampling strategy default response has a 5xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) IsSuccess

IsSuccess returns true when this delete trace jaeger remote sampling strategy default response has a 2xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyDefault) String

type DeleteTraceJaegerRemoteSamplingStrategyInternalServerError

type DeleteTraceJaegerRemoteSamplingStrategyInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteTraceJaegerRemoteSamplingStrategyInternalServerError

func NewDeleteTraceJaegerRemoteSamplingStrategyInternalServerError() *DeleteTraceJaegerRemoteSamplingStrategyInternalServerError

NewDeleteTraceJaegerRemoteSamplingStrategyInternalServerError creates a DeleteTraceJaegerRemoteSamplingStrategyInternalServerError with default headers values

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) Code

Code gets the status code for the delete trace jaeger remote sampling strategy internal server error response

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) Error

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) GetPayload

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) IsClientError

IsClientError returns true when this delete trace jaeger remote sampling strategy internal server error response has a 4xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) IsCode

IsCode returns true when this delete trace jaeger remote sampling strategy internal server error response a status code equal to that given

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) IsRedirect

IsRedirect returns true when this delete trace jaeger remote sampling strategy internal server error response has a 3xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) IsServerError

IsServerError returns true when this delete trace jaeger remote sampling strategy internal server error response has a 5xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) IsSuccess

IsSuccess returns true when this delete trace jaeger remote sampling strategy internal server error response has a 2xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyInternalServerError) String

type DeleteTraceJaegerRemoteSamplingStrategyNotFound

type DeleteTraceJaegerRemoteSamplingStrategyNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the TraceJaegerRemoteSamplingStrategy because the slug does not exist.

func NewDeleteTraceJaegerRemoteSamplingStrategyNotFound

func NewDeleteTraceJaegerRemoteSamplingStrategyNotFound() *DeleteTraceJaegerRemoteSamplingStrategyNotFound

NewDeleteTraceJaegerRemoteSamplingStrategyNotFound creates a DeleteTraceJaegerRemoteSamplingStrategyNotFound with default headers values

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) Code

Code gets the status code for the delete trace jaeger remote sampling strategy not found response

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) Error

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) GetPayload

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) IsClientError

IsClientError returns true when this delete trace jaeger remote sampling strategy not found response has a 4xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) IsCode

IsCode returns true when this delete trace jaeger remote sampling strategy not found response a status code equal to that given

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) IsRedirect

IsRedirect returns true when this delete trace jaeger remote sampling strategy not found response has a 3xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) IsServerError

IsServerError returns true when this delete trace jaeger remote sampling strategy not found response has a 5xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) IsSuccess

IsSuccess returns true when this delete trace jaeger remote sampling strategy not found response has a 2xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyNotFound) String

type DeleteTraceJaegerRemoteSamplingStrategyOK

type DeleteTraceJaegerRemoteSamplingStrategyOK struct {
	Payload models.ConfigunstableDeleteTraceJaegerRemoteSamplingStrategyResponse
}

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

A successful response.

func NewDeleteTraceJaegerRemoteSamplingStrategyOK

func NewDeleteTraceJaegerRemoteSamplingStrategyOK() *DeleteTraceJaegerRemoteSamplingStrategyOK

NewDeleteTraceJaegerRemoteSamplingStrategyOK creates a DeleteTraceJaegerRemoteSamplingStrategyOK with default headers values

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) Code

Code gets the status code for the delete trace jaeger remote sampling strategy o k response

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) Error

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) IsClientError

IsClientError returns true when this delete trace jaeger remote sampling strategy o k response has a 4xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) IsCode

IsCode returns true when this delete trace jaeger remote sampling strategy o k response a status code equal to that given

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) IsRedirect

IsRedirect returns true when this delete trace jaeger remote sampling strategy o k response has a 3xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) IsServerError

IsServerError returns true when this delete trace jaeger remote sampling strategy o k response has a 5xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) IsSuccess

IsSuccess returns true when this delete trace jaeger remote sampling strategy o k response has a 2xx status code

func (*DeleteTraceJaegerRemoteSamplingStrategyOK) String

type DeleteTraceJaegerRemoteSamplingStrategyParams

type DeleteTraceJaegerRemoteSamplingStrategyParams struct {

	// Slug.
	Slug string

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

DeleteTraceJaegerRemoteSamplingStrategyParams contains all the parameters to send to the API endpoint

for the delete trace jaeger remote sampling strategy operation.

Typically these are written to a http.Request.

func NewDeleteTraceJaegerRemoteSamplingStrategyParams

func NewDeleteTraceJaegerRemoteSamplingStrategyParams() *DeleteTraceJaegerRemoteSamplingStrategyParams

NewDeleteTraceJaegerRemoteSamplingStrategyParams creates a new DeleteTraceJaegerRemoteSamplingStrategyParams 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 NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithContext

func NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithContext(ctx context.Context) *DeleteTraceJaegerRemoteSamplingStrategyParams

NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithContext creates a new DeleteTraceJaegerRemoteSamplingStrategyParams object with the ability to set a context for a request.

func NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient

func NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient(client *http.Client) *DeleteTraceJaegerRemoteSamplingStrategyParams

NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient creates a new DeleteTraceJaegerRemoteSamplingStrategyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithTimeout

func NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithTimeout(timeout time.Duration) *DeleteTraceJaegerRemoteSamplingStrategyParams

NewDeleteTraceJaegerRemoteSamplingStrategyParamsWithTimeout creates a new DeleteTraceJaegerRemoteSamplingStrategyParams object with the ability to set a timeout on a request.

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) SetContext

SetContext adds the context to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) SetDefaults

SetDefaults hydrates default values in the delete trace jaeger remote sampling strategy params (not the query body).

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

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) SetSlug

SetSlug adds the slug to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) SetTimeout

SetTimeout adds the timeout to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WithContext

WithContext adds the context to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WithDefaults

WithDefaults hydrates default values in the delete trace jaeger remote sampling strategy params (not the query body).

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

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WithSlug

WithSlug adds the slug to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WithTimeout

WithTimeout adds the timeout to the delete trace jaeger remote sampling strategy params

func (*DeleteTraceJaegerRemoteSamplingStrategyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTraceJaegerRemoteSamplingStrategyReader

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

DeleteTraceJaegerRemoteSamplingStrategyReader is a Reader for the DeleteTraceJaegerRemoteSamplingStrategy structure.

func (*DeleteTraceJaegerRemoteSamplingStrategyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTraceTailSamplingRulesBadRequest added in v1.3.0

type DeleteTraceTailSamplingRulesBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the TraceTailSamplingRules because it is in use.

func NewDeleteTraceTailSamplingRulesBadRequest added in v1.3.0

func NewDeleteTraceTailSamplingRulesBadRequest() *DeleteTraceTailSamplingRulesBadRequest

NewDeleteTraceTailSamplingRulesBadRequest creates a DeleteTraceTailSamplingRulesBadRequest with default headers values

func (*DeleteTraceTailSamplingRulesBadRequest) Code added in v1.3.0

Code gets the status code for the delete trace tail sampling rules bad request response

func (*DeleteTraceTailSamplingRulesBadRequest) Error added in v1.3.0

func (*DeleteTraceTailSamplingRulesBadRequest) GetPayload added in v1.3.0

func (*DeleteTraceTailSamplingRulesBadRequest) IsClientError added in v1.3.0

func (o *DeleteTraceTailSamplingRulesBadRequest) IsClientError() bool

IsClientError returns true when this delete trace tail sampling rules bad request response has a 4xx status code

func (*DeleteTraceTailSamplingRulesBadRequest) IsCode added in v1.3.0

IsCode returns true when this delete trace tail sampling rules bad request response a status code equal to that given

func (*DeleteTraceTailSamplingRulesBadRequest) IsRedirect added in v1.3.0

IsRedirect returns true when this delete trace tail sampling rules bad request response has a 3xx status code

func (*DeleteTraceTailSamplingRulesBadRequest) IsServerError added in v1.3.0

func (o *DeleteTraceTailSamplingRulesBadRequest) IsServerError() bool

IsServerError returns true when this delete trace tail sampling rules bad request response has a 5xx status code

func (*DeleteTraceTailSamplingRulesBadRequest) IsSuccess added in v1.3.0

IsSuccess returns true when this delete trace tail sampling rules bad request response has a 2xx status code

func (*DeleteTraceTailSamplingRulesBadRequest) String added in v1.3.0

type DeleteTraceTailSamplingRulesDefault

type DeleteTraceTailSamplingRulesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteTraceTailSamplingRulesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteTraceTailSamplingRulesDefault

func NewDeleteTraceTailSamplingRulesDefault(code int) *DeleteTraceTailSamplingRulesDefault

NewDeleteTraceTailSamplingRulesDefault creates a DeleteTraceTailSamplingRulesDefault with default headers values

func (*DeleteTraceTailSamplingRulesDefault) Code

Code gets the status code for the delete trace tail sampling rules default response

func (*DeleteTraceTailSamplingRulesDefault) Error

func (*DeleteTraceTailSamplingRulesDefault) GetPayload

func (*DeleteTraceTailSamplingRulesDefault) IsClientError

func (o *DeleteTraceTailSamplingRulesDefault) IsClientError() bool

IsClientError returns true when this delete trace tail sampling rules default response has a 4xx status code

func (*DeleteTraceTailSamplingRulesDefault) IsCode

IsCode returns true when this delete trace tail sampling rules default response a status code equal to that given

func (*DeleteTraceTailSamplingRulesDefault) IsRedirect

func (o *DeleteTraceTailSamplingRulesDefault) IsRedirect() bool

IsRedirect returns true when this delete trace tail sampling rules default response has a 3xx status code

func (*DeleteTraceTailSamplingRulesDefault) IsServerError

func (o *DeleteTraceTailSamplingRulesDefault) IsServerError() bool

IsServerError returns true when this delete trace tail sampling rules default response has a 5xx status code

func (*DeleteTraceTailSamplingRulesDefault) IsSuccess

IsSuccess returns true when this delete trace tail sampling rules default response has a 2xx status code

func (*DeleteTraceTailSamplingRulesDefault) String

type DeleteTraceTailSamplingRulesInternalServerError added in v1.1.0

type DeleteTraceTailSamplingRulesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteTraceTailSamplingRulesInternalServerError added in v1.1.0

func NewDeleteTraceTailSamplingRulesInternalServerError() *DeleteTraceTailSamplingRulesInternalServerError

NewDeleteTraceTailSamplingRulesInternalServerError creates a DeleteTraceTailSamplingRulesInternalServerError with default headers values

func (*DeleteTraceTailSamplingRulesInternalServerError) Code added in v1.1.0

Code gets the status code for the delete trace tail sampling rules internal server error response

func (*DeleteTraceTailSamplingRulesInternalServerError) Error added in v1.1.0

func (*DeleteTraceTailSamplingRulesInternalServerError) GetPayload added in v1.1.0

func (*DeleteTraceTailSamplingRulesInternalServerError) IsClientError added in v1.1.0

IsClientError returns true when this delete trace tail sampling rules internal server error response has a 4xx status code

func (*DeleteTraceTailSamplingRulesInternalServerError) IsCode added in v1.1.0

IsCode returns true when this delete trace tail sampling rules internal server error response a status code equal to that given

func (*DeleteTraceTailSamplingRulesInternalServerError) IsRedirect added in v1.1.0

IsRedirect returns true when this delete trace tail sampling rules internal server error response has a 3xx status code

func (*DeleteTraceTailSamplingRulesInternalServerError) IsServerError added in v1.1.0

IsServerError returns true when this delete trace tail sampling rules internal server error response has a 5xx status code

func (*DeleteTraceTailSamplingRulesInternalServerError) IsSuccess added in v1.1.0

IsSuccess returns true when this delete trace tail sampling rules internal server error response has a 2xx status code

func (*DeleteTraceTailSamplingRulesInternalServerError) String added in v1.1.0

type DeleteTraceTailSamplingRulesNotFound added in v1.1.0

type DeleteTraceTailSamplingRulesNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the TraceTailSamplingRules because the slug does not exist.

func NewDeleteTraceTailSamplingRulesNotFound added in v1.1.0

func NewDeleteTraceTailSamplingRulesNotFound() *DeleteTraceTailSamplingRulesNotFound

NewDeleteTraceTailSamplingRulesNotFound creates a DeleteTraceTailSamplingRulesNotFound with default headers values

func (*DeleteTraceTailSamplingRulesNotFound) Code added in v1.1.0

Code gets the status code for the delete trace tail sampling rules not found response

func (*DeleteTraceTailSamplingRulesNotFound) Error added in v1.1.0

func (*DeleteTraceTailSamplingRulesNotFound) GetPayload added in v1.1.0

func (*DeleteTraceTailSamplingRulesNotFound) IsClientError added in v1.1.0

func (o *DeleteTraceTailSamplingRulesNotFound) IsClientError() bool

IsClientError returns true when this delete trace tail sampling rules not found response has a 4xx status code

func (*DeleteTraceTailSamplingRulesNotFound) IsCode added in v1.1.0

IsCode returns true when this delete trace tail sampling rules not found response a status code equal to that given

func (*DeleteTraceTailSamplingRulesNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this delete trace tail sampling rules not found response has a 3xx status code

func (*DeleteTraceTailSamplingRulesNotFound) IsServerError added in v1.1.0

func (o *DeleteTraceTailSamplingRulesNotFound) IsServerError() bool

IsServerError returns true when this delete trace tail sampling rules not found response has a 5xx status code

func (*DeleteTraceTailSamplingRulesNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this delete trace tail sampling rules not found response has a 2xx status code

func (*DeleteTraceTailSamplingRulesNotFound) String added in v1.1.0

type DeleteTraceTailSamplingRulesOK

type DeleteTraceTailSamplingRulesOK struct {
	Payload models.ConfigunstableDeleteTraceTailSamplingRulesResponse
}

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

A successful response.

func NewDeleteTraceTailSamplingRulesOK

func NewDeleteTraceTailSamplingRulesOK() *DeleteTraceTailSamplingRulesOK

NewDeleteTraceTailSamplingRulesOK creates a DeleteTraceTailSamplingRulesOK with default headers values

func (*DeleteTraceTailSamplingRulesOK) Code

Code gets the status code for the delete trace tail sampling rules o k response

func (*DeleteTraceTailSamplingRulesOK) Error

func (*DeleteTraceTailSamplingRulesOK) GetPayload

func (*DeleteTraceTailSamplingRulesOK) IsClientError

func (o *DeleteTraceTailSamplingRulesOK) IsClientError() bool

IsClientError returns true when this delete trace tail sampling rules o k response has a 4xx status code

func (*DeleteTraceTailSamplingRulesOK) IsCode

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

IsCode returns true when this delete trace tail sampling rules o k response a status code equal to that given

func (*DeleteTraceTailSamplingRulesOK) IsRedirect

func (o *DeleteTraceTailSamplingRulesOK) IsRedirect() bool

IsRedirect returns true when this delete trace tail sampling rules o k response has a 3xx status code

func (*DeleteTraceTailSamplingRulesOK) IsServerError

func (o *DeleteTraceTailSamplingRulesOK) IsServerError() bool

IsServerError returns true when this delete trace tail sampling rules o k response has a 5xx status code

func (*DeleteTraceTailSamplingRulesOK) IsSuccess

func (o *DeleteTraceTailSamplingRulesOK) IsSuccess() bool

IsSuccess returns true when this delete trace tail sampling rules o k response has a 2xx status code

func (*DeleteTraceTailSamplingRulesOK) String

type DeleteTraceTailSamplingRulesParams

type DeleteTraceTailSamplingRulesParams struct {

	// DryRun.
	DryRun *bool

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

DeleteTraceTailSamplingRulesParams contains all the parameters to send to the API endpoint

for the delete trace tail sampling rules operation.

Typically these are written to a http.Request.

func NewDeleteTraceTailSamplingRulesParams

func NewDeleteTraceTailSamplingRulesParams() *DeleteTraceTailSamplingRulesParams

NewDeleteTraceTailSamplingRulesParams creates a new DeleteTraceTailSamplingRulesParams 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 NewDeleteTraceTailSamplingRulesParamsWithContext

func NewDeleteTraceTailSamplingRulesParamsWithContext(ctx context.Context) *DeleteTraceTailSamplingRulesParams

NewDeleteTraceTailSamplingRulesParamsWithContext creates a new DeleteTraceTailSamplingRulesParams object with the ability to set a context for a request.

func NewDeleteTraceTailSamplingRulesParamsWithHTTPClient

func NewDeleteTraceTailSamplingRulesParamsWithHTTPClient(client *http.Client) *DeleteTraceTailSamplingRulesParams

NewDeleteTraceTailSamplingRulesParamsWithHTTPClient creates a new DeleteTraceTailSamplingRulesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTraceTailSamplingRulesParamsWithTimeout

func NewDeleteTraceTailSamplingRulesParamsWithTimeout(timeout time.Duration) *DeleteTraceTailSamplingRulesParams

NewDeleteTraceTailSamplingRulesParamsWithTimeout creates a new DeleteTraceTailSamplingRulesParams object with the ability to set a timeout on a request.

func (*DeleteTraceTailSamplingRulesParams) SetContext

SetContext adds the context to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) SetDefaults

func (o *DeleteTraceTailSamplingRulesParams) SetDefaults()

SetDefaults hydrates default values in the delete trace tail sampling rules params (not the query body).

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

func (*DeleteTraceTailSamplingRulesParams) SetDryRun

func (o *DeleteTraceTailSamplingRulesParams) SetDryRun(dryRun *bool)

SetDryRun adds the dryRun to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) SetTimeout

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

SetTimeout adds the timeout to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) WithContext

WithContext adds the context to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) WithDefaults

WithDefaults hydrates default values in the delete trace tail sampling rules params (not the query body).

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

func (*DeleteTraceTailSamplingRulesParams) WithDryRun

WithDryRun adds the dryRun to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) WithTimeout

WithTimeout adds the timeout to the delete trace tail sampling rules params

func (*DeleteTraceTailSamplingRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTraceTailSamplingRulesReader

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

DeleteTraceTailSamplingRulesReader is a Reader for the DeleteTraceTailSamplingRules structure.

func (*DeleteTraceTailSamplingRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTraceTopTagConfigBadRequest added in v1.9.0

type DeleteTraceTopTagConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the TraceTopTagConfig because it is in use.

func NewDeleteTraceTopTagConfigBadRequest added in v1.9.0

func NewDeleteTraceTopTagConfigBadRequest() *DeleteTraceTopTagConfigBadRequest

NewDeleteTraceTopTagConfigBadRequest creates a DeleteTraceTopTagConfigBadRequest with default headers values

func (*DeleteTraceTopTagConfigBadRequest) Code added in v1.9.0

Code gets the status code for the delete trace top tag config bad request response

func (*DeleteTraceTopTagConfigBadRequest) Error added in v1.9.0

func (*DeleteTraceTopTagConfigBadRequest) GetPayload added in v1.9.0

func (*DeleteTraceTopTagConfigBadRequest) IsClientError added in v1.9.0

func (o *DeleteTraceTopTagConfigBadRequest) IsClientError() bool

IsClientError returns true when this delete trace top tag config bad request response has a 4xx status code

func (*DeleteTraceTopTagConfigBadRequest) IsCode added in v1.9.0

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

IsCode returns true when this delete trace top tag config bad request response a status code equal to that given

func (*DeleteTraceTopTagConfigBadRequest) IsRedirect added in v1.9.0

func (o *DeleteTraceTopTagConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this delete trace top tag config bad request response has a 3xx status code

func (*DeleteTraceTopTagConfigBadRequest) IsServerError added in v1.9.0

func (o *DeleteTraceTopTagConfigBadRequest) IsServerError() bool

IsServerError returns true when this delete trace top tag config bad request response has a 5xx status code

func (*DeleteTraceTopTagConfigBadRequest) IsSuccess added in v1.9.0

func (o *DeleteTraceTopTagConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this delete trace top tag config bad request response has a 2xx status code

func (*DeleteTraceTopTagConfigBadRequest) String added in v1.9.0

type DeleteTraceTopTagConfigDefault added in v1.9.0

type DeleteTraceTopTagConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteTraceTopTagConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteTraceTopTagConfigDefault added in v1.9.0

func NewDeleteTraceTopTagConfigDefault(code int) *DeleteTraceTopTagConfigDefault

NewDeleteTraceTopTagConfigDefault creates a DeleteTraceTopTagConfigDefault with default headers values

func (*DeleteTraceTopTagConfigDefault) Code added in v1.9.0

Code gets the status code for the delete trace top tag config default response

func (*DeleteTraceTopTagConfigDefault) Error added in v1.9.0

func (*DeleteTraceTopTagConfigDefault) GetPayload added in v1.9.0

func (*DeleteTraceTopTagConfigDefault) IsClientError added in v1.9.0

func (o *DeleteTraceTopTagConfigDefault) IsClientError() bool

IsClientError returns true when this delete trace top tag config default response has a 4xx status code

func (*DeleteTraceTopTagConfigDefault) IsCode added in v1.9.0

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

IsCode returns true when this delete trace top tag config default response a status code equal to that given

func (*DeleteTraceTopTagConfigDefault) IsRedirect added in v1.9.0

func (o *DeleteTraceTopTagConfigDefault) IsRedirect() bool

IsRedirect returns true when this delete trace top tag config default response has a 3xx status code

func (*DeleteTraceTopTagConfigDefault) IsServerError added in v1.9.0

func (o *DeleteTraceTopTagConfigDefault) IsServerError() bool

IsServerError returns true when this delete trace top tag config default response has a 5xx status code

func (*DeleteTraceTopTagConfigDefault) IsSuccess added in v1.9.0

func (o *DeleteTraceTopTagConfigDefault) IsSuccess() bool

IsSuccess returns true when this delete trace top tag config default response has a 2xx status code

func (*DeleteTraceTopTagConfigDefault) String added in v1.9.0

type DeleteTraceTopTagConfigInternalServerError added in v1.9.0

type DeleteTraceTopTagConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteTraceTopTagConfigInternalServerError added in v1.9.0

func NewDeleteTraceTopTagConfigInternalServerError() *DeleteTraceTopTagConfigInternalServerError

NewDeleteTraceTopTagConfigInternalServerError creates a DeleteTraceTopTagConfigInternalServerError with default headers values

func (*DeleteTraceTopTagConfigInternalServerError) Code added in v1.9.0

Code gets the status code for the delete trace top tag config internal server error response

func (*DeleteTraceTopTagConfigInternalServerError) Error added in v1.9.0

func (*DeleteTraceTopTagConfigInternalServerError) GetPayload added in v1.9.0

func (*DeleteTraceTopTagConfigInternalServerError) IsClientError added in v1.9.0

IsClientError returns true when this delete trace top tag config internal server error response has a 4xx status code

func (*DeleteTraceTopTagConfigInternalServerError) IsCode added in v1.9.0

IsCode returns true when this delete trace top tag config internal server error response a status code equal to that given

func (*DeleteTraceTopTagConfigInternalServerError) IsRedirect added in v1.9.0

IsRedirect returns true when this delete trace top tag config internal server error response has a 3xx status code

func (*DeleteTraceTopTagConfigInternalServerError) IsServerError added in v1.9.0

IsServerError returns true when this delete trace top tag config internal server error response has a 5xx status code

func (*DeleteTraceTopTagConfigInternalServerError) IsSuccess added in v1.9.0

IsSuccess returns true when this delete trace top tag config internal server error response has a 2xx status code

func (*DeleteTraceTopTagConfigInternalServerError) String added in v1.9.0

type DeleteTraceTopTagConfigNotFound added in v1.9.0

type DeleteTraceTopTagConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the TraceTopTagConfig because the slug does not exist.

func NewDeleteTraceTopTagConfigNotFound added in v1.9.0

func NewDeleteTraceTopTagConfigNotFound() *DeleteTraceTopTagConfigNotFound

NewDeleteTraceTopTagConfigNotFound creates a DeleteTraceTopTagConfigNotFound with default headers values

func (*DeleteTraceTopTagConfigNotFound) Code added in v1.9.0

Code gets the status code for the delete trace top tag config not found response

func (*DeleteTraceTopTagConfigNotFound) Error added in v1.9.0

func (*DeleteTraceTopTagConfigNotFound) GetPayload added in v1.9.0

func (*DeleteTraceTopTagConfigNotFound) IsClientError added in v1.9.0

func (o *DeleteTraceTopTagConfigNotFound) IsClientError() bool

IsClientError returns true when this delete trace top tag config not found response has a 4xx status code

func (*DeleteTraceTopTagConfigNotFound) IsCode added in v1.9.0

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

IsCode returns true when this delete trace top tag config not found response a status code equal to that given

func (*DeleteTraceTopTagConfigNotFound) IsRedirect added in v1.9.0

func (o *DeleteTraceTopTagConfigNotFound) IsRedirect() bool

IsRedirect returns true when this delete trace top tag config not found response has a 3xx status code

func (*DeleteTraceTopTagConfigNotFound) IsServerError added in v1.9.0

func (o *DeleteTraceTopTagConfigNotFound) IsServerError() bool

IsServerError returns true when this delete trace top tag config not found response has a 5xx status code

func (*DeleteTraceTopTagConfigNotFound) IsSuccess added in v1.9.0

func (o *DeleteTraceTopTagConfigNotFound) IsSuccess() bool

IsSuccess returns true when this delete trace top tag config not found response has a 2xx status code

func (*DeleteTraceTopTagConfigNotFound) String added in v1.9.0

type DeleteTraceTopTagConfigOK added in v1.9.0

type DeleteTraceTopTagConfigOK struct {
	Payload models.ConfigunstableDeleteTraceTopTagConfigResponse
}

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

A successful response.

func NewDeleteTraceTopTagConfigOK added in v1.9.0

func NewDeleteTraceTopTagConfigOK() *DeleteTraceTopTagConfigOK

NewDeleteTraceTopTagConfigOK creates a DeleteTraceTopTagConfigOK with default headers values

func (*DeleteTraceTopTagConfigOK) Code added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) Code() int

Code gets the status code for the delete trace top tag config o k response

func (*DeleteTraceTopTagConfigOK) Error added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) Error() string

func (*DeleteTraceTopTagConfigOK) GetPayload added in v1.9.0

func (*DeleteTraceTopTagConfigOK) IsClientError added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) IsClientError() bool

IsClientError returns true when this delete trace top tag config o k response has a 4xx status code

func (*DeleteTraceTopTagConfigOK) IsCode added in v1.9.0

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

IsCode returns true when this delete trace top tag config o k response a status code equal to that given

func (*DeleteTraceTopTagConfigOK) IsRedirect added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) IsRedirect() bool

IsRedirect returns true when this delete trace top tag config o k response has a 3xx status code

func (*DeleteTraceTopTagConfigOK) IsServerError added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) IsServerError() bool

IsServerError returns true when this delete trace top tag config o k response has a 5xx status code

func (*DeleteTraceTopTagConfigOK) IsSuccess added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) IsSuccess() bool

IsSuccess returns true when this delete trace top tag config o k response has a 2xx status code

func (*DeleteTraceTopTagConfigOK) String added in v1.9.0

func (o *DeleteTraceTopTagConfigOK) String() string

type DeleteTraceTopTagConfigParams added in v1.9.0

type DeleteTraceTopTagConfigParams struct {

	// DryRun.
	DryRun *bool

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

DeleteTraceTopTagConfigParams contains all the parameters to send to the API endpoint

for the delete trace top tag config operation.

Typically these are written to a http.Request.

func NewDeleteTraceTopTagConfigParams added in v1.9.0

func NewDeleteTraceTopTagConfigParams() *DeleteTraceTopTagConfigParams

NewDeleteTraceTopTagConfigParams creates a new DeleteTraceTopTagConfigParams 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 NewDeleteTraceTopTagConfigParamsWithContext added in v1.9.0

func NewDeleteTraceTopTagConfigParamsWithContext(ctx context.Context) *DeleteTraceTopTagConfigParams

NewDeleteTraceTopTagConfigParamsWithContext creates a new DeleteTraceTopTagConfigParams object with the ability to set a context for a request.

func NewDeleteTraceTopTagConfigParamsWithHTTPClient added in v1.9.0

func NewDeleteTraceTopTagConfigParamsWithHTTPClient(client *http.Client) *DeleteTraceTopTagConfigParams

NewDeleteTraceTopTagConfigParamsWithHTTPClient creates a new DeleteTraceTopTagConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTraceTopTagConfigParamsWithTimeout added in v1.9.0

func NewDeleteTraceTopTagConfigParamsWithTimeout(timeout time.Duration) *DeleteTraceTopTagConfigParams

NewDeleteTraceTopTagConfigParamsWithTimeout creates a new DeleteTraceTopTagConfigParams object with the ability to set a timeout on a request.

func (*DeleteTraceTopTagConfigParams) SetContext added in v1.9.0

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

SetContext adds the context to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) SetDefaults added in v1.9.0

func (o *DeleteTraceTopTagConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete trace top tag config params (not the query body).

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

func (*DeleteTraceTopTagConfigParams) SetDryRun added in v1.9.0

func (o *DeleteTraceTopTagConfigParams) SetDryRun(dryRun *bool)

SetDryRun adds the dryRun to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) SetHTTPClient added in v1.9.0

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

SetHTTPClient adds the HTTPClient to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) SetTimeout added in v1.9.0

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

SetTimeout adds the timeout to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) WithContext added in v1.9.0

WithContext adds the context to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) WithDefaults added in v1.9.0

WithDefaults hydrates default values in the delete trace top tag config params (not the query body).

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

func (*DeleteTraceTopTagConfigParams) WithDryRun added in v1.9.0

WithDryRun adds the dryRun to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) WithHTTPClient added in v1.9.0

WithHTTPClient adds the HTTPClient to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) WithTimeout added in v1.9.0

WithTimeout adds the timeout to the delete trace top tag config params

func (*DeleteTraceTopTagConfigParams) WriteToRequest added in v1.9.0

WriteToRequest writes these params to a swagger request

type DeleteTraceTopTagConfigReader added in v1.9.0

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

DeleteTraceTopTagConfigReader is a Reader for the DeleteTraceTopTagConfig structure.

func (*DeleteTraceTopTagConfigReader) ReadResponse added in v1.9.0

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

ReadResponse reads a server response into the received o.

type ListDashboardsDefault

type ListDashboardsDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListDashboardsDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListDashboardsDefault

func NewListDashboardsDefault(code int) *ListDashboardsDefault

NewListDashboardsDefault creates a ListDashboardsDefault with default headers values

func (*ListDashboardsDefault) Code

func (o *ListDashboardsDefault) Code() int

Code gets the status code for the list dashboards default response

func (*ListDashboardsDefault) Error

func (o *ListDashboardsDefault) Error() string

func (*ListDashboardsDefault) GetPayload

func (o *ListDashboardsDefault) GetPayload() models.GenericError

func (*ListDashboardsDefault) IsClientError

func (o *ListDashboardsDefault) IsClientError() bool

IsClientError returns true when this list dashboards default response has a 4xx status code

func (*ListDashboardsDefault) IsCode

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

IsCode returns true when this list dashboards default response a status code equal to that given

func (*ListDashboardsDefault) IsRedirect

func (o *ListDashboardsDefault) IsRedirect() bool

IsRedirect returns true when this list dashboards default response has a 3xx status code

func (*ListDashboardsDefault) IsServerError

func (o *ListDashboardsDefault) IsServerError() bool

IsServerError returns true when this list dashboards default response has a 5xx status code

func (*ListDashboardsDefault) IsSuccess

func (o *ListDashboardsDefault) IsSuccess() bool

IsSuccess returns true when this list dashboards default response has a 2xx status code

func (*ListDashboardsDefault) String

func (o *ListDashboardsDefault) String() string

type ListDashboardsInternalServerError

type ListDashboardsInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListDashboardsInternalServerError

func NewListDashboardsInternalServerError() *ListDashboardsInternalServerError

NewListDashboardsInternalServerError creates a ListDashboardsInternalServerError with default headers values

func (*ListDashboardsInternalServerError) Code

Code gets the status code for the list dashboards internal server error response

func (*ListDashboardsInternalServerError) Error

func (*ListDashboardsInternalServerError) GetPayload

func (*ListDashboardsInternalServerError) IsClientError

func (o *ListDashboardsInternalServerError) IsClientError() bool

IsClientError returns true when this list dashboards internal server error response has a 4xx status code

func (*ListDashboardsInternalServerError) IsCode

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

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

func (*ListDashboardsInternalServerError) IsRedirect

func (o *ListDashboardsInternalServerError) IsRedirect() bool

IsRedirect returns true when this list dashboards internal server error response has a 3xx status code

func (*ListDashboardsInternalServerError) IsServerError

func (o *ListDashboardsInternalServerError) IsServerError() bool

IsServerError returns true when this list dashboards internal server error response has a 5xx status code

func (*ListDashboardsInternalServerError) IsSuccess

func (o *ListDashboardsInternalServerError) IsSuccess() bool

IsSuccess returns true when this list dashboards internal server error response has a 2xx status code

func (*ListDashboardsInternalServerError) String

type ListDashboardsOK

type ListDashboardsOK struct {
	Payload *models.ConfigunstableListDashboardsResponse
}

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

A successful response.

func NewListDashboardsOK

func NewListDashboardsOK() *ListDashboardsOK

NewListDashboardsOK creates a ListDashboardsOK with default headers values

func (*ListDashboardsOK) Code

func (o *ListDashboardsOK) Code() int

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

func (*ListDashboardsOK) Error

func (o *ListDashboardsOK) Error() string

func (*ListDashboardsOK) GetPayload

func (*ListDashboardsOK) IsClientError

func (o *ListDashboardsOK) IsClientError() bool

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

func (*ListDashboardsOK) IsCode

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

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

func (*ListDashboardsOK) IsRedirect

func (o *ListDashboardsOK) IsRedirect() bool

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

func (*ListDashboardsOK) IsServerError

func (o *ListDashboardsOK) IsServerError() bool

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

func (*ListDashboardsOK) IsSuccess

func (o *ListDashboardsOK) IsSuccess() bool

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

func (*ListDashboardsOK) String

func (o *ListDashboardsOK) String() string

type ListDashboardsParams

type ListDashboardsParams struct {

	/* CollectionSlugs.

	   Filters results by collection_slug, where any Dashboard with a matching collection_slug in the given list (and matches all other filters) is returned.
	*/
	CollectionSlugs []string

	/* IncludeDashboardJSON.

	     Optional flag to populate the dashboard_json of the returned dashboards.
	By default, dashboard_json will be left empty.
	*/
	IncludeDashboardJSON *bool

	/* Names.

	   Filters results by name, where any Dashboard with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any Dashboard with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

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

ListDashboardsParams contains all the parameters to send to the API endpoint

for the list dashboards operation.

Typically these are written to a http.Request.

func NewListDashboardsParams

func NewListDashboardsParams() *ListDashboardsParams

NewListDashboardsParams creates a new ListDashboardsParams 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 NewListDashboardsParamsWithContext

func NewListDashboardsParamsWithContext(ctx context.Context) *ListDashboardsParams

NewListDashboardsParamsWithContext creates a new ListDashboardsParams object with the ability to set a context for a request.

func NewListDashboardsParamsWithHTTPClient

func NewListDashboardsParamsWithHTTPClient(client *http.Client) *ListDashboardsParams

NewListDashboardsParamsWithHTTPClient creates a new ListDashboardsParams object with the ability to set a custom HTTPClient for a request.

func NewListDashboardsParamsWithTimeout

func NewListDashboardsParamsWithTimeout(timeout time.Duration) *ListDashboardsParams

NewListDashboardsParamsWithTimeout creates a new ListDashboardsParams object with the ability to set a timeout on a request.

func (*ListDashboardsParams) SetCollectionSlugs

func (o *ListDashboardsParams) SetCollectionSlugs(collectionSlugs []string)

SetCollectionSlugs adds the collectionSlugs to the list dashboards params

func (*ListDashboardsParams) SetContext

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

SetContext adds the context to the list dashboards params

func (*ListDashboardsParams) SetDefaults

func (o *ListDashboardsParams) SetDefaults()

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

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

func (*ListDashboardsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list dashboards params

func (*ListDashboardsParams) SetIncludeDashboardJSON

func (o *ListDashboardsParams) SetIncludeDashboardJSON(includeDashboardJSON *bool)

SetIncludeDashboardJSON adds the includeDashboardJson to the list dashboards params

func (*ListDashboardsParams) SetNames

func (o *ListDashboardsParams) SetNames(names []string)

SetNames adds the names to the list dashboards params

func (*ListDashboardsParams) SetPageMaxSize

func (o *ListDashboardsParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list dashboards params

func (*ListDashboardsParams) SetPageToken

func (o *ListDashboardsParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list dashboards params

func (*ListDashboardsParams) SetSlugs

func (o *ListDashboardsParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list dashboards params

func (*ListDashboardsParams) SetTimeout

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

SetTimeout adds the timeout to the list dashboards params

func (*ListDashboardsParams) WithCollectionSlugs

func (o *ListDashboardsParams) WithCollectionSlugs(collectionSlugs []string) *ListDashboardsParams

WithCollectionSlugs adds the collectionSlugs to the list dashboards params

func (*ListDashboardsParams) WithContext

WithContext adds the context to the list dashboards params

func (*ListDashboardsParams) WithDefaults

func (o *ListDashboardsParams) WithDefaults() *ListDashboardsParams

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

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

func (*ListDashboardsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list dashboards params

func (*ListDashboardsParams) WithIncludeDashboardJSON

func (o *ListDashboardsParams) WithIncludeDashboardJSON(includeDashboardJSON *bool) *ListDashboardsParams

WithIncludeDashboardJSON adds the includeDashboardJSON to the list dashboards params

func (*ListDashboardsParams) WithNames

func (o *ListDashboardsParams) WithNames(names []string) *ListDashboardsParams

WithNames adds the names to the list dashboards params

func (*ListDashboardsParams) WithPageMaxSize

func (o *ListDashboardsParams) WithPageMaxSize(pageMaxSize *int64) *ListDashboardsParams

WithPageMaxSize adds the pageMaxSize to the list dashboards params

func (*ListDashboardsParams) WithPageToken

func (o *ListDashboardsParams) WithPageToken(pageToken *string) *ListDashboardsParams

WithPageToken adds the pageToken to the list dashboards params

func (*ListDashboardsParams) WithSlugs

func (o *ListDashboardsParams) WithSlugs(slugs []string) *ListDashboardsParams

WithSlugs adds the slugs to the list dashboards params

func (*ListDashboardsParams) WithTimeout

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

WithTimeout adds the timeout to the list dashboards params

func (*ListDashboardsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDashboardsReader

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

ListDashboardsReader is a Reader for the ListDashboards structure.

func (*ListDashboardsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListLinkTemplatesDefault

type ListLinkTemplatesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListLinkTemplatesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListLinkTemplatesDefault

func NewListLinkTemplatesDefault(code int) *ListLinkTemplatesDefault

NewListLinkTemplatesDefault creates a ListLinkTemplatesDefault with default headers values

func (*ListLinkTemplatesDefault) Code

func (o *ListLinkTemplatesDefault) Code() int

Code gets the status code for the list link templates default response

func (*ListLinkTemplatesDefault) Error

func (o *ListLinkTemplatesDefault) Error() string

func (*ListLinkTemplatesDefault) GetPayload

func (*ListLinkTemplatesDefault) IsClientError

func (o *ListLinkTemplatesDefault) IsClientError() bool

IsClientError returns true when this list link templates default response has a 4xx status code

func (*ListLinkTemplatesDefault) IsCode

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

IsCode returns true when this list link templates default response a status code equal to that given

func (*ListLinkTemplatesDefault) IsRedirect

func (o *ListLinkTemplatesDefault) IsRedirect() bool

IsRedirect returns true when this list link templates default response has a 3xx status code

func (*ListLinkTemplatesDefault) IsServerError

func (o *ListLinkTemplatesDefault) IsServerError() bool

IsServerError returns true when this list link templates default response has a 5xx status code

func (*ListLinkTemplatesDefault) IsSuccess

func (o *ListLinkTemplatesDefault) IsSuccess() bool

IsSuccess returns true when this list link templates default response has a 2xx status code

func (*ListLinkTemplatesDefault) String

func (o *ListLinkTemplatesDefault) String() string

type ListLinkTemplatesInternalServerError

type ListLinkTemplatesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListLinkTemplatesInternalServerError

func NewListLinkTemplatesInternalServerError() *ListLinkTemplatesInternalServerError

NewListLinkTemplatesInternalServerError creates a ListLinkTemplatesInternalServerError with default headers values

func (*ListLinkTemplatesInternalServerError) Code

Code gets the status code for the list link templates internal server error response

func (*ListLinkTemplatesInternalServerError) Error

func (*ListLinkTemplatesInternalServerError) GetPayload

func (*ListLinkTemplatesInternalServerError) IsClientError

func (o *ListLinkTemplatesInternalServerError) IsClientError() bool

IsClientError returns true when this list link templates internal server error response has a 4xx status code

func (*ListLinkTemplatesInternalServerError) IsCode

IsCode returns true when this list link templates internal server error response a status code equal to that given

func (*ListLinkTemplatesInternalServerError) IsRedirect

IsRedirect returns true when this list link templates internal server error response has a 3xx status code

func (*ListLinkTemplatesInternalServerError) IsServerError

func (o *ListLinkTemplatesInternalServerError) IsServerError() bool

IsServerError returns true when this list link templates internal server error response has a 5xx status code

func (*ListLinkTemplatesInternalServerError) IsSuccess

IsSuccess returns true when this list link templates internal server error response has a 2xx status code

func (*ListLinkTemplatesInternalServerError) String

type ListLinkTemplatesOK

type ListLinkTemplatesOK struct {
	Payload *models.ConfigunstableListLinkTemplatesResponse
}

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

A successful response.

func NewListLinkTemplatesOK

func NewListLinkTemplatesOK() *ListLinkTemplatesOK

NewListLinkTemplatesOK creates a ListLinkTemplatesOK with default headers values

func (*ListLinkTemplatesOK) Code

func (o *ListLinkTemplatesOK) Code() int

Code gets the status code for the list link templates o k response

func (*ListLinkTemplatesOK) Error

func (o *ListLinkTemplatesOK) Error() string

func (*ListLinkTemplatesOK) GetPayload

func (*ListLinkTemplatesOK) IsClientError

func (o *ListLinkTemplatesOK) IsClientError() bool

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

func (*ListLinkTemplatesOK) IsCode

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

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

func (*ListLinkTemplatesOK) IsRedirect

func (o *ListLinkTemplatesOK) IsRedirect() bool

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

func (*ListLinkTemplatesOK) IsServerError

func (o *ListLinkTemplatesOK) IsServerError() bool

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

func (*ListLinkTemplatesOK) IsSuccess

func (o *ListLinkTemplatesOK) IsSuccess() bool

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

func (*ListLinkTemplatesOK) String

func (o *ListLinkTemplatesOK) String() string

type ListLinkTemplatesParams

type ListLinkTemplatesParams struct {

	/* Names.

	   Filters results by name, where any LinkTemplate with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any LinkTemplate with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

	/* UIComponents.

	   Filters results by ui_component, where any LinkTemplate with a matching ui_component in the given list (and matches all other filters) is returned.
	*/
	UIComponents []string

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

ListLinkTemplatesParams contains all the parameters to send to the API endpoint

for the list link templates operation.

Typically these are written to a http.Request.

func NewListLinkTemplatesParams

func NewListLinkTemplatesParams() *ListLinkTemplatesParams

NewListLinkTemplatesParams creates a new ListLinkTemplatesParams 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 NewListLinkTemplatesParamsWithContext

func NewListLinkTemplatesParamsWithContext(ctx context.Context) *ListLinkTemplatesParams

NewListLinkTemplatesParamsWithContext creates a new ListLinkTemplatesParams object with the ability to set a context for a request.

func NewListLinkTemplatesParamsWithHTTPClient

func NewListLinkTemplatesParamsWithHTTPClient(client *http.Client) *ListLinkTemplatesParams

NewListLinkTemplatesParamsWithHTTPClient creates a new ListLinkTemplatesParams object with the ability to set a custom HTTPClient for a request.

func NewListLinkTemplatesParamsWithTimeout

func NewListLinkTemplatesParamsWithTimeout(timeout time.Duration) *ListLinkTemplatesParams

NewListLinkTemplatesParamsWithTimeout creates a new ListLinkTemplatesParams object with the ability to set a timeout on a request.

func (*ListLinkTemplatesParams) SetContext

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

SetContext adds the context to the list link templates params

func (*ListLinkTemplatesParams) SetDefaults

func (o *ListLinkTemplatesParams) SetDefaults()

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

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

func (*ListLinkTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list link templates params

func (*ListLinkTemplatesParams) SetNames

func (o *ListLinkTemplatesParams) SetNames(names []string)

SetNames adds the names to the list link templates params

func (*ListLinkTemplatesParams) SetPageMaxSize

func (o *ListLinkTemplatesParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list link templates params

func (*ListLinkTemplatesParams) SetPageToken

func (o *ListLinkTemplatesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list link templates params

func (*ListLinkTemplatesParams) SetSlugs

func (o *ListLinkTemplatesParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list link templates params

func (*ListLinkTemplatesParams) SetTimeout

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

SetTimeout adds the timeout to the list link templates params

func (*ListLinkTemplatesParams) SetUIComponents

func (o *ListLinkTemplatesParams) SetUIComponents(uIComponents []string)

SetUIComponents adds the uiComponents to the list link templates params

func (*ListLinkTemplatesParams) WithContext

WithContext adds the context to the list link templates params

func (*ListLinkTemplatesParams) WithDefaults

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

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

func (*ListLinkTemplatesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list link templates params

func (*ListLinkTemplatesParams) WithNames

WithNames adds the names to the list link templates params

func (*ListLinkTemplatesParams) WithPageMaxSize

func (o *ListLinkTemplatesParams) WithPageMaxSize(pageMaxSize *int64) *ListLinkTemplatesParams

WithPageMaxSize adds the pageMaxSize to the list link templates params

func (*ListLinkTemplatesParams) WithPageToken

func (o *ListLinkTemplatesParams) WithPageToken(pageToken *string) *ListLinkTemplatesParams

WithPageToken adds the pageToken to the list link templates params

func (*ListLinkTemplatesParams) WithSlugs

WithSlugs adds the slugs to the list link templates params

func (*ListLinkTemplatesParams) WithTimeout

WithTimeout adds the timeout to the list link templates params

func (*ListLinkTemplatesParams) WithUIComponents

func (o *ListLinkTemplatesParams) WithUIComponents(uIComponents []string) *ListLinkTemplatesParams

WithUIComponents adds the uIComponents to the list link templates params

func (*ListLinkTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListLinkTemplatesReader

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

ListLinkTemplatesReader is a Reader for the ListLinkTemplates structure.

func (*ListLinkTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListObjectDiscoveryRuleDefault added in v1.10.0

type ListObjectDiscoveryRuleDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListObjectDiscoveryRuleDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListObjectDiscoveryRuleDefault added in v1.10.0

func NewListObjectDiscoveryRuleDefault(code int) *ListObjectDiscoveryRuleDefault

NewListObjectDiscoveryRuleDefault creates a ListObjectDiscoveryRuleDefault with default headers values

func (*ListObjectDiscoveryRuleDefault) Code added in v1.10.0

Code gets the status code for the list object discovery rule default response

func (*ListObjectDiscoveryRuleDefault) Error added in v1.10.0

func (*ListObjectDiscoveryRuleDefault) GetPayload added in v1.10.0

func (*ListObjectDiscoveryRuleDefault) IsClientError added in v1.10.0

func (o *ListObjectDiscoveryRuleDefault) IsClientError() bool

IsClientError returns true when this list object discovery rule default response has a 4xx status code

func (*ListObjectDiscoveryRuleDefault) IsCode added in v1.10.0

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

IsCode returns true when this list object discovery rule default response a status code equal to that given

func (*ListObjectDiscoveryRuleDefault) IsRedirect added in v1.10.0

func (o *ListObjectDiscoveryRuleDefault) IsRedirect() bool

IsRedirect returns true when this list object discovery rule default response has a 3xx status code

func (*ListObjectDiscoveryRuleDefault) IsServerError added in v1.10.0

func (o *ListObjectDiscoveryRuleDefault) IsServerError() bool

IsServerError returns true when this list object discovery rule default response has a 5xx status code

func (*ListObjectDiscoveryRuleDefault) IsSuccess added in v1.10.0

func (o *ListObjectDiscoveryRuleDefault) IsSuccess() bool

IsSuccess returns true when this list object discovery rule default response has a 2xx status code

func (*ListObjectDiscoveryRuleDefault) String added in v1.10.0

type ListObjectDiscoveryRuleInternalServerError added in v1.10.0

type ListObjectDiscoveryRuleInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListObjectDiscoveryRuleInternalServerError added in v1.10.0

func NewListObjectDiscoveryRuleInternalServerError() *ListObjectDiscoveryRuleInternalServerError

NewListObjectDiscoveryRuleInternalServerError creates a ListObjectDiscoveryRuleInternalServerError with default headers values

func (*ListObjectDiscoveryRuleInternalServerError) Code added in v1.10.0

Code gets the status code for the list object discovery rule internal server error response

func (*ListObjectDiscoveryRuleInternalServerError) Error added in v1.10.0

func (*ListObjectDiscoveryRuleInternalServerError) GetPayload added in v1.10.0

func (*ListObjectDiscoveryRuleInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this list object discovery rule internal server error response has a 4xx status code

func (*ListObjectDiscoveryRuleInternalServerError) IsCode added in v1.10.0

IsCode returns true when this list object discovery rule internal server error response a status code equal to that given

func (*ListObjectDiscoveryRuleInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this list object discovery rule internal server error response has a 3xx status code

func (*ListObjectDiscoveryRuleInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this list object discovery rule internal server error response has a 5xx status code

func (*ListObjectDiscoveryRuleInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this list object discovery rule internal server error response has a 2xx status code

func (*ListObjectDiscoveryRuleInternalServerError) String added in v1.10.0

type ListObjectDiscoveryRuleOK added in v1.10.0

type ListObjectDiscoveryRuleOK struct {
	Payload *models.ConfigunstableListObjectDiscoveryRulesResponse
}

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

A successful response.

func NewListObjectDiscoveryRuleOK added in v1.10.0

func NewListObjectDiscoveryRuleOK() *ListObjectDiscoveryRuleOK

NewListObjectDiscoveryRuleOK creates a ListObjectDiscoveryRuleOK with default headers values

func (*ListObjectDiscoveryRuleOK) Code added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) Code() int

Code gets the status code for the list object discovery rule o k response

func (*ListObjectDiscoveryRuleOK) Error added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) Error() string

func (*ListObjectDiscoveryRuleOK) GetPayload added in v1.10.0

func (*ListObjectDiscoveryRuleOK) IsClientError added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) IsClientError() bool

IsClientError returns true when this list object discovery rule o k response has a 4xx status code

func (*ListObjectDiscoveryRuleOK) IsCode added in v1.10.0

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

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

func (*ListObjectDiscoveryRuleOK) IsRedirect added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) IsRedirect() bool

IsRedirect returns true when this list object discovery rule o k response has a 3xx status code

func (*ListObjectDiscoveryRuleOK) IsServerError added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) IsServerError() bool

IsServerError returns true when this list object discovery rule o k response has a 5xx status code

func (*ListObjectDiscoveryRuleOK) IsSuccess added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) IsSuccess() bool

IsSuccess returns true when this list object discovery rule o k response has a 2xx status code

func (*ListObjectDiscoveryRuleOK) String added in v1.10.0

func (o *ListObjectDiscoveryRuleOK) String() string

type ListObjectDiscoveryRuleParams added in v1.10.0

type ListObjectDiscoveryRuleParams struct {

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

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

ListObjectDiscoveryRuleParams contains all the parameters to send to the API endpoint

for the list object discovery rule operation.

Typically these are written to a http.Request.

func NewListObjectDiscoveryRuleParams added in v1.10.0

func NewListObjectDiscoveryRuleParams() *ListObjectDiscoveryRuleParams

NewListObjectDiscoveryRuleParams creates a new ListObjectDiscoveryRuleParams 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 NewListObjectDiscoveryRuleParamsWithContext added in v1.10.0

func NewListObjectDiscoveryRuleParamsWithContext(ctx context.Context) *ListObjectDiscoveryRuleParams

NewListObjectDiscoveryRuleParamsWithContext creates a new ListObjectDiscoveryRuleParams object with the ability to set a context for a request.

func NewListObjectDiscoveryRuleParamsWithHTTPClient added in v1.10.0

func NewListObjectDiscoveryRuleParamsWithHTTPClient(client *http.Client) *ListObjectDiscoveryRuleParams

NewListObjectDiscoveryRuleParamsWithHTTPClient creates a new ListObjectDiscoveryRuleParams object with the ability to set a custom HTTPClient for a request.

func NewListObjectDiscoveryRuleParamsWithTimeout added in v1.10.0

func NewListObjectDiscoveryRuleParamsWithTimeout(timeout time.Duration) *ListObjectDiscoveryRuleParams

NewListObjectDiscoveryRuleParamsWithTimeout creates a new ListObjectDiscoveryRuleParams object with the ability to set a timeout on a request.

func (*ListObjectDiscoveryRuleParams) SetContext added in v1.10.0

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

SetContext adds the context to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) SetDefaults added in v1.10.0

func (o *ListObjectDiscoveryRuleParams) SetDefaults()

SetDefaults hydrates default values in the list object discovery rule params (not the query body).

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

func (*ListObjectDiscoveryRuleParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) SetPageMaxSize added in v1.10.0

func (o *ListObjectDiscoveryRuleParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) SetPageToken added in v1.10.0

func (o *ListObjectDiscoveryRuleParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WithContext added in v1.10.0

WithContext adds the context to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the list object discovery rule params (not the query body).

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

func (*ListObjectDiscoveryRuleParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WithPageMaxSize added in v1.10.0

func (o *ListObjectDiscoveryRuleParams) WithPageMaxSize(pageMaxSize *int64) *ListObjectDiscoveryRuleParams

WithPageMaxSize adds the pageMaxSize to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WithPageToken added in v1.10.0

WithPageToken adds the pageToken to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the list object discovery rule params

func (*ListObjectDiscoveryRuleParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type ListObjectDiscoveryRuleReader added in v1.10.0

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

ListObjectDiscoveryRuleReader is a Reader for the ListObjectDiscoveryRule structure.

func (*ListObjectDiscoveryRuleReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type ListSavedTraceSearchesDefault

type ListSavedTraceSearchesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListSavedTraceSearchesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListSavedTraceSearchesDefault

func NewListSavedTraceSearchesDefault(code int) *ListSavedTraceSearchesDefault

NewListSavedTraceSearchesDefault creates a ListSavedTraceSearchesDefault with default headers values

func (*ListSavedTraceSearchesDefault) Code

Code gets the status code for the list saved trace searches default response

func (*ListSavedTraceSearchesDefault) Error

func (*ListSavedTraceSearchesDefault) GetPayload

func (*ListSavedTraceSearchesDefault) IsClientError

func (o *ListSavedTraceSearchesDefault) IsClientError() bool

IsClientError returns true when this list saved trace searches default response has a 4xx status code

func (*ListSavedTraceSearchesDefault) IsCode

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

IsCode returns true when this list saved trace searches default response a status code equal to that given

func (*ListSavedTraceSearchesDefault) IsRedirect

func (o *ListSavedTraceSearchesDefault) IsRedirect() bool

IsRedirect returns true when this list saved trace searches default response has a 3xx status code

func (*ListSavedTraceSearchesDefault) IsServerError

func (o *ListSavedTraceSearchesDefault) IsServerError() bool

IsServerError returns true when this list saved trace searches default response has a 5xx status code

func (*ListSavedTraceSearchesDefault) IsSuccess

func (o *ListSavedTraceSearchesDefault) IsSuccess() bool

IsSuccess returns true when this list saved trace searches default response has a 2xx status code

func (*ListSavedTraceSearchesDefault) String

type ListSavedTraceSearchesInternalServerError

type ListSavedTraceSearchesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListSavedTraceSearchesInternalServerError

func NewListSavedTraceSearchesInternalServerError() *ListSavedTraceSearchesInternalServerError

NewListSavedTraceSearchesInternalServerError creates a ListSavedTraceSearchesInternalServerError with default headers values

func (*ListSavedTraceSearchesInternalServerError) Code

Code gets the status code for the list saved trace searches internal server error response

func (*ListSavedTraceSearchesInternalServerError) Error

func (*ListSavedTraceSearchesInternalServerError) GetPayload

func (*ListSavedTraceSearchesInternalServerError) IsClientError

IsClientError returns true when this list saved trace searches internal server error response has a 4xx status code

func (*ListSavedTraceSearchesInternalServerError) IsCode

IsCode returns true when this list saved trace searches internal server error response a status code equal to that given

func (*ListSavedTraceSearchesInternalServerError) IsRedirect

IsRedirect returns true when this list saved trace searches internal server error response has a 3xx status code

func (*ListSavedTraceSearchesInternalServerError) IsServerError

IsServerError returns true when this list saved trace searches internal server error response has a 5xx status code

func (*ListSavedTraceSearchesInternalServerError) IsSuccess

IsSuccess returns true when this list saved trace searches internal server error response has a 2xx status code

func (*ListSavedTraceSearchesInternalServerError) String

type ListSavedTraceSearchesOK

type ListSavedTraceSearchesOK struct {
	Payload *models.ConfigunstableListSavedTraceSearchesResponse
}

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

A successful response.

func NewListSavedTraceSearchesOK

func NewListSavedTraceSearchesOK() *ListSavedTraceSearchesOK

NewListSavedTraceSearchesOK creates a ListSavedTraceSearchesOK with default headers values

func (*ListSavedTraceSearchesOK) Code

func (o *ListSavedTraceSearchesOK) Code() int

Code gets the status code for the list saved trace searches o k response

func (*ListSavedTraceSearchesOK) Error

func (o *ListSavedTraceSearchesOK) Error() string

func (*ListSavedTraceSearchesOK) GetPayload

func (*ListSavedTraceSearchesOK) IsClientError

func (o *ListSavedTraceSearchesOK) IsClientError() bool

IsClientError returns true when this list saved trace searches o k response has a 4xx status code

func (*ListSavedTraceSearchesOK) IsCode

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

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

func (*ListSavedTraceSearchesOK) IsRedirect

func (o *ListSavedTraceSearchesOK) IsRedirect() bool

IsRedirect returns true when this list saved trace searches o k response has a 3xx status code

func (*ListSavedTraceSearchesOK) IsServerError

func (o *ListSavedTraceSearchesOK) IsServerError() bool

IsServerError returns true when this list saved trace searches o k response has a 5xx status code

func (*ListSavedTraceSearchesOK) IsSuccess

func (o *ListSavedTraceSearchesOK) IsSuccess() bool

IsSuccess returns true when this list saved trace searches o k response has a 2xx status code

func (*ListSavedTraceSearchesOK) String

func (o *ListSavedTraceSearchesOK) String() string

type ListSavedTraceSearchesParams

type ListSavedTraceSearchesParams struct {

	/* CreatedBy.

	   Optional filter: creator email address.
	*/
	CreatedBy *string

	/* Names.

	   Filters results by name, where any SavedTraceSearch with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any SavedTraceSearch with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

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

ListSavedTraceSearchesParams contains all the parameters to send to the API endpoint

for the list saved trace searches operation.

Typically these are written to a http.Request.

func NewListSavedTraceSearchesParams

func NewListSavedTraceSearchesParams() *ListSavedTraceSearchesParams

NewListSavedTraceSearchesParams creates a new ListSavedTraceSearchesParams 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 NewListSavedTraceSearchesParamsWithContext

func NewListSavedTraceSearchesParamsWithContext(ctx context.Context) *ListSavedTraceSearchesParams

NewListSavedTraceSearchesParamsWithContext creates a new ListSavedTraceSearchesParams object with the ability to set a context for a request.

func NewListSavedTraceSearchesParamsWithHTTPClient

func NewListSavedTraceSearchesParamsWithHTTPClient(client *http.Client) *ListSavedTraceSearchesParams

NewListSavedTraceSearchesParamsWithHTTPClient creates a new ListSavedTraceSearchesParams object with the ability to set a custom HTTPClient for a request.

func NewListSavedTraceSearchesParamsWithTimeout

func NewListSavedTraceSearchesParamsWithTimeout(timeout time.Duration) *ListSavedTraceSearchesParams

NewListSavedTraceSearchesParamsWithTimeout creates a new ListSavedTraceSearchesParams object with the ability to set a timeout on a request.

func (*ListSavedTraceSearchesParams) SetContext

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

SetContext adds the context to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetCreatedBy

func (o *ListSavedTraceSearchesParams) SetCreatedBy(createdBy *string)

SetCreatedBy adds the createdBy to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetDefaults

func (o *ListSavedTraceSearchesParams) SetDefaults()

SetDefaults hydrates default values in the list saved trace searches params (not the query body).

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

func (*ListSavedTraceSearchesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetNames

func (o *ListSavedTraceSearchesParams) SetNames(names []string)

SetNames adds the names to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetPageMaxSize

func (o *ListSavedTraceSearchesParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetPageToken

func (o *ListSavedTraceSearchesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetSlugs

func (o *ListSavedTraceSearchesParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list saved trace searches params

func (*ListSavedTraceSearchesParams) SetTimeout

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

SetTimeout adds the timeout to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithContext

WithContext adds the context to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithCreatedBy

WithCreatedBy adds the createdBy to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithDefaults

WithDefaults hydrates default values in the list saved trace searches params (not the query body).

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

func (*ListSavedTraceSearchesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithNames

WithNames adds the names to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithPageMaxSize

func (o *ListSavedTraceSearchesParams) WithPageMaxSize(pageMaxSize *int64) *ListSavedTraceSearchesParams

WithPageMaxSize adds the pageMaxSize to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithPageToken

WithPageToken adds the pageToken to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithSlugs

WithSlugs adds the slugs to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WithTimeout

WithTimeout adds the timeout to the list saved trace searches params

func (*ListSavedTraceSearchesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSavedTraceSearchesReader

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

ListSavedTraceSearchesReader is a Reader for the ListSavedTraceSearches structure.

func (*ListSavedTraceSearchesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServicesDefault

type ListServicesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListServicesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListServicesDefault

func NewListServicesDefault(code int) *ListServicesDefault

NewListServicesDefault creates a ListServicesDefault with default headers values

func (*ListServicesDefault) Code

func (o *ListServicesDefault) Code() int

Code gets the status code for the list services default response

func (*ListServicesDefault) Error

func (o *ListServicesDefault) Error() string

func (*ListServicesDefault) GetPayload

func (o *ListServicesDefault) GetPayload() models.GenericError

func (*ListServicesDefault) IsClientError

func (o *ListServicesDefault) IsClientError() bool

IsClientError returns true when this list services default response has a 4xx status code

func (*ListServicesDefault) IsCode

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

IsCode returns true when this list services default response a status code equal to that given

func (*ListServicesDefault) IsRedirect

func (o *ListServicesDefault) IsRedirect() bool

IsRedirect returns true when this list services default response has a 3xx status code

func (*ListServicesDefault) IsServerError

func (o *ListServicesDefault) IsServerError() bool

IsServerError returns true when this list services default response has a 5xx status code

func (*ListServicesDefault) IsSuccess

func (o *ListServicesDefault) IsSuccess() bool

IsSuccess returns true when this list services default response has a 2xx status code

func (*ListServicesDefault) String

func (o *ListServicesDefault) String() string

type ListServicesInternalServerError

type ListServicesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListServicesInternalServerError

func NewListServicesInternalServerError() *ListServicesInternalServerError

NewListServicesInternalServerError creates a ListServicesInternalServerError with default headers values

func (*ListServicesInternalServerError) Code

Code gets the status code for the list services internal server error response

func (*ListServicesInternalServerError) Error

func (*ListServicesInternalServerError) GetPayload

func (*ListServicesInternalServerError) IsClientError

func (o *ListServicesInternalServerError) IsClientError() bool

IsClientError returns true when this list services internal server error response has a 4xx status code

func (*ListServicesInternalServerError) IsCode

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

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

func (*ListServicesInternalServerError) IsRedirect

func (o *ListServicesInternalServerError) IsRedirect() bool

IsRedirect returns true when this list services internal server error response has a 3xx status code

func (*ListServicesInternalServerError) IsServerError

func (o *ListServicesInternalServerError) IsServerError() bool

IsServerError returns true when this list services internal server error response has a 5xx status code

func (*ListServicesInternalServerError) IsSuccess

func (o *ListServicesInternalServerError) IsSuccess() bool

IsSuccess returns true when this list services internal server error response has a 2xx status code

func (*ListServicesInternalServerError) String

type ListServicesOK

type ListServicesOK struct {
	Payload *models.ConfigunstableListServicesResponse
}

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

A successful response.

func NewListServicesOK

func NewListServicesOK() *ListServicesOK

NewListServicesOK creates a ListServicesOK with default headers values

func (*ListServicesOK) Code

func (o *ListServicesOK) Code() int

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

func (*ListServicesOK) Error

func (o *ListServicesOK) Error() string

func (*ListServicesOK) GetPayload

func (*ListServicesOK) IsClientError

func (o *ListServicesOK) IsClientError() bool

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

func (*ListServicesOK) IsCode

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

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

func (*ListServicesOK) IsRedirect

func (o *ListServicesOK) IsRedirect() bool

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

func (*ListServicesOK) IsServerError

func (o *ListServicesOK) IsServerError() bool

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

func (*ListServicesOK) IsSuccess

func (o *ListServicesOK) IsSuccess() bool

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

func (*ListServicesOK) String

func (o *ListServicesOK) String() string

type ListServicesParams

type ListServicesParams struct {

	/* Names.

	   Filters results by name, where any Service with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* NotificationPolicySlugs.

	   Get services that directly reference notifications policies by the referenced policy slugs.
	*/
	NotificationPolicySlugs []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any Service with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

	/* TeamSlugs.

	   Filters results by team_slug, where any Service with a matching team_slug in the given list (and matches all other filters) is returned.
	*/
	TeamSlugs []string

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

ListServicesParams contains all the parameters to send to the API endpoint

for the list services operation.

Typically these are written to a http.Request.

func NewListServicesParams

func NewListServicesParams() *ListServicesParams

NewListServicesParams creates a new ListServicesParams 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 NewListServicesParamsWithContext

func NewListServicesParamsWithContext(ctx context.Context) *ListServicesParams

NewListServicesParamsWithContext creates a new ListServicesParams object with the ability to set a context for a request.

func NewListServicesParamsWithHTTPClient

func NewListServicesParamsWithHTTPClient(client *http.Client) *ListServicesParams

NewListServicesParamsWithHTTPClient creates a new ListServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListServicesParamsWithTimeout

func NewListServicesParamsWithTimeout(timeout time.Duration) *ListServicesParams

NewListServicesParamsWithTimeout creates a new ListServicesParams object with the ability to set a timeout on a request.

func (*ListServicesParams) SetContext

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

SetContext adds the context to the list services params

func (*ListServicesParams) SetDefaults

func (o *ListServicesParams) SetDefaults()

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

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

func (*ListServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) SetNames

func (o *ListServicesParams) SetNames(names []string)

SetNames adds the names to the list services params

func (*ListServicesParams) SetNotificationPolicySlugs

func (o *ListServicesParams) SetNotificationPolicySlugs(notificationPolicySlugs []string)

SetNotificationPolicySlugs adds the notificationPolicySlugs to the list services params

func (*ListServicesParams) SetPageMaxSize

func (o *ListServicesParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list services params

func (*ListServicesParams) SetPageToken

func (o *ListServicesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list services params

func (*ListServicesParams) SetSlugs

func (o *ListServicesParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list services params

func (*ListServicesParams) SetTeamSlugs

func (o *ListServicesParams) SetTeamSlugs(teamSlugs []string)

SetTeamSlugs adds the teamSlugs to the list services params

func (*ListServicesParams) SetTimeout

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

SetTimeout adds the timeout to the list services params

func (*ListServicesParams) WithContext

WithContext adds the context to the list services params

func (*ListServicesParams) WithDefaults

func (o *ListServicesParams) WithDefaults() *ListServicesParams

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

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

func (*ListServicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) WithNames

func (o *ListServicesParams) WithNames(names []string) *ListServicesParams

WithNames adds the names to the list services params

func (*ListServicesParams) WithNotificationPolicySlugs

func (o *ListServicesParams) WithNotificationPolicySlugs(notificationPolicySlugs []string) *ListServicesParams

WithNotificationPolicySlugs adds the notificationPolicySlugs to the list services params

func (*ListServicesParams) WithPageMaxSize

func (o *ListServicesParams) WithPageMaxSize(pageMaxSize *int64) *ListServicesParams

WithPageMaxSize adds the pageMaxSize to the list services params

func (*ListServicesParams) WithPageToken

func (o *ListServicesParams) WithPageToken(pageToken *string) *ListServicesParams

WithPageToken adds the pageToken to the list services params

func (*ListServicesParams) WithSlugs

func (o *ListServicesParams) WithSlugs(slugs []string) *ListServicesParams

WithSlugs adds the slugs to the list services params

func (*ListServicesParams) WithTeamSlugs

func (o *ListServicesParams) WithTeamSlugs(teamSlugs []string) *ListServicesParams

WithTeamSlugs adds the teamSlugs to the list services params

func (*ListServicesParams) WithTimeout

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

WithTimeout adds the timeout to the list services params

func (*ListServicesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListServicesReader

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

ListServicesReader is a Reader for the ListServices structure.

func (*ListServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListTraceBehaviorsDefault added in v1.6.0

type ListTraceBehaviorsDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListTraceBehaviorsDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListTraceBehaviorsDefault added in v1.6.0

func NewListTraceBehaviorsDefault(code int) *ListTraceBehaviorsDefault

NewListTraceBehaviorsDefault creates a ListTraceBehaviorsDefault with default headers values

func (*ListTraceBehaviorsDefault) Code added in v1.6.0

func (o *ListTraceBehaviorsDefault) Code() int

Code gets the status code for the list trace behaviors default response

func (*ListTraceBehaviorsDefault) Error added in v1.6.0

func (o *ListTraceBehaviorsDefault) Error() string

func (*ListTraceBehaviorsDefault) GetPayload added in v1.6.0

func (*ListTraceBehaviorsDefault) IsClientError added in v1.6.0

func (o *ListTraceBehaviorsDefault) IsClientError() bool

IsClientError returns true when this list trace behaviors default response has a 4xx status code

func (*ListTraceBehaviorsDefault) IsCode added in v1.6.0

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

IsCode returns true when this list trace behaviors default response a status code equal to that given

func (*ListTraceBehaviorsDefault) IsRedirect added in v1.6.0

func (o *ListTraceBehaviorsDefault) IsRedirect() bool

IsRedirect returns true when this list trace behaviors default response has a 3xx status code

func (*ListTraceBehaviorsDefault) IsServerError added in v1.6.0

func (o *ListTraceBehaviorsDefault) IsServerError() bool

IsServerError returns true when this list trace behaviors default response has a 5xx status code

func (*ListTraceBehaviorsDefault) IsSuccess added in v1.6.0

func (o *ListTraceBehaviorsDefault) IsSuccess() bool

IsSuccess returns true when this list trace behaviors default response has a 2xx status code

func (*ListTraceBehaviorsDefault) String added in v1.6.0

func (o *ListTraceBehaviorsDefault) String() string

type ListTraceBehaviorsInternalServerError added in v1.6.0

type ListTraceBehaviorsInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListTraceBehaviorsInternalServerError added in v1.6.0

func NewListTraceBehaviorsInternalServerError() *ListTraceBehaviorsInternalServerError

NewListTraceBehaviorsInternalServerError creates a ListTraceBehaviorsInternalServerError with default headers values

func (*ListTraceBehaviorsInternalServerError) Code added in v1.6.0

Code gets the status code for the list trace behaviors internal server error response

func (*ListTraceBehaviorsInternalServerError) Error added in v1.6.0

func (*ListTraceBehaviorsInternalServerError) GetPayload added in v1.6.0

func (*ListTraceBehaviorsInternalServerError) IsClientError added in v1.6.0

func (o *ListTraceBehaviorsInternalServerError) IsClientError() bool

IsClientError returns true when this list trace behaviors internal server error response has a 4xx status code

func (*ListTraceBehaviorsInternalServerError) IsCode added in v1.6.0

IsCode returns true when this list trace behaviors internal server error response a status code equal to that given

func (*ListTraceBehaviorsInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this list trace behaviors internal server error response has a 3xx status code

func (*ListTraceBehaviorsInternalServerError) IsServerError added in v1.6.0

func (o *ListTraceBehaviorsInternalServerError) IsServerError() bool

IsServerError returns true when this list trace behaviors internal server error response has a 5xx status code

func (*ListTraceBehaviorsInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this list trace behaviors internal server error response has a 2xx status code

func (*ListTraceBehaviorsInternalServerError) String added in v1.6.0

type ListTraceBehaviorsOK added in v1.6.0

type ListTraceBehaviorsOK struct {
	Payload *models.ConfigunstableListTraceBehaviorsResponse
}

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

A successful response.

func NewListTraceBehaviorsOK added in v1.6.0

func NewListTraceBehaviorsOK() *ListTraceBehaviorsOK

NewListTraceBehaviorsOK creates a ListTraceBehaviorsOK with default headers values

func (*ListTraceBehaviorsOK) Code added in v1.6.0

func (o *ListTraceBehaviorsOK) Code() int

Code gets the status code for the list trace behaviors o k response

func (*ListTraceBehaviorsOK) Error added in v1.6.0

func (o *ListTraceBehaviorsOK) Error() string

func (*ListTraceBehaviorsOK) GetPayload added in v1.6.0

func (*ListTraceBehaviorsOK) IsClientError added in v1.6.0

func (o *ListTraceBehaviorsOK) IsClientError() bool

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

func (*ListTraceBehaviorsOK) IsCode added in v1.6.0

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

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

func (*ListTraceBehaviorsOK) IsRedirect added in v1.6.0

func (o *ListTraceBehaviorsOK) IsRedirect() bool

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

func (*ListTraceBehaviorsOK) IsServerError added in v1.6.0

func (o *ListTraceBehaviorsOK) IsServerError() bool

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

func (*ListTraceBehaviorsOK) IsSuccess added in v1.6.0

func (o *ListTraceBehaviorsOK) IsSuccess() bool

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

func (*ListTraceBehaviorsOK) String added in v1.6.0

func (o *ListTraceBehaviorsOK) String() string

type ListTraceBehaviorsParams added in v1.6.0

type ListTraceBehaviorsParams struct {

	/* Names.

	   Filters results by name, where any TraceBehavior with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any TraceBehavior with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

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

ListTraceBehaviorsParams contains all the parameters to send to the API endpoint

for the list trace behaviors operation.

Typically these are written to a http.Request.

func NewListTraceBehaviorsParams added in v1.6.0

func NewListTraceBehaviorsParams() *ListTraceBehaviorsParams

NewListTraceBehaviorsParams creates a new ListTraceBehaviorsParams 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 NewListTraceBehaviorsParamsWithContext added in v1.6.0

func NewListTraceBehaviorsParamsWithContext(ctx context.Context) *ListTraceBehaviorsParams

NewListTraceBehaviorsParamsWithContext creates a new ListTraceBehaviorsParams object with the ability to set a context for a request.

func NewListTraceBehaviorsParamsWithHTTPClient added in v1.6.0

func NewListTraceBehaviorsParamsWithHTTPClient(client *http.Client) *ListTraceBehaviorsParams

NewListTraceBehaviorsParamsWithHTTPClient creates a new ListTraceBehaviorsParams object with the ability to set a custom HTTPClient for a request.

func NewListTraceBehaviorsParamsWithTimeout added in v1.6.0

func NewListTraceBehaviorsParamsWithTimeout(timeout time.Duration) *ListTraceBehaviorsParams

NewListTraceBehaviorsParamsWithTimeout creates a new ListTraceBehaviorsParams object with the ability to set a timeout on a request.

func (*ListTraceBehaviorsParams) SetContext added in v1.6.0

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

SetContext adds the context to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetDefaults added in v1.6.0

func (o *ListTraceBehaviorsParams) SetDefaults()

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

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

func (*ListTraceBehaviorsParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetNames added in v1.6.0

func (o *ListTraceBehaviorsParams) SetNames(names []string)

SetNames adds the names to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetPageMaxSize added in v1.6.0

func (o *ListTraceBehaviorsParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetPageToken added in v1.6.0

func (o *ListTraceBehaviorsParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetSlugs added in v1.6.0

func (o *ListTraceBehaviorsParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list trace behaviors params

func (*ListTraceBehaviorsParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithContext added in v1.6.0

WithContext adds the context to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithDefaults added in v1.6.0

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

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

func (*ListTraceBehaviorsParams) WithHTTPClient added in v1.6.0

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

WithHTTPClient adds the HTTPClient to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithNames added in v1.6.0

WithNames adds the names to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithPageMaxSize added in v1.6.0

func (o *ListTraceBehaviorsParams) WithPageMaxSize(pageMaxSize *int64) *ListTraceBehaviorsParams

WithPageMaxSize adds the pageMaxSize to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithPageToken added in v1.6.0

func (o *ListTraceBehaviorsParams) WithPageToken(pageToken *string) *ListTraceBehaviorsParams

WithPageToken adds the pageToken to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithSlugs added in v1.6.0

WithSlugs adds the slugs to the list trace behaviors params

func (*ListTraceBehaviorsParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the list trace behaviors params

func (*ListTraceBehaviorsParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type ListTraceBehaviorsReader added in v1.6.0

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

ListTraceBehaviorsReader is a Reader for the ListTraceBehaviors structure.

func (*ListTraceBehaviorsReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type ListTraceJaegerRemoteSamplingStrategiesDefault

type ListTraceJaegerRemoteSamplingStrategiesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListTraceJaegerRemoteSamplingStrategiesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListTraceJaegerRemoteSamplingStrategiesDefault

func NewListTraceJaegerRemoteSamplingStrategiesDefault(code int) *ListTraceJaegerRemoteSamplingStrategiesDefault

NewListTraceJaegerRemoteSamplingStrategiesDefault creates a ListTraceJaegerRemoteSamplingStrategiesDefault with default headers values

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) Code

Code gets the status code for the list trace jaeger remote sampling strategies default response

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) Error

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) GetPayload

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) IsClientError

IsClientError returns true when this list trace jaeger remote sampling strategies default response has a 4xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) IsCode

IsCode returns true when this list trace jaeger remote sampling strategies default response a status code equal to that given

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) IsRedirect

IsRedirect returns true when this list trace jaeger remote sampling strategies default response has a 3xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) IsServerError

IsServerError returns true when this list trace jaeger remote sampling strategies default response has a 5xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) IsSuccess

IsSuccess returns true when this list trace jaeger remote sampling strategies default response has a 2xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesDefault) String

type ListTraceJaegerRemoteSamplingStrategiesInternalServerError

type ListTraceJaegerRemoteSamplingStrategiesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListTraceJaegerRemoteSamplingStrategiesInternalServerError

func NewListTraceJaegerRemoteSamplingStrategiesInternalServerError() *ListTraceJaegerRemoteSamplingStrategiesInternalServerError

NewListTraceJaegerRemoteSamplingStrategiesInternalServerError creates a ListTraceJaegerRemoteSamplingStrategiesInternalServerError with default headers values

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) Code

Code gets the status code for the list trace jaeger remote sampling strategies internal server error response

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) Error

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) GetPayload

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) IsClientError

IsClientError returns true when this list trace jaeger remote sampling strategies internal server error response has a 4xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) IsCode

IsCode returns true when this list trace jaeger remote sampling strategies internal server error response a status code equal to that given

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) IsRedirect

IsRedirect returns true when this list trace jaeger remote sampling strategies internal server error response has a 3xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) IsServerError

IsServerError returns true when this list trace jaeger remote sampling strategies internal server error response has a 5xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) IsSuccess

IsSuccess returns true when this list trace jaeger remote sampling strategies internal server error response has a 2xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesInternalServerError) String

type ListTraceJaegerRemoteSamplingStrategiesOK

type ListTraceJaegerRemoteSamplingStrategiesOK struct {
	Payload *models.ConfigunstableListTraceJaegerRemoteSamplingStrategiesResponse
}

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

A successful response.

func NewListTraceJaegerRemoteSamplingStrategiesOK

func NewListTraceJaegerRemoteSamplingStrategiesOK() *ListTraceJaegerRemoteSamplingStrategiesOK

NewListTraceJaegerRemoteSamplingStrategiesOK creates a ListTraceJaegerRemoteSamplingStrategiesOK with default headers values

func (*ListTraceJaegerRemoteSamplingStrategiesOK) Code

Code gets the status code for the list trace jaeger remote sampling strategies o k response

func (*ListTraceJaegerRemoteSamplingStrategiesOK) Error

func (*ListTraceJaegerRemoteSamplingStrategiesOK) GetPayload

func (*ListTraceJaegerRemoteSamplingStrategiesOK) IsClientError

IsClientError returns true when this list trace jaeger remote sampling strategies o k response has a 4xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesOK) IsCode

IsCode returns true when this list trace jaeger remote sampling strategies o k response a status code equal to that given

func (*ListTraceJaegerRemoteSamplingStrategiesOK) IsRedirect

IsRedirect returns true when this list trace jaeger remote sampling strategies o k response has a 3xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesOK) IsServerError

IsServerError returns true when this list trace jaeger remote sampling strategies o k response has a 5xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesOK) IsSuccess

IsSuccess returns true when this list trace jaeger remote sampling strategies o k response has a 2xx status code

func (*ListTraceJaegerRemoteSamplingStrategiesOK) String

type ListTraceJaegerRemoteSamplingStrategiesParams

type ListTraceJaegerRemoteSamplingStrategiesParams struct {

	// NameOrServiceContains.
	NameOrServiceContains *string

	/* Names.

	   Filters results by name, where any TraceJaegerRemoteSamplingStrategy with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* ServiceNames.

	   Filters results by service_name, where any TraceJaegerRemoteSamplingStrategy with a matching service_name in the given list (and matches all other filters) is returned.
	*/
	ServiceNames []string

	/* Slugs.

	   Filters results by slug, where any TraceJaegerRemoteSamplingStrategy with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

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

ListTraceJaegerRemoteSamplingStrategiesParams contains all the parameters to send to the API endpoint

for the list trace jaeger remote sampling strategies operation.

Typically these are written to a http.Request.

func NewListTraceJaegerRemoteSamplingStrategiesParams

func NewListTraceJaegerRemoteSamplingStrategiesParams() *ListTraceJaegerRemoteSamplingStrategiesParams

NewListTraceJaegerRemoteSamplingStrategiesParams creates a new ListTraceJaegerRemoteSamplingStrategiesParams 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 NewListTraceJaegerRemoteSamplingStrategiesParamsWithContext

func NewListTraceJaegerRemoteSamplingStrategiesParamsWithContext(ctx context.Context) *ListTraceJaegerRemoteSamplingStrategiesParams

NewListTraceJaegerRemoteSamplingStrategiesParamsWithContext creates a new ListTraceJaegerRemoteSamplingStrategiesParams object with the ability to set a context for a request.

func NewListTraceJaegerRemoteSamplingStrategiesParamsWithHTTPClient

func NewListTraceJaegerRemoteSamplingStrategiesParamsWithHTTPClient(client *http.Client) *ListTraceJaegerRemoteSamplingStrategiesParams

NewListTraceJaegerRemoteSamplingStrategiesParamsWithHTTPClient creates a new ListTraceJaegerRemoteSamplingStrategiesParams object with the ability to set a custom HTTPClient for a request.

func NewListTraceJaegerRemoteSamplingStrategiesParamsWithTimeout

func NewListTraceJaegerRemoteSamplingStrategiesParamsWithTimeout(timeout time.Duration) *ListTraceJaegerRemoteSamplingStrategiesParams

NewListTraceJaegerRemoteSamplingStrategiesParamsWithTimeout creates a new ListTraceJaegerRemoteSamplingStrategiesParams object with the ability to set a timeout on a request.

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetContext

SetContext adds the context to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetDefaults

SetDefaults hydrates default values in the list trace jaeger remote sampling strategies params (not the query body).

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

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetNameOrServiceContains added in v1.1.0

func (o *ListTraceJaegerRemoteSamplingStrategiesParams) SetNameOrServiceContains(nameOrServiceContains *string)

SetNameOrServiceContains adds the nameOrServiceContains to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetNames

SetNames adds the names to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetPageMaxSize

func (o *ListTraceJaegerRemoteSamplingStrategiesParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetPageToken

func (o *ListTraceJaegerRemoteSamplingStrategiesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetServiceNames

func (o *ListTraceJaegerRemoteSamplingStrategiesParams) SetServiceNames(serviceNames []string)

SetServiceNames adds the serviceNames to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetSlugs

SetSlugs adds the slugs to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) SetTimeout

SetTimeout adds the timeout to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithContext

WithContext adds the context to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithDefaults

WithDefaults hydrates default values in the list trace jaeger remote sampling strategies params (not the query body).

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

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithNameOrServiceContains added in v1.1.0

func (o *ListTraceJaegerRemoteSamplingStrategiesParams) WithNameOrServiceContains(nameOrServiceContains *string) *ListTraceJaegerRemoteSamplingStrategiesParams

WithNameOrServiceContains adds the nameOrServiceContains to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithNames

WithNames adds the names to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithPageMaxSize

WithPageMaxSize adds the pageMaxSize to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithPageToken

WithPageToken adds the pageToken to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithServiceNames

WithServiceNames adds the serviceNames to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithSlugs

WithSlugs adds the slugs to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WithTimeout

WithTimeout adds the timeout to the list trace jaeger remote sampling strategies params

func (*ListTraceJaegerRemoteSamplingStrategiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListTraceJaegerRemoteSamplingStrategiesReader

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

ListTraceJaegerRemoteSamplingStrategiesReader is a Reader for the ListTraceJaegerRemoteSamplingStrategies structure.

func (*ListTraceJaegerRemoteSamplingStrategiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadDashboardDefault

type ReadDashboardDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadDashboardDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadDashboardDefault

func NewReadDashboardDefault(code int) *ReadDashboardDefault

NewReadDashboardDefault creates a ReadDashboardDefault with default headers values

func (*ReadDashboardDefault) Code

func (o *ReadDashboardDefault) Code() int

Code gets the status code for the read dashboard default response

func (*ReadDashboardDefault) Error

func (o *ReadDashboardDefault) Error() string

func (*ReadDashboardDefault) GetPayload

func (o *ReadDashboardDefault) GetPayload() models.GenericError

func (*ReadDashboardDefault) IsClientError

func (o *ReadDashboardDefault) IsClientError() bool

IsClientError returns true when this read dashboard default response has a 4xx status code

func (*ReadDashboardDefault) IsCode

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

IsCode returns true when this read dashboard default response a status code equal to that given

func (*ReadDashboardDefault) IsRedirect

func (o *ReadDashboardDefault) IsRedirect() bool

IsRedirect returns true when this read dashboard default response has a 3xx status code

func (*ReadDashboardDefault) IsServerError

func (o *ReadDashboardDefault) IsServerError() bool

IsServerError returns true when this read dashboard default response has a 5xx status code

func (*ReadDashboardDefault) IsSuccess

func (o *ReadDashboardDefault) IsSuccess() bool

IsSuccess returns true when this read dashboard default response has a 2xx status code

func (*ReadDashboardDefault) String

func (o *ReadDashboardDefault) String() string

type ReadDashboardInternalServerError

type ReadDashboardInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadDashboardInternalServerError

func NewReadDashboardInternalServerError() *ReadDashboardInternalServerError

NewReadDashboardInternalServerError creates a ReadDashboardInternalServerError with default headers values

func (*ReadDashboardInternalServerError) Code

Code gets the status code for the read dashboard internal server error response

func (*ReadDashboardInternalServerError) Error

func (*ReadDashboardInternalServerError) GetPayload

func (*ReadDashboardInternalServerError) IsClientError

func (o *ReadDashboardInternalServerError) IsClientError() bool

IsClientError returns true when this read dashboard internal server error response has a 4xx status code

func (*ReadDashboardInternalServerError) IsCode

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

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

func (*ReadDashboardInternalServerError) IsRedirect

func (o *ReadDashboardInternalServerError) IsRedirect() bool

IsRedirect returns true when this read dashboard internal server error response has a 3xx status code

func (*ReadDashboardInternalServerError) IsServerError

func (o *ReadDashboardInternalServerError) IsServerError() bool

IsServerError returns true when this read dashboard internal server error response has a 5xx status code

func (*ReadDashboardInternalServerError) IsSuccess

func (o *ReadDashboardInternalServerError) IsSuccess() bool

IsSuccess returns true when this read dashboard internal server error response has a 2xx status code

func (*ReadDashboardInternalServerError) String

type ReadDashboardNotFound

type ReadDashboardNotFound struct {
	Payload *models.APIError
}

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

Cannot read the Dashboard because the slug does not exist.

func NewReadDashboardNotFound

func NewReadDashboardNotFound() *ReadDashboardNotFound

NewReadDashboardNotFound creates a ReadDashboardNotFound with default headers values

func (*ReadDashboardNotFound) Code

func (o *ReadDashboardNotFound) Code() int

Code gets the status code for the read dashboard not found response

func (*ReadDashboardNotFound) Error

func (o *ReadDashboardNotFound) Error() string

func (*ReadDashboardNotFound) GetPayload

func (o *ReadDashboardNotFound) GetPayload() *models.APIError

func (*ReadDashboardNotFound) IsClientError

func (o *ReadDashboardNotFound) IsClientError() bool

IsClientError returns true when this read dashboard not found response has a 4xx status code

func (*ReadDashboardNotFound) IsCode

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

IsCode returns true when this read dashboard not found response a status code equal to that given

func (*ReadDashboardNotFound) IsRedirect

func (o *ReadDashboardNotFound) IsRedirect() bool

IsRedirect returns true when this read dashboard not found response has a 3xx status code

func (*ReadDashboardNotFound) IsServerError

func (o *ReadDashboardNotFound) IsServerError() bool

IsServerError returns true when this read dashboard not found response has a 5xx status code

func (*ReadDashboardNotFound) IsSuccess

func (o *ReadDashboardNotFound) IsSuccess() bool

IsSuccess returns true when this read dashboard not found response has a 2xx status code

func (*ReadDashboardNotFound) String

func (o *ReadDashboardNotFound) String() string

type ReadDashboardOK

type ReadDashboardOK struct {
	Payload *models.ConfigunstableReadDashboardResponse
}

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

A successful response.

func NewReadDashboardOK

func NewReadDashboardOK() *ReadDashboardOK

NewReadDashboardOK creates a ReadDashboardOK with default headers values

func (*ReadDashboardOK) Code

func (o *ReadDashboardOK) Code() int

Code gets the status code for the read dashboard o k response

func (*ReadDashboardOK) Error

func (o *ReadDashboardOK) Error() string

func (*ReadDashboardOK) GetPayload

func (*ReadDashboardOK) IsClientError

func (o *ReadDashboardOK) IsClientError() bool

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

func (*ReadDashboardOK) IsCode

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

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

func (*ReadDashboardOK) IsRedirect

func (o *ReadDashboardOK) IsRedirect() bool

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

func (*ReadDashboardOK) IsServerError

func (o *ReadDashboardOK) IsServerError() bool

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

func (*ReadDashboardOK) IsSuccess

func (o *ReadDashboardOK) IsSuccess() bool

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

func (*ReadDashboardOK) String

func (o *ReadDashboardOK) String() string

type ReadDashboardParams

type ReadDashboardParams struct {

	// Slug.
	Slug string

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

ReadDashboardParams contains all the parameters to send to the API endpoint

for the read dashboard operation.

Typically these are written to a http.Request.

func NewReadDashboardParams

func NewReadDashboardParams() *ReadDashboardParams

NewReadDashboardParams creates a new ReadDashboardParams 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 NewReadDashboardParamsWithContext

func NewReadDashboardParamsWithContext(ctx context.Context) *ReadDashboardParams

NewReadDashboardParamsWithContext creates a new ReadDashboardParams object with the ability to set a context for a request.

func NewReadDashboardParamsWithHTTPClient

func NewReadDashboardParamsWithHTTPClient(client *http.Client) *ReadDashboardParams

NewReadDashboardParamsWithHTTPClient creates a new ReadDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewReadDashboardParamsWithTimeout

func NewReadDashboardParamsWithTimeout(timeout time.Duration) *ReadDashboardParams

NewReadDashboardParamsWithTimeout creates a new ReadDashboardParams object with the ability to set a timeout on a request.

func (*ReadDashboardParams) SetContext

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

SetContext adds the context to the read dashboard params

func (*ReadDashboardParams) SetDefaults

func (o *ReadDashboardParams) SetDefaults()

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

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

func (*ReadDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read dashboard params

func (*ReadDashboardParams) SetSlug

func (o *ReadDashboardParams) SetSlug(slug string)

SetSlug adds the slug to the read dashboard params

func (*ReadDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the read dashboard params

func (*ReadDashboardParams) WithContext

WithContext adds the context to the read dashboard params

func (*ReadDashboardParams) WithDefaults

func (o *ReadDashboardParams) WithDefaults() *ReadDashboardParams

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

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

func (*ReadDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read dashboard params

func (*ReadDashboardParams) WithSlug

func (o *ReadDashboardParams) WithSlug(slug string) *ReadDashboardParams

WithSlug adds the slug to the read dashboard params

func (*ReadDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the read dashboard params

func (*ReadDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadDashboardReader

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

ReadDashboardReader is a Reader for the ReadDashboard structure.

func (*ReadDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadLinkTemplateDefault

type ReadLinkTemplateDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadLinkTemplateDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadLinkTemplateDefault

func NewReadLinkTemplateDefault(code int) *ReadLinkTemplateDefault

NewReadLinkTemplateDefault creates a ReadLinkTemplateDefault with default headers values

func (*ReadLinkTemplateDefault) Code

func (o *ReadLinkTemplateDefault) Code() int

Code gets the status code for the read link template default response

func (*ReadLinkTemplateDefault) Error

func (o *ReadLinkTemplateDefault) Error() string

func (*ReadLinkTemplateDefault) GetPayload

func (*ReadLinkTemplateDefault) IsClientError

func (o *ReadLinkTemplateDefault) IsClientError() bool

IsClientError returns true when this read link template default response has a 4xx status code

func (*ReadLinkTemplateDefault) IsCode

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

IsCode returns true when this read link template default response a status code equal to that given

func (*ReadLinkTemplateDefault) IsRedirect

func (o *ReadLinkTemplateDefault) IsRedirect() bool

IsRedirect returns true when this read link template default response has a 3xx status code

func (*ReadLinkTemplateDefault) IsServerError

func (o *ReadLinkTemplateDefault) IsServerError() bool

IsServerError returns true when this read link template default response has a 5xx status code

func (*ReadLinkTemplateDefault) IsSuccess

func (o *ReadLinkTemplateDefault) IsSuccess() bool

IsSuccess returns true when this read link template default response has a 2xx status code

func (*ReadLinkTemplateDefault) String

func (o *ReadLinkTemplateDefault) String() string

type ReadLinkTemplateInternalServerError

type ReadLinkTemplateInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadLinkTemplateInternalServerError

func NewReadLinkTemplateInternalServerError() *ReadLinkTemplateInternalServerError

NewReadLinkTemplateInternalServerError creates a ReadLinkTemplateInternalServerError with default headers values

func (*ReadLinkTemplateInternalServerError) Code

Code gets the status code for the read link template internal server error response

func (*ReadLinkTemplateInternalServerError) Error

func (*ReadLinkTemplateInternalServerError) GetPayload

func (*ReadLinkTemplateInternalServerError) IsClientError

func (o *ReadLinkTemplateInternalServerError) IsClientError() bool

IsClientError returns true when this read link template internal server error response has a 4xx status code

func (*ReadLinkTemplateInternalServerError) IsCode

IsCode returns true when this read link template internal server error response a status code equal to that given

func (*ReadLinkTemplateInternalServerError) IsRedirect

func (o *ReadLinkTemplateInternalServerError) IsRedirect() bool

IsRedirect returns true when this read link template internal server error response has a 3xx status code

func (*ReadLinkTemplateInternalServerError) IsServerError

func (o *ReadLinkTemplateInternalServerError) IsServerError() bool

IsServerError returns true when this read link template internal server error response has a 5xx status code

func (*ReadLinkTemplateInternalServerError) IsSuccess

IsSuccess returns true when this read link template internal server error response has a 2xx status code

func (*ReadLinkTemplateInternalServerError) String

type ReadLinkTemplateNotFound

type ReadLinkTemplateNotFound struct {
	Payload *models.APIError
}

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

Cannot read the LinkTemplate because the slug does not exist.

func NewReadLinkTemplateNotFound

func NewReadLinkTemplateNotFound() *ReadLinkTemplateNotFound

NewReadLinkTemplateNotFound creates a ReadLinkTemplateNotFound with default headers values

func (*ReadLinkTemplateNotFound) Code

func (o *ReadLinkTemplateNotFound) Code() int

Code gets the status code for the read link template not found response

func (*ReadLinkTemplateNotFound) Error

func (o *ReadLinkTemplateNotFound) Error() string

func (*ReadLinkTemplateNotFound) GetPayload

func (o *ReadLinkTemplateNotFound) GetPayload() *models.APIError

func (*ReadLinkTemplateNotFound) IsClientError

func (o *ReadLinkTemplateNotFound) IsClientError() bool

IsClientError returns true when this read link template not found response has a 4xx status code

func (*ReadLinkTemplateNotFound) IsCode

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

IsCode returns true when this read link template not found response a status code equal to that given

func (*ReadLinkTemplateNotFound) IsRedirect

func (o *ReadLinkTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this read link template not found response has a 3xx status code

func (*ReadLinkTemplateNotFound) IsServerError

func (o *ReadLinkTemplateNotFound) IsServerError() bool

IsServerError returns true when this read link template not found response has a 5xx status code

func (*ReadLinkTemplateNotFound) IsSuccess

func (o *ReadLinkTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this read link template not found response has a 2xx status code

func (*ReadLinkTemplateNotFound) String

func (o *ReadLinkTemplateNotFound) String() string

type ReadLinkTemplateOK

type ReadLinkTemplateOK struct {
	Payload *models.ConfigunstableReadLinkTemplateResponse
}

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

A successful response.

func NewReadLinkTemplateOK

func NewReadLinkTemplateOK() *ReadLinkTemplateOK

NewReadLinkTemplateOK creates a ReadLinkTemplateOK with default headers values

func (*ReadLinkTemplateOK) Code

func (o *ReadLinkTemplateOK) Code() int

Code gets the status code for the read link template o k response

func (*ReadLinkTemplateOK) Error

func (o *ReadLinkTemplateOK) Error() string

func (*ReadLinkTemplateOK) GetPayload

func (*ReadLinkTemplateOK) IsClientError

func (o *ReadLinkTemplateOK) IsClientError() bool

IsClientError returns true when this read link template o k response has a 4xx status code

func (*ReadLinkTemplateOK) IsCode

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

IsCode returns true when this read link template o k response a status code equal to that given

func (*ReadLinkTemplateOK) IsRedirect

func (o *ReadLinkTemplateOK) IsRedirect() bool

IsRedirect returns true when this read link template o k response has a 3xx status code

func (*ReadLinkTemplateOK) IsServerError

func (o *ReadLinkTemplateOK) IsServerError() bool

IsServerError returns true when this read link template o k response has a 5xx status code

func (*ReadLinkTemplateOK) IsSuccess

func (o *ReadLinkTemplateOK) IsSuccess() bool

IsSuccess returns true when this read link template o k response has a 2xx status code

func (*ReadLinkTemplateOK) String

func (o *ReadLinkTemplateOK) String() string

type ReadLinkTemplateParams

type ReadLinkTemplateParams struct {

	// Slug.
	Slug string

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

ReadLinkTemplateParams contains all the parameters to send to the API endpoint

for the read link template operation.

Typically these are written to a http.Request.

func NewReadLinkTemplateParams

func NewReadLinkTemplateParams() *ReadLinkTemplateParams

NewReadLinkTemplateParams creates a new ReadLinkTemplateParams 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 NewReadLinkTemplateParamsWithContext

func NewReadLinkTemplateParamsWithContext(ctx context.Context) *ReadLinkTemplateParams

NewReadLinkTemplateParamsWithContext creates a new ReadLinkTemplateParams object with the ability to set a context for a request.

func NewReadLinkTemplateParamsWithHTTPClient

func NewReadLinkTemplateParamsWithHTTPClient(client *http.Client) *ReadLinkTemplateParams

NewReadLinkTemplateParamsWithHTTPClient creates a new ReadLinkTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewReadLinkTemplateParamsWithTimeout

func NewReadLinkTemplateParamsWithTimeout(timeout time.Duration) *ReadLinkTemplateParams

NewReadLinkTemplateParamsWithTimeout creates a new ReadLinkTemplateParams object with the ability to set a timeout on a request.

func (*ReadLinkTemplateParams) SetContext

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

SetContext adds the context to the read link template params

func (*ReadLinkTemplateParams) SetDefaults

func (o *ReadLinkTemplateParams) SetDefaults()

SetDefaults hydrates default values in the read link template params (not the query body).

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

func (*ReadLinkTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read link template params

func (*ReadLinkTemplateParams) SetSlug

func (o *ReadLinkTemplateParams) SetSlug(slug string)

SetSlug adds the slug to the read link template params

func (*ReadLinkTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the read link template params

func (*ReadLinkTemplateParams) WithContext

WithContext adds the context to the read link template params

func (*ReadLinkTemplateParams) WithDefaults

WithDefaults hydrates default values in the read link template params (not the query body).

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

func (*ReadLinkTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read link template params

func (*ReadLinkTemplateParams) WithSlug

WithSlug adds the slug to the read link template params

func (*ReadLinkTemplateParams) WithTimeout

WithTimeout adds the timeout to the read link template params

func (*ReadLinkTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadLinkTemplateReader

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

ReadLinkTemplateReader is a Reader for the ReadLinkTemplate structure.

func (*ReadLinkTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadLogAllocationConfigDefault added in v1.6.0

type ReadLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadLogAllocationConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadLogAllocationConfigDefault added in v1.6.0

func NewReadLogAllocationConfigDefault(code int) *ReadLogAllocationConfigDefault

NewReadLogAllocationConfigDefault creates a ReadLogAllocationConfigDefault with default headers values

func (*ReadLogAllocationConfigDefault) Code added in v1.6.0

Code gets the status code for the read log allocation config default response

func (*ReadLogAllocationConfigDefault) Error added in v1.6.0

func (*ReadLogAllocationConfigDefault) GetPayload added in v1.6.0

func (*ReadLogAllocationConfigDefault) IsClientError added in v1.6.0

func (o *ReadLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this read log allocation config default response has a 4xx status code

func (*ReadLogAllocationConfigDefault) IsCode added in v1.6.0

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

IsCode returns true when this read log allocation config default response a status code equal to that given

func (*ReadLogAllocationConfigDefault) IsRedirect added in v1.6.0

func (o *ReadLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this read log allocation config default response has a 3xx status code

func (*ReadLogAllocationConfigDefault) IsServerError added in v1.6.0

func (o *ReadLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this read log allocation config default response has a 5xx status code

func (*ReadLogAllocationConfigDefault) IsSuccess added in v1.6.0

func (o *ReadLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this read log allocation config default response has a 2xx status code

func (*ReadLogAllocationConfigDefault) String added in v1.6.0

type ReadLogAllocationConfigInternalServerError added in v1.6.0

type ReadLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadLogAllocationConfigInternalServerError added in v1.6.0

func NewReadLogAllocationConfigInternalServerError() *ReadLogAllocationConfigInternalServerError

NewReadLogAllocationConfigInternalServerError creates a ReadLogAllocationConfigInternalServerError with default headers values

func (*ReadLogAllocationConfigInternalServerError) Code added in v1.6.0

Code gets the status code for the read log allocation config internal server error response

func (*ReadLogAllocationConfigInternalServerError) Error added in v1.6.0

func (*ReadLogAllocationConfigInternalServerError) GetPayload added in v1.6.0

func (*ReadLogAllocationConfigInternalServerError) IsClientError added in v1.6.0

IsClientError returns true when this read log allocation config internal server error response has a 4xx status code

func (*ReadLogAllocationConfigInternalServerError) IsCode added in v1.6.0

IsCode returns true when this read log allocation config internal server error response a status code equal to that given

func (*ReadLogAllocationConfigInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this read log allocation config internal server error response has a 3xx status code

func (*ReadLogAllocationConfigInternalServerError) IsServerError added in v1.6.0

IsServerError returns true when this read log allocation config internal server error response has a 5xx status code

func (*ReadLogAllocationConfigInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this read log allocation config internal server error response has a 2xx status code

func (*ReadLogAllocationConfigInternalServerError) String added in v1.6.0

type ReadLogAllocationConfigNotFound added in v1.6.0

type ReadLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot read the LogAllocationConfig because LogAllocationConfig has not been created.

func NewReadLogAllocationConfigNotFound added in v1.6.0

func NewReadLogAllocationConfigNotFound() *ReadLogAllocationConfigNotFound

NewReadLogAllocationConfigNotFound creates a ReadLogAllocationConfigNotFound with default headers values

func (*ReadLogAllocationConfigNotFound) Code added in v1.6.0

Code gets the status code for the read log allocation config not found response

func (*ReadLogAllocationConfigNotFound) Error added in v1.6.0

func (*ReadLogAllocationConfigNotFound) GetPayload added in v1.6.0

func (*ReadLogAllocationConfigNotFound) IsClientError added in v1.6.0

func (o *ReadLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this read log allocation config not found response has a 4xx status code

func (*ReadLogAllocationConfigNotFound) IsCode added in v1.6.0

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

IsCode returns true when this read log allocation config not found response a status code equal to that given

func (*ReadLogAllocationConfigNotFound) IsRedirect added in v1.6.0

func (o *ReadLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this read log allocation config not found response has a 3xx status code

func (*ReadLogAllocationConfigNotFound) IsServerError added in v1.6.0

func (o *ReadLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this read log allocation config not found response has a 5xx status code

func (*ReadLogAllocationConfigNotFound) IsSuccess added in v1.6.0

func (o *ReadLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this read log allocation config not found response has a 2xx status code

func (*ReadLogAllocationConfigNotFound) String added in v1.6.0

type ReadLogAllocationConfigOK added in v1.6.0

type ReadLogAllocationConfigOK struct {
	Payload *models.ConfigunstableReadLogAllocationConfigResponse
}

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

A successful response.

func NewReadLogAllocationConfigOK added in v1.6.0

func NewReadLogAllocationConfigOK() *ReadLogAllocationConfigOK

NewReadLogAllocationConfigOK creates a ReadLogAllocationConfigOK with default headers values

func (*ReadLogAllocationConfigOK) Code added in v1.6.0

func (o *ReadLogAllocationConfigOK) Code() int

Code gets the status code for the read log allocation config o k response

func (*ReadLogAllocationConfigOK) Error added in v1.6.0

func (o *ReadLogAllocationConfigOK) Error() string

func (*ReadLogAllocationConfigOK) GetPayload added in v1.6.0

func (*ReadLogAllocationConfigOK) IsClientError added in v1.6.0

func (o *ReadLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this read log allocation config o k response has a 4xx status code

func (*ReadLogAllocationConfigOK) IsCode added in v1.6.0

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

IsCode returns true when this read log allocation config o k response a status code equal to that given

func (*ReadLogAllocationConfigOK) IsRedirect added in v1.6.0

func (o *ReadLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this read log allocation config o k response has a 3xx status code

func (*ReadLogAllocationConfigOK) IsServerError added in v1.6.0

func (o *ReadLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this read log allocation config o k response has a 5xx status code

func (*ReadLogAllocationConfigOK) IsSuccess added in v1.6.0

func (o *ReadLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this read log allocation config o k response has a 2xx status code

func (*ReadLogAllocationConfigOK) String added in v1.6.0

func (o *ReadLogAllocationConfigOK) String() string

type ReadLogAllocationConfigParams added in v1.6.0

type ReadLogAllocationConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the read log allocation config operation.

Typically these are written to a http.Request.

func NewReadLogAllocationConfigParams added in v1.6.0

func NewReadLogAllocationConfigParams() *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParams creates a new ReadLogAllocationConfigParams 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 NewReadLogAllocationConfigParamsWithContext added in v1.6.0

func NewReadLogAllocationConfigParamsWithContext(ctx context.Context) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithContext creates a new ReadLogAllocationConfigParams object with the ability to set a context for a request.

func NewReadLogAllocationConfigParamsWithHTTPClient added in v1.6.0

func NewReadLogAllocationConfigParamsWithHTTPClient(client *http.Client) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithHTTPClient creates a new ReadLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewReadLogAllocationConfigParamsWithTimeout added in v1.6.0

func NewReadLogAllocationConfigParamsWithTimeout(timeout time.Duration) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithTimeout creates a new ReadLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*ReadLogAllocationConfigParams) SetContext added in v1.6.0

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

SetContext adds the context to the read log allocation config params

func (*ReadLogAllocationConfigParams) SetDefaults added in v1.6.0

func (o *ReadLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the read log allocation config params (not the query body).

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

func (*ReadLogAllocationConfigParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the read log allocation config params

func (*ReadLogAllocationConfigParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithContext added in v1.6.0

WithContext adds the context to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the read log allocation config params (not the query body).

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

func (*ReadLogAllocationConfigParams) WithHTTPClient added in v1.6.0

WithHTTPClient adds the HTTPClient to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the read log allocation config params

func (*ReadLogAllocationConfigParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type ReadLogAllocationConfigReader added in v1.6.0

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

ReadLogAllocationConfigReader is a Reader for the ReadLogAllocationConfig structure.

func (*ReadLogAllocationConfigReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type ReadLogControlConfigDefault added in v1.10.0

type ReadLogControlConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadLogControlConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadLogControlConfigDefault added in v1.10.0

func NewReadLogControlConfigDefault(code int) *ReadLogControlConfigDefault

NewReadLogControlConfigDefault creates a ReadLogControlConfigDefault with default headers values

func (*ReadLogControlConfigDefault) Code added in v1.10.0

func (o *ReadLogControlConfigDefault) Code() int

Code gets the status code for the read log control config default response

func (*ReadLogControlConfigDefault) Error added in v1.10.0

func (*ReadLogControlConfigDefault) GetPayload added in v1.10.0

func (*ReadLogControlConfigDefault) IsClientError added in v1.10.0

func (o *ReadLogControlConfigDefault) IsClientError() bool

IsClientError returns true when this read log control config default response has a 4xx status code

func (*ReadLogControlConfigDefault) IsCode added in v1.10.0

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

IsCode returns true when this read log control config default response a status code equal to that given

func (*ReadLogControlConfigDefault) IsRedirect added in v1.10.0

func (o *ReadLogControlConfigDefault) IsRedirect() bool

IsRedirect returns true when this read log control config default response has a 3xx status code

func (*ReadLogControlConfigDefault) IsServerError added in v1.10.0

func (o *ReadLogControlConfigDefault) IsServerError() bool

IsServerError returns true when this read log control config default response has a 5xx status code

func (*ReadLogControlConfigDefault) IsSuccess added in v1.10.0

func (o *ReadLogControlConfigDefault) IsSuccess() bool

IsSuccess returns true when this read log control config default response has a 2xx status code

func (*ReadLogControlConfigDefault) String added in v1.10.0

func (o *ReadLogControlConfigDefault) String() string

type ReadLogControlConfigInternalServerError added in v1.10.0

type ReadLogControlConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadLogControlConfigInternalServerError added in v1.10.0

func NewReadLogControlConfigInternalServerError() *ReadLogControlConfigInternalServerError

NewReadLogControlConfigInternalServerError creates a ReadLogControlConfigInternalServerError with default headers values

func (*ReadLogControlConfigInternalServerError) Code added in v1.10.0

Code gets the status code for the read log control config internal server error response

func (*ReadLogControlConfigInternalServerError) Error added in v1.10.0

func (*ReadLogControlConfigInternalServerError) GetPayload added in v1.10.0

func (*ReadLogControlConfigInternalServerError) IsClientError added in v1.10.0

func (o *ReadLogControlConfigInternalServerError) IsClientError() bool

IsClientError returns true when this read log control config internal server error response has a 4xx status code

func (*ReadLogControlConfigInternalServerError) IsCode added in v1.10.0

IsCode returns true when this read log control config internal server error response a status code equal to that given

func (*ReadLogControlConfigInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this read log control config internal server error response has a 3xx status code

func (*ReadLogControlConfigInternalServerError) IsServerError added in v1.10.0

func (o *ReadLogControlConfigInternalServerError) IsServerError() bool

IsServerError returns true when this read log control config internal server error response has a 5xx status code

func (*ReadLogControlConfigInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this read log control config internal server error response has a 2xx status code

func (*ReadLogControlConfigInternalServerError) String added in v1.10.0

type ReadLogControlConfigNotFound added in v1.10.0

type ReadLogControlConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot read the LogControlConfig because LogControlConfig has not been created.

func NewReadLogControlConfigNotFound added in v1.10.0

func NewReadLogControlConfigNotFound() *ReadLogControlConfigNotFound

NewReadLogControlConfigNotFound creates a ReadLogControlConfigNotFound with default headers values

func (*ReadLogControlConfigNotFound) Code added in v1.10.0

Code gets the status code for the read log control config not found response

func (*ReadLogControlConfigNotFound) Error added in v1.10.0

func (*ReadLogControlConfigNotFound) GetPayload added in v1.10.0

func (o *ReadLogControlConfigNotFound) GetPayload() *models.APIError

func (*ReadLogControlConfigNotFound) IsClientError added in v1.10.0

func (o *ReadLogControlConfigNotFound) IsClientError() bool

IsClientError returns true when this read log control config not found response has a 4xx status code

func (*ReadLogControlConfigNotFound) IsCode added in v1.10.0

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

IsCode returns true when this read log control config not found response a status code equal to that given

func (*ReadLogControlConfigNotFound) IsRedirect added in v1.10.0

func (o *ReadLogControlConfigNotFound) IsRedirect() bool

IsRedirect returns true when this read log control config not found response has a 3xx status code

func (*ReadLogControlConfigNotFound) IsServerError added in v1.10.0

func (o *ReadLogControlConfigNotFound) IsServerError() bool

IsServerError returns true when this read log control config not found response has a 5xx status code

func (*ReadLogControlConfigNotFound) IsSuccess added in v1.10.0

func (o *ReadLogControlConfigNotFound) IsSuccess() bool

IsSuccess returns true when this read log control config not found response has a 2xx status code

func (*ReadLogControlConfigNotFound) String added in v1.10.0

type ReadLogControlConfigOK added in v1.10.0

type ReadLogControlConfigOK struct {
	Payload *models.ConfigunstableReadLogControlConfigResponse
}

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

A successful response.

func NewReadLogControlConfigOK added in v1.10.0

func NewReadLogControlConfigOK() *ReadLogControlConfigOK

NewReadLogControlConfigOK creates a ReadLogControlConfigOK with default headers values

func (*ReadLogControlConfigOK) Code added in v1.10.0

func (o *ReadLogControlConfigOK) Code() int

Code gets the status code for the read log control config o k response

func (*ReadLogControlConfigOK) Error added in v1.10.0

func (o *ReadLogControlConfigOK) Error() string

func (*ReadLogControlConfigOK) GetPayload added in v1.10.0

func (*ReadLogControlConfigOK) IsClientError added in v1.10.0

func (o *ReadLogControlConfigOK) IsClientError() bool

IsClientError returns true when this read log control config o k response has a 4xx status code

func (*ReadLogControlConfigOK) IsCode added in v1.10.0

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

IsCode returns true when this read log control config o k response a status code equal to that given

func (*ReadLogControlConfigOK) IsRedirect added in v1.10.0

func (o *ReadLogControlConfigOK) IsRedirect() bool

IsRedirect returns true when this read log control config o k response has a 3xx status code

func (*ReadLogControlConfigOK) IsServerError added in v1.10.0

func (o *ReadLogControlConfigOK) IsServerError() bool

IsServerError returns true when this read log control config o k response has a 5xx status code

func (*ReadLogControlConfigOK) IsSuccess added in v1.10.0

func (o *ReadLogControlConfigOK) IsSuccess() bool

IsSuccess returns true when this read log control config o k response has a 2xx status code

func (*ReadLogControlConfigOK) String added in v1.10.0

func (o *ReadLogControlConfigOK) String() string

type ReadLogControlConfigParams added in v1.10.0

type ReadLogControlConfigParams struct {

	// Slug.
	Slug *string

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

ReadLogControlConfigParams contains all the parameters to send to the API endpoint

for the read log control config operation.

Typically these are written to a http.Request.

func NewReadLogControlConfigParams added in v1.10.0

func NewReadLogControlConfigParams() *ReadLogControlConfigParams

NewReadLogControlConfigParams creates a new ReadLogControlConfigParams 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 NewReadLogControlConfigParamsWithContext added in v1.10.0

func NewReadLogControlConfigParamsWithContext(ctx context.Context) *ReadLogControlConfigParams

NewReadLogControlConfigParamsWithContext creates a new ReadLogControlConfigParams object with the ability to set a context for a request.

func NewReadLogControlConfigParamsWithHTTPClient added in v1.10.0

func NewReadLogControlConfigParamsWithHTTPClient(client *http.Client) *ReadLogControlConfigParams

NewReadLogControlConfigParamsWithHTTPClient creates a new ReadLogControlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewReadLogControlConfigParamsWithTimeout added in v1.10.0

func NewReadLogControlConfigParamsWithTimeout(timeout time.Duration) *ReadLogControlConfigParams

NewReadLogControlConfigParamsWithTimeout creates a new ReadLogControlConfigParams object with the ability to set a timeout on a request.

func (*ReadLogControlConfigParams) SetContext added in v1.10.0

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

SetContext adds the context to the read log control config params

func (*ReadLogControlConfigParams) SetDefaults added in v1.10.0

func (o *ReadLogControlConfigParams) SetDefaults()

SetDefaults hydrates default values in the read log control config params (not the query body).

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

func (*ReadLogControlConfigParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the read log control config params

func (*ReadLogControlConfigParams) SetSlug added in v1.10.0

func (o *ReadLogControlConfigParams) SetSlug(slug *string)

SetSlug adds the slug to the read log control config params

func (*ReadLogControlConfigParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the read log control config params

func (*ReadLogControlConfigParams) WithContext added in v1.10.0

WithContext adds the context to the read log control config params

func (*ReadLogControlConfigParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the read log control config params (not the query body).

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

func (*ReadLogControlConfigParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the read log control config params

func (*ReadLogControlConfigParams) WithSlug added in v1.10.0

WithSlug adds the slug to the read log control config params

func (*ReadLogControlConfigParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the read log control config params

func (*ReadLogControlConfigParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type ReadLogControlConfigReader added in v1.10.0

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

ReadLogControlConfigReader is a Reader for the ReadLogControlConfig structure.

func (*ReadLogControlConfigReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type ReadNoopEntityDefault

type ReadNoopEntityDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadNoopEntityDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadNoopEntityDefault

func NewReadNoopEntityDefault(code int) *ReadNoopEntityDefault

NewReadNoopEntityDefault creates a ReadNoopEntityDefault with default headers values

func (*ReadNoopEntityDefault) Code

func (o *ReadNoopEntityDefault) Code() int

Code gets the status code for the read noop entity default response

func (*ReadNoopEntityDefault) Error

func (o *ReadNoopEntityDefault) Error() string

func (*ReadNoopEntityDefault) GetPayload

func (o *ReadNoopEntityDefault) GetPayload() models.GenericError

func (*ReadNoopEntityDefault) IsClientError

func (o *ReadNoopEntityDefault) IsClientError() bool

IsClientError returns true when this read noop entity default response has a 4xx status code

func (*ReadNoopEntityDefault) IsCode

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

IsCode returns true when this read noop entity default response a status code equal to that given

func (*ReadNoopEntityDefault) IsRedirect

func (o *ReadNoopEntityDefault) IsRedirect() bool

IsRedirect returns true when this read noop entity default response has a 3xx status code

func (*ReadNoopEntityDefault) IsServerError

func (o *ReadNoopEntityDefault) IsServerError() bool

IsServerError returns true when this read noop entity default response has a 5xx status code

func (*ReadNoopEntityDefault) IsSuccess

func (o *ReadNoopEntityDefault) IsSuccess() bool

IsSuccess returns true when this read noop entity default response has a 2xx status code

func (*ReadNoopEntityDefault) String

func (o *ReadNoopEntityDefault) String() string

type ReadNoopEntityInternalServerError

type ReadNoopEntityInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadNoopEntityInternalServerError

func NewReadNoopEntityInternalServerError() *ReadNoopEntityInternalServerError

NewReadNoopEntityInternalServerError creates a ReadNoopEntityInternalServerError with default headers values

func (*ReadNoopEntityInternalServerError) Code

Code gets the status code for the read noop entity internal server error response

func (*ReadNoopEntityInternalServerError) Error

func (*ReadNoopEntityInternalServerError) GetPayload

func (*ReadNoopEntityInternalServerError) IsClientError

func (o *ReadNoopEntityInternalServerError) IsClientError() bool

IsClientError returns true when this read noop entity internal server error response has a 4xx status code

func (*ReadNoopEntityInternalServerError) IsCode

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

IsCode returns true when this read noop entity internal server error response a status code equal to that given

func (*ReadNoopEntityInternalServerError) IsRedirect

func (o *ReadNoopEntityInternalServerError) IsRedirect() bool

IsRedirect returns true when this read noop entity internal server error response has a 3xx status code

func (*ReadNoopEntityInternalServerError) IsServerError

func (o *ReadNoopEntityInternalServerError) IsServerError() bool

IsServerError returns true when this read noop entity internal server error response has a 5xx status code

func (*ReadNoopEntityInternalServerError) IsSuccess

func (o *ReadNoopEntityInternalServerError) IsSuccess() bool

IsSuccess returns true when this read noop entity internal server error response has a 2xx status code

func (*ReadNoopEntityInternalServerError) String

type ReadNoopEntityNotFound

type ReadNoopEntityNotFound struct {
	Payload *models.APIError
}

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

Cannot read the NoopEntity because the slug does not exist.

func NewReadNoopEntityNotFound

func NewReadNoopEntityNotFound() *ReadNoopEntityNotFound

NewReadNoopEntityNotFound creates a ReadNoopEntityNotFound with default headers values

func (*ReadNoopEntityNotFound) Code

func (o *ReadNoopEntityNotFound) Code() int

Code gets the status code for the read noop entity not found response

func (*ReadNoopEntityNotFound) Error

func (o *ReadNoopEntityNotFound) Error() string

func (*ReadNoopEntityNotFound) GetPayload

func (o *ReadNoopEntityNotFound) GetPayload() *models.APIError

func (*ReadNoopEntityNotFound) IsClientError

func (o *ReadNoopEntityNotFound) IsClientError() bool

IsClientError returns true when this read noop entity not found response has a 4xx status code

func (*ReadNoopEntityNotFound) IsCode

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

IsCode returns true when this read noop entity not found response a status code equal to that given

func (*ReadNoopEntityNotFound) IsRedirect

func (o *ReadNoopEntityNotFound) IsRedirect() bool

IsRedirect returns true when this read noop entity not found response has a 3xx status code

func (*ReadNoopEntityNotFound) IsServerError

func (o *ReadNoopEntityNotFound) IsServerError() bool

IsServerError returns true when this read noop entity not found response has a 5xx status code

func (*ReadNoopEntityNotFound) IsSuccess

func (o *ReadNoopEntityNotFound) IsSuccess() bool

IsSuccess returns true when this read noop entity not found response has a 2xx status code

func (*ReadNoopEntityNotFound) String

func (o *ReadNoopEntityNotFound) String() string

type ReadNoopEntityOK

type ReadNoopEntityOK struct {
	Payload *models.ConfigunstableReadNoopEntityResponse
}

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

A successful response.

func NewReadNoopEntityOK

func NewReadNoopEntityOK() *ReadNoopEntityOK

NewReadNoopEntityOK creates a ReadNoopEntityOK with default headers values

func (*ReadNoopEntityOK) Code

func (o *ReadNoopEntityOK) Code() int

Code gets the status code for the read noop entity o k response

func (*ReadNoopEntityOK) Error

func (o *ReadNoopEntityOK) Error() string

func (*ReadNoopEntityOK) GetPayload

func (*ReadNoopEntityOK) IsClientError

func (o *ReadNoopEntityOK) IsClientError() bool

IsClientError returns true when this read noop entity o k response has a 4xx status code

func (*ReadNoopEntityOK) IsCode

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

IsCode returns true when this read noop entity o k response a status code equal to that given

func (*ReadNoopEntityOK) IsRedirect

func (o *ReadNoopEntityOK) IsRedirect() bool

IsRedirect returns true when this read noop entity o k response has a 3xx status code

func (*ReadNoopEntityOK) IsServerError

func (o *ReadNoopEntityOK) IsServerError() bool

IsServerError returns true when this read noop entity o k response has a 5xx status code

func (*ReadNoopEntityOK) IsSuccess

func (o *ReadNoopEntityOK) IsSuccess() bool

IsSuccess returns true when this read noop entity o k response has a 2xx status code

func (*ReadNoopEntityOK) String

func (o *ReadNoopEntityOK) String() string

type ReadNoopEntityParams

type ReadNoopEntityParams struct {

	// Slug.
	Slug string

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

ReadNoopEntityParams contains all the parameters to send to the API endpoint

for the read noop entity operation.

Typically these are written to a http.Request.

func NewReadNoopEntityParams

func NewReadNoopEntityParams() *ReadNoopEntityParams

NewReadNoopEntityParams creates a new ReadNoopEntityParams 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 NewReadNoopEntityParamsWithContext

func NewReadNoopEntityParamsWithContext(ctx context.Context) *ReadNoopEntityParams

NewReadNoopEntityParamsWithContext creates a new ReadNoopEntityParams object with the ability to set a context for a request.

func NewReadNoopEntityParamsWithHTTPClient

func NewReadNoopEntityParamsWithHTTPClient(client *http.Client) *ReadNoopEntityParams

NewReadNoopEntityParamsWithHTTPClient creates a new ReadNoopEntityParams object with the ability to set a custom HTTPClient for a request.

func NewReadNoopEntityParamsWithTimeout

func NewReadNoopEntityParamsWithTimeout(timeout time.Duration) *ReadNoopEntityParams

NewReadNoopEntityParamsWithTimeout creates a new ReadNoopEntityParams object with the ability to set a timeout on a request.

func (*ReadNoopEntityParams) SetContext

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

SetContext adds the context to the read noop entity params

func (*ReadNoopEntityParams) SetDefaults

func (o *ReadNoopEntityParams) SetDefaults()

SetDefaults hydrates default values in the read noop entity params (not the query body).

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

func (*ReadNoopEntityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read noop entity params

func (*ReadNoopEntityParams) SetSlug

func (o *ReadNoopEntityParams) SetSlug(slug string)

SetSlug adds the slug to the read noop entity params

func (*ReadNoopEntityParams) SetTimeout

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

SetTimeout adds the timeout to the read noop entity params

func (*ReadNoopEntityParams) WithContext

WithContext adds the context to the read noop entity params

func (*ReadNoopEntityParams) WithDefaults

func (o *ReadNoopEntityParams) WithDefaults() *ReadNoopEntityParams

WithDefaults hydrates default values in the read noop entity params (not the query body).

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

func (*ReadNoopEntityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read noop entity params

func (*ReadNoopEntityParams) WithSlug

WithSlug adds the slug to the read noop entity params

func (*ReadNoopEntityParams) WithTimeout

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

WithTimeout adds the timeout to the read noop entity params

func (*ReadNoopEntityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadNoopEntityReader

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

ReadNoopEntityReader is a Reader for the ReadNoopEntity structure.

func (*ReadNoopEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadObjectDiscoveryRuleDefault added in v1.10.0

type ReadObjectDiscoveryRuleDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadObjectDiscoveryRuleDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadObjectDiscoveryRuleDefault added in v1.10.0

func NewReadObjectDiscoveryRuleDefault(code int) *ReadObjectDiscoveryRuleDefault

NewReadObjectDiscoveryRuleDefault creates a ReadObjectDiscoveryRuleDefault with default headers values

func (*ReadObjectDiscoveryRuleDefault) Code added in v1.10.0

Code gets the status code for the read object discovery rule default response

func (*ReadObjectDiscoveryRuleDefault) Error added in v1.10.0

func (*ReadObjectDiscoveryRuleDefault) GetPayload added in v1.10.0

func (*ReadObjectDiscoveryRuleDefault) IsClientError added in v1.10.0

func (o *ReadObjectDiscoveryRuleDefault) IsClientError() bool

IsClientError returns true when this read object discovery rule default response has a 4xx status code

func (*ReadObjectDiscoveryRuleDefault) IsCode added in v1.10.0

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

IsCode returns true when this read object discovery rule default response a status code equal to that given

func (*ReadObjectDiscoveryRuleDefault) IsRedirect added in v1.10.0

func (o *ReadObjectDiscoveryRuleDefault) IsRedirect() bool

IsRedirect returns true when this read object discovery rule default response has a 3xx status code

func (*ReadObjectDiscoveryRuleDefault) IsServerError added in v1.10.0

func (o *ReadObjectDiscoveryRuleDefault) IsServerError() bool

IsServerError returns true when this read object discovery rule default response has a 5xx status code

func (*ReadObjectDiscoveryRuleDefault) IsSuccess added in v1.10.0

func (o *ReadObjectDiscoveryRuleDefault) IsSuccess() bool

IsSuccess returns true when this read object discovery rule default response has a 2xx status code

func (*ReadObjectDiscoveryRuleDefault) String added in v1.10.0

type ReadObjectDiscoveryRuleInternalServerError added in v1.10.0

type ReadObjectDiscoveryRuleInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadObjectDiscoveryRuleInternalServerError added in v1.10.0

func NewReadObjectDiscoveryRuleInternalServerError() *ReadObjectDiscoveryRuleInternalServerError

NewReadObjectDiscoveryRuleInternalServerError creates a ReadObjectDiscoveryRuleInternalServerError with default headers values

func (*ReadObjectDiscoveryRuleInternalServerError) Code added in v1.10.0

Code gets the status code for the read object discovery rule internal server error response

func (*ReadObjectDiscoveryRuleInternalServerError) Error added in v1.10.0

func (*ReadObjectDiscoveryRuleInternalServerError) GetPayload added in v1.10.0

func (*ReadObjectDiscoveryRuleInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this read object discovery rule internal server error response has a 4xx status code

func (*ReadObjectDiscoveryRuleInternalServerError) IsCode added in v1.10.0

IsCode returns true when this read object discovery rule internal server error response a status code equal to that given

func (*ReadObjectDiscoveryRuleInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this read object discovery rule internal server error response has a 3xx status code

func (*ReadObjectDiscoveryRuleInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this read object discovery rule internal server error response has a 5xx status code

func (*ReadObjectDiscoveryRuleInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this read object discovery rule internal server error response has a 2xx status code

func (*ReadObjectDiscoveryRuleInternalServerError) String added in v1.10.0

type ReadObjectDiscoveryRuleNotFound added in v1.10.0

type ReadObjectDiscoveryRuleNotFound struct {
	Payload *models.APIError
}

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

Cannot read the ObjectDiscoveryRule because the slug does not exist.

func NewReadObjectDiscoveryRuleNotFound added in v1.10.0

func NewReadObjectDiscoveryRuleNotFound() *ReadObjectDiscoveryRuleNotFound

NewReadObjectDiscoveryRuleNotFound creates a ReadObjectDiscoveryRuleNotFound with default headers values

func (*ReadObjectDiscoveryRuleNotFound) Code added in v1.10.0

Code gets the status code for the read object discovery rule not found response

func (*ReadObjectDiscoveryRuleNotFound) Error added in v1.10.0

func (*ReadObjectDiscoveryRuleNotFound) GetPayload added in v1.10.0

func (*ReadObjectDiscoveryRuleNotFound) IsClientError added in v1.10.0

func (o *ReadObjectDiscoveryRuleNotFound) IsClientError() bool

IsClientError returns true when this read object discovery rule not found response has a 4xx status code

func (*ReadObjectDiscoveryRuleNotFound) IsCode added in v1.10.0

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

IsCode returns true when this read object discovery rule not found response a status code equal to that given

func (*ReadObjectDiscoveryRuleNotFound) IsRedirect added in v1.10.0

func (o *ReadObjectDiscoveryRuleNotFound) IsRedirect() bool

IsRedirect returns true when this read object discovery rule not found response has a 3xx status code

func (*ReadObjectDiscoveryRuleNotFound) IsServerError added in v1.10.0

func (o *ReadObjectDiscoveryRuleNotFound) IsServerError() bool

IsServerError returns true when this read object discovery rule not found response has a 5xx status code

func (*ReadObjectDiscoveryRuleNotFound) IsSuccess added in v1.10.0

func (o *ReadObjectDiscoveryRuleNotFound) IsSuccess() bool

IsSuccess returns true when this read object discovery rule not found response has a 2xx status code

func (*ReadObjectDiscoveryRuleNotFound) String added in v1.10.0

type ReadObjectDiscoveryRuleOK added in v1.10.0

type ReadObjectDiscoveryRuleOK struct {
	Payload *models.ConfigunstableReadObjectDiscoveryRuleResponse
}

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

A successful response.

func NewReadObjectDiscoveryRuleOK added in v1.10.0

func NewReadObjectDiscoveryRuleOK() *ReadObjectDiscoveryRuleOK

NewReadObjectDiscoveryRuleOK creates a ReadObjectDiscoveryRuleOK with default headers values

func (*ReadObjectDiscoveryRuleOK) Code added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) Code() int

Code gets the status code for the read object discovery rule o k response

func (*ReadObjectDiscoveryRuleOK) Error added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) Error() string

func (*ReadObjectDiscoveryRuleOK) GetPayload added in v1.10.0

func (*ReadObjectDiscoveryRuleOK) IsClientError added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) IsClientError() bool

IsClientError returns true when this read object discovery rule o k response has a 4xx status code

func (*ReadObjectDiscoveryRuleOK) IsCode added in v1.10.0

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

IsCode returns true when this read object discovery rule o k response a status code equal to that given

func (*ReadObjectDiscoveryRuleOK) IsRedirect added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) IsRedirect() bool

IsRedirect returns true when this read object discovery rule o k response has a 3xx status code

func (*ReadObjectDiscoveryRuleOK) IsServerError added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) IsServerError() bool

IsServerError returns true when this read object discovery rule o k response has a 5xx status code

func (*ReadObjectDiscoveryRuleOK) IsSuccess added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) IsSuccess() bool

IsSuccess returns true when this read object discovery rule o k response has a 2xx status code

func (*ReadObjectDiscoveryRuleOK) String added in v1.10.0

func (o *ReadObjectDiscoveryRuleOK) String() string

type ReadObjectDiscoveryRuleParams added in v1.10.0

type ReadObjectDiscoveryRuleParams struct {

	// Slug.
	Slug string

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

ReadObjectDiscoveryRuleParams contains all the parameters to send to the API endpoint

for the read object discovery rule operation.

Typically these are written to a http.Request.

func NewReadObjectDiscoveryRuleParams added in v1.10.0

func NewReadObjectDiscoveryRuleParams() *ReadObjectDiscoveryRuleParams

NewReadObjectDiscoveryRuleParams creates a new ReadObjectDiscoveryRuleParams 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 NewReadObjectDiscoveryRuleParamsWithContext added in v1.10.0

func NewReadObjectDiscoveryRuleParamsWithContext(ctx context.Context) *ReadObjectDiscoveryRuleParams

NewReadObjectDiscoveryRuleParamsWithContext creates a new ReadObjectDiscoveryRuleParams object with the ability to set a context for a request.

func NewReadObjectDiscoveryRuleParamsWithHTTPClient added in v1.10.0

func NewReadObjectDiscoveryRuleParamsWithHTTPClient(client *http.Client) *ReadObjectDiscoveryRuleParams

NewReadObjectDiscoveryRuleParamsWithHTTPClient creates a new ReadObjectDiscoveryRuleParams object with the ability to set a custom HTTPClient for a request.

func NewReadObjectDiscoveryRuleParamsWithTimeout added in v1.10.0

func NewReadObjectDiscoveryRuleParamsWithTimeout(timeout time.Duration) *ReadObjectDiscoveryRuleParams

NewReadObjectDiscoveryRuleParamsWithTimeout creates a new ReadObjectDiscoveryRuleParams object with the ability to set a timeout on a request.

func (*ReadObjectDiscoveryRuleParams) SetContext added in v1.10.0

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

SetContext adds the context to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) SetDefaults added in v1.10.0

func (o *ReadObjectDiscoveryRuleParams) SetDefaults()

SetDefaults hydrates default values in the read object discovery rule params (not the query body).

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

func (*ReadObjectDiscoveryRuleParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) SetSlug added in v1.10.0

func (o *ReadObjectDiscoveryRuleParams) SetSlug(slug string)

SetSlug adds the slug to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) WithContext added in v1.10.0

WithContext adds the context to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the read object discovery rule params (not the query body).

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

func (*ReadObjectDiscoveryRuleParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) WithSlug added in v1.10.0

WithSlug adds the slug to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the read object discovery rule params

func (*ReadObjectDiscoveryRuleParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type ReadObjectDiscoveryRuleReader added in v1.10.0

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

ReadObjectDiscoveryRuleReader is a Reader for the ReadObjectDiscoveryRule structure.

func (*ReadObjectDiscoveryRuleReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type ReadSavedTraceSearchDefault

type ReadSavedTraceSearchDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadSavedTraceSearchDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadSavedTraceSearchDefault

func NewReadSavedTraceSearchDefault(code int) *ReadSavedTraceSearchDefault

NewReadSavedTraceSearchDefault creates a ReadSavedTraceSearchDefault with default headers values

func (*ReadSavedTraceSearchDefault) Code

func (o *ReadSavedTraceSearchDefault) Code() int

Code gets the status code for the read saved trace search default response

func (*ReadSavedTraceSearchDefault) Error

func (*ReadSavedTraceSearchDefault) GetPayload

func (*ReadSavedTraceSearchDefault) IsClientError

func (o *ReadSavedTraceSearchDefault) IsClientError() bool

IsClientError returns true when this read saved trace search default response has a 4xx status code

func (*ReadSavedTraceSearchDefault) IsCode

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

IsCode returns true when this read saved trace search default response a status code equal to that given

func (*ReadSavedTraceSearchDefault) IsRedirect

func (o *ReadSavedTraceSearchDefault) IsRedirect() bool

IsRedirect returns true when this read saved trace search default response has a 3xx status code

func (*ReadSavedTraceSearchDefault) IsServerError

func (o *ReadSavedTraceSearchDefault) IsServerError() bool

IsServerError returns true when this read saved trace search default response has a 5xx status code

func (*ReadSavedTraceSearchDefault) IsSuccess

func (o *ReadSavedTraceSearchDefault) IsSuccess() bool

IsSuccess returns true when this read saved trace search default response has a 2xx status code

func (*ReadSavedTraceSearchDefault) String

func (o *ReadSavedTraceSearchDefault) String() string

type ReadSavedTraceSearchInternalServerError

type ReadSavedTraceSearchInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadSavedTraceSearchInternalServerError

func NewReadSavedTraceSearchInternalServerError() *ReadSavedTraceSearchInternalServerError

NewReadSavedTraceSearchInternalServerError creates a ReadSavedTraceSearchInternalServerError with default headers values

func (*ReadSavedTraceSearchInternalServerError) Code

Code gets the status code for the read saved trace search internal server error response

func (*ReadSavedTraceSearchInternalServerError) Error

func (*ReadSavedTraceSearchInternalServerError) GetPayload

func (*ReadSavedTraceSearchInternalServerError) IsClientError

func (o *ReadSavedTraceSearchInternalServerError) IsClientError() bool

IsClientError returns true when this read saved trace search internal server error response has a 4xx status code

func (*ReadSavedTraceSearchInternalServerError) IsCode

IsCode returns true when this read saved trace search internal server error response a status code equal to that given

func (*ReadSavedTraceSearchInternalServerError) IsRedirect

IsRedirect returns true when this read saved trace search internal server error response has a 3xx status code

func (*ReadSavedTraceSearchInternalServerError) IsServerError

func (o *ReadSavedTraceSearchInternalServerError) IsServerError() bool

IsServerError returns true when this read saved trace search internal server error response has a 5xx status code

func (*ReadSavedTraceSearchInternalServerError) IsSuccess

IsSuccess returns true when this read saved trace search internal server error response has a 2xx status code

func (*ReadSavedTraceSearchInternalServerError) String

type ReadSavedTraceSearchNotFound

type ReadSavedTraceSearchNotFound struct {
	Payload *models.APIError
}

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

Cannot read the SavedTraceSearch because the slug does not exist.

func NewReadSavedTraceSearchNotFound

func NewReadSavedTraceSearchNotFound() *ReadSavedTraceSearchNotFound

NewReadSavedTraceSearchNotFound creates a ReadSavedTraceSearchNotFound with default headers values

func (*ReadSavedTraceSearchNotFound) Code

Code gets the status code for the read saved trace search not found response

func (*ReadSavedTraceSearchNotFound) Error

func (*ReadSavedTraceSearchNotFound) GetPayload

func (o *ReadSavedTraceSearchNotFound) GetPayload() *models.APIError

func (*ReadSavedTraceSearchNotFound) IsClientError

func (o *ReadSavedTraceSearchNotFound) IsClientError() bool

IsClientError returns true when this read saved trace search not found response has a 4xx status code

func (*ReadSavedTraceSearchNotFound) IsCode

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

IsCode returns true when this read saved trace search not found response a status code equal to that given

func (*ReadSavedTraceSearchNotFound) IsRedirect

func (o *ReadSavedTraceSearchNotFound) IsRedirect() bool

IsRedirect returns true when this read saved trace search not found response has a 3xx status code

func (*ReadSavedTraceSearchNotFound) IsServerError

func (o *ReadSavedTraceSearchNotFound) IsServerError() bool

IsServerError returns true when this read saved trace search not found response has a 5xx status code

func (*ReadSavedTraceSearchNotFound) IsSuccess

func (o *ReadSavedTraceSearchNotFound) IsSuccess() bool

IsSuccess returns true when this read saved trace search not found response has a 2xx status code

func (*ReadSavedTraceSearchNotFound) String

type ReadSavedTraceSearchOK

type ReadSavedTraceSearchOK struct {
	Payload *models.ConfigunstableReadSavedTraceSearchResponse
}

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

A successful response.

func NewReadSavedTraceSearchOK

func NewReadSavedTraceSearchOK() *ReadSavedTraceSearchOK

NewReadSavedTraceSearchOK creates a ReadSavedTraceSearchOK with default headers values

func (*ReadSavedTraceSearchOK) Code

func (o *ReadSavedTraceSearchOK) Code() int

Code gets the status code for the read saved trace search o k response

func (*ReadSavedTraceSearchOK) Error

func (o *ReadSavedTraceSearchOK) Error() string

func (*ReadSavedTraceSearchOK) GetPayload

func (*ReadSavedTraceSearchOK) IsClientError

func (o *ReadSavedTraceSearchOK) IsClientError() bool

IsClientError returns true when this read saved trace search o k response has a 4xx status code

func (*ReadSavedTraceSearchOK) IsCode

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

IsCode returns true when this read saved trace search o k response a status code equal to that given

func (*ReadSavedTraceSearchOK) IsRedirect

func (o *ReadSavedTraceSearchOK) IsRedirect() bool

IsRedirect returns true when this read saved trace search o k response has a 3xx status code

func (*ReadSavedTraceSearchOK) IsServerError

func (o *ReadSavedTraceSearchOK) IsServerError() bool

IsServerError returns true when this read saved trace search o k response has a 5xx status code

func (*ReadSavedTraceSearchOK) IsSuccess

func (o *ReadSavedTraceSearchOK) IsSuccess() bool

IsSuccess returns true when this read saved trace search o k response has a 2xx status code

func (*ReadSavedTraceSearchOK) String

func (o *ReadSavedTraceSearchOK) String() string

type ReadSavedTraceSearchParams

type ReadSavedTraceSearchParams struct {

	// Slug.
	Slug string

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

ReadSavedTraceSearchParams contains all the parameters to send to the API endpoint

for the read saved trace search operation.

Typically these are written to a http.Request.

func NewReadSavedTraceSearchParams

func NewReadSavedTraceSearchParams() *ReadSavedTraceSearchParams

NewReadSavedTraceSearchParams creates a new ReadSavedTraceSearchParams 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 NewReadSavedTraceSearchParamsWithContext

func NewReadSavedTraceSearchParamsWithContext(ctx context.Context) *ReadSavedTraceSearchParams

NewReadSavedTraceSearchParamsWithContext creates a new ReadSavedTraceSearchParams object with the ability to set a context for a request.

func NewReadSavedTraceSearchParamsWithHTTPClient

func NewReadSavedTraceSearchParamsWithHTTPClient(client *http.Client) *ReadSavedTraceSearchParams

NewReadSavedTraceSearchParamsWithHTTPClient creates a new ReadSavedTraceSearchParams object with the ability to set a custom HTTPClient for a request.

func NewReadSavedTraceSearchParamsWithTimeout

func NewReadSavedTraceSearchParamsWithTimeout(timeout time.Duration) *ReadSavedTraceSearchParams

NewReadSavedTraceSearchParamsWithTimeout creates a new ReadSavedTraceSearchParams object with the ability to set a timeout on a request.

func (*ReadSavedTraceSearchParams) SetContext

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

SetContext adds the context to the read saved trace search params

func (*ReadSavedTraceSearchParams) SetDefaults

func (o *ReadSavedTraceSearchParams) SetDefaults()

SetDefaults hydrates default values in the read saved trace search params (not the query body).

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

func (*ReadSavedTraceSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read saved trace search params

func (*ReadSavedTraceSearchParams) SetSlug

func (o *ReadSavedTraceSearchParams) SetSlug(slug string)

SetSlug adds the slug to the read saved trace search params

func (*ReadSavedTraceSearchParams) SetTimeout

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

SetTimeout adds the timeout to the read saved trace search params

func (*ReadSavedTraceSearchParams) WithContext

WithContext adds the context to the read saved trace search params

func (*ReadSavedTraceSearchParams) WithDefaults

WithDefaults hydrates default values in the read saved trace search params (not the query body).

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

func (*ReadSavedTraceSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read saved trace search params

func (*ReadSavedTraceSearchParams) WithSlug

WithSlug adds the slug to the read saved trace search params

func (*ReadSavedTraceSearchParams) WithTimeout

WithTimeout adds the timeout to the read saved trace search params

func (*ReadSavedTraceSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadSavedTraceSearchReader

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

ReadSavedTraceSearchReader is a Reader for the ReadSavedTraceSearch structure.

func (*ReadSavedTraceSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadServiceDefault

type ReadServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadServiceDefault

func NewReadServiceDefault(code int) *ReadServiceDefault

NewReadServiceDefault creates a ReadServiceDefault with default headers values

func (*ReadServiceDefault) Code

func (o *ReadServiceDefault) Code() int

Code gets the status code for the read service default response

func (*ReadServiceDefault) Error

func (o *ReadServiceDefault) Error() string

func (*ReadServiceDefault) GetPayload

func (o *ReadServiceDefault) GetPayload() models.GenericError

func (*ReadServiceDefault) IsClientError

func (o *ReadServiceDefault) IsClientError() bool

IsClientError returns true when this read service default response has a 4xx status code

func (*ReadServiceDefault) IsCode

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

IsCode returns true when this read service default response a status code equal to that given

func (*ReadServiceDefault) IsRedirect

func (o *ReadServiceDefault) IsRedirect() bool

IsRedirect returns true when this read service default response has a 3xx status code

func (*ReadServiceDefault) IsServerError

func (o *ReadServiceDefault) IsServerError() bool

IsServerError returns true when this read service default response has a 5xx status code

func (*ReadServiceDefault) IsSuccess

func (o *ReadServiceDefault) IsSuccess() bool

IsSuccess returns true when this read service default response has a 2xx status code

func (*ReadServiceDefault) String

func (o *ReadServiceDefault) String() string

type ReadServiceInternalServerError

type ReadServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadServiceInternalServerError

func NewReadServiceInternalServerError() *ReadServiceInternalServerError

NewReadServiceInternalServerError creates a ReadServiceInternalServerError with default headers values

func (*ReadServiceInternalServerError) Code

Code gets the status code for the read service internal server error response

func (*ReadServiceInternalServerError) Error

func (*ReadServiceInternalServerError) GetPayload

func (*ReadServiceInternalServerError) IsClientError

func (o *ReadServiceInternalServerError) IsClientError() bool

IsClientError returns true when this read service internal server error response has a 4xx status code

func (*ReadServiceInternalServerError) IsCode

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

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

func (*ReadServiceInternalServerError) IsRedirect

func (o *ReadServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this read service internal server error response has a 3xx status code

func (*ReadServiceInternalServerError) IsServerError

func (o *ReadServiceInternalServerError) IsServerError() bool

IsServerError returns true when this read service internal server error response has a 5xx status code

func (*ReadServiceInternalServerError) IsSuccess

func (o *ReadServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this read service internal server error response has a 2xx status code

func (*ReadServiceInternalServerError) String

type ReadServiceNotFound

type ReadServiceNotFound struct {
	Payload *models.APIError
}

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

Cannot read the Service because the slug does not exist.

func NewReadServiceNotFound

func NewReadServiceNotFound() *ReadServiceNotFound

NewReadServiceNotFound creates a ReadServiceNotFound with default headers values

func (*ReadServiceNotFound) Code

func (o *ReadServiceNotFound) Code() int

Code gets the status code for the read service not found response

func (*ReadServiceNotFound) Error

func (o *ReadServiceNotFound) Error() string

func (*ReadServiceNotFound) GetPayload

func (o *ReadServiceNotFound) GetPayload() *models.APIError

func (*ReadServiceNotFound) IsClientError

func (o *ReadServiceNotFound) IsClientError() bool

IsClientError returns true when this read service not found response has a 4xx status code

func (*ReadServiceNotFound) IsCode

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

IsCode returns true when this read service not found response a status code equal to that given

func (*ReadServiceNotFound) IsRedirect

func (o *ReadServiceNotFound) IsRedirect() bool

IsRedirect returns true when this read service not found response has a 3xx status code

func (*ReadServiceNotFound) IsServerError

func (o *ReadServiceNotFound) IsServerError() bool

IsServerError returns true when this read service not found response has a 5xx status code

func (*ReadServiceNotFound) IsSuccess

func (o *ReadServiceNotFound) IsSuccess() bool

IsSuccess returns true when this read service not found response has a 2xx status code

func (*ReadServiceNotFound) String

func (o *ReadServiceNotFound) String() string

type ReadServiceOK

type ReadServiceOK struct {
	Payload *models.ConfigunstableReadServiceResponse
}

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

A successful response.

func NewReadServiceOK

func NewReadServiceOK() *ReadServiceOK

NewReadServiceOK creates a ReadServiceOK with default headers values

func (*ReadServiceOK) Code

func (o *ReadServiceOK) Code() int

Code gets the status code for the read service o k response

func (*ReadServiceOK) Error

func (o *ReadServiceOK) Error() string

func (*ReadServiceOK) GetPayload

func (*ReadServiceOK) IsClientError

func (o *ReadServiceOK) IsClientError() bool

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

func (*ReadServiceOK) IsCode

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

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

func (*ReadServiceOK) IsRedirect

func (o *ReadServiceOK) IsRedirect() bool

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

func (*ReadServiceOK) IsServerError

func (o *ReadServiceOK) IsServerError() bool

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

func (*ReadServiceOK) IsSuccess

func (o *ReadServiceOK) IsSuccess() bool

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

func (*ReadServiceOK) String

func (o *ReadServiceOK) String() string

type ReadServiceParams

type ReadServiceParams struct {

	// Slug.
	Slug string

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

ReadServiceParams contains all the parameters to send to the API endpoint

for the read service operation.

Typically these are written to a http.Request.

func NewReadServiceParams

func NewReadServiceParams() *ReadServiceParams

NewReadServiceParams creates a new ReadServiceParams 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 NewReadServiceParamsWithContext

func NewReadServiceParamsWithContext(ctx context.Context) *ReadServiceParams

NewReadServiceParamsWithContext creates a new ReadServiceParams object with the ability to set a context for a request.

func NewReadServiceParamsWithHTTPClient

func NewReadServiceParamsWithHTTPClient(client *http.Client) *ReadServiceParams

NewReadServiceParamsWithHTTPClient creates a new ReadServiceParams object with the ability to set a custom HTTPClient for a request.

func NewReadServiceParamsWithTimeout

func NewReadServiceParamsWithTimeout(timeout time.Duration) *ReadServiceParams

NewReadServiceParamsWithTimeout creates a new ReadServiceParams object with the ability to set a timeout on a request.

func (*ReadServiceParams) SetContext

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

SetContext adds the context to the read service params

func (*ReadServiceParams) SetDefaults

func (o *ReadServiceParams) SetDefaults()

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

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

func (*ReadServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read service params

func (*ReadServiceParams) SetSlug

func (o *ReadServiceParams) SetSlug(slug string)

SetSlug adds the slug to the read service params

func (*ReadServiceParams) SetTimeout

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

SetTimeout adds the timeout to the read service params

func (*ReadServiceParams) WithContext

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

WithContext adds the context to the read service params

func (*ReadServiceParams) WithDefaults

func (o *ReadServiceParams) WithDefaults() *ReadServiceParams

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

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

func (*ReadServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read service params

func (*ReadServiceParams) WithSlug

func (o *ReadServiceParams) WithSlug(slug string) *ReadServiceParams

WithSlug adds the slug to the read service params

func (*ReadServiceParams) WithTimeout

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

WithTimeout adds the timeout to the read service params

func (*ReadServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadServiceReader

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

ReadServiceReader is a Reader for the ReadService structure.

func (*ReadServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadTraceBehaviorDefault added in v1.6.0

type ReadTraceBehaviorDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadTraceBehaviorDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadTraceBehaviorDefault added in v1.6.0

func NewReadTraceBehaviorDefault(code int) *ReadTraceBehaviorDefault

NewReadTraceBehaviorDefault creates a ReadTraceBehaviorDefault with default headers values

func (*ReadTraceBehaviorDefault) Code added in v1.6.0

func (o *ReadTraceBehaviorDefault) Code() int

Code gets the status code for the read trace behavior default response

func (*ReadTraceBehaviorDefault) Error added in v1.6.0

func (o *ReadTraceBehaviorDefault) Error() string

func (*ReadTraceBehaviorDefault) GetPayload added in v1.6.0

func (*ReadTraceBehaviorDefault) IsClientError added in v1.6.0

func (o *ReadTraceBehaviorDefault) IsClientError() bool

IsClientError returns true when this read trace behavior default response has a 4xx status code

func (*ReadTraceBehaviorDefault) IsCode added in v1.6.0

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

IsCode returns true when this read trace behavior default response a status code equal to that given

func (*ReadTraceBehaviorDefault) IsRedirect added in v1.6.0

func (o *ReadTraceBehaviorDefault) IsRedirect() bool

IsRedirect returns true when this read trace behavior default response has a 3xx status code

func (*ReadTraceBehaviorDefault) IsServerError added in v1.6.0

func (o *ReadTraceBehaviorDefault) IsServerError() bool

IsServerError returns true when this read trace behavior default response has a 5xx status code

func (*ReadTraceBehaviorDefault) IsSuccess added in v1.6.0

func (o *ReadTraceBehaviorDefault) IsSuccess() bool

IsSuccess returns true when this read trace behavior default response has a 2xx status code

func (*ReadTraceBehaviorDefault) String added in v1.6.0

func (o *ReadTraceBehaviorDefault) String() string

type ReadTraceBehaviorInternalServerError added in v1.6.0

type ReadTraceBehaviorInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadTraceBehaviorInternalServerError added in v1.6.0

func NewReadTraceBehaviorInternalServerError() *ReadTraceBehaviorInternalServerError

NewReadTraceBehaviorInternalServerError creates a ReadTraceBehaviorInternalServerError with default headers values

func (*ReadTraceBehaviorInternalServerError) Code added in v1.6.0

Code gets the status code for the read trace behavior internal server error response

func (*ReadTraceBehaviorInternalServerError) Error added in v1.6.0

func (*ReadTraceBehaviorInternalServerError) GetPayload added in v1.6.0

func (*ReadTraceBehaviorInternalServerError) IsClientError added in v1.6.0

func (o *ReadTraceBehaviorInternalServerError) IsClientError() bool

IsClientError returns true when this read trace behavior internal server error response has a 4xx status code

func (*ReadTraceBehaviorInternalServerError) IsCode added in v1.6.0

IsCode returns true when this read trace behavior internal server error response a status code equal to that given

func (*ReadTraceBehaviorInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this read trace behavior internal server error response has a 3xx status code

func (*ReadTraceBehaviorInternalServerError) IsServerError added in v1.6.0

func (o *ReadTraceBehaviorInternalServerError) IsServerError() bool

IsServerError returns true when this read trace behavior internal server error response has a 5xx status code

func (*ReadTraceBehaviorInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this read trace behavior internal server error response has a 2xx status code

func (*ReadTraceBehaviorInternalServerError) String added in v1.6.0

type ReadTraceBehaviorNotFound added in v1.6.0

type ReadTraceBehaviorNotFound struct {
	Payload *models.APIError
}

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

Cannot read the TraceBehavior because the slug does not exist.

func NewReadTraceBehaviorNotFound added in v1.6.0

func NewReadTraceBehaviorNotFound() *ReadTraceBehaviorNotFound

NewReadTraceBehaviorNotFound creates a ReadTraceBehaviorNotFound with default headers values

func (*ReadTraceBehaviorNotFound) Code added in v1.6.0

func (o *ReadTraceBehaviorNotFound) Code() int

Code gets the status code for the read trace behavior not found response

func (*ReadTraceBehaviorNotFound) Error added in v1.6.0

func (o *ReadTraceBehaviorNotFound) Error() string

func (*ReadTraceBehaviorNotFound) GetPayload added in v1.6.0

func (o *ReadTraceBehaviorNotFound) GetPayload() *models.APIError

func (*ReadTraceBehaviorNotFound) IsClientError added in v1.6.0

func (o *ReadTraceBehaviorNotFound) IsClientError() bool

IsClientError returns true when this read trace behavior not found response has a 4xx status code

func (*ReadTraceBehaviorNotFound) IsCode added in v1.6.0

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

IsCode returns true when this read trace behavior not found response a status code equal to that given

func (*ReadTraceBehaviorNotFound) IsRedirect added in v1.6.0

func (o *ReadTraceBehaviorNotFound) IsRedirect() bool

IsRedirect returns true when this read trace behavior not found response has a 3xx status code

func (*ReadTraceBehaviorNotFound) IsServerError added in v1.6.0

func (o *ReadTraceBehaviorNotFound) IsServerError() bool

IsServerError returns true when this read trace behavior not found response has a 5xx status code

func (*ReadTraceBehaviorNotFound) IsSuccess added in v1.6.0

func (o *ReadTraceBehaviorNotFound) IsSuccess() bool

IsSuccess returns true when this read trace behavior not found response has a 2xx status code

func (*ReadTraceBehaviorNotFound) String added in v1.6.0

func (o *ReadTraceBehaviorNotFound) String() string

type ReadTraceBehaviorOK added in v1.6.0

type ReadTraceBehaviorOK struct {
	Payload *models.ConfigunstableReadTraceBehaviorResponse
}

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

A successful response.

func NewReadTraceBehaviorOK added in v1.6.0

func NewReadTraceBehaviorOK() *ReadTraceBehaviorOK

NewReadTraceBehaviorOK creates a ReadTraceBehaviorOK with default headers values

func (*ReadTraceBehaviorOK) Code added in v1.6.0

func (o *ReadTraceBehaviorOK) Code() int

Code gets the status code for the read trace behavior o k response

func (*ReadTraceBehaviorOK) Error added in v1.6.0

func (o *ReadTraceBehaviorOK) Error() string

func (*ReadTraceBehaviorOK) GetPayload added in v1.6.0

func (*ReadTraceBehaviorOK) IsClientError added in v1.6.0

func (o *ReadTraceBehaviorOK) IsClientError() bool

IsClientError returns true when this read trace behavior o k response has a 4xx status code

func (*ReadTraceBehaviorOK) IsCode added in v1.6.0

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

IsCode returns true when this read trace behavior o k response a status code equal to that given

func (*ReadTraceBehaviorOK) IsRedirect added in v1.6.0

func (o *ReadTraceBehaviorOK) IsRedirect() bool

IsRedirect returns true when this read trace behavior o k response has a 3xx status code

func (*ReadTraceBehaviorOK) IsServerError added in v1.6.0

func (o *ReadTraceBehaviorOK) IsServerError() bool

IsServerError returns true when this read trace behavior o k response has a 5xx status code

func (*ReadTraceBehaviorOK) IsSuccess added in v1.6.0

func (o *ReadTraceBehaviorOK) IsSuccess() bool

IsSuccess returns true when this read trace behavior o k response has a 2xx status code

func (*ReadTraceBehaviorOK) String added in v1.6.0

func (o *ReadTraceBehaviorOK) String() string

type ReadTraceBehaviorParams added in v1.6.0

type ReadTraceBehaviorParams struct {

	// Slug.
	Slug string

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

ReadTraceBehaviorParams contains all the parameters to send to the API endpoint

for the read trace behavior operation.

Typically these are written to a http.Request.

func NewReadTraceBehaviorParams added in v1.6.0

func NewReadTraceBehaviorParams() *ReadTraceBehaviorParams

NewReadTraceBehaviorParams creates a new ReadTraceBehaviorParams 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 NewReadTraceBehaviorParamsWithContext added in v1.6.0

func NewReadTraceBehaviorParamsWithContext(ctx context.Context) *ReadTraceBehaviorParams

NewReadTraceBehaviorParamsWithContext creates a new ReadTraceBehaviorParams object with the ability to set a context for a request.

func NewReadTraceBehaviorParamsWithHTTPClient added in v1.6.0

func NewReadTraceBehaviorParamsWithHTTPClient(client *http.Client) *ReadTraceBehaviorParams

NewReadTraceBehaviorParamsWithHTTPClient creates a new ReadTraceBehaviorParams object with the ability to set a custom HTTPClient for a request.

func NewReadTraceBehaviorParamsWithTimeout added in v1.6.0

func NewReadTraceBehaviorParamsWithTimeout(timeout time.Duration) *ReadTraceBehaviorParams

NewReadTraceBehaviorParamsWithTimeout creates a new ReadTraceBehaviorParams object with the ability to set a timeout on a request.

func (*ReadTraceBehaviorParams) SetContext added in v1.6.0

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

SetContext adds the context to the read trace behavior params

func (*ReadTraceBehaviorParams) SetDefaults added in v1.6.0

func (o *ReadTraceBehaviorParams) SetDefaults()

SetDefaults hydrates default values in the read trace behavior params (not the query body).

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

func (*ReadTraceBehaviorParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the read trace behavior params

func (*ReadTraceBehaviorParams) SetSlug added in v1.6.0

func (o *ReadTraceBehaviorParams) SetSlug(slug string)

SetSlug adds the slug to the read trace behavior params

func (*ReadTraceBehaviorParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the read trace behavior params

func (*ReadTraceBehaviorParams) WithContext added in v1.6.0

WithContext adds the context to the read trace behavior params

func (*ReadTraceBehaviorParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the read trace behavior params (not the query body).

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

func (*ReadTraceBehaviorParams) WithHTTPClient added in v1.6.0

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

WithHTTPClient adds the HTTPClient to the read trace behavior params

func (*ReadTraceBehaviorParams) WithSlug added in v1.6.0

WithSlug adds the slug to the read trace behavior params

func (*ReadTraceBehaviorParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the read trace behavior params

func (*ReadTraceBehaviorParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type ReadTraceBehaviorReader added in v1.6.0

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

ReadTraceBehaviorReader is a Reader for the ReadTraceBehavior structure.

func (*ReadTraceBehaviorReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type ReadTraceJaegerRemoteSamplingStrategyDefault

type ReadTraceJaegerRemoteSamplingStrategyDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadTraceJaegerRemoteSamplingStrategyDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadTraceJaegerRemoteSamplingStrategyDefault

func NewReadTraceJaegerRemoteSamplingStrategyDefault(code int) *ReadTraceJaegerRemoteSamplingStrategyDefault

NewReadTraceJaegerRemoteSamplingStrategyDefault creates a ReadTraceJaegerRemoteSamplingStrategyDefault with default headers values

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) Code

Code gets the status code for the read trace jaeger remote sampling strategy default response

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) Error

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) GetPayload

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) IsClientError

IsClientError returns true when this read trace jaeger remote sampling strategy default response has a 4xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) IsCode

IsCode returns true when this read trace jaeger remote sampling strategy default response a status code equal to that given

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) IsRedirect

IsRedirect returns true when this read trace jaeger remote sampling strategy default response has a 3xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) IsServerError

IsServerError returns true when this read trace jaeger remote sampling strategy default response has a 5xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) IsSuccess

IsSuccess returns true when this read trace jaeger remote sampling strategy default response has a 2xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyDefault) String

type ReadTraceJaegerRemoteSamplingStrategyInternalServerError

type ReadTraceJaegerRemoteSamplingStrategyInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadTraceJaegerRemoteSamplingStrategyInternalServerError

func NewReadTraceJaegerRemoteSamplingStrategyInternalServerError() *ReadTraceJaegerRemoteSamplingStrategyInternalServerError

NewReadTraceJaegerRemoteSamplingStrategyInternalServerError creates a ReadTraceJaegerRemoteSamplingStrategyInternalServerError with default headers values

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) Code

Code gets the status code for the read trace jaeger remote sampling strategy internal server error response

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) Error

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) GetPayload

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) IsClientError

IsClientError returns true when this read trace jaeger remote sampling strategy internal server error response has a 4xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) IsCode

IsCode returns true when this read trace jaeger remote sampling strategy internal server error response a status code equal to that given

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) IsRedirect

IsRedirect returns true when this read trace jaeger remote sampling strategy internal server error response has a 3xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) IsServerError

IsServerError returns true when this read trace jaeger remote sampling strategy internal server error response has a 5xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) IsSuccess

IsSuccess returns true when this read trace jaeger remote sampling strategy internal server error response has a 2xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyInternalServerError) String

type ReadTraceJaegerRemoteSamplingStrategyNotFound

type ReadTraceJaegerRemoteSamplingStrategyNotFound struct {
	Payload *models.APIError
}

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

Cannot read the TraceJaegerRemoteSamplingStrategy because the slug does not exist.

func NewReadTraceJaegerRemoteSamplingStrategyNotFound

func NewReadTraceJaegerRemoteSamplingStrategyNotFound() *ReadTraceJaegerRemoteSamplingStrategyNotFound

NewReadTraceJaegerRemoteSamplingStrategyNotFound creates a ReadTraceJaegerRemoteSamplingStrategyNotFound with default headers values

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) Code

Code gets the status code for the read trace jaeger remote sampling strategy not found response

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) Error

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) GetPayload

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) IsClientError

IsClientError returns true when this read trace jaeger remote sampling strategy not found response has a 4xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) IsCode

IsCode returns true when this read trace jaeger remote sampling strategy not found response a status code equal to that given

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) IsRedirect

IsRedirect returns true when this read trace jaeger remote sampling strategy not found response has a 3xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) IsServerError

IsServerError returns true when this read trace jaeger remote sampling strategy not found response has a 5xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) IsSuccess

IsSuccess returns true when this read trace jaeger remote sampling strategy not found response has a 2xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyNotFound) String

type ReadTraceJaegerRemoteSamplingStrategyOK

type ReadTraceJaegerRemoteSamplingStrategyOK struct {
	Payload *models.ConfigunstableReadTraceJaegerRemoteSamplingStrategyResponse
}

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

A successful response.

func NewReadTraceJaegerRemoteSamplingStrategyOK

func NewReadTraceJaegerRemoteSamplingStrategyOK() *ReadTraceJaegerRemoteSamplingStrategyOK

NewReadTraceJaegerRemoteSamplingStrategyOK creates a ReadTraceJaegerRemoteSamplingStrategyOK with default headers values

func (*ReadTraceJaegerRemoteSamplingStrategyOK) Code

Code gets the status code for the read trace jaeger remote sampling strategy o k response

func (*ReadTraceJaegerRemoteSamplingStrategyOK) Error

func (*ReadTraceJaegerRemoteSamplingStrategyOK) GetPayload

func (*ReadTraceJaegerRemoteSamplingStrategyOK) IsClientError

func (o *ReadTraceJaegerRemoteSamplingStrategyOK) IsClientError() bool

IsClientError returns true when this read trace jaeger remote sampling strategy o k response has a 4xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyOK) IsCode

IsCode returns true when this read trace jaeger remote sampling strategy o k response a status code equal to that given

func (*ReadTraceJaegerRemoteSamplingStrategyOK) IsRedirect

IsRedirect returns true when this read trace jaeger remote sampling strategy o k response has a 3xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyOK) IsServerError

func (o *ReadTraceJaegerRemoteSamplingStrategyOK) IsServerError() bool

IsServerError returns true when this read trace jaeger remote sampling strategy o k response has a 5xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyOK) IsSuccess

IsSuccess returns true when this read trace jaeger remote sampling strategy o k response has a 2xx status code

func (*ReadTraceJaegerRemoteSamplingStrategyOK) String

type ReadTraceJaegerRemoteSamplingStrategyParams

type ReadTraceJaegerRemoteSamplingStrategyParams struct {

	// Slug.
	Slug string

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

ReadTraceJaegerRemoteSamplingStrategyParams contains all the parameters to send to the API endpoint

for the read trace jaeger remote sampling strategy operation.

Typically these are written to a http.Request.

func NewReadTraceJaegerRemoteSamplingStrategyParams

func NewReadTraceJaegerRemoteSamplingStrategyParams() *ReadTraceJaegerRemoteSamplingStrategyParams

NewReadTraceJaegerRemoteSamplingStrategyParams creates a new ReadTraceJaegerRemoteSamplingStrategyParams 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 NewReadTraceJaegerRemoteSamplingStrategyParamsWithContext

func NewReadTraceJaegerRemoteSamplingStrategyParamsWithContext(ctx context.Context) *ReadTraceJaegerRemoteSamplingStrategyParams

NewReadTraceJaegerRemoteSamplingStrategyParamsWithContext creates a new ReadTraceJaegerRemoteSamplingStrategyParams object with the ability to set a context for a request.

func NewReadTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient

func NewReadTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient(client *http.Client) *ReadTraceJaegerRemoteSamplingStrategyParams

NewReadTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient creates a new ReadTraceJaegerRemoteSamplingStrategyParams object with the ability to set a custom HTTPClient for a request.

func NewReadTraceJaegerRemoteSamplingStrategyParamsWithTimeout

func NewReadTraceJaegerRemoteSamplingStrategyParamsWithTimeout(timeout time.Duration) *ReadTraceJaegerRemoteSamplingStrategyParams

NewReadTraceJaegerRemoteSamplingStrategyParamsWithTimeout creates a new ReadTraceJaegerRemoteSamplingStrategyParams object with the ability to set a timeout on a request.

func (*ReadTraceJaegerRemoteSamplingStrategyParams) SetContext

SetContext adds the context to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) SetDefaults

SetDefaults hydrates default values in the read trace jaeger remote sampling strategy params (not the query body).

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

func (*ReadTraceJaegerRemoteSamplingStrategyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) SetSlug

SetSlug adds the slug to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) SetTimeout

SetTimeout adds the timeout to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WithContext

WithContext adds the context to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WithDefaults

WithDefaults hydrates default values in the read trace jaeger remote sampling strategy params (not the query body).

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

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WithSlug

WithSlug adds the slug to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WithTimeout

WithTimeout adds the timeout to the read trace jaeger remote sampling strategy params

func (*ReadTraceJaegerRemoteSamplingStrategyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadTraceJaegerRemoteSamplingStrategyReader

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

ReadTraceJaegerRemoteSamplingStrategyReader is a Reader for the ReadTraceJaegerRemoteSamplingStrategy structure.

func (*ReadTraceJaegerRemoteSamplingStrategyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadTraceTailSamplingRulesDefault

type ReadTraceTailSamplingRulesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadTraceTailSamplingRulesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadTraceTailSamplingRulesDefault

func NewReadTraceTailSamplingRulesDefault(code int) *ReadTraceTailSamplingRulesDefault

NewReadTraceTailSamplingRulesDefault creates a ReadTraceTailSamplingRulesDefault with default headers values

func (*ReadTraceTailSamplingRulesDefault) Code

Code gets the status code for the read trace tail sampling rules default response

func (*ReadTraceTailSamplingRulesDefault) Error

func (*ReadTraceTailSamplingRulesDefault) GetPayload

func (*ReadTraceTailSamplingRulesDefault) IsClientError

func (o *ReadTraceTailSamplingRulesDefault) IsClientError() bool

IsClientError returns true when this read trace tail sampling rules default response has a 4xx status code

func (*ReadTraceTailSamplingRulesDefault) IsCode

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

IsCode returns true when this read trace tail sampling rules default response a status code equal to that given

func (*ReadTraceTailSamplingRulesDefault) IsRedirect

func (o *ReadTraceTailSamplingRulesDefault) IsRedirect() bool

IsRedirect returns true when this read trace tail sampling rules default response has a 3xx status code

func (*ReadTraceTailSamplingRulesDefault) IsServerError

func (o *ReadTraceTailSamplingRulesDefault) IsServerError() bool

IsServerError returns true when this read trace tail sampling rules default response has a 5xx status code

func (*ReadTraceTailSamplingRulesDefault) IsSuccess

func (o *ReadTraceTailSamplingRulesDefault) IsSuccess() bool

IsSuccess returns true when this read trace tail sampling rules default response has a 2xx status code

func (*ReadTraceTailSamplingRulesDefault) String

type ReadTraceTailSamplingRulesInternalServerError added in v1.1.0

type ReadTraceTailSamplingRulesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadTraceTailSamplingRulesInternalServerError added in v1.1.0

func NewReadTraceTailSamplingRulesInternalServerError() *ReadTraceTailSamplingRulesInternalServerError

NewReadTraceTailSamplingRulesInternalServerError creates a ReadTraceTailSamplingRulesInternalServerError with default headers values

func (*ReadTraceTailSamplingRulesInternalServerError) Code added in v1.1.0

Code gets the status code for the read trace tail sampling rules internal server error response

func (*ReadTraceTailSamplingRulesInternalServerError) Error added in v1.1.0

func (*ReadTraceTailSamplingRulesInternalServerError) GetPayload added in v1.1.0

func (*ReadTraceTailSamplingRulesInternalServerError) IsClientError added in v1.1.0

IsClientError returns true when this read trace tail sampling rules internal server error response has a 4xx status code

func (*ReadTraceTailSamplingRulesInternalServerError) IsCode added in v1.1.0

IsCode returns true when this read trace tail sampling rules internal server error response a status code equal to that given

func (*ReadTraceTailSamplingRulesInternalServerError) IsRedirect added in v1.1.0

IsRedirect returns true when this read trace tail sampling rules internal server error response has a 3xx status code

func (*ReadTraceTailSamplingRulesInternalServerError) IsServerError added in v1.1.0

IsServerError returns true when this read trace tail sampling rules internal server error response has a 5xx status code

func (*ReadTraceTailSamplingRulesInternalServerError) IsSuccess added in v1.1.0

IsSuccess returns true when this read trace tail sampling rules internal server error response has a 2xx status code

func (*ReadTraceTailSamplingRulesInternalServerError) String added in v1.1.0

type ReadTraceTailSamplingRulesNotFound added in v1.1.0

type ReadTraceTailSamplingRulesNotFound struct {
	Payload *models.APIError
}

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

Cannot read the TraceTailSamplingRules because TraceTailSamplingRules has not been created.

func NewReadTraceTailSamplingRulesNotFound added in v1.1.0

func NewReadTraceTailSamplingRulesNotFound() *ReadTraceTailSamplingRulesNotFound

NewReadTraceTailSamplingRulesNotFound creates a ReadTraceTailSamplingRulesNotFound with default headers values

func (*ReadTraceTailSamplingRulesNotFound) Code added in v1.1.0

Code gets the status code for the read trace tail sampling rules not found response

func (*ReadTraceTailSamplingRulesNotFound) Error added in v1.1.0

func (*ReadTraceTailSamplingRulesNotFound) GetPayload added in v1.1.0

func (*ReadTraceTailSamplingRulesNotFound) IsClientError added in v1.1.0

func (o *ReadTraceTailSamplingRulesNotFound) IsClientError() bool

IsClientError returns true when this read trace tail sampling rules not found response has a 4xx status code

func (*ReadTraceTailSamplingRulesNotFound) IsCode added in v1.1.0

IsCode returns true when this read trace tail sampling rules not found response a status code equal to that given

func (*ReadTraceTailSamplingRulesNotFound) IsRedirect added in v1.1.0

func (o *ReadTraceTailSamplingRulesNotFound) IsRedirect() bool

IsRedirect returns true when this read trace tail sampling rules not found response has a 3xx status code

func (*ReadTraceTailSamplingRulesNotFound) IsServerError added in v1.1.0

func (o *ReadTraceTailSamplingRulesNotFound) IsServerError() bool

IsServerError returns true when this read trace tail sampling rules not found response has a 5xx status code

func (*ReadTraceTailSamplingRulesNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this read trace tail sampling rules not found response has a 2xx status code

func (*ReadTraceTailSamplingRulesNotFound) String added in v1.1.0

type ReadTraceTailSamplingRulesOK

type ReadTraceTailSamplingRulesOK struct {
	Payload *models.ConfigunstableReadTraceTailSamplingRulesResponse
}

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

A successful response.

func NewReadTraceTailSamplingRulesOK

func NewReadTraceTailSamplingRulesOK() *ReadTraceTailSamplingRulesOK

NewReadTraceTailSamplingRulesOK creates a ReadTraceTailSamplingRulesOK with default headers values

func (*ReadTraceTailSamplingRulesOK) Code

Code gets the status code for the read trace tail sampling rules o k response

func (*ReadTraceTailSamplingRulesOK) Error

func (*ReadTraceTailSamplingRulesOK) GetPayload

func (*ReadTraceTailSamplingRulesOK) IsClientError

func (o *ReadTraceTailSamplingRulesOK) IsClientError() bool

IsClientError returns true when this read trace tail sampling rules o k response has a 4xx status code

func (*ReadTraceTailSamplingRulesOK) IsCode

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

IsCode returns true when this read trace tail sampling rules o k response a status code equal to that given

func (*ReadTraceTailSamplingRulesOK) IsRedirect

func (o *ReadTraceTailSamplingRulesOK) IsRedirect() bool

IsRedirect returns true when this read trace tail sampling rules o k response has a 3xx status code

func (*ReadTraceTailSamplingRulesOK) IsServerError

func (o *ReadTraceTailSamplingRulesOK) IsServerError() bool

IsServerError returns true when this read trace tail sampling rules o k response has a 5xx status code

func (*ReadTraceTailSamplingRulesOK) IsSuccess

func (o *ReadTraceTailSamplingRulesOK) IsSuccess() bool

IsSuccess returns true when this read trace tail sampling rules o k response has a 2xx status code

func (*ReadTraceTailSamplingRulesOK) String

type ReadTraceTailSamplingRulesParams

type ReadTraceTailSamplingRulesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadTraceTailSamplingRulesParams contains all the parameters to send to the API endpoint

for the read trace tail sampling rules operation.

Typically these are written to a http.Request.

func NewReadTraceTailSamplingRulesParams

func NewReadTraceTailSamplingRulesParams() *ReadTraceTailSamplingRulesParams

NewReadTraceTailSamplingRulesParams creates a new ReadTraceTailSamplingRulesParams 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 NewReadTraceTailSamplingRulesParamsWithContext

func NewReadTraceTailSamplingRulesParamsWithContext(ctx context.Context) *ReadTraceTailSamplingRulesParams

NewReadTraceTailSamplingRulesParamsWithContext creates a new ReadTraceTailSamplingRulesParams object with the ability to set a context for a request.

func NewReadTraceTailSamplingRulesParamsWithHTTPClient

func NewReadTraceTailSamplingRulesParamsWithHTTPClient(client *http.Client) *ReadTraceTailSamplingRulesParams

NewReadTraceTailSamplingRulesParamsWithHTTPClient creates a new ReadTraceTailSamplingRulesParams object with the ability to set a custom HTTPClient for a request.

func NewReadTraceTailSamplingRulesParamsWithTimeout

func NewReadTraceTailSamplingRulesParamsWithTimeout(timeout time.Duration) *ReadTraceTailSamplingRulesParams

NewReadTraceTailSamplingRulesParamsWithTimeout creates a new ReadTraceTailSamplingRulesParams object with the ability to set a timeout on a request.

func (*ReadTraceTailSamplingRulesParams) SetContext

SetContext adds the context to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) SetDefaults

func (o *ReadTraceTailSamplingRulesParams) SetDefaults()

SetDefaults hydrates default values in the read trace tail sampling rules params (not the query body).

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

func (*ReadTraceTailSamplingRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) SetTimeout

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

SetTimeout adds the timeout to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) WithContext

WithContext adds the context to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) WithDefaults

WithDefaults hydrates default values in the read trace tail sampling rules params (not the query body).

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

func (*ReadTraceTailSamplingRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) WithTimeout

WithTimeout adds the timeout to the read trace tail sampling rules params

func (*ReadTraceTailSamplingRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadTraceTailSamplingRulesReader

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

ReadTraceTailSamplingRulesReader is a Reader for the ReadTraceTailSamplingRules structure.

func (*ReadTraceTailSamplingRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadTraceTopTagConfigDefault added in v1.9.0

type ReadTraceTopTagConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadTraceTopTagConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadTraceTopTagConfigDefault added in v1.9.0

func NewReadTraceTopTagConfigDefault(code int) *ReadTraceTopTagConfigDefault

NewReadTraceTopTagConfigDefault creates a ReadTraceTopTagConfigDefault with default headers values

func (*ReadTraceTopTagConfigDefault) Code added in v1.9.0

Code gets the status code for the read trace top tag config default response

func (*ReadTraceTopTagConfigDefault) Error added in v1.9.0

func (*ReadTraceTopTagConfigDefault) GetPayload added in v1.9.0

func (*ReadTraceTopTagConfigDefault) IsClientError added in v1.9.0

func (o *ReadTraceTopTagConfigDefault) IsClientError() bool

IsClientError returns true when this read trace top tag config default response has a 4xx status code

func (*ReadTraceTopTagConfigDefault) IsCode added in v1.9.0

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

IsCode returns true when this read trace top tag config default response a status code equal to that given

func (*ReadTraceTopTagConfigDefault) IsRedirect added in v1.9.0

func (o *ReadTraceTopTagConfigDefault) IsRedirect() bool

IsRedirect returns true when this read trace top tag config default response has a 3xx status code

func (*ReadTraceTopTagConfigDefault) IsServerError added in v1.9.0

func (o *ReadTraceTopTagConfigDefault) IsServerError() bool

IsServerError returns true when this read trace top tag config default response has a 5xx status code

func (*ReadTraceTopTagConfigDefault) IsSuccess added in v1.9.0

func (o *ReadTraceTopTagConfigDefault) IsSuccess() bool

IsSuccess returns true when this read trace top tag config default response has a 2xx status code

func (*ReadTraceTopTagConfigDefault) String added in v1.9.0

type ReadTraceTopTagConfigInternalServerError added in v1.9.0

type ReadTraceTopTagConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadTraceTopTagConfigInternalServerError added in v1.9.0

func NewReadTraceTopTagConfigInternalServerError() *ReadTraceTopTagConfigInternalServerError

NewReadTraceTopTagConfigInternalServerError creates a ReadTraceTopTagConfigInternalServerError with default headers values

func (*ReadTraceTopTagConfigInternalServerError) Code added in v1.9.0

Code gets the status code for the read trace top tag config internal server error response

func (*ReadTraceTopTagConfigInternalServerError) Error added in v1.9.0

func (*ReadTraceTopTagConfigInternalServerError) GetPayload added in v1.9.0

func (*ReadTraceTopTagConfigInternalServerError) IsClientError added in v1.9.0

IsClientError returns true when this read trace top tag config internal server error response has a 4xx status code

func (*ReadTraceTopTagConfigInternalServerError) IsCode added in v1.9.0

IsCode returns true when this read trace top tag config internal server error response a status code equal to that given

func (*ReadTraceTopTagConfigInternalServerError) IsRedirect added in v1.9.0

IsRedirect returns true when this read trace top tag config internal server error response has a 3xx status code

func (*ReadTraceTopTagConfigInternalServerError) IsServerError added in v1.9.0

IsServerError returns true when this read trace top tag config internal server error response has a 5xx status code

func (*ReadTraceTopTagConfigInternalServerError) IsSuccess added in v1.9.0

IsSuccess returns true when this read trace top tag config internal server error response has a 2xx status code

func (*ReadTraceTopTagConfigInternalServerError) String added in v1.9.0

type ReadTraceTopTagConfigNotFound added in v1.9.0

type ReadTraceTopTagConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot read the TraceTopTagConfig because TraceTopTagConfig has not been created.

func NewReadTraceTopTagConfigNotFound added in v1.9.0

func NewReadTraceTopTagConfigNotFound() *ReadTraceTopTagConfigNotFound

NewReadTraceTopTagConfigNotFound creates a ReadTraceTopTagConfigNotFound with default headers values

func (*ReadTraceTopTagConfigNotFound) Code added in v1.9.0

Code gets the status code for the read trace top tag config not found response

func (*ReadTraceTopTagConfigNotFound) Error added in v1.9.0

func (*ReadTraceTopTagConfigNotFound) GetPayload added in v1.9.0

func (*ReadTraceTopTagConfigNotFound) IsClientError added in v1.9.0

func (o *ReadTraceTopTagConfigNotFound) IsClientError() bool

IsClientError returns true when this read trace top tag config not found response has a 4xx status code

func (*ReadTraceTopTagConfigNotFound) IsCode added in v1.9.0

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

IsCode returns true when this read trace top tag config not found response a status code equal to that given

func (*ReadTraceTopTagConfigNotFound) IsRedirect added in v1.9.0

func (o *ReadTraceTopTagConfigNotFound) IsRedirect() bool

IsRedirect returns true when this read trace top tag config not found response has a 3xx status code

func (*ReadTraceTopTagConfigNotFound) IsServerError added in v1.9.0

func (o *ReadTraceTopTagConfigNotFound) IsServerError() bool

IsServerError returns true when this read trace top tag config not found response has a 5xx status code

func (*ReadTraceTopTagConfigNotFound) IsSuccess added in v1.9.0

func (o *ReadTraceTopTagConfigNotFound) IsSuccess() bool

IsSuccess returns true when this read trace top tag config not found response has a 2xx status code

func (*ReadTraceTopTagConfigNotFound) String added in v1.9.0

type ReadTraceTopTagConfigOK added in v1.9.0

type ReadTraceTopTagConfigOK struct {
	Payload *models.ConfigunstableReadTraceTopTagConfigResponse
}

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

A successful response.

func NewReadTraceTopTagConfigOK added in v1.9.0

func NewReadTraceTopTagConfigOK() *ReadTraceTopTagConfigOK

NewReadTraceTopTagConfigOK creates a ReadTraceTopTagConfigOK with default headers values

func (*ReadTraceTopTagConfigOK) Code added in v1.9.0

func (o *ReadTraceTopTagConfigOK) Code() int

Code gets the status code for the read trace top tag config o k response

func (*ReadTraceTopTagConfigOK) Error added in v1.9.0

func (o *ReadTraceTopTagConfigOK) Error() string

func (*ReadTraceTopTagConfigOK) GetPayload added in v1.9.0

func (*ReadTraceTopTagConfigOK) IsClientError added in v1.9.0

func (o *ReadTraceTopTagConfigOK) IsClientError() bool

IsClientError returns true when this read trace top tag config o k response has a 4xx status code

func (*ReadTraceTopTagConfigOK) IsCode added in v1.9.0

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

IsCode returns true when this read trace top tag config o k response a status code equal to that given

func (*ReadTraceTopTagConfigOK) IsRedirect added in v1.9.0

func (o *ReadTraceTopTagConfigOK) IsRedirect() bool

IsRedirect returns true when this read trace top tag config o k response has a 3xx status code

func (*ReadTraceTopTagConfigOK) IsServerError added in v1.9.0

func (o *ReadTraceTopTagConfigOK) IsServerError() bool

IsServerError returns true when this read trace top tag config o k response has a 5xx status code

func (*ReadTraceTopTagConfigOK) IsSuccess added in v1.9.0

func (o *ReadTraceTopTagConfigOK) IsSuccess() bool

IsSuccess returns true when this read trace top tag config o k response has a 2xx status code

func (*ReadTraceTopTagConfigOK) String added in v1.9.0

func (o *ReadTraceTopTagConfigOK) String() string

type ReadTraceTopTagConfigParams added in v1.9.0

type ReadTraceTopTagConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadTraceTopTagConfigParams contains all the parameters to send to the API endpoint

for the read trace top tag config operation.

Typically these are written to a http.Request.

func NewReadTraceTopTagConfigParams added in v1.9.0

func NewReadTraceTopTagConfigParams() *ReadTraceTopTagConfigParams

NewReadTraceTopTagConfigParams creates a new ReadTraceTopTagConfigParams 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 NewReadTraceTopTagConfigParamsWithContext added in v1.9.0

func NewReadTraceTopTagConfigParamsWithContext(ctx context.Context) *ReadTraceTopTagConfigParams

NewReadTraceTopTagConfigParamsWithContext creates a new ReadTraceTopTagConfigParams object with the ability to set a context for a request.

func NewReadTraceTopTagConfigParamsWithHTTPClient added in v1.9.0

func NewReadTraceTopTagConfigParamsWithHTTPClient(client *http.Client) *ReadTraceTopTagConfigParams

NewReadTraceTopTagConfigParamsWithHTTPClient creates a new ReadTraceTopTagConfigParams object with the ability to set a custom HTTPClient for a request.

func NewReadTraceTopTagConfigParamsWithTimeout added in v1.9.0

func NewReadTraceTopTagConfigParamsWithTimeout(timeout time.Duration) *ReadTraceTopTagConfigParams

NewReadTraceTopTagConfigParamsWithTimeout creates a new ReadTraceTopTagConfigParams object with the ability to set a timeout on a request.

func (*ReadTraceTopTagConfigParams) SetContext added in v1.9.0

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

SetContext adds the context to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) SetDefaults added in v1.9.0

func (o *ReadTraceTopTagConfigParams) SetDefaults()

SetDefaults hydrates default values in the read trace top tag config params (not the query body).

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

func (*ReadTraceTopTagConfigParams) SetHTTPClient added in v1.9.0

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

SetHTTPClient adds the HTTPClient to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) SetTimeout added in v1.9.0

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

SetTimeout adds the timeout to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) WithContext added in v1.9.0

WithContext adds the context to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) WithDefaults added in v1.9.0

WithDefaults hydrates default values in the read trace top tag config params (not the query body).

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

func (*ReadTraceTopTagConfigParams) WithHTTPClient added in v1.9.0

WithHTTPClient adds the HTTPClient to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) WithTimeout added in v1.9.0

WithTimeout adds the timeout to the read trace top tag config params

func (*ReadTraceTopTagConfigParams) WriteToRequest added in v1.9.0

WriteToRequest writes these params to a swagger request

type ReadTraceTopTagConfigReader added in v1.9.0

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

ReadTraceTopTagConfigReader is a Reader for the ReadTraceTopTagConfig structure.

func (*ReadTraceTopTagConfigReader) ReadResponse added in v1.9.0

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

ReadResponse reads a server response into the received o.

type SyncPrometheusDefault

type SyncPrometheusDefault struct {
	Payload *models.APIError
	// contains filtered or unexported fields
}

SyncPrometheusDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewSyncPrometheusDefault

func NewSyncPrometheusDefault(code int) *SyncPrometheusDefault

NewSyncPrometheusDefault creates a SyncPrometheusDefault with default headers values

func (*SyncPrometheusDefault) Code

func (o *SyncPrometheusDefault) Code() int

Code gets the status code for the sync prometheus default response

func (*SyncPrometheusDefault) Error

func (o *SyncPrometheusDefault) Error() string

func (*SyncPrometheusDefault) GetPayload

func (o *SyncPrometheusDefault) GetPayload() *models.APIError

func (*SyncPrometheusDefault) IsClientError

func (o *SyncPrometheusDefault) IsClientError() bool

IsClientError returns true when this sync prometheus default response has a 4xx status code

func (*SyncPrometheusDefault) IsCode

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

IsCode returns true when this sync prometheus default response a status code equal to that given

func (*SyncPrometheusDefault) IsRedirect

func (o *SyncPrometheusDefault) IsRedirect() bool

IsRedirect returns true when this sync prometheus default response has a 3xx status code

func (*SyncPrometheusDefault) IsServerError

func (o *SyncPrometheusDefault) IsServerError() bool

IsServerError returns true when this sync prometheus default response has a 5xx status code

func (*SyncPrometheusDefault) IsSuccess

func (o *SyncPrometheusDefault) IsSuccess() bool

IsSuccess returns true when this sync prometheus default response has a 2xx status code

func (*SyncPrometheusDefault) String

func (o *SyncPrometheusDefault) String() string

type SyncPrometheusOK

type SyncPrometheusOK struct {
	Payload *models.ConfigunstableSyncPrometheusResponse
}

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

A successful response.

func NewSyncPrometheusOK

func NewSyncPrometheusOK() *SyncPrometheusOK

NewSyncPrometheusOK creates a SyncPrometheusOK with default headers values

func (*SyncPrometheusOK) Code

func (o *SyncPrometheusOK) Code() int

Code gets the status code for the sync prometheus o k response

func (*SyncPrometheusOK) Error

func (o *SyncPrometheusOK) Error() string

func (*SyncPrometheusOK) GetPayload

func (*SyncPrometheusOK) IsClientError

func (o *SyncPrometheusOK) IsClientError() bool

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

func (*SyncPrometheusOK) IsCode

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

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

func (*SyncPrometheusOK) IsRedirect

func (o *SyncPrometheusOK) IsRedirect() bool

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

func (*SyncPrometheusOK) IsServerError

func (o *SyncPrometheusOK) IsServerError() bool

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

func (*SyncPrometheusOK) IsSuccess

func (o *SyncPrometheusOK) IsSuccess() bool

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

func (*SyncPrometheusOK) String

func (o *SyncPrometheusOK) String() string

type SyncPrometheusParams

type SyncPrometheusParams struct {

	// Body.
	Body *models.ConfigunstableSyncPrometheusRequest

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

SyncPrometheusParams contains all the parameters to send to the API endpoint

for the sync prometheus operation.

Typically these are written to a http.Request.

func NewSyncPrometheusParams

func NewSyncPrometheusParams() *SyncPrometheusParams

NewSyncPrometheusParams creates a new SyncPrometheusParams 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 NewSyncPrometheusParamsWithContext

func NewSyncPrometheusParamsWithContext(ctx context.Context) *SyncPrometheusParams

NewSyncPrometheusParamsWithContext creates a new SyncPrometheusParams object with the ability to set a context for a request.

func NewSyncPrometheusParamsWithHTTPClient

func NewSyncPrometheusParamsWithHTTPClient(client *http.Client) *SyncPrometheusParams

NewSyncPrometheusParamsWithHTTPClient creates a new SyncPrometheusParams object with the ability to set a custom HTTPClient for a request.

func NewSyncPrometheusParamsWithTimeout

func NewSyncPrometheusParamsWithTimeout(timeout time.Duration) *SyncPrometheusParams

NewSyncPrometheusParamsWithTimeout creates a new SyncPrometheusParams object with the ability to set a timeout on a request.

func (*SyncPrometheusParams) SetBody

SetBody adds the body to the sync prometheus params

func (*SyncPrometheusParams) SetContext

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

SetContext adds the context to the sync prometheus params

func (*SyncPrometheusParams) SetDefaults

func (o *SyncPrometheusParams) SetDefaults()

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

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

func (*SyncPrometheusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the sync prometheus params

func (*SyncPrometheusParams) SetTimeout

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

SetTimeout adds the timeout to the sync prometheus params

func (*SyncPrometheusParams) WithBody

WithBody adds the body to the sync prometheus params

func (*SyncPrometheusParams) WithContext

WithContext adds the context to the sync prometheus params

func (*SyncPrometheusParams) WithDefaults

func (o *SyncPrometheusParams) WithDefaults() *SyncPrometheusParams

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

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

func (*SyncPrometheusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the sync prometheus params

func (*SyncPrometheusParams) WithTimeout

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

WithTimeout adds the timeout to the sync prometheus params

func (*SyncPrometheusParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SyncPrometheusReader

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

SyncPrometheusReader is a Reader for the SyncPrometheus structure.

func (*SyncPrometheusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDashboardBadRequest

type UpdateDashboardBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the Dashboard because the request is invalid.

func NewUpdateDashboardBadRequest

func NewUpdateDashboardBadRequest() *UpdateDashboardBadRequest

NewUpdateDashboardBadRequest creates a UpdateDashboardBadRequest with default headers values

func (*UpdateDashboardBadRequest) Code

func (o *UpdateDashboardBadRequest) Code() int

Code gets the status code for the update dashboard bad request response

func (*UpdateDashboardBadRequest) Error

func (o *UpdateDashboardBadRequest) Error() string

func (*UpdateDashboardBadRequest) GetPayload

func (o *UpdateDashboardBadRequest) GetPayload() *models.APIError

func (*UpdateDashboardBadRequest) IsClientError

func (o *UpdateDashboardBadRequest) IsClientError() bool

IsClientError returns true when this update dashboard bad request response has a 4xx status code

func (*UpdateDashboardBadRequest) IsCode

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

IsCode returns true when this update dashboard bad request response a status code equal to that given

func (*UpdateDashboardBadRequest) IsRedirect

func (o *UpdateDashboardBadRequest) IsRedirect() bool

IsRedirect returns true when this update dashboard bad request response has a 3xx status code

func (*UpdateDashboardBadRequest) IsServerError

func (o *UpdateDashboardBadRequest) IsServerError() bool

IsServerError returns true when this update dashboard bad request response has a 5xx status code

func (*UpdateDashboardBadRequest) IsSuccess

func (o *UpdateDashboardBadRequest) IsSuccess() bool

IsSuccess returns true when this update dashboard bad request response has a 2xx status code

func (*UpdateDashboardBadRequest) String

func (o *UpdateDashboardBadRequest) String() string

type UpdateDashboardConflict

type UpdateDashboardConflict struct {
	Payload *models.APIError
}

UpdateDashboardConflict describes a response with status code 409, with default header values.

Cannot update the Dashboard because there is a conflict with an existing Dashboard.

func NewUpdateDashboardConflict

func NewUpdateDashboardConflict() *UpdateDashboardConflict

NewUpdateDashboardConflict creates a UpdateDashboardConflict with default headers values

func (*UpdateDashboardConflict) Code

func (o *UpdateDashboardConflict) Code() int

Code gets the status code for the update dashboard conflict response

func (*UpdateDashboardConflict) Error

func (o *UpdateDashboardConflict) Error() string

func (*UpdateDashboardConflict) GetPayload

func (o *UpdateDashboardConflict) GetPayload() *models.APIError

func (*UpdateDashboardConflict) IsClientError

func (o *UpdateDashboardConflict) IsClientError() bool

IsClientError returns true when this update dashboard conflict response has a 4xx status code

func (*UpdateDashboardConflict) IsCode

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

IsCode returns true when this update dashboard conflict response a status code equal to that given

func (*UpdateDashboardConflict) IsRedirect

func (o *UpdateDashboardConflict) IsRedirect() bool

IsRedirect returns true when this update dashboard conflict response has a 3xx status code

func (*UpdateDashboardConflict) IsServerError

func (o *UpdateDashboardConflict) IsServerError() bool

IsServerError returns true when this update dashboard conflict response has a 5xx status code

func (*UpdateDashboardConflict) IsSuccess

func (o *UpdateDashboardConflict) IsSuccess() bool

IsSuccess returns true when this update dashboard conflict response has a 2xx status code

func (*UpdateDashboardConflict) String

func (o *UpdateDashboardConflict) String() string

type UpdateDashboardDefault

type UpdateDashboardDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateDashboardDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateDashboardDefault

func NewUpdateDashboardDefault(code int) *UpdateDashboardDefault

NewUpdateDashboardDefault creates a UpdateDashboardDefault with default headers values

func (*UpdateDashboardDefault) Code

func (o *UpdateDashboardDefault) Code() int

Code gets the status code for the update dashboard default response

func (*UpdateDashboardDefault) Error

func (o *UpdateDashboardDefault) Error() string

func (*UpdateDashboardDefault) GetPayload

func (o *UpdateDashboardDefault) GetPayload() models.GenericError

func (*UpdateDashboardDefault) IsClientError

func (o *UpdateDashboardDefault) IsClientError() bool

IsClientError returns true when this update dashboard default response has a 4xx status code

func (*UpdateDashboardDefault) IsCode

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

IsCode returns true when this update dashboard default response a status code equal to that given

func (*UpdateDashboardDefault) IsRedirect

func (o *UpdateDashboardDefault) IsRedirect() bool

IsRedirect returns true when this update dashboard default response has a 3xx status code

func (*UpdateDashboardDefault) IsServerError

func (o *UpdateDashboardDefault) IsServerError() bool

IsServerError returns true when this update dashboard default response has a 5xx status code

func (*UpdateDashboardDefault) IsSuccess

func (o *UpdateDashboardDefault) IsSuccess() bool

IsSuccess returns true when this update dashboard default response has a 2xx status code

func (*UpdateDashboardDefault) String

func (o *UpdateDashboardDefault) String() string

type UpdateDashboardInternalServerError

type UpdateDashboardInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewUpdateDashboardInternalServerError

func NewUpdateDashboardInternalServerError() *UpdateDashboardInternalServerError

NewUpdateDashboardInternalServerError creates a UpdateDashboardInternalServerError with default headers values

func (*UpdateDashboardInternalServerError) Code

Code gets the status code for the update dashboard internal server error response

func (*UpdateDashboardInternalServerError) Error

func (*UpdateDashboardInternalServerError) GetPayload

func (*UpdateDashboardInternalServerError) IsClientError

func (o *UpdateDashboardInternalServerError) IsClientError() bool

IsClientError returns true when this update dashboard internal server error response has a 4xx status code

func (*UpdateDashboardInternalServerError) IsCode

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

func (*UpdateDashboardInternalServerError) IsRedirect

func (o *UpdateDashboardInternalServerError) IsRedirect() bool

IsRedirect returns true when this update dashboard internal server error response has a 3xx status code

func (*UpdateDashboardInternalServerError) IsServerError

func (o *UpdateDashboardInternalServerError) IsServerError() bool

IsServerError returns true when this update dashboard internal server error response has a 5xx status code

func (*UpdateDashboardInternalServerError) IsSuccess

IsSuccess returns true when this update dashboard internal server error response has a 2xx status code

func (*UpdateDashboardInternalServerError) String

type UpdateDashboardNotFound

type UpdateDashboardNotFound struct {
	Payload *models.APIError
}

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

Cannot update the Dashboard because the slug does not exist.

func NewUpdateDashboardNotFound

func NewUpdateDashboardNotFound() *UpdateDashboardNotFound

NewUpdateDashboardNotFound creates a UpdateDashboardNotFound with default headers values

func (*UpdateDashboardNotFound) Code

func (o *UpdateDashboardNotFound) Code() int

Code gets the status code for the update dashboard not found response

func (*UpdateDashboardNotFound) Error

func (o *UpdateDashboardNotFound) Error() string

func (*UpdateDashboardNotFound) GetPayload

func (o *UpdateDashboardNotFound) GetPayload() *models.APIError

func (*UpdateDashboardNotFound) IsClientError

func (o *UpdateDashboardNotFound) IsClientError() bool

IsClientError returns true when this update dashboard not found response has a 4xx status code

func (*UpdateDashboardNotFound) IsCode

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

IsCode returns true when this update dashboard not found response a status code equal to that given

func (*UpdateDashboardNotFound) IsRedirect

func (o *UpdateDashboardNotFound) IsRedirect() bool

IsRedirect returns true when this update dashboard not found response has a 3xx status code

func (*UpdateDashboardNotFound) IsServerError

func (o *UpdateDashboardNotFound) IsServerError() bool

IsServerError returns true when this update dashboard not found response has a 5xx status code

func (*UpdateDashboardNotFound) IsSuccess

func (o *UpdateDashboardNotFound) IsSuccess() bool

IsSuccess returns true when this update dashboard not found response has a 2xx status code

func (*UpdateDashboardNotFound) String

func (o *UpdateDashboardNotFound) String() string

type UpdateDashboardOK

type UpdateDashboardOK struct {
	Payload *models.ConfigunstableUpdateDashboardResponse
}

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

A successful response containing the updated Dashboard.

func NewUpdateDashboardOK

func NewUpdateDashboardOK() *UpdateDashboardOK

NewUpdateDashboardOK creates a UpdateDashboardOK with default headers values

func (*UpdateDashboardOK) Code

func (o *UpdateDashboardOK) Code() int

Code gets the status code for the update dashboard o k response

func (*UpdateDashboardOK) Error

func (o *UpdateDashboardOK) Error() string

func (*UpdateDashboardOK) GetPayload

func (*UpdateDashboardOK) IsClientError

func (o *UpdateDashboardOK) IsClientError() bool

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

func (*UpdateDashboardOK) IsCode

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

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

func (*UpdateDashboardOK) IsRedirect

func (o *UpdateDashboardOK) IsRedirect() bool

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

func (*UpdateDashboardOK) IsServerError

func (o *UpdateDashboardOK) IsServerError() bool

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

func (*UpdateDashboardOK) IsSuccess

func (o *UpdateDashboardOK) IsSuccess() bool

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

func (*UpdateDashboardOK) String

func (o *UpdateDashboardOK) String() string

type UpdateDashboardParams

type UpdateDashboardParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateDashboardBody

	// Slug.
	Slug string

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

UpdateDashboardParams contains all the parameters to send to the API endpoint

for the update dashboard operation.

Typically these are written to a http.Request.

func NewUpdateDashboardParams

func NewUpdateDashboardParams() *UpdateDashboardParams

NewUpdateDashboardParams creates a new UpdateDashboardParams 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 NewUpdateDashboardParamsWithContext

func NewUpdateDashboardParamsWithContext(ctx context.Context) *UpdateDashboardParams

NewUpdateDashboardParamsWithContext creates a new UpdateDashboardParams object with the ability to set a context for a request.

func NewUpdateDashboardParamsWithHTTPClient

func NewUpdateDashboardParamsWithHTTPClient(client *http.Client) *UpdateDashboardParams

NewUpdateDashboardParamsWithHTTPClient creates a new UpdateDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDashboardParamsWithTimeout

func NewUpdateDashboardParamsWithTimeout(timeout time.Duration) *UpdateDashboardParams

NewUpdateDashboardParamsWithTimeout creates a new UpdateDashboardParams object with the ability to set a timeout on a request.

func (*UpdateDashboardParams) SetBody

SetBody adds the body to the update dashboard params

func (*UpdateDashboardParams) SetContext

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

SetContext adds the context to the update dashboard params

func (*UpdateDashboardParams) SetDefaults

func (o *UpdateDashboardParams) SetDefaults()

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

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

func (*UpdateDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update dashboard params

func (*UpdateDashboardParams) SetSlug

func (o *UpdateDashboardParams) SetSlug(slug string)

SetSlug adds the slug to the update dashboard params

func (*UpdateDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the update dashboard params

func (*UpdateDashboardParams) WithBody

WithBody adds the body to the update dashboard params

func (*UpdateDashboardParams) WithContext

WithContext adds the context to the update dashboard params

func (*UpdateDashboardParams) WithDefaults

func (o *UpdateDashboardParams) WithDefaults() *UpdateDashboardParams

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

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

func (*UpdateDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update dashboard params

func (*UpdateDashboardParams) WithSlug

WithSlug adds the slug to the update dashboard params

func (*UpdateDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the update dashboard params

func (*UpdateDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateDashboardReader

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

UpdateDashboardReader is a Reader for the UpdateDashboard structure.

func (*UpdateDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLinkTemplateBadRequest

type UpdateLinkTemplateBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the LinkTemplate because the request is invalid.

func NewUpdateLinkTemplateBadRequest

func NewUpdateLinkTemplateBadRequest() *UpdateLinkTemplateBadRequest

NewUpdateLinkTemplateBadRequest creates a UpdateLinkTemplateBadRequest with default headers values

func (*UpdateLinkTemplateBadRequest) Code

Code gets the status code for the update link template bad request response

func (*UpdateLinkTemplateBadRequest) Error

func (*UpdateLinkTemplateBadRequest) GetPayload

func (o *UpdateLinkTemplateBadRequest) GetPayload() *models.APIError

func (*UpdateLinkTemplateBadRequest) IsClientError

func (o *UpdateLinkTemplateBadRequest) IsClientError() bool

IsClientError returns true when this update link template bad request response has a 4xx status code

func (*UpdateLinkTemplateBadRequest) IsCode

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

IsCode returns true when this update link template bad request response a status code equal to that given

func (*UpdateLinkTemplateBadRequest) IsRedirect

func (o *UpdateLinkTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this update link template bad request response has a 3xx status code

func (*UpdateLinkTemplateBadRequest) IsServerError

func (o *UpdateLinkTemplateBadRequest) IsServerError() bool

IsServerError returns true when this update link template bad request response has a 5xx status code

func (*UpdateLinkTemplateBadRequest) IsSuccess

func (o *UpdateLinkTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this update link template bad request response has a 2xx status code

func (*UpdateLinkTemplateBadRequest) String

type UpdateLinkTemplateConflict

type UpdateLinkTemplateConflict struct {
	Payload *models.APIError
}

UpdateLinkTemplateConflict describes a response with status code 409, with default header values.

Cannot update the LinkTemplate because there is a conflict with an existing LinkTemplate.

func NewUpdateLinkTemplateConflict

func NewUpdateLinkTemplateConflict() *UpdateLinkTemplateConflict

NewUpdateLinkTemplateConflict creates a UpdateLinkTemplateConflict with default headers values

func (*UpdateLinkTemplateConflict) Code

func (o *UpdateLinkTemplateConflict) Code() int

Code gets the status code for the update link template conflict response

func (*UpdateLinkTemplateConflict) Error

func (*UpdateLinkTemplateConflict) GetPayload

func (o *UpdateLinkTemplateConflict) GetPayload() *models.APIError

func (*UpdateLinkTemplateConflict) IsClientError

func (o *UpdateLinkTemplateConflict) IsClientError() bool

IsClientError returns true when this update link template conflict response has a 4xx status code

func (*UpdateLinkTemplateConflict) IsCode

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

IsCode returns true when this update link template conflict response a status code equal to that given

func (*UpdateLinkTemplateConflict) IsRedirect

func (o *UpdateLinkTemplateConflict) IsRedirect() bool

IsRedirect returns true when this update link template conflict response has a 3xx status code

func (*UpdateLinkTemplateConflict) IsServerError

func (o *UpdateLinkTemplateConflict) IsServerError() bool

IsServerError returns true when this update link template conflict response has a 5xx status code

func (*UpdateLinkTemplateConflict) IsSuccess

func (o *UpdateLinkTemplateConflict) IsSuccess() bool

IsSuccess returns true when this update link template conflict response has a 2xx status code

func (*UpdateLinkTemplateConflict) String

func (o *UpdateLinkTemplateConflict) String() string

type UpdateLinkTemplateDefault

type UpdateLinkTemplateDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateLinkTemplateDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateLinkTemplateDefault

func NewUpdateLinkTemplateDefault(code int) *UpdateLinkTemplateDefault

NewUpdateLinkTemplateDefault creates a UpdateLinkTemplateDefault with default headers values

func (*UpdateLinkTemplateDefault) Code

func (o *UpdateLinkTemplateDefault) Code() int

Code gets the status code for the update link template default response

func (*UpdateLinkTemplateDefault) Error

func (o *UpdateLinkTemplateDefault) Error() string

func (*UpdateLinkTemplateDefault) GetPayload

func (*UpdateLinkTemplateDefault) IsClientError

func (o *UpdateLinkTemplateDefault) IsClientError() bool

IsClientError returns true when this update link template default response has a 4xx status code

func (*UpdateLinkTemplateDefault) IsCode

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

IsCode returns true when this update link template default response a status code equal to that given

func (*UpdateLinkTemplateDefault) IsRedirect

func (o *UpdateLinkTemplateDefault) IsRedirect() bool

IsRedirect returns true when this update link template default response has a 3xx status code

func (*UpdateLinkTemplateDefault) IsServerError

func (o *UpdateLinkTemplateDefault) IsServerError() bool

IsServerError returns true when this update link template default response has a 5xx status code

func (*UpdateLinkTemplateDefault) IsSuccess

func (o *UpdateLinkTemplateDefault) IsSuccess() bool

IsSuccess returns true when this update link template default response has a 2xx status code

func (*UpdateLinkTemplateDefault) String

func (o *UpdateLinkTemplateDefault) String() string

type UpdateLinkTemplateInternalServerError

type UpdateLinkTemplateInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewUpdateLinkTemplateInternalServerError

func NewUpdateLinkTemplateInternalServerError() *UpdateLinkTemplateInternalServerError

NewUpdateLinkTemplateInternalServerError creates a UpdateLinkTemplateInternalServerError with default headers values

func (*UpdateLinkTemplateInternalServerError) Code

Code gets the status code for the update link template internal server error response

func (*UpdateLinkTemplateInternalServerError) Error

func (*UpdateLinkTemplateInternalServerError) GetPayload

func (*UpdateLinkTemplateInternalServerError) IsClientError

func (o *UpdateLinkTemplateInternalServerError) IsClientError() bool

IsClientError returns true when this update link template internal server error response has a 4xx status code

func (*UpdateLinkTemplateInternalServerError) IsCode

IsCode returns true when this update link template internal server error response a status code equal to that given

func (*UpdateLinkTemplateInternalServerError) IsRedirect

IsRedirect returns true when this update link template internal server error response has a 3xx status code

func (*UpdateLinkTemplateInternalServerError) IsServerError

func (o *UpdateLinkTemplateInternalServerError) IsServerError() bool

IsServerError returns true when this update link template internal server error response has a 5xx status code

func (*UpdateLinkTemplateInternalServerError) IsSuccess

IsSuccess returns true when this update link template internal server error response has a 2xx status code

func (*UpdateLinkTemplateInternalServerError) String

type UpdateLinkTemplateNotFound

type UpdateLinkTemplateNotFound struct {
	Payload *models.APIError
}

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

Cannot update the LinkTemplate because the slug does not exist.

func NewUpdateLinkTemplateNotFound

func NewUpdateLinkTemplateNotFound() *UpdateLinkTemplateNotFound

NewUpdateLinkTemplateNotFound creates a UpdateLinkTemplateNotFound with default headers values

func (*UpdateLinkTemplateNotFound) Code

func (o *UpdateLinkTemplateNotFound) Code() int

Code gets the status code for the update link template not found response

func (*UpdateLinkTemplateNotFound) Error

func (*UpdateLinkTemplateNotFound) GetPayload

func (o *UpdateLinkTemplateNotFound) GetPayload() *models.APIError

func (*UpdateLinkTemplateNotFound) IsClientError

func (o *UpdateLinkTemplateNotFound) IsClientError() bool

IsClientError returns true when this update link template not found response has a 4xx status code

func (*UpdateLinkTemplateNotFound) IsCode

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

IsCode returns true when this update link template not found response a status code equal to that given

func (*UpdateLinkTemplateNotFound) IsRedirect

func (o *UpdateLinkTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this update link template not found response has a 3xx status code

func (*UpdateLinkTemplateNotFound) IsServerError

func (o *UpdateLinkTemplateNotFound) IsServerError() bool

IsServerError returns true when this update link template not found response has a 5xx status code

func (*UpdateLinkTemplateNotFound) IsSuccess

func (o *UpdateLinkTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this update link template not found response has a 2xx status code

func (*UpdateLinkTemplateNotFound) String

func (o *UpdateLinkTemplateNotFound) String() string

type UpdateLinkTemplateOK

type UpdateLinkTemplateOK struct {
	Payload *models.ConfigunstableUpdateLinkTemplateResponse
}

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

A successful response containing the updated LinkTemplate.

func NewUpdateLinkTemplateOK

func NewUpdateLinkTemplateOK() *UpdateLinkTemplateOK

NewUpdateLinkTemplateOK creates a UpdateLinkTemplateOK with default headers values

func (*UpdateLinkTemplateOK) Code

func (o *UpdateLinkTemplateOK) Code() int

Code gets the status code for the update link template o k response

func (*UpdateLinkTemplateOK) Error

func (o *UpdateLinkTemplateOK) Error() string

func (*UpdateLinkTemplateOK) GetPayload

func (*UpdateLinkTemplateOK) IsClientError

func (o *UpdateLinkTemplateOK) IsClientError() bool

IsClientError returns true when this update link template o k response has a 4xx status code

func (*UpdateLinkTemplateOK) IsCode

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

IsCode returns true when this update link template o k response a status code equal to that given

func (*UpdateLinkTemplateOK) IsRedirect

func (o *UpdateLinkTemplateOK) IsRedirect() bool

IsRedirect returns true when this update link template o k response has a 3xx status code

func (*UpdateLinkTemplateOK) IsServerError

func (o *UpdateLinkTemplateOK) IsServerError() bool

IsServerError returns true when this update link template o k response has a 5xx status code

func (*UpdateLinkTemplateOK) IsSuccess

func (o *UpdateLinkTemplateOK) IsSuccess() bool

IsSuccess returns true when this update link template o k response has a 2xx status code

func (*UpdateLinkTemplateOK) String

func (o *UpdateLinkTemplateOK) String() string

type UpdateLinkTemplateParams

type UpdateLinkTemplateParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateLinkTemplateBody

	// Slug.
	Slug string

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

UpdateLinkTemplateParams contains all the parameters to send to the API endpoint

for the update link template operation.

Typically these are written to a http.Request.

func NewUpdateLinkTemplateParams

func NewUpdateLinkTemplateParams() *UpdateLinkTemplateParams

NewUpdateLinkTemplateParams creates a new UpdateLinkTemplateParams 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 NewUpdateLinkTemplateParamsWithContext

func NewUpdateLinkTemplateParamsWithContext(ctx context.Context) *UpdateLinkTemplateParams

NewUpdateLinkTemplateParamsWithContext creates a new UpdateLinkTemplateParams object with the ability to set a context for a request.

func NewUpdateLinkTemplateParamsWithHTTPClient

func NewUpdateLinkTemplateParamsWithHTTPClient(client *http.Client) *UpdateLinkTemplateParams

NewUpdateLinkTemplateParamsWithHTTPClient creates a new UpdateLinkTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLinkTemplateParamsWithTimeout

func NewUpdateLinkTemplateParamsWithTimeout(timeout time.Duration) *UpdateLinkTemplateParams

NewUpdateLinkTemplateParamsWithTimeout creates a new UpdateLinkTemplateParams object with the ability to set a timeout on a request.

func (*UpdateLinkTemplateParams) SetBody

SetBody adds the body to the update link template params

func (*UpdateLinkTemplateParams) SetContext

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

SetContext adds the context to the update link template params

func (*UpdateLinkTemplateParams) SetDefaults

func (o *UpdateLinkTemplateParams) SetDefaults()

SetDefaults hydrates default values in the update link template params (not the query body).

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

func (*UpdateLinkTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update link template params

func (*UpdateLinkTemplateParams) SetSlug

func (o *UpdateLinkTemplateParams) SetSlug(slug string)

SetSlug adds the slug to the update link template params

func (*UpdateLinkTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the update link template params

func (*UpdateLinkTemplateParams) WithBody

WithBody adds the body to the update link template params

func (*UpdateLinkTemplateParams) WithContext

WithContext adds the context to the update link template params

func (*UpdateLinkTemplateParams) WithDefaults

WithDefaults hydrates default values in the update link template params (not the query body).

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

func (*UpdateLinkTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update link template params

func (*UpdateLinkTemplateParams) WithSlug

WithSlug adds the slug to the update link template params

func (*UpdateLinkTemplateParams) WithTimeout

WithTimeout adds the timeout to the update link template params

func (*UpdateLinkTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLinkTemplateReader

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

UpdateLinkTemplateReader is a Reader for the UpdateLinkTemplate structure.

func (*UpdateLinkTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLogAllocationConfigBadRequest added in v1.6.0

type UpdateLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the LogAllocationConfig because the request is invalid.

func NewUpdateLogAllocationConfigBadRequest added in v1.6.0

func NewUpdateLogAllocationConfigBadRequest() *UpdateLogAllocationConfigBadRequest

NewUpdateLogAllocationConfigBadRequest creates a UpdateLogAllocationConfigBadRequest with default headers values

func (*UpdateLogAllocationConfigBadRequest) Code added in v1.6.0

Code gets the status code for the update log allocation config bad request response

func (*UpdateLogAllocationConfigBadRequest) Error added in v1.6.0

func (*UpdateLogAllocationConfigBadRequest) GetPayload added in v1.6.0

func (*UpdateLogAllocationConfigBadRequest) IsClientError added in v1.6.0

func (o *UpdateLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this update log allocation config bad request response has a 4xx status code

func (*UpdateLogAllocationConfigBadRequest) IsCode added in v1.6.0

IsCode returns true when this update log allocation config bad request response a status code equal to that given

func (*UpdateLogAllocationConfigBadRequest) IsRedirect added in v1.6.0

func (o *UpdateLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this update log allocation config bad request response has a 3xx status code

func (*UpdateLogAllocationConfigBadRequest) IsServerError added in v1.6.0

func (o *UpdateLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this update log allocation config bad request response has a 5xx status code

func (*UpdateLogAllocationConfigBadRequest) IsSuccess added in v1.6.0

IsSuccess returns true when this update log allocation config bad request response has a 2xx status code

func (*UpdateLogAllocationConfigBadRequest) String added in v1.6.0

type UpdateLogAllocationConfigDefault added in v1.6.0

type UpdateLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateLogAllocationConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateLogAllocationConfigDefault added in v1.6.0

func NewUpdateLogAllocationConfigDefault(code int) *UpdateLogAllocationConfigDefault

NewUpdateLogAllocationConfigDefault creates a UpdateLogAllocationConfigDefault with default headers values

func (*UpdateLogAllocationConfigDefault) Code added in v1.6.0

Code gets the status code for the update log allocation config default response

func (*UpdateLogAllocationConfigDefault) Error added in v1.6.0

func (*UpdateLogAllocationConfigDefault) GetPayload added in v1.6.0

func (*UpdateLogAllocationConfigDefault) IsClientError added in v1.6.0

func (o *UpdateLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this update log allocation config default response has a 4xx status code

func (*UpdateLogAllocationConfigDefault) IsCode added in v1.6.0

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

IsCode returns true when this update log allocation config default response a status code equal to that given

func (*UpdateLogAllocationConfigDefault) IsRedirect added in v1.6.0

func (o *UpdateLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this update log allocation config default response has a 3xx status code

func (*UpdateLogAllocationConfigDefault) IsServerError added in v1.6.0

func (o *UpdateLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this update log allocation config default response has a 5xx status code

func (*UpdateLogAllocationConfigDefault) IsSuccess added in v1.6.0

func (o *UpdateLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this update log allocation config default response has a 2xx status code

func (*UpdateLogAllocationConfigDefault) String added in v1.6.0

type UpdateLogAllocationConfigInternalServerError added in v1.6.0

type UpdateLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewUpdateLogAllocationConfigInternalServerError added in v1.6.0

func NewUpdateLogAllocationConfigInternalServerError() *UpdateLogAllocationConfigInternalServerError

NewUpdateLogAllocationConfigInternalServerError creates a UpdateLogAllocationConfigInternalServerError with default headers values

func (*UpdateLogAllocationConfigInternalServerError) Code added in v1.6.0

Code gets the status code for the update log allocation config internal server error response

func (*UpdateLogAllocationConfigInternalServerError) Error added in v1.6.0

func (*UpdateLogAllocationConfigInternalServerError) GetPayload added in v1.6.0

func (*UpdateLogAllocationConfigInternalServerError) IsClientError added in v1.6.0

IsClientError returns true when this update log allocation config internal server error response has a 4xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsCode added in v1.6.0

IsCode returns true when this update log allocation config internal server error response a status code equal to that given

func (*UpdateLogAllocationConfigInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this update log allocation config internal server error response has a 3xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsServerError added in v1.6.0

IsServerError returns true when this update log allocation config internal server error response has a 5xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this update log allocation config internal server error response has a 2xx status code

func (*UpdateLogAllocationConfigInternalServerError) String added in v1.6.0

type UpdateLogAllocationConfigNotFound added in v1.6.0

type UpdateLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

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

Cannot update the LogAllocationConfig because LogAllocationConfig has not been created.

func NewUpdateLogAllocationConfigNotFound added in v1.6.0

func NewUpdateLogAllocationConfigNotFound() *UpdateLogAllocationConfigNotFound

NewUpdateLogAllocationConfigNotFound creates a UpdateLogAllocationConfigNotFound with default headers values

func (*UpdateLogAllocationConfigNotFound) Code added in v1.6.0

Code gets the status code for the update log allocation config not found response

func (*UpdateLogAllocationConfigNotFound) Error added in v1.6.0

func (*UpdateLogAllocationConfigNotFound) GetPayload added in v1.6.0

func (*UpdateLogAllocationConfigNotFound) IsClientError added in v1.6.0

func (o *UpdateLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this update log allocation config not found response has a 4xx status code

func (*UpdateLogAllocationConfigNotFound) IsCode added in v1.6.0

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

IsCode returns true when this update log allocation config not found response a status code equal to that given

func (*UpdateLogAllocationConfigNotFound) IsRedirect added in v1.6.0

func (o *UpdateLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this update log allocation config not found response has a 3xx status code

func (*UpdateLogAllocationConfigNotFound) IsServerError added in v1.6.0

func (o *UpdateLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this update log allocation config not found response has a 5xx status code

func (*UpdateLogAllocationConfigNotFound) IsSuccess added in v1.6.0

func (o *UpdateLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this update log allocation config not found response has a 2xx status code

func (*UpdateLogAllocationConfigNotFound) String added in v1.6.0

type UpdateLogAllocationConfigOK added in v1.6.0

type UpdateLogAllocationConfigOK struct {
	Payload *models.ConfigunstableUpdateLogAllocationConfigResponse
}

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

A successful response containing the updated LogAllocationConfig.

func NewUpdateLogAllocationConfigOK added in v1.6.0

func NewUpdateLogAllocationConfigOK() *UpdateLogAllocationConfigOK

NewUpdateLogAllocationConfigOK creates a UpdateLogAllocationConfigOK with default headers values

func (*UpdateLogAllocationConfigOK) Code added in v1.6.0

func (o *UpdateLogAllocationConfigOK) Code() int

Code gets the status code for the update log allocation config o k response

func (*UpdateLogAllocationConfigOK) Error added in v1.6.0

func (*UpdateLogAllocationConfigOK) GetPayload added in v1.6.0

func (*UpdateLogAllocationConfigOK) IsClientError added in v1.6.0

func (o *UpdateLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this update log allocation config o k response has a 4xx status code

func (*UpdateLogAllocationConfigOK) IsCode added in v1.6.0

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

IsCode returns true when this update log allocation config o k response a status code equal to that given

func (*UpdateLogAllocationConfigOK) IsRedirect added in v1.6.0

func (o *UpdateLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this update log allocation config o k response has a 3xx status code

func (*UpdateLogAllocationConfigOK) IsServerError added in v1.6.0

func (o *UpdateLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this update log allocation config o k response has a 5xx status code

func (*UpdateLogAllocationConfigOK) IsSuccess added in v1.6.0

func (o *UpdateLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this update log allocation config o k response has a 2xx status code

func (*UpdateLogAllocationConfigOK) String added in v1.6.0

func (o *UpdateLogAllocationConfigOK) String() string

type UpdateLogAllocationConfigParams added in v1.6.0

type UpdateLogAllocationConfigParams struct {

	// Body.
	Body *models.ConfigunstableUpdateLogAllocationConfigRequest

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

UpdateLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the update log allocation config operation.

Typically these are written to a http.Request.

func NewUpdateLogAllocationConfigParams added in v1.6.0

func NewUpdateLogAllocationConfigParams() *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParams creates a new UpdateLogAllocationConfigParams 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 NewUpdateLogAllocationConfigParamsWithContext added in v1.6.0

func NewUpdateLogAllocationConfigParamsWithContext(ctx context.Context) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithContext creates a new UpdateLogAllocationConfigParams object with the ability to set a context for a request.

func NewUpdateLogAllocationConfigParamsWithHTTPClient added in v1.6.0

func NewUpdateLogAllocationConfigParamsWithHTTPClient(client *http.Client) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithHTTPClient creates a new UpdateLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLogAllocationConfigParamsWithTimeout added in v1.6.0

func NewUpdateLogAllocationConfigParamsWithTimeout(timeout time.Duration) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithTimeout creates a new UpdateLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*UpdateLogAllocationConfigParams) SetBody added in v1.6.0

SetBody adds the body to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetContext added in v1.6.0

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

SetContext adds the context to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetDefaults added in v1.6.0

func (o *UpdateLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the update log allocation config params (not the query body).

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

func (*UpdateLogAllocationConfigParams) SetHTTPClient added in v1.6.0

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

SetHTTPClient adds the HTTPClient to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetTimeout added in v1.6.0

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

SetTimeout adds the timeout to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithBody added in v1.6.0

WithBody adds the body to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithContext added in v1.6.0

WithContext adds the context to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the update log allocation config params (not the query body).

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

func (*UpdateLogAllocationConfigParams) WithHTTPClient added in v1.6.0

WithHTTPClient adds the HTTPClient to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type UpdateLogAllocationConfigReader added in v1.6.0

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

UpdateLogAllocationConfigReader is a Reader for the UpdateLogAllocationConfig structure.

func (*UpdateLogAllocationConfigReader) ReadResponse added in v1.6.0

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

ReadResponse reads a server response into the received o.

type UpdateLogControlConfigBadRequest added in v1.10.0

type UpdateLogControlConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the LogControlConfig because the request is invalid.

func NewUpdateLogControlConfigBadRequest added in v1.10.0

func NewUpdateLogControlConfigBadRequest() *UpdateLogControlConfigBadRequest

NewUpdateLogControlConfigBadRequest creates a UpdateLogControlConfigBadRequest with default headers values

func (*UpdateLogControlConfigBadRequest) Code added in v1.10.0

Code gets the status code for the update log control config bad request response

func (*UpdateLogControlConfigBadRequest) Error added in v1.10.0

func (*UpdateLogControlConfigBadRequest) GetPayload added in v1.10.0

func (*UpdateLogControlConfigBadRequest) IsClientError added in v1.10.0

func (o *UpdateLogControlConfigBadRequest) IsClientError() bool

IsClientError returns true when this update log control config bad request response has a 4xx status code

func (*UpdateLogControlConfigBadRequest) IsCode added in v1.10.0

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

IsCode returns true when this update log control config bad request response a status code equal to that given

func (*UpdateLogControlConfigBadRequest) IsRedirect added in v1.10.0

func (o *UpdateLogControlConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this update log control config bad request response has a 3xx status code

func (*UpdateLogControlConfigBadRequest) IsServerError added in v1.10.0

func (o *UpdateLogControlConfigBadRequest) IsServerError() bool

IsServerError returns true when this update log control config bad request response has a 5xx status code

func (*UpdateLogControlConfigBadRequest) IsSuccess added in v1.10.0

func (o *UpdateLogControlConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this update log control config bad request response has a 2xx status code

func (*UpdateLogControlConfigBadRequest) String added in v1.10.0

type UpdateLogControlConfigDefault added in v1.10.0

type UpdateLogControlConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateLogControlConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateLogControlConfigDefault added in v1.10.0

func NewUpdateLogControlConfigDefault(code int) *UpdateLogControlConfigDefault

NewUpdateLogControlConfigDefault creates a UpdateLogControlConfigDefault with default headers values

func (*UpdateLogControlConfigDefault) Code added in v1.10.0

Code gets the status code for the update log control config default response

func (*UpdateLogControlConfigDefault) Error added in v1.10.0

func (*UpdateLogControlConfigDefault) GetPayload added in v1.10.0

func (*UpdateLogControlConfigDefault) IsClientError added in v1.10.0

func (o *UpdateLogControlConfigDefault) IsClientError() bool

IsClientError returns true when this update log control config default response has a 4xx status code

func (*UpdateLogControlConfigDefault) IsCode added in v1.10.0

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

IsCode returns true when this update log control config default response a status code equal to that given

func (*UpdateLogControlConfigDefault) IsRedirect added in v1.10.0

func (o *UpdateLogControlConfigDefault) IsRedirect() bool

IsRedirect returns true when this update log control config default response has a 3xx status code

func (*UpdateLogControlConfigDefault) IsServerError added in v1.10.0

func (o *UpdateLogControlConfigDefault) IsServerError() bool

IsServerError returns true when this update log control config default response has a 5xx status code

func (*UpdateLogControlConfigDefault) IsSuccess added in v1.10.0

func (o *UpdateLogControlConfigDefault) IsSuccess() bool

IsSuccess returns true when this update log control config default response has a 2xx status code

func (*UpdateLogControlConfigDefault) String added in v1.10.0

type UpdateLogControlConfigInternalServerError added in v1.10.0

type UpdateLogControlConfigInternalServerError struct {
	Payload *models.APIError
}

UpdateLogControlConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateLogControlConfigInternalServerError added in v1.10.0

func NewUpdateLogControlConfigInternalServerError() *UpdateLogControlConfigInternalServerError

NewUpdateLogControlConfigInternalServerError creates a UpdateLogControlConfigInternalServerError with default headers values

func (*UpdateLogControlConfigInternalServerError) Code added in v1.10.0

Code gets the status code for the update log control config internal server error response

func (*UpdateLogControlConfigInternalServerError) Error added in v1.10.0

func (*UpdateLogControlConfigInternalServerError) GetPayload added in v1.10.0

func (*UpdateLogControlConfigInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this update log control config internal server error response has a 4xx status code

func (*UpdateLogControlConfigInternalServerError) IsCode added in v1.10.0

IsCode returns true when this update log control config internal server error response a status code equal to that given

func (*UpdateLogControlConfigInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this update log control config internal server error response has a 3xx status code

func (*UpdateLogControlConfigInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this update log control config internal server error response has a 5xx status code

func (*UpdateLogControlConfigInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this update log control config internal server error response has a 2xx status code

func (*UpdateLogControlConfigInternalServerError) String added in v1.10.0

type UpdateLogControlConfigNotFound added in v1.10.0

type UpdateLogControlConfigNotFound struct {
	Payload *models.APIError
}

UpdateLogControlConfigNotFound describes a response with status code 404, with default header values.

Cannot update the LogControlConfig because LogControlConfig has not been created.

func NewUpdateLogControlConfigNotFound added in v1.10.0

func NewUpdateLogControlConfigNotFound() *UpdateLogControlConfigNotFound

NewUpdateLogControlConfigNotFound creates a UpdateLogControlConfigNotFound with default headers values

func (*UpdateLogControlConfigNotFound) Code added in v1.10.0

Code gets the status code for the update log control config not found response

func (*UpdateLogControlConfigNotFound) Error added in v1.10.0

func (*UpdateLogControlConfigNotFound) GetPayload added in v1.10.0

func (*UpdateLogControlConfigNotFound) IsClientError added in v1.10.0

func (o *UpdateLogControlConfigNotFound) IsClientError() bool

IsClientError returns true when this update log control config not found response has a 4xx status code

func (*UpdateLogControlConfigNotFound) IsCode added in v1.10.0

func (o *UpdateLogControlConfigNotFound) IsCode(code int) bool

IsCode returns true when this update log control config not found response a status code equal to that given

func (*UpdateLogControlConfigNotFound) IsRedirect added in v1.10.0

func (o *UpdateLogControlConfigNotFound) IsRedirect() bool

IsRedirect returns true when this update log control config not found response has a 3xx status code

func (*UpdateLogControlConfigNotFound) IsServerError added in v1.10.0

func (o *UpdateLogControlConfigNotFound) IsServerError() bool

IsServerError returns true when this update log control config not found response has a 5xx status code

func (*UpdateLogControlConfigNotFound) IsSuccess added in v1.10.0

func (o *UpdateLogControlConfigNotFound) IsSuccess() bool

IsSuccess returns true when this update log control config not found response has a 2xx status code

func (*UpdateLogControlConfigNotFound) String added in v1.10.0

type UpdateLogControlConfigOK added in v1.10.0

type UpdateLogControlConfigOK struct {
	Payload *models.ConfigunstableUpdateLogControlConfigResponse
}

UpdateLogControlConfigOK describes a response with status code 200, with default header values.

A successful response containing the updated LogControlConfig.

func NewUpdateLogControlConfigOK added in v1.10.0

func NewUpdateLogControlConfigOK() *UpdateLogControlConfigOK

NewUpdateLogControlConfigOK creates a UpdateLogControlConfigOK with default headers values

func (*UpdateLogControlConfigOK) Code added in v1.10.0

func (o *UpdateLogControlConfigOK) Code() int

Code gets the status code for the update log control config o k response

func (*UpdateLogControlConfigOK) Error added in v1.10.0

func (o *UpdateLogControlConfigOK) Error() string

func (*UpdateLogControlConfigOK) GetPayload added in v1.10.0

func (*UpdateLogControlConfigOK) IsClientError added in v1.10.0

func (o *UpdateLogControlConfigOK) IsClientError() bool

IsClientError returns true when this update log control config o k response has a 4xx status code

func (*UpdateLogControlConfigOK) IsCode added in v1.10.0

func (o *UpdateLogControlConfigOK) IsCode(code int) bool

IsCode returns true when this update log control config o k response a status code equal to that given

func (*UpdateLogControlConfigOK) IsRedirect added in v1.10.0

func (o *UpdateLogControlConfigOK) IsRedirect() bool

IsRedirect returns true when this update log control config o k response has a 3xx status code

func (*UpdateLogControlConfigOK) IsServerError added in v1.10.0

func (o *UpdateLogControlConfigOK) IsServerError() bool

IsServerError returns true when this update log control config o k response has a 5xx status code

func (*UpdateLogControlConfigOK) IsSuccess added in v1.10.0

func (o *UpdateLogControlConfigOK) IsSuccess() bool

IsSuccess returns true when this update log control config o k response has a 2xx status code

func (*UpdateLogControlConfigOK) String added in v1.10.0

func (o *UpdateLogControlConfigOK) String() string

type UpdateLogControlConfigParams added in v1.10.0

type UpdateLogControlConfigParams struct {

	// Body.
	Body *models.ConfigunstableUpdateLogControlConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateLogControlConfigParams contains all the parameters to send to the API endpoint

for the update log control config operation.

Typically these are written to a http.Request.

func NewUpdateLogControlConfigParams added in v1.10.0

func NewUpdateLogControlConfigParams() *UpdateLogControlConfigParams

NewUpdateLogControlConfigParams creates a new UpdateLogControlConfigParams 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 NewUpdateLogControlConfigParamsWithContext added in v1.10.0

func NewUpdateLogControlConfigParamsWithContext(ctx context.Context) *UpdateLogControlConfigParams

NewUpdateLogControlConfigParamsWithContext creates a new UpdateLogControlConfigParams object with the ability to set a context for a request.

func NewUpdateLogControlConfigParamsWithHTTPClient added in v1.10.0

func NewUpdateLogControlConfigParamsWithHTTPClient(client *http.Client) *UpdateLogControlConfigParams

NewUpdateLogControlConfigParamsWithHTTPClient creates a new UpdateLogControlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLogControlConfigParamsWithTimeout added in v1.10.0

func NewUpdateLogControlConfigParamsWithTimeout(timeout time.Duration) *UpdateLogControlConfigParams

NewUpdateLogControlConfigParamsWithTimeout creates a new UpdateLogControlConfigParams object with the ability to set a timeout on a request.

func (*UpdateLogControlConfigParams) SetBody added in v1.10.0

SetBody adds the body to the update log control config params

func (*UpdateLogControlConfigParams) SetContext added in v1.10.0

func (o *UpdateLogControlConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update log control config params

func (*UpdateLogControlConfigParams) SetDefaults added in v1.10.0

func (o *UpdateLogControlConfigParams) SetDefaults()

SetDefaults hydrates default values in the update log control config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateLogControlConfigParams) SetHTTPClient added in v1.10.0

func (o *UpdateLogControlConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update log control config params

func (*UpdateLogControlConfigParams) SetTimeout added in v1.10.0

func (o *UpdateLogControlConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update log control config params

func (*UpdateLogControlConfigParams) WithBody added in v1.10.0

WithBody adds the body to the update log control config params

func (*UpdateLogControlConfigParams) WithContext added in v1.10.0

WithContext adds the context to the update log control config params

func (*UpdateLogControlConfigParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the update log control config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateLogControlConfigParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the update log control config params

func (*UpdateLogControlConfigParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the update log control config params

func (*UpdateLogControlConfigParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type UpdateLogControlConfigReader added in v1.10.0

type UpdateLogControlConfigReader struct {
	// contains filtered or unexported fields
}

UpdateLogControlConfigReader is a Reader for the UpdateLogControlConfig structure.

func (*UpdateLogControlConfigReader) ReadResponse added in v1.10.0

func (o *UpdateLogControlConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNoopEntityBadRequest

type UpdateNoopEntityBadRequest struct {
	Payload *models.APIError
}

UpdateNoopEntityBadRequest describes a response with status code 400, with default header values.

Cannot update the NoopEntity because the request is invalid.

func NewUpdateNoopEntityBadRequest

func NewUpdateNoopEntityBadRequest() *UpdateNoopEntityBadRequest

NewUpdateNoopEntityBadRequest creates a UpdateNoopEntityBadRequest with default headers values

func (*UpdateNoopEntityBadRequest) Code

func (o *UpdateNoopEntityBadRequest) Code() int

Code gets the status code for the update noop entity bad request response

func (*UpdateNoopEntityBadRequest) Error

func (*UpdateNoopEntityBadRequest) GetPayload

func (o *UpdateNoopEntityBadRequest) GetPayload() *models.APIError

func (*UpdateNoopEntityBadRequest) IsClientError

func (o *UpdateNoopEntityBadRequest) IsClientError() bool

IsClientError returns true when this update noop entity bad request response has a 4xx status code

func (*UpdateNoopEntityBadRequest) IsCode

func (o *UpdateNoopEntityBadRequest) IsCode(code int) bool

IsCode returns true when this update noop entity bad request response a status code equal to that given

func (*UpdateNoopEntityBadRequest) IsRedirect

func (o *UpdateNoopEntityBadRequest) IsRedirect() bool

IsRedirect returns true when this update noop entity bad request response has a 3xx status code

func (*UpdateNoopEntityBadRequest) IsServerError

func (o *UpdateNoopEntityBadRequest) IsServerError() bool

IsServerError returns true when this update noop entity bad request response has a 5xx status code

func (*UpdateNoopEntityBadRequest) IsSuccess

func (o *UpdateNoopEntityBadRequest) IsSuccess() bool

IsSuccess returns true when this update noop entity bad request response has a 2xx status code

func (*UpdateNoopEntityBadRequest) String

func (o *UpdateNoopEntityBadRequest) String() string

type UpdateNoopEntityConflict

type UpdateNoopEntityConflict struct {
	Payload *models.APIError
}

UpdateNoopEntityConflict describes a response with status code 409, with default header values.

Cannot update the NoopEntity because there is a conflict with an existing NoopEntity.

func NewUpdateNoopEntityConflict

func NewUpdateNoopEntityConflict() *UpdateNoopEntityConflict

NewUpdateNoopEntityConflict creates a UpdateNoopEntityConflict with default headers values

func (*UpdateNoopEntityConflict) Code

func (o *UpdateNoopEntityConflict) Code() int

Code gets the status code for the update noop entity conflict response

func (*UpdateNoopEntityConflict) Error

func (o *UpdateNoopEntityConflict) Error() string

func (*UpdateNoopEntityConflict) GetPayload

func (o *UpdateNoopEntityConflict) GetPayload() *models.APIError

func (*UpdateNoopEntityConflict) IsClientError

func (o *UpdateNoopEntityConflict) IsClientError() bool

IsClientError returns true when this update noop entity conflict response has a 4xx status code

func (*UpdateNoopEntityConflict) IsCode

func (o *UpdateNoopEntityConflict) IsCode(code int) bool

IsCode returns true when this update noop entity conflict response a status code equal to that given

func (*UpdateNoopEntityConflict) IsRedirect

func (o *UpdateNoopEntityConflict) IsRedirect() bool

IsRedirect returns true when this update noop entity conflict response has a 3xx status code

func (*UpdateNoopEntityConflict) IsServerError

func (o *UpdateNoopEntityConflict) IsServerError() bool

IsServerError returns true when this update noop entity conflict response has a 5xx status code

func (*UpdateNoopEntityConflict) IsSuccess

func (o *UpdateNoopEntityConflict) IsSuccess() bool

IsSuccess returns true when this update noop entity conflict response has a 2xx status code

func (*UpdateNoopEntityConflict) String

func (o *UpdateNoopEntityConflict) String() string

type UpdateNoopEntityDefault

type UpdateNoopEntityDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateNoopEntityDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateNoopEntityDefault

func NewUpdateNoopEntityDefault(code int) *UpdateNoopEntityDefault

NewUpdateNoopEntityDefault creates a UpdateNoopEntityDefault with default headers values

func (*UpdateNoopEntityDefault) Code

func (o *UpdateNoopEntityDefault) Code() int

Code gets the status code for the update noop entity default response

func (*UpdateNoopEntityDefault) Error

func (o *UpdateNoopEntityDefault) Error() string

func (*UpdateNoopEntityDefault) GetPayload

func (*UpdateNoopEntityDefault) IsClientError

func (o *UpdateNoopEntityDefault) IsClientError() bool

IsClientError returns true when this update noop entity default response has a 4xx status code

func (*UpdateNoopEntityDefault) IsCode

func (o *UpdateNoopEntityDefault) IsCode(code int) bool

IsCode returns true when this update noop entity default response a status code equal to that given

func (*UpdateNoopEntityDefault) IsRedirect

func (o *UpdateNoopEntityDefault) IsRedirect() bool

IsRedirect returns true when this update noop entity default response has a 3xx status code

func (*UpdateNoopEntityDefault) IsServerError

func (o *UpdateNoopEntityDefault) IsServerError() bool

IsServerError returns true when this update noop entity default response has a 5xx status code

func (*UpdateNoopEntityDefault) IsSuccess

func (o *UpdateNoopEntityDefault) IsSuccess() bool

IsSuccess returns true when this update noop entity default response has a 2xx status code

func (*UpdateNoopEntityDefault) String

func (o *UpdateNoopEntityDefault) String() string

type UpdateNoopEntityInternalServerError

type UpdateNoopEntityInternalServerError struct {
	Payload *models.APIError
}

UpdateNoopEntityInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateNoopEntityInternalServerError

func NewUpdateNoopEntityInternalServerError() *UpdateNoopEntityInternalServerError

NewUpdateNoopEntityInternalServerError creates a UpdateNoopEntityInternalServerError with default headers values

func (*UpdateNoopEntityInternalServerError) Code

Code gets the status code for the update noop entity internal server error response

func (*UpdateNoopEntityInternalServerError) Error

func (*UpdateNoopEntityInternalServerError) GetPayload

func (*UpdateNoopEntityInternalServerError) IsClientError

func (o *UpdateNoopEntityInternalServerError) IsClientError() bool

IsClientError returns true when this update noop entity internal server error response has a 4xx status code

func (*UpdateNoopEntityInternalServerError) IsCode

IsCode returns true when this update noop entity internal server error response a status code equal to that given

func (*UpdateNoopEntityInternalServerError) IsRedirect

func (o *UpdateNoopEntityInternalServerError) IsRedirect() bool

IsRedirect returns true when this update noop entity internal server error response has a 3xx status code

func (*UpdateNoopEntityInternalServerError) IsServerError

func (o *UpdateNoopEntityInternalServerError) IsServerError() bool

IsServerError returns true when this update noop entity internal server error response has a 5xx status code

func (*UpdateNoopEntityInternalServerError) IsSuccess

IsSuccess returns true when this update noop entity internal server error response has a 2xx status code

func (*UpdateNoopEntityInternalServerError) String

type UpdateNoopEntityNotFound

type UpdateNoopEntityNotFound struct {
	Payload *models.APIError
}

UpdateNoopEntityNotFound describes a response with status code 404, with default header values.

Cannot update the NoopEntity because the slug does not exist.

func NewUpdateNoopEntityNotFound

func NewUpdateNoopEntityNotFound() *UpdateNoopEntityNotFound

NewUpdateNoopEntityNotFound creates a UpdateNoopEntityNotFound with default headers values

func (*UpdateNoopEntityNotFound) Code

func (o *UpdateNoopEntityNotFound) Code() int

Code gets the status code for the update noop entity not found response

func (*UpdateNoopEntityNotFound) Error

func (o *UpdateNoopEntityNotFound) Error() string

func (*UpdateNoopEntityNotFound) GetPayload

func (o *UpdateNoopEntityNotFound) GetPayload() *models.APIError

func (*UpdateNoopEntityNotFound) IsClientError

func (o *UpdateNoopEntityNotFound) IsClientError() bool

IsClientError returns true when this update noop entity not found response has a 4xx status code

func (*UpdateNoopEntityNotFound) IsCode

func (o *UpdateNoopEntityNotFound) IsCode(code int) bool

IsCode returns true when this update noop entity not found response a status code equal to that given

func (*UpdateNoopEntityNotFound) IsRedirect

func (o *UpdateNoopEntityNotFound) IsRedirect() bool

IsRedirect returns true when this update noop entity not found response has a 3xx status code

func (*UpdateNoopEntityNotFound) IsServerError

func (o *UpdateNoopEntityNotFound) IsServerError() bool

IsServerError returns true when this update noop entity not found response has a 5xx status code

func (*UpdateNoopEntityNotFound) IsSuccess

func (o *UpdateNoopEntityNotFound) IsSuccess() bool

IsSuccess returns true when this update noop entity not found response has a 2xx status code

func (*UpdateNoopEntityNotFound) String

func (o *UpdateNoopEntityNotFound) String() string

type UpdateNoopEntityOK

type UpdateNoopEntityOK struct {
	Payload *models.ConfigunstableUpdateNoopEntityResponse
}

UpdateNoopEntityOK describes a response with status code 200, with default header values.

A successful response containing the updated NoopEntity.

func NewUpdateNoopEntityOK

func NewUpdateNoopEntityOK() *UpdateNoopEntityOK

NewUpdateNoopEntityOK creates a UpdateNoopEntityOK with default headers values

func (*UpdateNoopEntityOK) Code

func (o *UpdateNoopEntityOK) Code() int

Code gets the status code for the update noop entity o k response

func (*UpdateNoopEntityOK) Error

func (o *UpdateNoopEntityOK) Error() string

func (*UpdateNoopEntityOK) GetPayload

func (*UpdateNoopEntityOK) IsClientError

func (o *UpdateNoopEntityOK) IsClientError() bool

IsClientError returns true when this update noop entity o k response has a 4xx status code

func (*UpdateNoopEntityOK) IsCode

func (o *UpdateNoopEntityOK) IsCode(code int) bool

IsCode returns true when this update noop entity o k response a status code equal to that given

func (*UpdateNoopEntityOK) IsRedirect

func (o *UpdateNoopEntityOK) IsRedirect() bool

IsRedirect returns true when this update noop entity o k response has a 3xx status code

func (*UpdateNoopEntityOK) IsServerError

func (o *UpdateNoopEntityOK) IsServerError() bool

IsServerError returns true when this update noop entity o k response has a 5xx status code

func (*UpdateNoopEntityOK) IsSuccess

func (o *UpdateNoopEntityOK) IsSuccess() bool

IsSuccess returns true when this update noop entity o k response has a 2xx status code

func (*UpdateNoopEntityOK) String

func (o *UpdateNoopEntityOK) String() string

type UpdateNoopEntityParams

type UpdateNoopEntityParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateNoopEntityBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNoopEntityParams contains all the parameters to send to the API endpoint

for the update noop entity operation.

Typically these are written to a http.Request.

func NewUpdateNoopEntityParams

func NewUpdateNoopEntityParams() *UpdateNoopEntityParams

NewUpdateNoopEntityParams creates a new UpdateNoopEntityParams 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 NewUpdateNoopEntityParamsWithContext

func NewUpdateNoopEntityParamsWithContext(ctx context.Context) *UpdateNoopEntityParams

NewUpdateNoopEntityParamsWithContext creates a new UpdateNoopEntityParams object with the ability to set a context for a request.

func NewUpdateNoopEntityParamsWithHTTPClient

func NewUpdateNoopEntityParamsWithHTTPClient(client *http.Client) *UpdateNoopEntityParams

NewUpdateNoopEntityParamsWithHTTPClient creates a new UpdateNoopEntityParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNoopEntityParamsWithTimeout

func NewUpdateNoopEntityParamsWithTimeout(timeout time.Duration) *UpdateNoopEntityParams

NewUpdateNoopEntityParamsWithTimeout creates a new UpdateNoopEntityParams object with the ability to set a timeout on a request.

func (*UpdateNoopEntityParams) SetBody

SetBody adds the body to the update noop entity params

func (*UpdateNoopEntityParams) SetContext

func (o *UpdateNoopEntityParams) SetContext(ctx context.Context)

SetContext adds the context to the update noop entity params

func (*UpdateNoopEntityParams) SetDefaults

func (o *UpdateNoopEntityParams) SetDefaults()

SetDefaults hydrates default values in the update noop entity params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNoopEntityParams) SetHTTPClient

func (o *UpdateNoopEntityParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update noop entity params

func (*UpdateNoopEntityParams) SetSlug

func (o *UpdateNoopEntityParams) SetSlug(slug string)

SetSlug adds the slug to the update noop entity params

func (*UpdateNoopEntityParams) SetTimeout

func (o *UpdateNoopEntityParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update noop entity params

func (*UpdateNoopEntityParams) WithBody

WithBody adds the body to the update noop entity params

func (*UpdateNoopEntityParams) WithContext

WithContext adds the context to the update noop entity params

func (*UpdateNoopEntityParams) WithDefaults

WithDefaults hydrates default values in the update noop entity params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNoopEntityParams) WithHTTPClient

func (o *UpdateNoopEntityParams) WithHTTPClient(client *http.Client) *UpdateNoopEntityParams

WithHTTPClient adds the HTTPClient to the update noop entity params

func (*UpdateNoopEntityParams) WithSlug

WithSlug adds the slug to the update noop entity params

func (*UpdateNoopEntityParams) WithTimeout

WithTimeout adds the timeout to the update noop entity params

func (*UpdateNoopEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNoopEntityReader

type UpdateNoopEntityReader struct {
	// contains filtered or unexported fields
}

UpdateNoopEntityReader is a Reader for the UpdateNoopEntity structure.

func (*UpdateNoopEntityReader) ReadResponse

func (o *UpdateNoopEntityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateObjectDiscoveryRuleBadRequest added in v1.10.0

type UpdateObjectDiscoveryRuleBadRequest struct {
	Payload *models.APIError
}

UpdateObjectDiscoveryRuleBadRequest describes a response with status code 400, with default header values.

Cannot update the ObjectDiscoveryRule because the request is invalid.

func NewUpdateObjectDiscoveryRuleBadRequest added in v1.10.0

func NewUpdateObjectDiscoveryRuleBadRequest() *UpdateObjectDiscoveryRuleBadRequest

NewUpdateObjectDiscoveryRuleBadRequest creates a UpdateObjectDiscoveryRuleBadRequest with default headers values

func (*UpdateObjectDiscoveryRuleBadRequest) Code added in v1.10.0

Code gets the status code for the update object discovery rule bad request response

func (*UpdateObjectDiscoveryRuleBadRequest) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleBadRequest) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleBadRequest) IsClientError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleBadRequest) IsClientError() bool

IsClientError returns true when this update object discovery rule bad request response has a 4xx status code

func (*UpdateObjectDiscoveryRuleBadRequest) IsCode added in v1.10.0

IsCode returns true when this update object discovery rule bad request response a status code equal to that given

func (*UpdateObjectDiscoveryRuleBadRequest) IsRedirect added in v1.10.0

func (o *UpdateObjectDiscoveryRuleBadRequest) IsRedirect() bool

IsRedirect returns true when this update object discovery rule bad request response has a 3xx status code

func (*UpdateObjectDiscoveryRuleBadRequest) IsServerError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleBadRequest) IsServerError() bool

IsServerError returns true when this update object discovery rule bad request response has a 5xx status code

func (*UpdateObjectDiscoveryRuleBadRequest) IsSuccess added in v1.10.0

IsSuccess returns true when this update object discovery rule bad request response has a 2xx status code

func (*UpdateObjectDiscoveryRuleBadRequest) String added in v1.10.0

type UpdateObjectDiscoveryRuleConflict added in v1.10.0

type UpdateObjectDiscoveryRuleConflict struct {
	Payload *models.APIError
}

UpdateObjectDiscoveryRuleConflict describes a response with status code 409, with default header values.

Cannot update the ObjectDiscoveryRule because there is a conflict with an existing ObjectDiscoveryRule.

func NewUpdateObjectDiscoveryRuleConflict added in v1.10.0

func NewUpdateObjectDiscoveryRuleConflict() *UpdateObjectDiscoveryRuleConflict

NewUpdateObjectDiscoveryRuleConflict creates a UpdateObjectDiscoveryRuleConflict with default headers values

func (*UpdateObjectDiscoveryRuleConflict) Code added in v1.10.0

Code gets the status code for the update object discovery rule conflict response

func (*UpdateObjectDiscoveryRuleConflict) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleConflict) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleConflict) IsClientError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleConflict) IsClientError() bool

IsClientError returns true when this update object discovery rule conflict response has a 4xx status code

func (*UpdateObjectDiscoveryRuleConflict) IsCode added in v1.10.0

func (o *UpdateObjectDiscoveryRuleConflict) IsCode(code int) bool

IsCode returns true when this update object discovery rule conflict response a status code equal to that given

func (*UpdateObjectDiscoveryRuleConflict) IsRedirect added in v1.10.0

func (o *UpdateObjectDiscoveryRuleConflict) IsRedirect() bool

IsRedirect returns true when this update object discovery rule conflict response has a 3xx status code

func (*UpdateObjectDiscoveryRuleConflict) IsServerError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleConflict) IsServerError() bool

IsServerError returns true when this update object discovery rule conflict response has a 5xx status code

func (*UpdateObjectDiscoveryRuleConflict) IsSuccess added in v1.10.0

func (o *UpdateObjectDiscoveryRuleConflict) IsSuccess() bool

IsSuccess returns true when this update object discovery rule conflict response has a 2xx status code

func (*UpdateObjectDiscoveryRuleConflict) String added in v1.10.0

type UpdateObjectDiscoveryRuleDefault added in v1.10.0

type UpdateObjectDiscoveryRuleDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateObjectDiscoveryRuleDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateObjectDiscoveryRuleDefault added in v1.10.0

func NewUpdateObjectDiscoveryRuleDefault(code int) *UpdateObjectDiscoveryRuleDefault

NewUpdateObjectDiscoveryRuleDefault creates a UpdateObjectDiscoveryRuleDefault with default headers values

func (*UpdateObjectDiscoveryRuleDefault) Code added in v1.10.0

Code gets the status code for the update object discovery rule default response

func (*UpdateObjectDiscoveryRuleDefault) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleDefault) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleDefault) IsClientError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleDefault) IsClientError() bool

IsClientError returns true when this update object discovery rule default response has a 4xx status code

func (*UpdateObjectDiscoveryRuleDefault) IsCode added in v1.10.0

func (o *UpdateObjectDiscoveryRuleDefault) IsCode(code int) bool

IsCode returns true when this update object discovery rule default response a status code equal to that given

func (*UpdateObjectDiscoveryRuleDefault) IsRedirect added in v1.10.0

func (o *UpdateObjectDiscoveryRuleDefault) IsRedirect() bool

IsRedirect returns true when this update object discovery rule default response has a 3xx status code

func (*UpdateObjectDiscoveryRuleDefault) IsServerError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleDefault) IsServerError() bool

IsServerError returns true when this update object discovery rule default response has a 5xx status code

func (*UpdateObjectDiscoveryRuleDefault) IsSuccess added in v1.10.0

func (o *UpdateObjectDiscoveryRuleDefault) IsSuccess() bool

IsSuccess returns true when this update object discovery rule default response has a 2xx status code

func (*UpdateObjectDiscoveryRuleDefault) String added in v1.10.0

type UpdateObjectDiscoveryRuleInternalServerError added in v1.10.0

type UpdateObjectDiscoveryRuleInternalServerError struct {
	Payload *models.APIError
}

UpdateObjectDiscoveryRuleInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateObjectDiscoveryRuleInternalServerError added in v1.10.0

func NewUpdateObjectDiscoveryRuleInternalServerError() *UpdateObjectDiscoveryRuleInternalServerError

NewUpdateObjectDiscoveryRuleInternalServerError creates a UpdateObjectDiscoveryRuleInternalServerError with default headers values

func (*UpdateObjectDiscoveryRuleInternalServerError) Code added in v1.10.0

Code gets the status code for the update object discovery rule internal server error response

func (*UpdateObjectDiscoveryRuleInternalServerError) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleInternalServerError) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleInternalServerError) IsClientError added in v1.10.0

IsClientError returns true when this update object discovery rule internal server error response has a 4xx status code

func (*UpdateObjectDiscoveryRuleInternalServerError) IsCode added in v1.10.0

IsCode returns true when this update object discovery rule internal server error response a status code equal to that given

func (*UpdateObjectDiscoveryRuleInternalServerError) IsRedirect added in v1.10.0

IsRedirect returns true when this update object discovery rule internal server error response has a 3xx status code

func (*UpdateObjectDiscoveryRuleInternalServerError) IsServerError added in v1.10.0

IsServerError returns true when this update object discovery rule internal server error response has a 5xx status code

func (*UpdateObjectDiscoveryRuleInternalServerError) IsSuccess added in v1.10.0

IsSuccess returns true when this update object discovery rule internal server error response has a 2xx status code

func (*UpdateObjectDiscoveryRuleInternalServerError) String added in v1.10.0

type UpdateObjectDiscoveryRuleNotFound added in v1.10.0

type UpdateObjectDiscoveryRuleNotFound struct {
	Payload *models.APIError
}

UpdateObjectDiscoveryRuleNotFound describes a response with status code 404, with default header values.

Cannot update the ObjectDiscoveryRule because the slug does not exist.

func NewUpdateObjectDiscoveryRuleNotFound added in v1.10.0

func NewUpdateObjectDiscoveryRuleNotFound() *UpdateObjectDiscoveryRuleNotFound

NewUpdateObjectDiscoveryRuleNotFound creates a UpdateObjectDiscoveryRuleNotFound with default headers values

func (*UpdateObjectDiscoveryRuleNotFound) Code added in v1.10.0

Code gets the status code for the update object discovery rule not found response

func (*UpdateObjectDiscoveryRuleNotFound) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleNotFound) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleNotFound) IsClientError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleNotFound) IsClientError() bool

IsClientError returns true when this update object discovery rule not found response has a 4xx status code

func (*UpdateObjectDiscoveryRuleNotFound) IsCode added in v1.10.0

func (o *UpdateObjectDiscoveryRuleNotFound) IsCode(code int) bool

IsCode returns true when this update object discovery rule not found response a status code equal to that given

func (*UpdateObjectDiscoveryRuleNotFound) IsRedirect added in v1.10.0

func (o *UpdateObjectDiscoveryRuleNotFound) IsRedirect() bool

IsRedirect returns true when this update object discovery rule not found response has a 3xx status code

func (*UpdateObjectDiscoveryRuleNotFound) IsServerError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleNotFound) IsServerError() bool

IsServerError returns true when this update object discovery rule not found response has a 5xx status code

func (*UpdateObjectDiscoveryRuleNotFound) IsSuccess added in v1.10.0

func (o *UpdateObjectDiscoveryRuleNotFound) IsSuccess() bool

IsSuccess returns true when this update object discovery rule not found response has a 2xx status code

func (*UpdateObjectDiscoveryRuleNotFound) String added in v1.10.0

type UpdateObjectDiscoveryRuleOK added in v1.10.0

type UpdateObjectDiscoveryRuleOK struct {
	Payload *models.ConfigunstableUpdateObjectDiscoveryRuleResponse
}

UpdateObjectDiscoveryRuleOK describes a response with status code 200, with default header values.

A successful response containing the updated ObjectDiscoveryRule.

func NewUpdateObjectDiscoveryRuleOK added in v1.10.0

func NewUpdateObjectDiscoveryRuleOK() *UpdateObjectDiscoveryRuleOK

NewUpdateObjectDiscoveryRuleOK creates a UpdateObjectDiscoveryRuleOK with default headers values

func (*UpdateObjectDiscoveryRuleOK) Code added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) Code() int

Code gets the status code for the update object discovery rule o k response

func (*UpdateObjectDiscoveryRuleOK) Error added in v1.10.0

func (*UpdateObjectDiscoveryRuleOK) GetPayload added in v1.10.0

func (*UpdateObjectDiscoveryRuleOK) IsClientError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) IsClientError() bool

IsClientError returns true when this update object discovery rule o k response has a 4xx status code

func (*UpdateObjectDiscoveryRuleOK) IsCode added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) IsCode(code int) bool

IsCode returns true when this update object discovery rule o k response a status code equal to that given

func (*UpdateObjectDiscoveryRuleOK) IsRedirect added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) IsRedirect() bool

IsRedirect returns true when this update object discovery rule o k response has a 3xx status code

func (*UpdateObjectDiscoveryRuleOK) IsServerError added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) IsServerError() bool

IsServerError returns true when this update object discovery rule o k response has a 5xx status code

func (*UpdateObjectDiscoveryRuleOK) IsSuccess added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) IsSuccess() bool

IsSuccess returns true when this update object discovery rule o k response has a 2xx status code

func (*UpdateObjectDiscoveryRuleOK) String added in v1.10.0

func (o *UpdateObjectDiscoveryRuleOK) String() string

type UpdateObjectDiscoveryRuleParams added in v1.10.0

type UpdateObjectDiscoveryRuleParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateObjectDiscoveryRuleBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateObjectDiscoveryRuleParams contains all the parameters to send to the API endpoint

for the update object discovery rule operation.

Typically these are written to a http.Request.

func NewUpdateObjectDiscoveryRuleParams added in v1.10.0

func NewUpdateObjectDiscoveryRuleParams() *UpdateObjectDiscoveryRuleParams

NewUpdateObjectDiscoveryRuleParams creates a new UpdateObjectDiscoveryRuleParams 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 NewUpdateObjectDiscoveryRuleParamsWithContext added in v1.10.0

func NewUpdateObjectDiscoveryRuleParamsWithContext(ctx context.Context) *UpdateObjectDiscoveryRuleParams

NewUpdateObjectDiscoveryRuleParamsWithContext creates a new UpdateObjectDiscoveryRuleParams object with the ability to set a context for a request.

func NewUpdateObjectDiscoveryRuleParamsWithHTTPClient added in v1.10.0

func NewUpdateObjectDiscoveryRuleParamsWithHTTPClient(client *http.Client) *UpdateObjectDiscoveryRuleParams

NewUpdateObjectDiscoveryRuleParamsWithHTTPClient creates a new UpdateObjectDiscoveryRuleParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateObjectDiscoveryRuleParamsWithTimeout added in v1.10.0

func NewUpdateObjectDiscoveryRuleParamsWithTimeout(timeout time.Duration) *UpdateObjectDiscoveryRuleParams

NewUpdateObjectDiscoveryRuleParamsWithTimeout creates a new UpdateObjectDiscoveryRuleParams object with the ability to set a timeout on a request.

func (*UpdateObjectDiscoveryRuleParams) SetBody added in v1.10.0

SetBody adds the body to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) SetContext added in v1.10.0

func (o *UpdateObjectDiscoveryRuleParams) SetContext(ctx context.Context)

SetContext adds the context to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) SetDefaults added in v1.10.0

func (o *UpdateObjectDiscoveryRuleParams) SetDefaults()

SetDefaults hydrates default values in the update object discovery rule params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateObjectDiscoveryRuleParams) SetHTTPClient added in v1.10.0

func (o *UpdateObjectDiscoveryRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) SetSlug added in v1.10.0

func (o *UpdateObjectDiscoveryRuleParams) SetSlug(slug string)

SetSlug adds the slug to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) SetTimeout added in v1.10.0

func (o *UpdateObjectDiscoveryRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WithBody added in v1.10.0

WithBody adds the body to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WithContext added in v1.10.0

WithContext adds the context to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the update object discovery rule params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateObjectDiscoveryRuleParams) WithHTTPClient added in v1.10.0

WithHTTPClient adds the HTTPClient to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WithSlug added in v1.10.0

WithSlug adds the slug to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the update object discovery rule params

func (*UpdateObjectDiscoveryRuleParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type UpdateObjectDiscoveryRuleReader added in v1.10.0

type UpdateObjectDiscoveryRuleReader struct {
	// contains filtered or unexported fields
}

UpdateObjectDiscoveryRuleReader is a Reader for the UpdateObjectDiscoveryRule structure.

func (*UpdateObjectDiscoveryRuleReader) ReadResponse added in v1.10.0

func (o *UpdateObjectDiscoveryRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateSavedTraceSearchBadRequest

type UpdateSavedTraceSearchBadRequest struct {
	Payload *models.APIError
}

UpdateSavedTraceSearchBadRequest describes a response with status code 400, with default header values.

Cannot update the SavedTraceSearch because the request is invalid.

func NewUpdateSavedTraceSearchBadRequest

func NewUpdateSavedTraceSearchBadRequest() *UpdateSavedTraceSearchBadRequest

NewUpdateSavedTraceSearchBadRequest creates a UpdateSavedTraceSearchBadRequest with default headers values

func (*UpdateSavedTraceSearchBadRequest) Code

Code gets the status code for the update saved trace search bad request response

func (*UpdateSavedTraceSearchBadRequest) Error

func (*UpdateSavedTraceSearchBadRequest) GetPayload

func (*UpdateSavedTraceSearchBadRequest) IsClientError

func (o *UpdateSavedTraceSearchBadRequest) IsClientError() bool

IsClientError returns true when this update saved trace search bad request response has a 4xx status code

func (*UpdateSavedTraceSearchBadRequest) IsCode

func (o *UpdateSavedTraceSearchBadRequest) IsCode(code int) bool

IsCode returns true when this update saved trace search bad request response a status code equal to that given

func (*UpdateSavedTraceSearchBadRequest) IsRedirect

func (o *UpdateSavedTraceSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this update saved trace search bad request response has a 3xx status code

func (*UpdateSavedTraceSearchBadRequest) IsServerError

func (o *UpdateSavedTraceSearchBadRequest) IsServerError() bool

IsServerError returns true when this update saved trace search bad request response has a 5xx status code

func (*UpdateSavedTraceSearchBadRequest) IsSuccess

func (o *UpdateSavedTraceSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this update saved trace search bad request response has a 2xx status code

func (*UpdateSavedTraceSearchBadRequest) String

type UpdateSavedTraceSearchConflict

type UpdateSavedTraceSearchConflict struct {
	Payload *models.APIError
}

UpdateSavedTraceSearchConflict describes a response with status code 409, with default header values.

Cannot update the SavedTraceSearch because there is a conflict with an existing SavedTraceSearch.

func NewUpdateSavedTraceSearchConflict

func NewUpdateSavedTraceSearchConflict() *UpdateSavedTraceSearchConflict

NewUpdateSavedTraceSearchConflict creates a UpdateSavedTraceSearchConflict with default headers values

func (*UpdateSavedTraceSearchConflict) Code

Code gets the status code for the update saved trace search conflict response

func (*UpdateSavedTraceSearchConflict) Error

func (*UpdateSavedTraceSearchConflict) GetPayload

func (*UpdateSavedTraceSearchConflict) IsClientError

func (o *UpdateSavedTraceSearchConflict) IsClientError() bool

IsClientError returns true when this update saved trace search conflict response has a 4xx status code

func (*UpdateSavedTraceSearchConflict) IsCode

func (o *UpdateSavedTraceSearchConflict) IsCode(code int) bool

IsCode returns true when this update saved trace search conflict response a status code equal to that given

func (*UpdateSavedTraceSearchConflict) IsRedirect

func (o *UpdateSavedTraceSearchConflict) IsRedirect() bool

IsRedirect returns true when this update saved trace search conflict response has a 3xx status code

func (*UpdateSavedTraceSearchConflict) IsServerError

func (o *UpdateSavedTraceSearchConflict) IsServerError() bool

IsServerError returns true when this update saved trace search conflict response has a 5xx status code

func (*UpdateSavedTraceSearchConflict) IsSuccess

func (o *UpdateSavedTraceSearchConflict) IsSuccess() bool

IsSuccess returns true when this update saved trace search conflict response has a 2xx status code

func (*UpdateSavedTraceSearchConflict) String

type UpdateSavedTraceSearchDefault

type UpdateSavedTraceSearchDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateSavedTraceSearchDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateSavedTraceSearchDefault

func NewUpdateSavedTraceSearchDefault(code int) *UpdateSavedTraceSearchDefault

NewUpdateSavedTraceSearchDefault creates a UpdateSavedTraceSearchDefault with default headers values

func (*UpdateSavedTraceSearchDefault) Code

Code gets the status code for the update saved trace search default response

func (*UpdateSavedTraceSearchDefault) Error

func (*UpdateSavedTraceSearchDefault) GetPayload

func (*UpdateSavedTraceSearchDefault) IsClientError

func (o *UpdateSavedTraceSearchDefault) IsClientError() bool

IsClientError returns true when this update saved trace search default response has a 4xx status code

func (*UpdateSavedTraceSearchDefault) IsCode

func (o *UpdateSavedTraceSearchDefault) IsCode(code int) bool

IsCode returns true when this update saved trace search default response a status code equal to that given

func (*UpdateSavedTraceSearchDefault) IsRedirect

func (o *UpdateSavedTraceSearchDefault) IsRedirect() bool

IsRedirect returns true when this update saved trace search default response has a 3xx status code

func (*UpdateSavedTraceSearchDefault) IsServerError

func (o *UpdateSavedTraceSearchDefault) IsServerError() bool

IsServerError returns true when this update saved trace search default response has a 5xx status code

func (*UpdateSavedTraceSearchDefault) IsSuccess

func (o *UpdateSavedTraceSearchDefault) IsSuccess() bool

IsSuccess returns true when this update saved trace search default response has a 2xx status code

func (*UpdateSavedTraceSearchDefault) String

type UpdateSavedTraceSearchInternalServerError

type UpdateSavedTraceSearchInternalServerError struct {
	Payload *models.APIError
}

UpdateSavedTraceSearchInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateSavedTraceSearchInternalServerError

func NewUpdateSavedTraceSearchInternalServerError() *UpdateSavedTraceSearchInternalServerError

NewUpdateSavedTraceSearchInternalServerError creates a UpdateSavedTraceSearchInternalServerError with default headers values

func (*UpdateSavedTraceSearchInternalServerError) Code

Code gets the status code for the update saved trace search internal server error response

func (*UpdateSavedTraceSearchInternalServerError) Error

func (*UpdateSavedTraceSearchInternalServerError) GetPayload

func (*UpdateSavedTraceSearchInternalServerError) IsClientError

IsClientError returns true when this update saved trace search internal server error response has a 4xx status code

func (*UpdateSavedTraceSearchInternalServerError) IsCode

IsCode returns true when this update saved trace search internal server error response a status code equal to that given

func (*UpdateSavedTraceSearchInternalServerError) IsRedirect

IsRedirect returns true when this update saved trace search internal server error response has a 3xx status code

func (*UpdateSavedTraceSearchInternalServerError) IsServerError

IsServerError returns true when this update saved trace search internal server error response has a 5xx status code

func (*UpdateSavedTraceSearchInternalServerError) IsSuccess

IsSuccess returns true when this update saved trace search internal server error response has a 2xx status code

func (*UpdateSavedTraceSearchInternalServerError) String

type UpdateSavedTraceSearchNotFound

type UpdateSavedTraceSearchNotFound struct {
	Payload *models.APIError
}

UpdateSavedTraceSearchNotFound describes a response with status code 404, with default header values.

Cannot update the SavedTraceSearch because the slug does not exist.

func NewUpdateSavedTraceSearchNotFound

func NewUpdateSavedTraceSearchNotFound() *UpdateSavedTraceSearchNotFound

NewUpdateSavedTraceSearchNotFound creates a UpdateSavedTraceSearchNotFound with default headers values

func (*UpdateSavedTraceSearchNotFound) Code

Code gets the status code for the update saved trace search not found response

func (*UpdateSavedTraceSearchNotFound) Error

func (*UpdateSavedTraceSearchNotFound) GetPayload

func (*UpdateSavedTraceSearchNotFound) IsClientError

func (o *UpdateSavedTraceSearchNotFound) IsClientError() bool

IsClientError returns true when this update saved trace search not found response has a 4xx status code

func (*UpdateSavedTraceSearchNotFound) IsCode

func (o *UpdateSavedTraceSearchNotFound) IsCode(code int) bool

IsCode returns true when this update saved trace search not found response a status code equal to that given

func (*UpdateSavedTraceSearchNotFound) IsRedirect

func (o *UpdateSavedTraceSearchNotFound) IsRedirect() bool

IsRedirect returns true when this update saved trace search not found response has a 3xx status code

func (*UpdateSavedTraceSearchNotFound) IsServerError

func (o *UpdateSavedTraceSearchNotFound) IsServerError() bool

IsServerError returns true when this update saved trace search not found response has a 5xx status code

func (*UpdateSavedTraceSearchNotFound) IsSuccess

func (o *UpdateSavedTraceSearchNotFound) IsSuccess() bool

IsSuccess returns true when this update saved trace search not found response has a 2xx status code

func (*UpdateSavedTraceSearchNotFound) String

type UpdateSavedTraceSearchOK

type UpdateSavedTraceSearchOK struct {
	Payload *models.ConfigunstableUpdateSavedTraceSearchResponse
}

UpdateSavedTraceSearchOK describes a response with status code 200, with default header values.

A successful response containing the updated SavedTraceSearch.

func NewUpdateSavedTraceSearchOK

func NewUpdateSavedTraceSearchOK() *UpdateSavedTraceSearchOK

NewUpdateSavedTraceSearchOK creates a UpdateSavedTraceSearchOK with default headers values

func (*UpdateSavedTraceSearchOK) Code

func (o *UpdateSavedTraceSearchOK) Code() int

Code gets the status code for the update saved trace search o k response

func (*UpdateSavedTraceSearchOK) Error

func (o *UpdateSavedTraceSearchOK) Error() string

func (*UpdateSavedTraceSearchOK) GetPayload

func (*UpdateSavedTraceSearchOK) IsClientError

func (o *UpdateSavedTraceSearchOK) IsClientError() bool

IsClientError returns true when this update saved trace search o k response has a 4xx status code

func (*UpdateSavedTraceSearchOK) IsCode

func (o *UpdateSavedTraceSearchOK) IsCode(code int) bool

IsCode returns true when this update saved trace search o k response a status code equal to that given

func (*UpdateSavedTraceSearchOK) IsRedirect

func (o *UpdateSavedTraceSearchOK) IsRedirect() bool

IsRedirect returns true when this update saved trace search o k response has a 3xx status code

func (*UpdateSavedTraceSearchOK) IsServerError

func (o *UpdateSavedTraceSearchOK) IsServerError() bool

IsServerError returns true when this update saved trace search o k response has a 5xx status code

func (*UpdateSavedTraceSearchOK) IsSuccess

func (o *UpdateSavedTraceSearchOK) IsSuccess() bool

IsSuccess returns true when this update saved trace search o k response has a 2xx status code

func (*UpdateSavedTraceSearchOK) String

func (o *UpdateSavedTraceSearchOK) String() string

type UpdateSavedTraceSearchParams

type UpdateSavedTraceSearchParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateSavedTraceSearchBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateSavedTraceSearchParams contains all the parameters to send to the API endpoint

for the update saved trace search operation.

Typically these are written to a http.Request.

func NewUpdateSavedTraceSearchParams

func NewUpdateSavedTraceSearchParams() *UpdateSavedTraceSearchParams

NewUpdateSavedTraceSearchParams creates a new UpdateSavedTraceSearchParams 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 NewUpdateSavedTraceSearchParamsWithContext

func NewUpdateSavedTraceSearchParamsWithContext(ctx context.Context) *UpdateSavedTraceSearchParams

NewUpdateSavedTraceSearchParamsWithContext creates a new UpdateSavedTraceSearchParams object with the ability to set a context for a request.

func NewUpdateSavedTraceSearchParamsWithHTTPClient

func NewUpdateSavedTraceSearchParamsWithHTTPClient(client *http.Client) *UpdateSavedTraceSearchParams

NewUpdateSavedTraceSearchParamsWithHTTPClient creates a new UpdateSavedTraceSearchParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSavedTraceSearchParamsWithTimeout

func NewUpdateSavedTraceSearchParamsWithTimeout(timeout time.Duration) *UpdateSavedTraceSearchParams

NewUpdateSavedTraceSearchParamsWithTimeout creates a new UpdateSavedTraceSearchParams object with the ability to set a timeout on a request.

func (*UpdateSavedTraceSearchParams) SetBody

SetBody adds the body to the update saved trace search params

func (*UpdateSavedTraceSearchParams) SetContext

func (o *UpdateSavedTraceSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the update saved trace search params

func (*UpdateSavedTraceSearchParams) SetDefaults

func (o *UpdateSavedTraceSearchParams) SetDefaults()

SetDefaults hydrates default values in the update saved trace search params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSavedTraceSearchParams) SetHTTPClient

func (o *UpdateSavedTraceSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update saved trace search params

func (*UpdateSavedTraceSearchParams) SetSlug

func (o *UpdateSavedTraceSearchParams) SetSlug(slug string)

SetSlug adds the slug to the update saved trace search params

func (*UpdateSavedTraceSearchParams) SetTimeout

func (o *UpdateSavedTraceSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WithBody

WithBody adds the body to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WithContext

WithContext adds the context to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WithDefaults

WithDefaults hydrates default values in the update saved trace search params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSavedTraceSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WithSlug

WithSlug adds the slug to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WithTimeout

WithTimeout adds the timeout to the update saved trace search params

func (*UpdateSavedTraceSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSavedTraceSearchReader

type UpdateSavedTraceSearchReader struct {
	// contains filtered or unexported fields
}

UpdateSavedTraceSearchReader is a Reader for the UpdateSavedTraceSearch structure.

func (*UpdateSavedTraceSearchReader) ReadResponse

func (o *UpdateSavedTraceSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateServiceBadRequest

type UpdateServiceBadRequest struct {
	Payload *models.APIError
}

UpdateServiceBadRequest describes a response with status code 400, with default header values.

Cannot update the Service because the request is invalid.

func NewUpdateServiceBadRequest

func NewUpdateServiceBadRequest() *UpdateServiceBadRequest

NewUpdateServiceBadRequest creates a UpdateServiceBadRequest with default headers values

func (*UpdateServiceBadRequest) Code

func (o *UpdateServiceBadRequest) Code() int

Code gets the status code for the update service bad request response

func (*UpdateServiceBadRequest) Error

func (o *UpdateServiceBadRequest) Error() string

func (*UpdateServiceBadRequest) GetPayload

func (o *UpdateServiceBadRequest) GetPayload() *models.APIError

func (*UpdateServiceBadRequest) IsClientError

func (o *UpdateServiceBadRequest) IsClientError() bool

IsClientError returns true when this update service bad request response has a 4xx status code

func (*UpdateServiceBadRequest) IsCode

func (o *UpdateServiceBadRequest) IsCode(code int) bool

IsCode returns true when this update service bad request response a status code equal to that given

func (*UpdateServiceBadRequest) IsRedirect

func (o *UpdateServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this update service bad request response has a 3xx status code

func (*UpdateServiceBadRequest) IsServerError

func (o *UpdateServiceBadRequest) IsServerError() bool

IsServerError returns true when this update service bad request response has a 5xx status code

func (*UpdateServiceBadRequest) IsSuccess

func (o *UpdateServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this update service bad request response has a 2xx status code

func (*UpdateServiceBadRequest) String

func (o *UpdateServiceBadRequest) String() string

type UpdateServiceConflict

type UpdateServiceConflict struct {
	Payload *models.APIError
}

UpdateServiceConflict describes a response with status code 409, with default header values.

Cannot update the Service because there is a conflict with an existing Service.

func NewUpdateServiceConflict

func NewUpdateServiceConflict() *UpdateServiceConflict

NewUpdateServiceConflict creates a UpdateServiceConflict with default headers values

func (*UpdateServiceConflict) Code

func (o *UpdateServiceConflict) Code() int

Code gets the status code for the update service conflict response

func (*UpdateServiceConflict) Error

func (o *UpdateServiceConflict) Error() string

func (*UpdateServiceConflict) GetPayload

func (o *UpdateServiceConflict) GetPayload() *models.APIError

func (*UpdateServiceConflict) IsClientError

func (o *UpdateServiceConflict) IsClientError() bool

IsClientError returns true when this update service conflict response has a 4xx status code

func (*UpdateServiceConflict) IsCode

func (o *UpdateServiceConflict) IsCode(code int) bool

IsCode returns true when this update service conflict response a status code equal to that given

func (*UpdateServiceConflict) IsRedirect

func (o *UpdateServiceConflict) IsRedirect() bool

IsRedirect returns true when this update service conflict response has a 3xx status code

func (*UpdateServiceConflict) IsServerError

func (o *UpdateServiceConflict) IsServerError() bool

IsServerError returns true when this update service conflict response has a 5xx status code

func (*UpdateServiceConflict) IsSuccess

func (o *UpdateServiceConflict) IsSuccess() bool

IsSuccess returns true when this update service conflict response has a 2xx status code

func (*UpdateServiceConflict) String

func (o *UpdateServiceConflict) String() string

type UpdateServiceDefault

type UpdateServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateServiceDefault

func NewUpdateServiceDefault(code int) *UpdateServiceDefault

NewUpdateServiceDefault creates a UpdateServiceDefault with default headers values

func (*UpdateServiceDefault) Code

func (o *UpdateServiceDefault) Code() int

Code gets the status code for the update service default response

func (*UpdateServiceDefault) Error

func (o *UpdateServiceDefault) Error() string

func (*UpdateServiceDefault) GetPayload

func (o *UpdateServiceDefault) GetPayload() models.GenericError

func (*UpdateServiceDefault) IsClientError

func (o *UpdateServiceDefault) IsClientError() bool

IsClientError returns true when this update service default response has a 4xx status code

func (*UpdateServiceDefault) IsCode

func (o *UpdateServiceDefault) IsCode(code int) bool

IsCode returns true when this update service default response a status code equal to that given

func (*UpdateServiceDefault) IsRedirect

func (o *UpdateServiceDefault) IsRedirect() bool

IsRedirect returns true when this update service default response has a 3xx status code

func (*UpdateServiceDefault) IsServerError

func (o *UpdateServiceDefault) IsServerError() bool

IsServerError returns true when this update service default response has a 5xx status code

func (*UpdateServiceDefault) IsSuccess

func (o *UpdateServiceDefault) IsSuccess() bool

IsSuccess returns true when this update service default response has a 2xx status code

func (*UpdateServiceDefault) String

func (o *UpdateServiceDefault) String() string

type UpdateServiceInternalServerError

type UpdateServiceInternalServerError struct {
	Payload *models.APIError
}

UpdateServiceInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateServiceInternalServerError

func NewUpdateServiceInternalServerError() *UpdateServiceInternalServerError

NewUpdateServiceInternalServerError creates a UpdateServiceInternalServerError with default headers values

func (*UpdateServiceInternalServerError) Code

Code gets the status code for the update service internal server error response

func (*UpdateServiceInternalServerError) Error

func (*UpdateServiceInternalServerError) GetPayload

func (*UpdateServiceInternalServerError) IsClientError

func (o *UpdateServiceInternalServerError) IsClientError() bool

IsClientError returns true when this update service internal server error response has a 4xx status code

func (*UpdateServiceInternalServerError) IsCode

func (o *UpdateServiceInternalServerError) IsCode(code int) bool

IsCode returns true when this update service internal server error response a status code equal to that given

func (*UpdateServiceInternalServerError) IsRedirect

func (o *UpdateServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this update service internal server error response has a 3xx status code

func (*UpdateServiceInternalServerError) IsServerError

func (o *UpdateServiceInternalServerError) IsServerError() bool

IsServerError returns true when this update service internal server error response has a 5xx status code

func (*UpdateServiceInternalServerError) IsSuccess

func (o *UpdateServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this update service internal server error response has a 2xx status code

func (*UpdateServiceInternalServerError) String

type UpdateServiceNotFound

type UpdateServiceNotFound struct {
	Payload *models.APIError
}

UpdateServiceNotFound describes a response with status code 404, with default header values.

Cannot update the Service because the slug does not exist.

func NewUpdateServiceNotFound

func NewUpdateServiceNotFound() *UpdateServiceNotFound

NewUpdateServiceNotFound creates a UpdateServiceNotFound with default headers values

func (*UpdateServiceNotFound) Code

func (o *UpdateServiceNotFound) Code() int

Code gets the status code for the update service not found response

func (*UpdateServiceNotFound) Error

func (o *UpdateServiceNotFound) Error() string

func (*UpdateServiceNotFound) GetPayload

func (o *UpdateServiceNotFound) GetPayload() *models.APIError

func (*UpdateServiceNotFound) IsClientError

func (o *UpdateServiceNotFound) IsClientError() bool

IsClientError returns true when this update service not found response has a 4xx status code

func (*UpdateServiceNotFound) IsCode

func (o *UpdateServiceNotFound) IsCode(code int) bool

IsCode returns true when this update service not found response a status code equal to that given

func (*UpdateServiceNotFound) IsRedirect

func (o *UpdateServiceNotFound) IsRedirect() bool

IsRedirect returns true when this update service not found response has a 3xx status code

func (*UpdateServiceNotFound) IsServerError

func (o *UpdateServiceNotFound) IsServerError() bool

IsServerError returns true when this update service not found response has a 5xx status code

func (*UpdateServiceNotFound) IsSuccess

func (o *UpdateServiceNotFound) IsSuccess() bool

IsSuccess returns true when this update service not found response has a 2xx status code

func (*UpdateServiceNotFound) String

func (o *UpdateServiceNotFound) String() string

type UpdateServiceOK

type UpdateServiceOK struct {
	Payload *models.ConfigunstableUpdateServiceResponse
}

UpdateServiceOK describes a response with status code 200, with default header values.

A successful response containing the updated Service.

func NewUpdateServiceOK

func NewUpdateServiceOK() *UpdateServiceOK

NewUpdateServiceOK creates a UpdateServiceOK with default headers values

func (*UpdateServiceOK) Code

func (o *UpdateServiceOK) Code() int

Code gets the status code for the update service o k response

func (*UpdateServiceOK) Error

func (o *UpdateServiceOK) Error() string

func (*UpdateServiceOK) GetPayload

func (*UpdateServiceOK) IsClientError

func (o *UpdateServiceOK) IsClientError() bool

IsClientError returns true when this update service o k response has a 4xx status code

func (*UpdateServiceOK) IsCode

func (o *UpdateServiceOK) IsCode(code int) bool

IsCode returns true when this update service o k response a status code equal to that given

func (*UpdateServiceOK) IsRedirect

func (o *UpdateServiceOK) IsRedirect() bool

IsRedirect returns true when this update service o k response has a 3xx status code

func (*UpdateServiceOK) IsServerError

func (o *UpdateServiceOK) IsServerError() bool

IsServerError returns true when this update service o k response has a 5xx status code

func (*UpdateServiceOK) IsSuccess

func (o *UpdateServiceOK) IsSuccess() bool

IsSuccess returns true when this update service o k response has a 2xx status code

func (*UpdateServiceOK) String

func (o *UpdateServiceOK) String() string

type UpdateServiceParams

type UpdateServiceParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateServiceBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateServiceParams contains all the parameters to send to the API endpoint

for the update service operation.

Typically these are written to a http.Request.

func NewUpdateServiceParams

func NewUpdateServiceParams() *UpdateServiceParams

NewUpdateServiceParams creates a new UpdateServiceParams 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 NewUpdateServiceParamsWithContext

func NewUpdateServiceParamsWithContext(ctx context.Context) *UpdateServiceParams

NewUpdateServiceParamsWithContext creates a new UpdateServiceParams object with the ability to set a context for a request.

func NewUpdateServiceParamsWithHTTPClient

func NewUpdateServiceParamsWithHTTPClient(client *http.Client) *UpdateServiceParams

NewUpdateServiceParamsWithHTTPClient creates a new UpdateServiceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateServiceParamsWithTimeout

func NewUpdateServiceParamsWithTimeout(timeout time.Duration) *UpdateServiceParams

NewUpdateServiceParamsWithTimeout creates a new UpdateServiceParams object with the ability to set a timeout on a request.

func (*UpdateServiceParams) SetBody

SetBody adds the body to the update service params

func (*UpdateServiceParams) SetContext

func (o *UpdateServiceParams) SetContext(ctx context.Context)

SetContext adds the context to the update service params

func (*UpdateServiceParams) SetDefaults

func (o *UpdateServiceParams) SetDefaults()

SetDefaults hydrates default values in the update service params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateServiceParams) SetHTTPClient

func (o *UpdateServiceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update service params

func (*UpdateServiceParams) SetSlug

func (o *UpdateServiceParams) SetSlug(slug string)

SetSlug adds the slug to the update service params

func (*UpdateServiceParams) SetTimeout

func (o *UpdateServiceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update service params

func (*UpdateServiceParams) WithBody

WithBody adds the body to the update service params

func (*UpdateServiceParams) WithContext

WithContext adds the context to the update service params

func (*UpdateServiceParams) WithDefaults

func (o *UpdateServiceParams) WithDefaults() *UpdateServiceParams

WithDefaults hydrates default values in the update service params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateServiceParams) WithHTTPClient

func (o *UpdateServiceParams) WithHTTPClient(client *http.Client) *UpdateServiceParams

WithHTTPClient adds the HTTPClient to the update service params

func (*UpdateServiceParams) WithSlug

func (o *UpdateServiceParams) WithSlug(slug string) *UpdateServiceParams

WithSlug adds the slug to the update service params

func (*UpdateServiceParams) WithTimeout

func (o *UpdateServiceParams) WithTimeout(timeout time.Duration) *UpdateServiceParams

WithTimeout adds the timeout to the update service params

func (*UpdateServiceParams) WriteToRequest

func (o *UpdateServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateServiceReader

type UpdateServiceReader struct {
	// contains filtered or unexported fields
}

UpdateServiceReader is a Reader for the UpdateService structure.

func (*UpdateServiceReader) ReadResponse

func (o *UpdateServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateTraceBehaviorBadRequest added in v1.6.0

type UpdateTraceBehaviorBadRequest struct {
	Payload *models.APIError
}

UpdateTraceBehaviorBadRequest describes a response with status code 400, with default header values.

Cannot update the TraceBehavior because the request is invalid.

func NewUpdateTraceBehaviorBadRequest added in v1.6.0

func NewUpdateTraceBehaviorBadRequest() *UpdateTraceBehaviorBadRequest

NewUpdateTraceBehaviorBadRequest creates a UpdateTraceBehaviorBadRequest with default headers values

func (*UpdateTraceBehaviorBadRequest) Code added in v1.6.0

Code gets the status code for the update trace behavior bad request response

func (*UpdateTraceBehaviorBadRequest) Error added in v1.6.0

func (*UpdateTraceBehaviorBadRequest) GetPayload added in v1.6.0

func (*UpdateTraceBehaviorBadRequest) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorBadRequest) IsClientError() bool

IsClientError returns true when this update trace behavior bad request response has a 4xx status code

func (*UpdateTraceBehaviorBadRequest) IsCode added in v1.6.0

func (o *UpdateTraceBehaviorBadRequest) IsCode(code int) bool

IsCode returns true when this update trace behavior bad request response a status code equal to that given

func (*UpdateTraceBehaviorBadRequest) IsRedirect added in v1.6.0

func (o *UpdateTraceBehaviorBadRequest) IsRedirect() bool

IsRedirect returns true when this update trace behavior bad request response has a 3xx status code

func (*UpdateTraceBehaviorBadRequest) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorBadRequest) IsServerError() bool

IsServerError returns true when this update trace behavior bad request response has a 5xx status code

func (*UpdateTraceBehaviorBadRequest) IsSuccess added in v1.6.0

func (o *UpdateTraceBehaviorBadRequest) IsSuccess() bool

IsSuccess returns true when this update trace behavior bad request response has a 2xx status code

func (*UpdateTraceBehaviorBadRequest) String added in v1.6.0

type UpdateTraceBehaviorConflict added in v1.6.0

type UpdateTraceBehaviorConflict struct {
	Payload *models.APIError
}

UpdateTraceBehaviorConflict describes a response with status code 409, with default header values.

Cannot update the TraceBehavior because there is a conflict with an existing TraceBehavior.

func NewUpdateTraceBehaviorConflict added in v1.6.0

func NewUpdateTraceBehaviorConflict() *UpdateTraceBehaviorConflict

NewUpdateTraceBehaviorConflict creates a UpdateTraceBehaviorConflict with default headers values

func (*UpdateTraceBehaviorConflict) Code added in v1.6.0

func (o *UpdateTraceBehaviorConflict) Code() int

Code gets the status code for the update trace behavior conflict response

func (*UpdateTraceBehaviorConflict) Error added in v1.6.0

func (*UpdateTraceBehaviorConflict) GetPayload added in v1.6.0

func (o *UpdateTraceBehaviorConflict) GetPayload() *models.APIError

func (*UpdateTraceBehaviorConflict) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorConflict) IsClientError() bool

IsClientError returns true when this update trace behavior conflict response has a 4xx status code

func (*UpdateTraceBehaviorConflict) IsCode added in v1.6.0

func (o *UpdateTraceBehaviorConflict) IsCode(code int) bool

IsCode returns true when this update trace behavior conflict response a status code equal to that given

func (*UpdateTraceBehaviorConflict) IsRedirect added in v1.6.0

func (o *UpdateTraceBehaviorConflict) IsRedirect() bool

IsRedirect returns true when this update trace behavior conflict response has a 3xx status code

func (*UpdateTraceBehaviorConflict) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorConflict) IsServerError() bool

IsServerError returns true when this update trace behavior conflict response has a 5xx status code

func (*UpdateTraceBehaviorConflict) IsSuccess added in v1.6.0

func (o *UpdateTraceBehaviorConflict) IsSuccess() bool

IsSuccess returns true when this update trace behavior conflict response has a 2xx status code

func (*UpdateTraceBehaviorConflict) String added in v1.6.0

func (o *UpdateTraceBehaviorConflict) String() string

type UpdateTraceBehaviorDefault added in v1.6.0

type UpdateTraceBehaviorDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateTraceBehaviorDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateTraceBehaviorDefault added in v1.6.0

func NewUpdateTraceBehaviorDefault(code int) *UpdateTraceBehaviorDefault

NewUpdateTraceBehaviorDefault creates a UpdateTraceBehaviorDefault with default headers values

func (*UpdateTraceBehaviorDefault) Code added in v1.6.0

func (o *UpdateTraceBehaviorDefault) Code() int

Code gets the status code for the update trace behavior default response

func (*UpdateTraceBehaviorDefault) Error added in v1.6.0

func (*UpdateTraceBehaviorDefault) GetPayload added in v1.6.0

func (*UpdateTraceBehaviorDefault) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorDefault) IsClientError() bool

IsClientError returns true when this update trace behavior default response has a 4xx status code

func (*UpdateTraceBehaviorDefault) IsCode added in v1.6.0

func (o *UpdateTraceBehaviorDefault) IsCode(code int) bool

IsCode returns true when this update trace behavior default response a status code equal to that given

func (*UpdateTraceBehaviorDefault) IsRedirect added in v1.6.0

func (o *UpdateTraceBehaviorDefault) IsRedirect() bool

IsRedirect returns true when this update trace behavior default response has a 3xx status code

func (*UpdateTraceBehaviorDefault) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorDefault) IsServerError() bool

IsServerError returns true when this update trace behavior default response has a 5xx status code

func (*UpdateTraceBehaviorDefault) IsSuccess added in v1.6.0

func (o *UpdateTraceBehaviorDefault) IsSuccess() bool

IsSuccess returns true when this update trace behavior default response has a 2xx status code

func (*UpdateTraceBehaviorDefault) String added in v1.6.0

func (o *UpdateTraceBehaviorDefault) String() string

type UpdateTraceBehaviorInternalServerError added in v1.6.0

type UpdateTraceBehaviorInternalServerError struct {
	Payload *models.APIError
}

UpdateTraceBehaviorInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateTraceBehaviorInternalServerError added in v1.6.0

func NewUpdateTraceBehaviorInternalServerError() *UpdateTraceBehaviorInternalServerError

NewUpdateTraceBehaviorInternalServerError creates a UpdateTraceBehaviorInternalServerError with default headers values

func (*UpdateTraceBehaviorInternalServerError) Code added in v1.6.0

Code gets the status code for the update trace behavior internal server error response

func (*UpdateTraceBehaviorInternalServerError) Error added in v1.6.0

func (*UpdateTraceBehaviorInternalServerError) GetPayload added in v1.6.0

func (*UpdateTraceBehaviorInternalServerError) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorInternalServerError) IsClientError() bool

IsClientError returns true when this update trace behavior internal server error response has a 4xx status code

func (*UpdateTraceBehaviorInternalServerError) IsCode added in v1.6.0

IsCode returns true when this update trace behavior internal server error response a status code equal to that given

func (*UpdateTraceBehaviorInternalServerError) IsRedirect added in v1.6.0

IsRedirect returns true when this update trace behavior internal server error response has a 3xx status code

func (*UpdateTraceBehaviorInternalServerError) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorInternalServerError) IsServerError() bool

IsServerError returns true when this update trace behavior internal server error response has a 5xx status code

func (*UpdateTraceBehaviorInternalServerError) IsSuccess added in v1.6.0

IsSuccess returns true when this update trace behavior internal server error response has a 2xx status code

func (*UpdateTraceBehaviorInternalServerError) String added in v1.6.0

type UpdateTraceBehaviorNotFound added in v1.6.0

type UpdateTraceBehaviorNotFound struct {
	Payload *models.APIError
}

UpdateTraceBehaviorNotFound describes a response with status code 404, with default header values.

Cannot update the TraceBehavior because the slug does not exist.

func NewUpdateTraceBehaviorNotFound added in v1.6.0

func NewUpdateTraceBehaviorNotFound() *UpdateTraceBehaviorNotFound

NewUpdateTraceBehaviorNotFound creates a UpdateTraceBehaviorNotFound with default headers values

func (*UpdateTraceBehaviorNotFound) Code added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) Code() int

Code gets the status code for the update trace behavior not found response

func (*UpdateTraceBehaviorNotFound) Error added in v1.6.0

func (*UpdateTraceBehaviorNotFound) GetPayload added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) GetPayload() *models.APIError

func (*UpdateTraceBehaviorNotFound) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) IsClientError() bool

IsClientError returns true when this update trace behavior not found response has a 4xx status code

func (*UpdateTraceBehaviorNotFound) IsCode added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) IsCode(code int) bool

IsCode returns true when this update trace behavior not found response a status code equal to that given

func (*UpdateTraceBehaviorNotFound) IsRedirect added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) IsRedirect() bool

IsRedirect returns true when this update trace behavior not found response has a 3xx status code

func (*UpdateTraceBehaviorNotFound) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) IsServerError() bool

IsServerError returns true when this update trace behavior not found response has a 5xx status code

func (*UpdateTraceBehaviorNotFound) IsSuccess added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) IsSuccess() bool

IsSuccess returns true when this update trace behavior not found response has a 2xx status code

func (*UpdateTraceBehaviorNotFound) String added in v1.6.0

func (o *UpdateTraceBehaviorNotFound) String() string

type UpdateTraceBehaviorOK added in v1.6.0

type UpdateTraceBehaviorOK struct {
	Payload *models.ConfigunstableUpdateTraceBehaviorResponse
}

UpdateTraceBehaviorOK describes a response with status code 200, with default header values.

A successful response containing the updated TraceBehavior.

func NewUpdateTraceBehaviorOK added in v1.6.0

func NewUpdateTraceBehaviorOK() *UpdateTraceBehaviorOK

NewUpdateTraceBehaviorOK creates a UpdateTraceBehaviorOK with default headers values

func (*UpdateTraceBehaviorOK) Code added in v1.6.0

func (o *UpdateTraceBehaviorOK) Code() int

Code gets the status code for the update trace behavior o k response

func (*UpdateTraceBehaviorOK) Error added in v1.6.0

func (o *UpdateTraceBehaviorOK) Error() string

func (*UpdateTraceBehaviorOK) GetPayload added in v1.6.0

func (*UpdateTraceBehaviorOK) IsClientError added in v1.6.0

func (o *UpdateTraceBehaviorOK) IsClientError() bool

IsClientError returns true when this update trace behavior o k response has a 4xx status code

func (*UpdateTraceBehaviorOK) IsCode added in v1.6.0

func (o *UpdateTraceBehaviorOK) IsCode(code int) bool

IsCode returns true when this update trace behavior o k response a status code equal to that given

func (*UpdateTraceBehaviorOK) IsRedirect added in v1.6.0

func (o *UpdateTraceBehaviorOK) IsRedirect() bool

IsRedirect returns true when this update trace behavior o k response has a 3xx status code

func (*UpdateTraceBehaviorOK) IsServerError added in v1.6.0

func (o *UpdateTraceBehaviorOK) IsServerError() bool

IsServerError returns true when this update trace behavior o k response has a 5xx status code

func (*UpdateTraceBehaviorOK) IsSuccess added in v1.6.0

func (o *UpdateTraceBehaviorOK) IsSuccess() bool

IsSuccess returns true when this update trace behavior o k response has a 2xx status code

func (*UpdateTraceBehaviorOK) String added in v1.6.0

func (o *UpdateTraceBehaviorOK) String() string

type UpdateTraceBehaviorParams added in v1.6.0

type UpdateTraceBehaviorParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateTraceBehaviorBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateTraceBehaviorParams contains all the parameters to send to the API endpoint

for the update trace behavior operation.

Typically these are written to a http.Request.

func NewUpdateTraceBehaviorParams added in v1.6.0

func NewUpdateTraceBehaviorParams() *UpdateTraceBehaviorParams

NewUpdateTraceBehaviorParams creates a new UpdateTraceBehaviorParams 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 NewUpdateTraceBehaviorParamsWithContext added in v1.6.0

func NewUpdateTraceBehaviorParamsWithContext(ctx context.Context) *UpdateTraceBehaviorParams

NewUpdateTraceBehaviorParamsWithContext creates a new UpdateTraceBehaviorParams object with the ability to set a context for a request.

func NewUpdateTraceBehaviorParamsWithHTTPClient added in v1.6.0

func NewUpdateTraceBehaviorParamsWithHTTPClient(client *http.Client) *UpdateTraceBehaviorParams

NewUpdateTraceBehaviorParamsWithHTTPClient creates a new UpdateTraceBehaviorParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateTraceBehaviorParamsWithTimeout added in v1.6.0

func NewUpdateTraceBehaviorParamsWithTimeout(timeout time.Duration) *UpdateTraceBehaviorParams

NewUpdateTraceBehaviorParamsWithTimeout creates a new UpdateTraceBehaviorParams object with the ability to set a timeout on a request.

func (*UpdateTraceBehaviorParams) SetBody added in v1.6.0

SetBody adds the body to the update trace behavior params

func (*UpdateTraceBehaviorParams) SetContext added in v1.6.0

func (o *UpdateTraceBehaviorParams) SetContext(ctx context.Context)

SetContext adds the context to the update trace behavior params

func (*UpdateTraceBehaviorParams) SetDefaults added in v1.6.0

func (o *UpdateTraceBehaviorParams) SetDefaults()

SetDefaults hydrates default values in the update trace behavior params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceBehaviorParams) SetHTTPClient added in v1.6.0

func (o *UpdateTraceBehaviorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update trace behavior params

func (*UpdateTraceBehaviorParams) SetSlug added in v1.6.0

func (o *UpdateTraceBehaviorParams) SetSlug(slug string)

SetSlug adds the slug to the update trace behavior params

func (*UpdateTraceBehaviorParams) SetTimeout added in v1.6.0

func (o *UpdateTraceBehaviorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update trace behavior params

func (*UpdateTraceBehaviorParams) WithBody added in v1.6.0

WithBody adds the body to the update trace behavior params

func (*UpdateTraceBehaviorParams) WithContext added in v1.6.0

WithContext adds the context to the update trace behavior params

func (*UpdateTraceBehaviorParams) WithDefaults added in v1.6.0

WithDefaults hydrates default values in the update trace behavior params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceBehaviorParams) WithHTTPClient added in v1.6.0

func (o *UpdateTraceBehaviorParams) WithHTTPClient(client *http.Client) *UpdateTraceBehaviorParams

WithHTTPClient adds the HTTPClient to the update trace behavior params

func (*UpdateTraceBehaviorParams) WithSlug added in v1.6.0

WithSlug adds the slug to the update trace behavior params

func (*UpdateTraceBehaviorParams) WithTimeout added in v1.6.0

WithTimeout adds the timeout to the update trace behavior params

func (*UpdateTraceBehaviorParams) WriteToRequest added in v1.6.0

WriteToRequest writes these params to a swagger request

type UpdateTraceBehaviorReader added in v1.6.0

type UpdateTraceBehaviorReader struct {
	// contains filtered or unexported fields
}

UpdateTraceBehaviorReader is a Reader for the UpdateTraceBehavior structure.

func (*UpdateTraceBehaviorReader) ReadResponse added in v1.6.0

func (o *UpdateTraceBehaviorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateTraceJaegerRemoteSamplingStrategyBadRequest

type UpdateTraceJaegerRemoteSamplingStrategyBadRequest struct {
	Payload *models.APIError
}

UpdateTraceJaegerRemoteSamplingStrategyBadRequest describes a response with status code 400, with default header values.

Cannot update the TraceJaegerRemoteSamplingStrategy because the request is invalid.

func NewUpdateTraceJaegerRemoteSamplingStrategyBadRequest

func NewUpdateTraceJaegerRemoteSamplingStrategyBadRequest() *UpdateTraceJaegerRemoteSamplingStrategyBadRequest

NewUpdateTraceJaegerRemoteSamplingStrategyBadRequest creates a UpdateTraceJaegerRemoteSamplingStrategyBadRequest with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) Code

Code gets the status code for the update trace jaeger remote sampling strategy bad request response

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy bad request response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy bad request response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy bad request response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy bad request response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy bad request response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyBadRequest) String

type UpdateTraceJaegerRemoteSamplingStrategyConflict

type UpdateTraceJaegerRemoteSamplingStrategyConflict struct {
	Payload *models.APIError
}

UpdateTraceJaegerRemoteSamplingStrategyConflict describes a response with status code 409, with default header values.

Cannot update the TraceJaegerRemoteSamplingStrategy because there is a conflict with an existing TraceJaegerRemoteSamplingStrategy.

func NewUpdateTraceJaegerRemoteSamplingStrategyConflict

func NewUpdateTraceJaegerRemoteSamplingStrategyConflict() *UpdateTraceJaegerRemoteSamplingStrategyConflict

NewUpdateTraceJaegerRemoteSamplingStrategyConflict creates a UpdateTraceJaegerRemoteSamplingStrategyConflict with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) Code

Code gets the status code for the update trace jaeger remote sampling strategy conflict response

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy conflict response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy conflict response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy conflict response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy conflict response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy conflict response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyConflict) String

type UpdateTraceJaegerRemoteSamplingStrategyDefault

type UpdateTraceJaegerRemoteSamplingStrategyDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateTraceJaegerRemoteSamplingStrategyDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateTraceJaegerRemoteSamplingStrategyDefault

func NewUpdateTraceJaegerRemoteSamplingStrategyDefault(code int) *UpdateTraceJaegerRemoteSamplingStrategyDefault

NewUpdateTraceJaegerRemoteSamplingStrategyDefault creates a UpdateTraceJaegerRemoteSamplingStrategyDefault with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) Code

Code gets the status code for the update trace jaeger remote sampling strategy default response

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy default response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy default response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy default response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy default response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy default response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyDefault) String

type UpdateTraceJaegerRemoteSamplingStrategyInternalServerError

type UpdateTraceJaegerRemoteSamplingStrategyInternalServerError struct {
	Payload *models.APIError
}

UpdateTraceJaegerRemoteSamplingStrategyInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateTraceJaegerRemoteSamplingStrategyInternalServerError

func NewUpdateTraceJaegerRemoteSamplingStrategyInternalServerError() *UpdateTraceJaegerRemoteSamplingStrategyInternalServerError

NewUpdateTraceJaegerRemoteSamplingStrategyInternalServerError creates a UpdateTraceJaegerRemoteSamplingStrategyInternalServerError with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) Code

Code gets the status code for the update trace jaeger remote sampling strategy internal server error response

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy internal server error response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy internal server error response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy internal server error response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy internal server error response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy internal server error response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyInternalServerError) String

type UpdateTraceJaegerRemoteSamplingStrategyNotFound

type UpdateTraceJaegerRemoteSamplingStrategyNotFound struct {
	Payload *models.APIError
}

UpdateTraceJaegerRemoteSamplingStrategyNotFound describes a response with status code 404, with default header values.

Cannot update the TraceJaegerRemoteSamplingStrategy because the slug does not exist.

func NewUpdateTraceJaegerRemoteSamplingStrategyNotFound

func NewUpdateTraceJaegerRemoteSamplingStrategyNotFound() *UpdateTraceJaegerRemoteSamplingStrategyNotFound

NewUpdateTraceJaegerRemoteSamplingStrategyNotFound creates a UpdateTraceJaegerRemoteSamplingStrategyNotFound with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) Code

Code gets the status code for the update trace jaeger remote sampling strategy not found response

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy not found response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy not found response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy not found response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy not found response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy not found response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyNotFound) String

type UpdateTraceJaegerRemoteSamplingStrategyOK

type UpdateTraceJaegerRemoteSamplingStrategyOK struct {
	Payload *models.ConfigunstableUpdateTraceJaegerRemoteSamplingStrategyResponse
}

UpdateTraceJaegerRemoteSamplingStrategyOK describes a response with status code 200, with default header values.

A successful response containing the updated TraceJaegerRemoteSamplingStrategy.

func NewUpdateTraceJaegerRemoteSamplingStrategyOK

func NewUpdateTraceJaegerRemoteSamplingStrategyOK() *UpdateTraceJaegerRemoteSamplingStrategyOK

NewUpdateTraceJaegerRemoteSamplingStrategyOK creates a UpdateTraceJaegerRemoteSamplingStrategyOK with default headers values

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) Code

Code gets the status code for the update trace jaeger remote sampling strategy o k response

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) Error

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) GetPayload

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) IsClientError

IsClientError returns true when this update trace jaeger remote sampling strategy o k response has a 4xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) IsCode

IsCode returns true when this update trace jaeger remote sampling strategy o k response a status code equal to that given

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) IsRedirect

IsRedirect returns true when this update trace jaeger remote sampling strategy o k response has a 3xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) IsServerError

IsServerError returns true when this update trace jaeger remote sampling strategy o k response has a 5xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) IsSuccess

IsSuccess returns true when this update trace jaeger remote sampling strategy o k response has a 2xx status code

func (*UpdateTraceJaegerRemoteSamplingStrategyOK) String

type UpdateTraceJaegerRemoteSamplingStrategyParams

type UpdateTraceJaegerRemoteSamplingStrategyParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateTraceJaegerRemoteSamplingStrategyBody

	// Slug.
	Slug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateTraceJaegerRemoteSamplingStrategyParams contains all the parameters to send to the API endpoint

for the update trace jaeger remote sampling strategy operation.

Typically these are written to a http.Request.

func NewUpdateTraceJaegerRemoteSamplingStrategyParams

func NewUpdateTraceJaegerRemoteSamplingStrategyParams() *UpdateTraceJaegerRemoteSamplingStrategyParams

NewUpdateTraceJaegerRemoteSamplingStrategyParams creates a new UpdateTraceJaegerRemoteSamplingStrategyParams 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 NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithContext

func NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithContext(ctx context.Context) *UpdateTraceJaegerRemoteSamplingStrategyParams

NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithContext creates a new UpdateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a context for a request.

func NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient

func NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient(client *http.Client) *UpdateTraceJaegerRemoteSamplingStrategyParams

NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithHTTPClient creates a new UpdateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithTimeout

func NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithTimeout(timeout time.Duration) *UpdateTraceJaegerRemoteSamplingStrategyParams

NewUpdateTraceJaegerRemoteSamplingStrategyParamsWithTimeout creates a new UpdateTraceJaegerRemoteSamplingStrategyParams object with the ability to set a timeout on a request.

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetBody

SetBody adds the body to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetContext

SetContext adds the context to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetDefaults

SetDefaults hydrates default values in the update trace jaeger remote sampling strategy params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetHTTPClient

func (o *UpdateTraceJaegerRemoteSamplingStrategyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetSlug

SetSlug adds the slug to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) SetTimeout

SetTimeout adds the timeout to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithBody

WithBody adds the body to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithContext

WithContext adds the context to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithDefaults

WithDefaults hydrates default values in the update trace jaeger remote sampling strategy params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithSlug

WithSlug adds the slug to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WithTimeout

WithTimeout adds the timeout to the update trace jaeger remote sampling strategy params

func (*UpdateTraceJaegerRemoteSamplingStrategyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTraceJaegerRemoteSamplingStrategyReader

type UpdateTraceJaegerRemoteSamplingStrategyReader struct {
	// contains filtered or unexported fields
}

UpdateTraceJaegerRemoteSamplingStrategyReader is a Reader for the UpdateTraceJaegerRemoteSamplingStrategy structure.

func (*UpdateTraceJaegerRemoteSamplingStrategyReader) ReadResponse

func (o *UpdateTraceJaegerRemoteSamplingStrategyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateTraceTailSamplingRulesBadRequest added in v1.1.0

type UpdateTraceTailSamplingRulesBadRequest struct {
	Payload *models.APIError
}

UpdateTraceTailSamplingRulesBadRequest describes a response with status code 400, with default header values.

Cannot update the TraceTailSamplingRules because the request is invalid.

func NewUpdateTraceTailSamplingRulesBadRequest added in v1.1.0

func NewUpdateTraceTailSamplingRulesBadRequest() *UpdateTraceTailSamplingRulesBadRequest

NewUpdateTraceTailSamplingRulesBadRequest creates a UpdateTraceTailSamplingRulesBadRequest with default headers values

func (*UpdateTraceTailSamplingRulesBadRequest) Code added in v1.1.0

Code gets the status code for the update trace tail sampling rules bad request response

func (*UpdateTraceTailSamplingRulesBadRequest) Error added in v1.1.0

func (*UpdateTraceTailSamplingRulesBadRequest) GetPayload added in v1.1.0

func (*UpdateTraceTailSamplingRulesBadRequest) IsClientError added in v1.1.0

func (o *UpdateTraceTailSamplingRulesBadRequest) IsClientError() bool

IsClientError returns true when this update trace tail sampling rules bad request response has a 4xx status code

func (*UpdateTraceTailSamplingRulesBadRequest) IsCode added in v1.1.0

IsCode returns true when this update trace tail sampling rules bad request response a status code equal to that given

func (*UpdateTraceTailSamplingRulesBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this update trace tail sampling rules bad request response has a 3xx status code

func (*UpdateTraceTailSamplingRulesBadRequest) IsServerError added in v1.1.0

func (o *UpdateTraceTailSamplingRulesBadRequest) IsServerError() bool

IsServerError returns true when this update trace tail sampling rules bad request response has a 5xx status code

func (*UpdateTraceTailSamplingRulesBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this update trace tail sampling rules bad request response has a 2xx status code

func (*UpdateTraceTailSamplingRulesBadRequest) String added in v1.1.0

type UpdateTraceTailSamplingRulesDefault

type UpdateTraceTailSamplingRulesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateTraceTailSamplingRulesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateTraceTailSamplingRulesDefault

func NewUpdateTraceTailSamplingRulesDefault(code int) *UpdateTraceTailSamplingRulesDefault

NewUpdateTraceTailSamplingRulesDefault creates a UpdateTraceTailSamplingRulesDefault with default headers values

func (*UpdateTraceTailSamplingRulesDefault) Code

Code gets the status code for the update trace tail sampling rules default response

func (*UpdateTraceTailSamplingRulesDefault) Error

func (*UpdateTraceTailSamplingRulesDefault) GetPayload

func (*UpdateTraceTailSamplingRulesDefault) IsClientError

func (o *UpdateTraceTailSamplingRulesDefault) IsClientError() bool

IsClientError returns true when this update trace tail sampling rules default response has a 4xx status code

func (*UpdateTraceTailSamplingRulesDefault) IsCode

IsCode returns true when this update trace tail sampling rules default response a status code equal to that given

func (*UpdateTraceTailSamplingRulesDefault) IsRedirect

func (o *UpdateTraceTailSamplingRulesDefault) IsRedirect() bool

IsRedirect returns true when this update trace tail sampling rules default response has a 3xx status code

func (*UpdateTraceTailSamplingRulesDefault) IsServerError

func (o *UpdateTraceTailSamplingRulesDefault) IsServerError() bool

IsServerError returns true when this update trace tail sampling rules default response has a 5xx status code

func (*UpdateTraceTailSamplingRulesDefault) IsSuccess

IsSuccess returns true when this update trace tail sampling rules default response has a 2xx status code

func (*UpdateTraceTailSamplingRulesDefault) String

type UpdateTraceTailSamplingRulesInternalServerError added in v1.1.0

type UpdateTraceTailSamplingRulesInternalServerError struct {
	Payload *models.APIError
}

UpdateTraceTailSamplingRulesInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateTraceTailSamplingRulesInternalServerError added in v1.1.0

func NewUpdateTraceTailSamplingRulesInternalServerError() *UpdateTraceTailSamplingRulesInternalServerError

NewUpdateTraceTailSamplingRulesInternalServerError creates a UpdateTraceTailSamplingRulesInternalServerError with default headers values

func (*UpdateTraceTailSamplingRulesInternalServerError) Code added in v1.1.0

Code gets the status code for the update trace tail sampling rules internal server error response

func (*UpdateTraceTailSamplingRulesInternalServerError) Error added in v1.1.0

func (*UpdateTraceTailSamplingRulesInternalServerError) GetPayload added in v1.1.0

func (*UpdateTraceTailSamplingRulesInternalServerError) IsClientError added in v1.1.0

IsClientError returns true when this update trace tail sampling rules internal server error response has a 4xx status code

func (*UpdateTraceTailSamplingRulesInternalServerError) IsCode added in v1.1.0

IsCode returns true when this update trace tail sampling rules internal server error response a status code equal to that given

func (*UpdateTraceTailSamplingRulesInternalServerError) IsRedirect added in v1.1.0

IsRedirect returns true when this update trace tail sampling rules internal server error response has a 3xx status code

func (*UpdateTraceTailSamplingRulesInternalServerError) IsServerError added in v1.1.0

IsServerError returns true when this update trace tail sampling rules internal server error response has a 5xx status code

func (*UpdateTraceTailSamplingRulesInternalServerError) IsSuccess added in v1.1.0

IsSuccess returns true when this update trace tail sampling rules internal server error response has a 2xx status code

func (*UpdateTraceTailSamplingRulesInternalServerError) String added in v1.1.0

type UpdateTraceTailSamplingRulesNotFound added in v1.1.0

type UpdateTraceTailSamplingRulesNotFound struct {
	Payload *models.APIError
}

UpdateTraceTailSamplingRulesNotFound describes a response with status code 404, with default header values.

Cannot update the TraceTailSamplingRules because TraceTailSamplingRules has not been created.

func NewUpdateTraceTailSamplingRulesNotFound added in v1.1.0

func NewUpdateTraceTailSamplingRulesNotFound() *UpdateTraceTailSamplingRulesNotFound

NewUpdateTraceTailSamplingRulesNotFound creates a UpdateTraceTailSamplingRulesNotFound with default headers values

func (*UpdateTraceTailSamplingRulesNotFound) Code added in v1.1.0

Code gets the status code for the update trace tail sampling rules not found response

func (*UpdateTraceTailSamplingRulesNotFound) Error added in v1.1.0

func (*UpdateTraceTailSamplingRulesNotFound) GetPayload added in v1.1.0

func (*UpdateTraceTailSamplingRulesNotFound) IsClientError added in v1.1.0

func (o *UpdateTraceTailSamplingRulesNotFound) IsClientError() bool

IsClientError returns true when this update trace tail sampling rules not found response has a 4xx status code

func (*UpdateTraceTailSamplingRulesNotFound) IsCode added in v1.1.0

IsCode returns true when this update trace tail sampling rules not found response a status code equal to that given

func (*UpdateTraceTailSamplingRulesNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this update trace tail sampling rules not found response has a 3xx status code

func (*UpdateTraceTailSamplingRulesNotFound) IsServerError added in v1.1.0

func (o *UpdateTraceTailSamplingRulesNotFound) IsServerError() bool

IsServerError returns true when this update trace tail sampling rules not found response has a 5xx status code

func (*UpdateTraceTailSamplingRulesNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this update trace tail sampling rules not found response has a 2xx status code

func (*UpdateTraceTailSamplingRulesNotFound) String added in v1.1.0

type UpdateTraceTailSamplingRulesOK

type UpdateTraceTailSamplingRulesOK struct {
	Payload *models.ConfigunstableUpdateTraceTailSamplingRulesResponse
}

UpdateTraceTailSamplingRulesOK describes a response with status code 200, with default header values.

A successful response containing the updated TraceTailSamplingRules.

func NewUpdateTraceTailSamplingRulesOK

func NewUpdateTraceTailSamplingRulesOK() *UpdateTraceTailSamplingRulesOK

NewUpdateTraceTailSamplingRulesOK creates a UpdateTraceTailSamplingRulesOK with default headers values

func (*UpdateTraceTailSamplingRulesOK) Code

Code gets the status code for the update trace tail sampling rules o k response

func (*UpdateTraceTailSamplingRulesOK) Error

func (*UpdateTraceTailSamplingRulesOK) GetPayload

func (*UpdateTraceTailSamplingRulesOK) IsClientError

func (o *UpdateTraceTailSamplingRulesOK) IsClientError() bool

IsClientError returns true when this update trace tail sampling rules o k response has a 4xx status code

func (*UpdateTraceTailSamplingRulesOK) IsCode

func (o *UpdateTraceTailSamplingRulesOK) IsCode(code int) bool

IsCode returns true when this update trace tail sampling rules o k response a status code equal to that given

func (*UpdateTraceTailSamplingRulesOK) IsRedirect

func (o *UpdateTraceTailSamplingRulesOK) IsRedirect() bool

IsRedirect returns true when this update trace tail sampling rules o k response has a 3xx status code

func (*UpdateTraceTailSamplingRulesOK) IsServerError

func (o *UpdateTraceTailSamplingRulesOK) IsServerError() bool

IsServerError returns true when this update trace tail sampling rules o k response has a 5xx status code

func (*UpdateTraceTailSamplingRulesOK) IsSuccess

func (o *UpdateTraceTailSamplingRulesOK) IsSuccess() bool

IsSuccess returns true when this update trace tail sampling rules o k response has a 2xx status code

func (*UpdateTraceTailSamplingRulesOK) String

type UpdateTraceTailSamplingRulesParams

type UpdateTraceTailSamplingRulesParams struct {

	// Body.
	Body *models.ConfigunstableUpdateTraceTailSamplingRulesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateTraceTailSamplingRulesParams contains all the parameters to send to the API endpoint

for the update trace tail sampling rules operation.

Typically these are written to a http.Request.

func NewUpdateTraceTailSamplingRulesParams

func NewUpdateTraceTailSamplingRulesParams() *UpdateTraceTailSamplingRulesParams

NewUpdateTraceTailSamplingRulesParams creates a new UpdateTraceTailSamplingRulesParams 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 NewUpdateTraceTailSamplingRulesParamsWithContext

func NewUpdateTraceTailSamplingRulesParamsWithContext(ctx context.Context) *UpdateTraceTailSamplingRulesParams

NewUpdateTraceTailSamplingRulesParamsWithContext creates a new UpdateTraceTailSamplingRulesParams object with the ability to set a context for a request.

func NewUpdateTraceTailSamplingRulesParamsWithHTTPClient

func NewUpdateTraceTailSamplingRulesParamsWithHTTPClient(client *http.Client) *UpdateTraceTailSamplingRulesParams

NewUpdateTraceTailSamplingRulesParamsWithHTTPClient creates a new UpdateTraceTailSamplingRulesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateTraceTailSamplingRulesParamsWithTimeout

func NewUpdateTraceTailSamplingRulesParamsWithTimeout(timeout time.Duration) *UpdateTraceTailSamplingRulesParams

NewUpdateTraceTailSamplingRulesParamsWithTimeout creates a new UpdateTraceTailSamplingRulesParams object with the ability to set a timeout on a request.

func (*UpdateTraceTailSamplingRulesParams) SetBody

SetBody adds the body to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) SetContext

SetContext adds the context to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) SetDefaults

func (o *UpdateTraceTailSamplingRulesParams) SetDefaults()

SetDefaults hydrates default values in the update trace tail sampling rules params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceTailSamplingRulesParams) SetHTTPClient

func (o *UpdateTraceTailSamplingRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) SetTimeout

func (o *UpdateTraceTailSamplingRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) WithBody

WithBody adds the body to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) WithContext

WithContext adds the context to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) WithDefaults

WithDefaults hydrates default values in the update trace tail sampling rules params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceTailSamplingRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) WithTimeout

WithTimeout adds the timeout to the update trace tail sampling rules params

func (*UpdateTraceTailSamplingRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTraceTailSamplingRulesReader

type UpdateTraceTailSamplingRulesReader struct {
	// contains filtered or unexported fields
}

UpdateTraceTailSamplingRulesReader is a Reader for the UpdateTraceTailSamplingRules structure.

func (*UpdateTraceTailSamplingRulesReader) ReadResponse

func (o *UpdateTraceTailSamplingRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateTraceTopTagConfigBadRequest added in v1.9.0

type UpdateTraceTopTagConfigBadRequest struct {
	Payload *models.APIError
}

UpdateTraceTopTagConfigBadRequest describes a response with status code 400, with default header values.

Cannot update the TraceTopTagConfig because the request is invalid.

func NewUpdateTraceTopTagConfigBadRequest added in v1.9.0

func NewUpdateTraceTopTagConfigBadRequest() *UpdateTraceTopTagConfigBadRequest

NewUpdateTraceTopTagConfigBadRequest creates a UpdateTraceTopTagConfigBadRequest with default headers values

func (*UpdateTraceTopTagConfigBadRequest) Code added in v1.9.0

Code gets the status code for the update trace top tag config bad request response

func (*UpdateTraceTopTagConfigBadRequest) Error added in v1.9.0

func (*UpdateTraceTopTagConfigBadRequest) GetPayload added in v1.9.0

func (*UpdateTraceTopTagConfigBadRequest) IsClientError added in v1.9.0

func (o *UpdateTraceTopTagConfigBadRequest) IsClientError() bool

IsClientError returns true when this update trace top tag config bad request response has a 4xx status code

func (*UpdateTraceTopTagConfigBadRequest) IsCode added in v1.9.0

func (o *UpdateTraceTopTagConfigBadRequest) IsCode(code int) bool

IsCode returns true when this update trace top tag config bad request response a status code equal to that given

func (*UpdateTraceTopTagConfigBadRequest) IsRedirect added in v1.9.0

func (o *UpdateTraceTopTagConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this update trace top tag config bad request response has a 3xx status code

func (*UpdateTraceTopTagConfigBadRequest) IsServerError added in v1.9.0

func (o *UpdateTraceTopTagConfigBadRequest) IsServerError() bool

IsServerError returns true when this update trace top tag config bad request response has a 5xx status code

func (*UpdateTraceTopTagConfigBadRequest) IsSuccess added in v1.9.0

func (o *UpdateTraceTopTagConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this update trace top tag config bad request response has a 2xx status code

func (*UpdateTraceTopTagConfigBadRequest) String added in v1.9.0

type UpdateTraceTopTagConfigDefault added in v1.9.0

type UpdateTraceTopTagConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateTraceTopTagConfigDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateTraceTopTagConfigDefault added in v1.9.0

func NewUpdateTraceTopTagConfigDefault(code int) *UpdateTraceTopTagConfigDefault

NewUpdateTraceTopTagConfigDefault creates a UpdateTraceTopTagConfigDefault with default headers values

func (*UpdateTraceTopTagConfigDefault) Code added in v1.9.0

Code gets the status code for the update trace top tag config default response

func (*UpdateTraceTopTagConfigDefault) Error added in v1.9.0

func (*UpdateTraceTopTagConfigDefault) GetPayload added in v1.9.0

func (*UpdateTraceTopTagConfigDefault) IsClientError added in v1.9.0

func (o *UpdateTraceTopTagConfigDefault) IsClientError() bool

IsClientError returns true when this update trace top tag config default response has a 4xx status code

func (*UpdateTraceTopTagConfigDefault) IsCode added in v1.9.0

func (o *UpdateTraceTopTagConfigDefault) IsCode(code int) bool

IsCode returns true when this update trace top tag config default response a status code equal to that given

func (*UpdateTraceTopTagConfigDefault) IsRedirect added in v1.9.0

func (o *UpdateTraceTopTagConfigDefault) IsRedirect() bool

IsRedirect returns true when this update trace top tag config default response has a 3xx status code

func (*UpdateTraceTopTagConfigDefault) IsServerError added in v1.9.0

func (o *UpdateTraceTopTagConfigDefault) IsServerError() bool

IsServerError returns true when this update trace top tag config default response has a 5xx status code

func (*UpdateTraceTopTagConfigDefault) IsSuccess added in v1.9.0

func (o *UpdateTraceTopTagConfigDefault) IsSuccess() bool

IsSuccess returns true when this update trace top tag config default response has a 2xx status code

func (*UpdateTraceTopTagConfigDefault) String added in v1.9.0

type UpdateTraceTopTagConfigInternalServerError added in v1.9.0

type UpdateTraceTopTagConfigInternalServerError struct {
	Payload *models.APIError
}

UpdateTraceTopTagConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateTraceTopTagConfigInternalServerError added in v1.9.0

func NewUpdateTraceTopTagConfigInternalServerError() *UpdateTraceTopTagConfigInternalServerError

NewUpdateTraceTopTagConfigInternalServerError creates a UpdateTraceTopTagConfigInternalServerError with default headers values

func (*UpdateTraceTopTagConfigInternalServerError) Code added in v1.9.0

Code gets the status code for the update trace top tag config internal server error response

func (*UpdateTraceTopTagConfigInternalServerError) Error added in v1.9.0

func (*UpdateTraceTopTagConfigInternalServerError) GetPayload added in v1.9.0

func (*UpdateTraceTopTagConfigInternalServerError) IsClientError added in v1.9.0

IsClientError returns true when this update trace top tag config internal server error response has a 4xx status code

func (*UpdateTraceTopTagConfigInternalServerError) IsCode added in v1.9.0

IsCode returns true when this update trace top tag config internal server error response a status code equal to that given

func (*UpdateTraceTopTagConfigInternalServerError) IsRedirect added in v1.9.0

IsRedirect returns true when this update trace top tag config internal server error response has a 3xx status code

func (*UpdateTraceTopTagConfigInternalServerError) IsServerError added in v1.9.0

IsServerError returns true when this update trace top tag config internal server error response has a 5xx status code

func (*UpdateTraceTopTagConfigInternalServerError) IsSuccess added in v1.9.0

IsSuccess returns true when this update trace top tag config internal server error response has a 2xx status code

func (*UpdateTraceTopTagConfigInternalServerError) String added in v1.9.0

type UpdateTraceTopTagConfigNotFound added in v1.9.0

type UpdateTraceTopTagConfigNotFound struct {
	Payload *models.APIError
}

UpdateTraceTopTagConfigNotFound describes a response with status code 404, with default header values.

Cannot update the TraceTopTagConfig because TraceTopTagConfig has not been created.

func NewUpdateTraceTopTagConfigNotFound added in v1.9.0

func NewUpdateTraceTopTagConfigNotFound() *UpdateTraceTopTagConfigNotFound

NewUpdateTraceTopTagConfigNotFound creates a UpdateTraceTopTagConfigNotFound with default headers values

func (*UpdateTraceTopTagConfigNotFound) Code added in v1.9.0

Code gets the status code for the update trace top tag config not found response

func (*UpdateTraceTopTagConfigNotFound) Error added in v1.9.0

func (*UpdateTraceTopTagConfigNotFound) GetPayload added in v1.9.0

func (*UpdateTraceTopTagConfigNotFound) IsClientError added in v1.9.0

func (o *UpdateTraceTopTagConfigNotFound) IsClientError() bool

IsClientError returns true when this update trace top tag config not found response has a 4xx status code

func (*UpdateTraceTopTagConfigNotFound) IsCode added in v1.9.0

func (o *UpdateTraceTopTagConfigNotFound) IsCode(code int) bool

IsCode returns true when this update trace top tag config not found response a status code equal to that given

func (*UpdateTraceTopTagConfigNotFound) IsRedirect added in v1.9.0

func (o *UpdateTraceTopTagConfigNotFound) IsRedirect() bool

IsRedirect returns true when this update trace top tag config not found response has a 3xx status code

func (*UpdateTraceTopTagConfigNotFound) IsServerError added in v1.9.0

func (o *UpdateTraceTopTagConfigNotFound) IsServerError() bool

IsServerError returns true when this update trace top tag config not found response has a 5xx status code

func (*UpdateTraceTopTagConfigNotFound) IsSuccess added in v1.9.0

func (o *UpdateTraceTopTagConfigNotFound) IsSuccess() bool

IsSuccess returns true when this update trace top tag config not found response has a 2xx status code

func (*UpdateTraceTopTagConfigNotFound) String added in v1.9.0

type UpdateTraceTopTagConfigOK added in v1.9.0

type UpdateTraceTopTagConfigOK struct {
	Payload *models.ConfigunstableUpdateTraceTopTagConfigResponse
}

UpdateTraceTopTagConfigOK describes a response with status code 200, with default header values.

A successful response containing the updated TraceTopTagConfig.

func NewUpdateTraceTopTagConfigOK added in v1.9.0

func NewUpdateTraceTopTagConfigOK() *UpdateTraceTopTagConfigOK

NewUpdateTraceTopTagConfigOK creates a UpdateTraceTopTagConfigOK with default headers values

func (*UpdateTraceTopTagConfigOK) Code added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) Code() int

Code gets the status code for the update trace top tag config o k response

func (*UpdateTraceTopTagConfigOK) Error added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) Error() string

func (*UpdateTraceTopTagConfigOK) GetPayload added in v1.9.0

func (*UpdateTraceTopTagConfigOK) IsClientError added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) IsClientError() bool

IsClientError returns true when this update trace top tag config o k response has a 4xx status code

func (*UpdateTraceTopTagConfigOK) IsCode added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) IsCode(code int) bool

IsCode returns true when this update trace top tag config o k response a status code equal to that given

func (*UpdateTraceTopTagConfigOK) IsRedirect added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) IsRedirect() bool

IsRedirect returns true when this update trace top tag config o k response has a 3xx status code

func (*UpdateTraceTopTagConfigOK) IsServerError added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) IsServerError() bool

IsServerError returns true when this update trace top tag config o k response has a 5xx status code

func (*UpdateTraceTopTagConfigOK) IsSuccess added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) IsSuccess() bool

IsSuccess returns true when this update trace top tag config o k response has a 2xx status code

func (*UpdateTraceTopTagConfigOK) String added in v1.9.0

func (o *UpdateTraceTopTagConfigOK) String() string

type UpdateTraceTopTagConfigParams added in v1.9.0

type UpdateTraceTopTagConfigParams struct {

	// Body.
	Body *models.ConfigunstableUpdateTraceTopTagConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateTraceTopTagConfigParams contains all the parameters to send to the API endpoint

for the update trace top tag config operation.

Typically these are written to a http.Request.

func NewUpdateTraceTopTagConfigParams added in v1.9.0

func NewUpdateTraceTopTagConfigParams() *UpdateTraceTopTagConfigParams

NewUpdateTraceTopTagConfigParams creates a new UpdateTraceTopTagConfigParams 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 NewUpdateTraceTopTagConfigParamsWithContext added in v1.9.0

func NewUpdateTraceTopTagConfigParamsWithContext(ctx context.Context) *UpdateTraceTopTagConfigParams

NewUpdateTraceTopTagConfigParamsWithContext creates a new UpdateTraceTopTagConfigParams object with the ability to set a context for a request.

func NewUpdateTraceTopTagConfigParamsWithHTTPClient added in v1.9.0

func NewUpdateTraceTopTagConfigParamsWithHTTPClient(client *http.Client) *UpdateTraceTopTagConfigParams

NewUpdateTraceTopTagConfigParamsWithHTTPClient creates a new UpdateTraceTopTagConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateTraceTopTagConfigParamsWithTimeout added in v1.9.0

func NewUpdateTraceTopTagConfigParamsWithTimeout(timeout time.Duration) *UpdateTraceTopTagConfigParams

NewUpdateTraceTopTagConfigParamsWithTimeout creates a new UpdateTraceTopTagConfigParams object with the ability to set a timeout on a request.

func (*UpdateTraceTopTagConfigParams) SetBody added in v1.9.0

SetBody adds the body to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) SetContext added in v1.9.0

func (o *UpdateTraceTopTagConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) SetDefaults added in v1.9.0

func (o *UpdateTraceTopTagConfigParams) SetDefaults()

SetDefaults hydrates default values in the update trace top tag config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceTopTagConfigParams) SetHTTPClient added in v1.9.0

func (o *UpdateTraceTopTagConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) SetTimeout added in v1.9.0

func (o *UpdateTraceTopTagConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) WithBody added in v1.9.0

WithBody adds the body to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) WithContext added in v1.9.0

WithContext adds the context to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) WithDefaults added in v1.9.0

WithDefaults hydrates default values in the update trace top tag config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateTraceTopTagConfigParams) WithHTTPClient added in v1.9.0

WithHTTPClient adds the HTTPClient to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) WithTimeout added in v1.9.0

WithTimeout adds the timeout to the update trace top tag config params

func (*UpdateTraceTopTagConfigParams) WriteToRequest added in v1.9.0

WriteToRequest writes these params to a swagger request

type UpdateTraceTopTagConfigReader added in v1.9.0

type UpdateTraceTopTagConfigReader struct {
	// contains filtered or unexported fields
}

UpdateTraceTopTagConfigReader is a Reader for the UpdateTraceTopTagConfig structure.

func (*UpdateTraceTopTagConfigReader) ReadResponse added in v1.9.0

func (o *UpdateTraceTopTagConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL