variable_history_of_project_version_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 variable history of project version controller API

func (*Client) ListVariableHistoryOfProjectVersion

ListVariableHistoryOfProjectVersion lists

func (*Client) ReadVariableHistoryOfProjectVersion

ReadVariableHistoryOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListVariableHistoryOfProjectVersion(params *ListVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListVariableHistoryOfProjectVersionOK, error)

	ReadVariableHistoryOfProjectVersion(params *ReadVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadVariableHistoryOfProjectVersionOK, 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 variable history of project version controller API client.

type ListVariableHistoryOfProjectVersionBadRequest

type ListVariableHistoryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListVariableHistoryOfProjectVersionBadRequest

func NewListVariableHistoryOfProjectVersionBadRequest() *ListVariableHistoryOfProjectVersionBadRequest

NewListVariableHistoryOfProjectVersionBadRequest creates a ListVariableHistoryOfProjectVersionBadRequest with default headers values

func (*ListVariableHistoryOfProjectVersionBadRequest) Error

func (*ListVariableHistoryOfProjectVersionBadRequest) GetPayload

type ListVariableHistoryOfProjectVersionConflict

type ListVariableHistoryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListVariableHistoryOfProjectVersionConflict

func NewListVariableHistoryOfProjectVersionConflict() *ListVariableHistoryOfProjectVersionConflict

NewListVariableHistoryOfProjectVersionConflict creates a ListVariableHistoryOfProjectVersionConflict with default headers values

func (*ListVariableHistoryOfProjectVersionConflict) Error

func (*ListVariableHistoryOfProjectVersionConflict) GetPayload

type ListVariableHistoryOfProjectVersionForbidden

type ListVariableHistoryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListVariableHistoryOfProjectVersionForbidden

func NewListVariableHistoryOfProjectVersionForbidden() *ListVariableHistoryOfProjectVersionForbidden

NewListVariableHistoryOfProjectVersionForbidden creates a ListVariableHistoryOfProjectVersionForbidden with default headers values

func (*ListVariableHistoryOfProjectVersionForbidden) Error

func (*ListVariableHistoryOfProjectVersionForbidden) GetPayload

type ListVariableHistoryOfProjectVersionInternalServerError

type ListVariableHistoryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListVariableHistoryOfProjectVersionInternalServerError

func NewListVariableHistoryOfProjectVersionInternalServerError() *ListVariableHistoryOfProjectVersionInternalServerError

NewListVariableHistoryOfProjectVersionInternalServerError creates a ListVariableHistoryOfProjectVersionInternalServerError with default headers values

func (*ListVariableHistoryOfProjectVersionInternalServerError) Error

func (*ListVariableHistoryOfProjectVersionInternalServerError) GetPayload

type ListVariableHistoryOfProjectVersionNotFound

type ListVariableHistoryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListVariableHistoryOfProjectVersionNotFound

func NewListVariableHistoryOfProjectVersionNotFound() *ListVariableHistoryOfProjectVersionNotFound

NewListVariableHistoryOfProjectVersionNotFound creates a ListVariableHistoryOfProjectVersionNotFound with default headers values

func (*ListVariableHistoryOfProjectVersionNotFound) Error

func (*ListVariableHistoryOfProjectVersionNotFound) GetPayload

type ListVariableHistoryOfProjectVersionOK

type ListVariableHistoryOfProjectVersionOK struct {
	Payload *models.APIResultListVariableHistory
}

ListVariableHistoryOfProjectVersionOK handles this case with default header values.

OK

func NewListVariableHistoryOfProjectVersionOK

func NewListVariableHistoryOfProjectVersionOK() *ListVariableHistoryOfProjectVersionOK

NewListVariableHistoryOfProjectVersionOK creates a ListVariableHistoryOfProjectVersionOK with default headers values

func (*ListVariableHistoryOfProjectVersionOK) Error

func (*ListVariableHistoryOfProjectVersionOK) GetPayload

type ListVariableHistoryOfProjectVersionParams

type ListVariableHistoryOfProjectVersionParams 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
	/*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
}

ListVariableHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the list variable history of project version operation typically these are written to a http.Request

func NewListVariableHistoryOfProjectVersionParams

func NewListVariableHistoryOfProjectVersionParams() *ListVariableHistoryOfProjectVersionParams

NewListVariableHistoryOfProjectVersionParams creates a new ListVariableHistoryOfProjectVersionParams object with the default values initialized.

func NewListVariableHistoryOfProjectVersionParamsWithContext

func NewListVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ListVariableHistoryOfProjectVersionParams

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

func NewListVariableHistoryOfProjectVersionParamsWithHTTPClient

func NewListVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListVariableHistoryOfProjectVersionParams

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

func NewListVariableHistoryOfProjectVersionParamsWithTimeout

func NewListVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListVariableHistoryOfProjectVersionParams

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

func (*ListVariableHistoryOfProjectVersionParams) SetContext

SetContext adds the context to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetLimit

SetLimit adds the limit to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetParentID

func (o *ListVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetQ

SetQ adds the q to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetStart

SetStart adds the start to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithContext

WithContext adds the context to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithFields

WithFields adds the fields to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithQ

WithQ adds the q to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithStart

WithStart adds the start to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list variable history of project version params

func (*ListVariableHistoryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListVariableHistoryOfProjectVersionReader

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

ListVariableHistoryOfProjectVersionReader is a Reader for the ListVariableHistoryOfProjectVersion structure.

func (*ListVariableHistoryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListVariableHistoryOfProjectVersionUnauthorized

type ListVariableHistoryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListVariableHistoryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListVariableHistoryOfProjectVersionUnauthorized

func NewListVariableHistoryOfProjectVersionUnauthorized() *ListVariableHistoryOfProjectVersionUnauthorized

NewListVariableHistoryOfProjectVersionUnauthorized creates a ListVariableHistoryOfProjectVersionUnauthorized with default headers values

func (*ListVariableHistoryOfProjectVersionUnauthorized) Error

func (*ListVariableHistoryOfProjectVersionUnauthorized) GetPayload

type ReadVariableHistoryOfProjectVersionBadRequest

type ReadVariableHistoryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadVariableHistoryOfProjectVersionBadRequest

func NewReadVariableHistoryOfProjectVersionBadRequest() *ReadVariableHistoryOfProjectVersionBadRequest

NewReadVariableHistoryOfProjectVersionBadRequest creates a ReadVariableHistoryOfProjectVersionBadRequest with default headers values

func (*ReadVariableHistoryOfProjectVersionBadRequest) Error

func (*ReadVariableHistoryOfProjectVersionBadRequest) GetPayload

type ReadVariableHistoryOfProjectVersionConflict

type ReadVariableHistoryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadVariableHistoryOfProjectVersionConflict

func NewReadVariableHistoryOfProjectVersionConflict() *ReadVariableHistoryOfProjectVersionConflict

NewReadVariableHistoryOfProjectVersionConflict creates a ReadVariableHistoryOfProjectVersionConflict with default headers values

func (*ReadVariableHistoryOfProjectVersionConflict) Error

func (*ReadVariableHistoryOfProjectVersionConflict) GetPayload

type ReadVariableHistoryOfProjectVersionForbidden

type ReadVariableHistoryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadVariableHistoryOfProjectVersionForbidden

func NewReadVariableHistoryOfProjectVersionForbidden() *ReadVariableHistoryOfProjectVersionForbidden

NewReadVariableHistoryOfProjectVersionForbidden creates a ReadVariableHistoryOfProjectVersionForbidden with default headers values

func (*ReadVariableHistoryOfProjectVersionForbidden) Error

func (*ReadVariableHistoryOfProjectVersionForbidden) GetPayload

type ReadVariableHistoryOfProjectVersionInternalServerError

type ReadVariableHistoryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadVariableHistoryOfProjectVersionInternalServerError

func NewReadVariableHistoryOfProjectVersionInternalServerError() *ReadVariableHistoryOfProjectVersionInternalServerError

NewReadVariableHistoryOfProjectVersionInternalServerError creates a ReadVariableHistoryOfProjectVersionInternalServerError with default headers values

func (*ReadVariableHistoryOfProjectVersionInternalServerError) Error

func (*ReadVariableHistoryOfProjectVersionInternalServerError) GetPayload

type ReadVariableHistoryOfProjectVersionNotFound

type ReadVariableHistoryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadVariableHistoryOfProjectVersionNotFound

func NewReadVariableHistoryOfProjectVersionNotFound() *ReadVariableHistoryOfProjectVersionNotFound

NewReadVariableHistoryOfProjectVersionNotFound creates a ReadVariableHistoryOfProjectVersionNotFound with default headers values

func (*ReadVariableHistoryOfProjectVersionNotFound) Error

func (*ReadVariableHistoryOfProjectVersionNotFound) GetPayload

type ReadVariableHistoryOfProjectVersionOK

type ReadVariableHistoryOfProjectVersionOK struct {
	Payload *models.APIResultVariableHistory
}

ReadVariableHistoryOfProjectVersionOK handles this case with default header values.

OK

func NewReadVariableHistoryOfProjectVersionOK

func NewReadVariableHistoryOfProjectVersionOK() *ReadVariableHistoryOfProjectVersionOK

NewReadVariableHistoryOfProjectVersionOK creates a ReadVariableHistoryOfProjectVersionOK with default headers values

func (*ReadVariableHistoryOfProjectVersionOK) Error

func (*ReadVariableHistoryOfProjectVersionOK) GetPayload

type ReadVariableHistoryOfProjectVersionParams

type ReadVariableHistoryOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ReadVariableHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the read variable history of project version operation typically these are written to a http.Request

func NewReadVariableHistoryOfProjectVersionParams

func NewReadVariableHistoryOfProjectVersionParams() *ReadVariableHistoryOfProjectVersionParams

NewReadVariableHistoryOfProjectVersionParams creates a new ReadVariableHistoryOfProjectVersionParams object with the default values initialized.

func NewReadVariableHistoryOfProjectVersionParamsWithContext

func NewReadVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ReadVariableHistoryOfProjectVersionParams

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

func NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient

func NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadVariableHistoryOfProjectVersionParams

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

func NewReadVariableHistoryOfProjectVersionParamsWithTimeout

func NewReadVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadVariableHistoryOfProjectVersionParams

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

func (*ReadVariableHistoryOfProjectVersionParams) SetContext

SetContext adds the context to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) SetFields

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

SetFields adds the fields to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) SetID

SetID adds the id to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) SetParentID

func (o *ReadVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithContext

WithContext adds the context to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithFields

WithFields adds the fields to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithID

WithID adds the id to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read variable history of project version params

func (*ReadVariableHistoryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadVariableHistoryOfProjectVersionReader

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

ReadVariableHistoryOfProjectVersionReader is a Reader for the ReadVariableHistoryOfProjectVersion structure.

func (*ReadVariableHistoryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadVariableHistoryOfProjectVersionUnauthorized

type ReadVariableHistoryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadVariableHistoryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadVariableHistoryOfProjectVersionUnauthorized

func NewReadVariableHistoryOfProjectVersionUnauthorized() *ReadVariableHistoryOfProjectVersionUnauthorized

NewReadVariableHistoryOfProjectVersionUnauthorized creates a ReadVariableHistoryOfProjectVersionUnauthorized with default headers values

func (*ReadVariableHistoryOfProjectVersionUnauthorized) Error

func (*ReadVariableHistoryOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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