blueprint_deployments

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2019 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 blueprint deployments API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new blueprint deployments API client.

func (*Client) GetRequestEventsUsingGET

func (a *Client) GetRequestEventsUsingGET(params *GetRequestEventsUsingGETParams) (*GetRequestEventsUsingGETOK, error)

GetRequestEventsUsingGET returns events for the request

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetRequestEventsUsingGETForbidden

type GetRequestEventsUsingGETForbidden struct {
}

GetRequestEventsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetRequestEventsUsingGETForbidden

func NewGetRequestEventsUsingGETForbidden() *GetRequestEventsUsingGETForbidden

NewGetRequestEventsUsingGETForbidden creates a GetRequestEventsUsingGETForbidden with default headers values

func (*GetRequestEventsUsingGETForbidden) Error

type GetRequestEventsUsingGETNotFound

type GetRequestEventsUsingGETNotFound struct {
}

GetRequestEventsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetRequestEventsUsingGETNotFound

func NewGetRequestEventsUsingGETNotFound() *GetRequestEventsUsingGETNotFound

NewGetRequestEventsUsingGETNotFound creates a GetRequestEventsUsingGETNotFound with default headers values

func (*GetRequestEventsUsingGETNotFound) Error

type GetRequestEventsUsingGETOK

type GetRequestEventsUsingGETOK struct {
	Payload *models.BlueprintRequestEventQueryResult
}

GetRequestEventsUsingGETOK handles this case with default header values.

OK

func NewGetRequestEventsUsingGETOK

func NewGetRequestEventsUsingGETOK() *GetRequestEventsUsingGETOK

NewGetRequestEventsUsingGETOK creates a GetRequestEventsUsingGETOK with default headers values

func (*GetRequestEventsUsingGETOK) Error

func (*GetRequestEventsUsingGETOK) GetPayload

type GetRequestEventsUsingGETParams

type GetRequestEventsUsingGETParams struct {

	/*DeploymentID
	  deploymentId

	*/
	DeploymentID string
	/*OrderBy
	  Sorts events (e.g. 'createdAt DESC').

	*/
	OrderBy *string
	/*Page
	  Page index

	*/
	Page *int32
	/*RequestID
	  Request Id filter

	*/
	RequestID *string
	/*Size
	  Page size

	*/
	Size *int32

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

GetRequestEventsUsingGETParams contains all the parameters to send to the API endpoint for the get request events using g e t operation typically these are written to a http.Request

func NewGetRequestEventsUsingGETParams

func NewGetRequestEventsUsingGETParams() *GetRequestEventsUsingGETParams

NewGetRequestEventsUsingGETParams creates a new GetRequestEventsUsingGETParams object with the default values initialized.

func NewGetRequestEventsUsingGETParamsWithContext

func NewGetRequestEventsUsingGETParamsWithContext(ctx context.Context) *GetRequestEventsUsingGETParams

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

func NewGetRequestEventsUsingGETParamsWithHTTPClient

func NewGetRequestEventsUsingGETParamsWithHTTPClient(client *http.Client) *GetRequestEventsUsingGETParams

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

func NewGetRequestEventsUsingGETParamsWithTimeout

func NewGetRequestEventsUsingGETParamsWithTimeout(timeout time.Duration) *GetRequestEventsUsingGETParams

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

func (*GetRequestEventsUsingGETParams) SetContext

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

SetContext adds the context to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetDeploymentID

func (o *GetRequestEventsUsingGETParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetOrderBy

func (o *GetRequestEventsUsingGETParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetPage

func (o *GetRequestEventsUsingGETParams) SetPage(page *int32)

SetPage adds the page to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetRequestID

func (o *GetRequestEventsUsingGETParams) SetRequestID(requestID *string)

SetRequestID adds the requestId to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetSize

func (o *GetRequestEventsUsingGETParams) SetSize(size *int32)

SetSize adds the size to the get request events using get params

func (*GetRequestEventsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithContext

WithContext adds the context to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithDeploymentID

func (o *GetRequestEventsUsingGETParams) WithDeploymentID(deploymentID string) *GetRequestEventsUsingGETParams

WithDeploymentID adds the deploymentID to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithOrderBy

WithOrderBy adds the orderBy to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithPage

WithPage adds the page to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithRequestID

WithRequestID adds the requestID to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithSize

WithSize adds the size to the get request events using get params

func (*GetRequestEventsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get request events using get params

func (*GetRequestEventsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRequestEventsUsingGETReader

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

GetRequestEventsUsingGETReader is a Reader for the GetRequestEventsUsingGET structure.

func (*GetRequestEventsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRequestEventsUsingGETUnauthorized

type GetRequestEventsUsingGETUnauthorized struct {
}

GetRequestEventsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetRequestEventsUsingGETUnauthorized

func NewGetRequestEventsUsingGETUnauthorized() *GetRequestEventsUsingGETUnauthorized

NewGetRequestEventsUsingGETUnauthorized creates a GetRequestEventsUsingGETUnauthorized with default headers values

func (*GetRequestEventsUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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