project_version_of_alert_definition_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 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 project version of alert definition controller API

func (*Client) ListProjectVersionOfAlertDefinition

ListProjectVersionOfAlertDefinition lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListProjectVersionOfAlertDefinition(params *ListProjectVersionOfAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfAlertDefinitionOK, 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 project version of alert definition controller API client.

type ListProjectVersionOfAlertDefinitionBadRequest

type ListProjectVersionOfAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewListProjectVersionOfAlertDefinitionBadRequest

func NewListProjectVersionOfAlertDefinitionBadRequest() *ListProjectVersionOfAlertDefinitionBadRequest

NewListProjectVersionOfAlertDefinitionBadRequest creates a ListProjectVersionOfAlertDefinitionBadRequest with default headers values

func (*ListProjectVersionOfAlertDefinitionBadRequest) Error

func (*ListProjectVersionOfAlertDefinitionBadRequest) GetPayload

type ListProjectVersionOfAlertDefinitionConflict

type ListProjectVersionOfAlertDefinitionConflict struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionConflict handles this case with default header values.

Conflict

func NewListProjectVersionOfAlertDefinitionConflict

func NewListProjectVersionOfAlertDefinitionConflict() *ListProjectVersionOfAlertDefinitionConflict

NewListProjectVersionOfAlertDefinitionConflict creates a ListProjectVersionOfAlertDefinitionConflict with default headers values

func (*ListProjectVersionOfAlertDefinitionConflict) Error

func (*ListProjectVersionOfAlertDefinitionConflict) GetPayload

type ListProjectVersionOfAlertDefinitionForbidden

type ListProjectVersionOfAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewListProjectVersionOfAlertDefinitionForbidden

func NewListProjectVersionOfAlertDefinitionForbidden() *ListProjectVersionOfAlertDefinitionForbidden

NewListProjectVersionOfAlertDefinitionForbidden creates a ListProjectVersionOfAlertDefinitionForbidden with default headers values

func (*ListProjectVersionOfAlertDefinitionForbidden) Error

func (*ListProjectVersionOfAlertDefinitionForbidden) GetPayload

type ListProjectVersionOfAlertDefinitionInternalServerError

type ListProjectVersionOfAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewListProjectVersionOfAlertDefinitionInternalServerError

func NewListProjectVersionOfAlertDefinitionInternalServerError() *ListProjectVersionOfAlertDefinitionInternalServerError

NewListProjectVersionOfAlertDefinitionInternalServerError creates a ListProjectVersionOfAlertDefinitionInternalServerError with default headers values

func (*ListProjectVersionOfAlertDefinitionInternalServerError) Error

func (*ListProjectVersionOfAlertDefinitionInternalServerError) GetPayload

type ListProjectVersionOfAlertDefinitionNotFound

type ListProjectVersionOfAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewListProjectVersionOfAlertDefinitionNotFound

func NewListProjectVersionOfAlertDefinitionNotFound() *ListProjectVersionOfAlertDefinitionNotFound

NewListProjectVersionOfAlertDefinitionNotFound creates a ListProjectVersionOfAlertDefinitionNotFound with default headers values

func (*ListProjectVersionOfAlertDefinitionNotFound) Error

func (*ListProjectVersionOfAlertDefinitionNotFound) GetPayload

type ListProjectVersionOfAlertDefinitionOK

type ListProjectVersionOfAlertDefinitionOK struct {
	Payload *models.APIResultListProjectVersion
}

ListProjectVersionOfAlertDefinitionOK handles this case with default header values.

OK

func NewListProjectVersionOfAlertDefinitionOK

func NewListProjectVersionOfAlertDefinitionOK() *ListProjectVersionOfAlertDefinitionOK

NewListProjectVersionOfAlertDefinitionOK creates a ListProjectVersionOfAlertDefinitionOK with default headers values

func (*ListProjectVersionOfAlertDefinitionOK) Error

func (*ListProjectVersionOfAlertDefinitionOK) GetPayload

type ListProjectVersionOfAlertDefinitionParams

type ListProjectVersionOfAlertDefinitionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListProjectVersionOfAlertDefinitionParams contains all the parameters to send to the API endpoint for the list project version of alert definition operation typically these are written to a http.Request

func NewListProjectVersionOfAlertDefinitionParams

func NewListProjectVersionOfAlertDefinitionParams() *ListProjectVersionOfAlertDefinitionParams

NewListProjectVersionOfAlertDefinitionParams creates a new ListProjectVersionOfAlertDefinitionParams object with the default values initialized.

func NewListProjectVersionOfAlertDefinitionParamsWithContext

func NewListProjectVersionOfAlertDefinitionParamsWithContext(ctx context.Context) *ListProjectVersionOfAlertDefinitionParams

NewListProjectVersionOfAlertDefinitionParamsWithContext creates a new ListProjectVersionOfAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewListProjectVersionOfAlertDefinitionParamsWithHTTPClient

func NewListProjectVersionOfAlertDefinitionParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfAlertDefinitionParams

NewListProjectVersionOfAlertDefinitionParamsWithHTTPClient creates a new ListProjectVersionOfAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListProjectVersionOfAlertDefinitionParamsWithTimeout

func NewListProjectVersionOfAlertDefinitionParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfAlertDefinitionParams

NewListProjectVersionOfAlertDefinitionParamsWithTimeout creates a new ListProjectVersionOfAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListProjectVersionOfAlertDefinitionParams) SetContext

SetContext adds the context to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetFields

func (o *ListProjectVersionOfAlertDefinitionParams) SetFields(fields *string)

SetFields adds the fields to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetLimit

SetLimit adds the limit to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetOrderby

func (o *ListProjectVersionOfAlertDefinitionParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetParentID

func (o *ListProjectVersionOfAlertDefinitionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetQ

SetQ adds the q to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetStart

SetStart adds the start to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) SetTimeout

SetTimeout adds the timeout to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithContext

WithContext adds the context to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithFields

WithFields adds the fields to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithLimit

WithLimit adds the limit to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithOrderby

WithOrderby adds the orderby to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithParentID

WithParentID adds the parentID to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithQ

WithQ adds the q to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithStart

WithStart adds the start to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the list project version of alert definition params

func (*ListProjectVersionOfAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectVersionOfAlertDefinitionReader

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

ListProjectVersionOfAlertDefinitionReader is a Reader for the ListProjectVersionOfAlertDefinition structure.

func (*ListProjectVersionOfAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectVersionOfAlertDefinitionUnauthorized

type ListProjectVersionOfAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

ListProjectVersionOfAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewListProjectVersionOfAlertDefinitionUnauthorized

func NewListProjectVersionOfAlertDefinitionUnauthorized() *ListProjectVersionOfAlertDefinitionUnauthorized

NewListProjectVersionOfAlertDefinitionUnauthorized creates a ListProjectVersionOfAlertDefinitionUnauthorized with default headers values

func (*ListProjectVersionOfAlertDefinitionUnauthorized) Error

func (*ListProjectVersionOfAlertDefinitionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL