Documentation
¶
Index ¶
- type Client
- type GetRequestEventsUsingGETForbidden
- type GetRequestEventsUsingGETNotFound
- type GetRequestEventsUsingGETOK
- type GetRequestEventsUsingGETParams
- func NewGetRequestEventsUsingGETParams() *GetRequestEventsUsingGETParams
- func NewGetRequestEventsUsingGETParamsWithContext(ctx context.Context) *GetRequestEventsUsingGETParams
- func NewGetRequestEventsUsingGETParamsWithHTTPClient(client *http.Client) *GetRequestEventsUsingGETParams
- func NewGetRequestEventsUsingGETParamsWithTimeout(timeout time.Duration) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetRequestEventsUsingGETParams) SetDeploymentID(deploymentID string)
- func (o *GetRequestEventsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetRequestEventsUsingGETParams) SetOrderBy(orderBy *string)
- func (o *GetRequestEventsUsingGETParams) SetPage(page *int32)
- func (o *GetRequestEventsUsingGETParams) SetRequestID(requestID *string)
- func (o *GetRequestEventsUsingGETParams) SetSize(size *int32)
- func (o *GetRequestEventsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetRequestEventsUsingGETParams) WithContext(ctx context.Context) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithDeploymentID(deploymentID string) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithHTTPClient(client *http.Client) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithOrderBy(orderBy *string) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithPage(page *int32) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithRequestID(requestID *string) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithSize(size *int32) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WithTimeout(timeout time.Duration) *GetRequestEventsUsingGETParams
- func (o *GetRequestEventsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRequestEventsUsingGETReader
- type GetRequestEventsUsingGETUnauthorized
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 ¶
func (o *GetRequestEventsUsingGETForbidden) Error() string
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 ¶
func (o *GetRequestEventsUsingGETNotFound) Error() string
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 (o *GetRequestEventsUsingGETOK) Error() string
func (*GetRequestEventsUsingGETOK) GetPayload ¶
func (o *GetRequestEventsUsingGETOK) GetPayload() *models.BlueprintRequestEventQueryResult
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 ¶
func (o *GetRequestEventsUsingGETParams) WithContext(ctx context.Context) *GetRequestEventsUsingGETParams
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 ¶
func (o *GetRequestEventsUsingGETParams) WithHTTPClient(client *http.Client) *GetRequestEventsUsingGETParams
WithHTTPClient adds the HTTPClient to the get request events using get params
func (*GetRequestEventsUsingGETParams) WithOrderBy ¶
func (o *GetRequestEventsUsingGETParams) WithOrderBy(orderBy *string) *GetRequestEventsUsingGETParams
WithOrderBy adds the orderBy to the get request events using get params
func (*GetRequestEventsUsingGETParams) WithPage ¶
func (o *GetRequestEventsUsingGETParams) WithPage(page *int32) *GetRequestEventsUsingGETParams
WithPage adds the page to the get request events using get params
func (*GetRequestEventsUsingGETParams) WithRequestID ¶
func (o *GetRequestEventsUsingGETParams) WithRequestID(requestID *string) *GetRequestEventsUsingGETParams
WithRequestID adds the requestID to the get request events using get params
func (*GetRequestEventsUsingGETParams) WithSize ¶
func (o *GetRequestEventsUsingGETParams) WithSize(size *int32) *GetRequestEventsUsingGETParams
WithSize adds the size to the get request events using get params
func (*GetRequestEventsUsingGETParams) WithTimeout ¶
func (o *GetRequestEventsUsingGETParams) WithTimeout(timeout time.Duration) *GetRequestEventsUsingGETParams
WithTimeout adds the timeout to the get request events using get params
func (*GetRequestEventsUsingGETParams) WriteToRequest ¶
func (o *GetRequestEventsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetRequestEventsUsingGETUnauthorized) Error() string