requests

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 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 ActionDeploymentRequestUsingPOST2Forbidden added in v0.4.0

type ActionDeploymentRequestUsingPOST2Forbidden struct {
}
ActionDeploymentRequestUsingPOST2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewActionDeploymentRequestUsingPOST2Forbidden added in v0.4.0

func NewActionDeploymentRequestUsingPOST2Forbidden() *ActionDeploymentRequestUsingPOST2Forbidden

NewActionDeploymentRequestUsingPOST2Forbidden creates a ActionDeploymentRequestUsingPOST2Forbidden with default headers values

func (*ActionDeploymentRequestUsingPOST2Forbidden) Error added in v0.4.0

type ActionDeploymentRequestUsingPOST2NotFound added in v0.4.0

type ActionDeploymentRequestUsingPOST2NotFound struct {
	Payload *models.Error
}
ActionDeploymentRequestUsingPOST2NotFound describes a response with status code 404, with default header values.

Not Found

func NewActionDeploymentRequestUsingPOST2NotFound added in v0.4.0

func NewActionDeploymentRequestUsingPOST2NotFound() *ActionDeploymentRequestUsingPOST2NotFound

NewActionDeploymentRequestUsingPOST2NotFound creates a ActionDeploymentRequestUsingPOST2NotFound with default headers values

func (*ActionDeploymentRequestUsingPOST2NotFound) Error added in v0.4.0

func (*ActionDeploymentRequestUsingPOST2NotFound) GetPayload added in v0.4.0

type ActionDeploymentRequestUsingPOST2OK added in v0.4.0

type ActionDeploymentRequestUsingPOST2OK struct {
}
ActionDeploymentRequestUsingPOST2OK describes a response with status code 200, with default header values.

OK

func NewActionDeploymentRequestUsingPOST2OK added in v0.4.0

func NewActionDeploymentRequestUsingPOST2OK() *ActionDeploymentRequestUsingPOST2OK

NewActionDeploymentRequestUsingPOST2OK creates a ActionDeploymentRequestUsingPOST2OK with default headers values

func (*ActionDeploymentRequestUsingPOST2OK) Error added in v0.4.0

type ActionDeploymentRequestUsingPOST2Params added in v0.4.0

type ActionDeploymentRequestUsingPOST2Params struct {

	/* Action.

	   action
	*/
	Action string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* RequestID.

	   requestId

	   Format: uuid
	*/
	RequestID strfmt.UUID

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

ActionDeploymentRequestUsingPOST2Params contains all the parameters to send to the API endpoint

for the action deployment request using p o s t 2 operation.

Typically these are written to a http.Request.

func NewActionDeploymentRequestUsingPOST2Params added in v0.4.0

func NewActionDeploymentRequestUsingPOST2Params() *ActionDeploymentRequestUsingPOST2Params

NewActionDeploymentRequestUsingPOST2Params creates a new ActionDeploymentRequestUsingPOST2Params 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 NewActionDeploymentRequestUsingPOST2ParamsWithContext added in v0.4.0

func NewActionDeploymentRequestUsingPOST2ParamsWithContext(ctx context.Context) *ActionDeploymentRequestUsingPOST2Params

NewActionDeploymentRequestUsingPOST2ParamsWithContext creates a new ActionDeploymentRequestUsingPOST2Params object with the ability to set a context for a request.

func NewActionDeploymentRequestUsingPOST2ParamsWithHTTPClient added in v0.4.0

func NewActionDeploymentRequestUsingPOST2ParamsWithHTTPClient(client *http.Client) *ActionDeploymentRequestUsingPOST2Params

NewActionDeploymentRequestUsingPOST2ParamsWithHTTPClient creates a new ActionDeploymentRequestUsingPOST2Params object with the ability to set a custom HTTPClient for a request.

func NewActionDeploymentRequestUsingPOST2ParamsWithTimeout added in v0.4.0

func NewActionDeploymentRequestUsingPOST2ParamsWithTimeout(timeout time.Duration) *ActionDeploymentRequestUsingPOST2Params

NewActionDeploymentRequestUsingPOST2ParamsWithTimeout creates a new ActionDeploymentRequestUsingPOST2Params object with the ability to set a timeout on a request.

func (*ActionDeploymentRequestUsingPOST2Params) SetAPIVersion added in v0.4.0

func (o *ActionDeploymentRequestUsingPOST2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) SetAction added in v0.4.0

func (o *ActionDeploymentRequestUsingPOST2Params) SetAction(action string)

SetAction adds the action to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) SetContext added in v0.4.0

SetContext adds the context to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) SetDefaults added in v0.4.0

func (o *ActionDeploymentRequestUsingPOST2Params) SetDefaults()

SetDefaults hydrates default values in the action deployment request using p o s t 2 params (not the query body).

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

func (*ActionDeploymentRequestUsingPOST2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) SetRequestID added in v0.4.0

func (o *ActionDeploymentRequestUsingPOST2Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithAction added in v0.4.0

WithAction adds the action to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithContext added in v0.4.0

WithContext adds the context to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the action deployment request using p o s t 2 params (not the query body).

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

func (*ActionDeploymentRequestUsingPOST2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithRequestID added in v0.4.0

WithRequestID adds the requestID to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the action deployment request using p o s t 2 params

func (*ActionDeploymentRequestUsingPOST2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ActionDeploymentRequestUsingPOST2Reader added in v0.4.0

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

ActionDeploymentRequestUsingPOST2Reader is a Reader for the ActionDeploymentRequestUsingPOST2 structure.

func (*ActionDeploymentRequestUsingPOST2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ActionDeploymentRequestUsingPOST2Unauthorized added in v0.4.0

type ActionDeploymentRequestUsingPOST2Unauthorized struct {
}
ActionDeploymentRequestUsingPOST2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewActionDeploymentRequestUsingPOST2Unauthorized added in v0.4.0

func NewActionDeploymentRequestUsingPOST2Unauthorized() *ActionDeploymentRequestUsingPOST2Unauthorized

NewActionDeploymentRequestUsingPOST2Unauthorized creates a ActionDeploymentRequestUsingPOST2Unauthorized with default headers values

func (*ActionDeploymentRequestUsingPOST2Unauthorized) Error added in v0.4.0

type Client

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

Client for requests API

func (*Client) ActionDeploymentRequestUsingPOST2 added in v0.4.0

func (a *Client) ActionDeploymentRequestUsingPOST2(params *ActionDeploymentRequestUsingPOST2Params, opts ...ClientOption) (*ActionDeploymentRequestUsingPOST2OK, error)

ActionDeploymentRequestUsingPOST2 submits action on requests allowable values cancel dismiss

Cancel can be submitted on In-progress requests and Dismiss can be submitted on Failed requests.

func (*Client) GetDeploymentRequestsUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentRequestsUsingGET2(params *GetDeploymentRequestsUsingGET2Params, opts ...ClientOption) (*GetDeploymentRequestsUsingGET2OK, error)

GetDeploymentRequestsUsingGET2 fetches deployment requests

Returns the requests for the deployment.

func (*Client) GetEventLogsContentUsingGET2 added in v0.4.0

func (a *Client) GetEventLogsContentUsingGET2(params *GetEventLogsContentUsingGET2Params, opts ...ClientOption) (*GetEventLogsContentUsingGET2OK, error)

GetEventLogsContentUsingGET2 fetches event logs content as a file

Returns the log file for an event.

func (*Client) GetEventLogsUsingGET2 added in v0.4.0

func (a *Client) GetEventLogsUsingGET2(params *GetEventLogsUsingGET2Params, opts ...ClientOption) (*GetEventLogsUsingGET2OK, error)

GetEventLogsUsingGET2 fetches event logs

Returns the logs for an event.

func (*Client) GetRequestEventsUsingGET2 added in v0.4.0

func (a *Client) GetRequestEventsUsingGET2(params *GetRequestEventsUsingGET2Params, opts ...ClientOption) (*GetRequestEventsUsingGET2OK, error)

GetRequestEventsUsingGET2 fetches request events

Returns all the events for a request.

func (*Client) GetRequestUsingGET2 added in v0.4.0

func (a *Client) GetRequestUsingGET2(params *GetRequestUsingGET2Params, opts ...ClientOption) (*GetRequestUsingGET2OK, error)

GetRequestUsingGET2 gets the request

Returns the request with the given ID.

func (*Client) ListResourceRequestsUsingGET2 added in v0.4.0

func (a *Client) ListResourceRequestsUsingGET2(params *ListResourceRequestsUsingGET2Params, opts ...ClientOption) (*ListResourceRequestsUsingGET2OK, error)

ListResourceRequestsUsingGET2 gets all requests for a resource

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ActionDeploymentRequestUsingPOST2(params *ActionDeploymentRequestUsingPOST2Params, opts ...ClientOption) (*ActionDeploymentRequestUsingPOST2OK, error)

	GetDeploymentRequestsUsingGET2(params *GetDeploymentRequestsUsingGET2Params, opts ...ClientOption) (*GetDeploymentRequestsUsingGET2OK, error)

	GetEventLogsContentUsingGET2(params *GetEventLogsContentUsingGET2Params, opts ...ClientOption) (*GetEventLogsContentUsingGET2OK, error)

	GetEventLogsUsingGET2(params *GetEventLogsUsingGET2Params, opts ...ClientOption) (*GetEventLogsUsingGET2OK, error)

	GetRequestEventsUsingGET2(params *GetRequestEventsUsingGET2Params, opts ...ClientOption) (*GetRequestEventsUsingGET2OK, error)

	GetRequestUsingGET2(params *GetRequestUsingGET2Params, opts ...ClientOption) (*GetRequestUsingGET2OK, error)

	ListResourceRequestsUsingGET2(params *ListResourceRequestsUsingGET2Params, opts ...ClientOption) (*ListResourceRequestsUsingGET2OK, 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 requests API client.

type GetDeploymentRequestsUsingGET2NotFound added in v0.4.0

type GetDeploymentRequestsUsingGET2NotFound struct {
	Payload *models.Error
}
GetDeploymentRequestsUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentRequestsUsingGET2NotFound added in v0.4.0

func NewGetDeploymentRequestsUsingGET2NotFound() *GetDeploymentRequestsUsingGET2NotFound

NewGetDeploymentRequestsUsingGET2NotFound creates a GetDeploymentRequestsUsingGET2NotFound with default headers values

func (*GetDeploymentRequestsUsingGET2NotFound) Error added in v0.4.0

func (*GetDeploymentRequestsUsingGET2NotFound) GetPayload added in v0.4.0

type GetDeploymentRequestsUsingGET2OK added in v0.4.0

type GetDeploymentRequestsUsingGET2OK struct {
	Payload *models.PageOfRequest
}
GetDeploymentRequestsUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewGetDeploymentRequestsUsingGET2OK added in v0.4.0

func NewGetDeploymentRequestsUsingGET2OK() *GetDeploymentRequestsUsingGET2OK

NewGetDeploymentRequestsUsingGET2OK creates a GetDeploymentRequestsUsingGET2OK with default headers values

func (*GetDeploymentRequestsUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentRequestsUsingGET2OK) GetPayload added in v0.4.0

type GetDeploymentRequestsUsingGET2Params added in v0.4.0

type GetDeploymentRequestsUsingGET2Params struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
	*/
	DollarOrderby []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* Deleted.

	   Retrieves the soft-deleted requests that have not yet been completely deleted.
	*/
	Deleted *bool

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* InprogressRequests.

	   Retrieves the requests that are currently in-progress for a deployment. Incase of a false value the param is ignored.
	*/
	InprogressRequests *bool

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

GetDeploymentRequestsUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment requests using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentRequestsUsingGET2Params added in v0.4.0

func NewGetDeploymentRequestsUsingGET2Params() *GetDeploymentRequestsUsingGET2Params

NewGetDeploymentRequestsUsingGET2Params creates a new GetDeploymentRequestsUsingGET2Params 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 NewGetDeploymentRequestsUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentRequestsUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentRequestsUsingGET2Params

NewGetDeploymentRequestsUsingGET2ParamsWithContext creates a new GetDeploymentRequestsUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentRequestsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentRequestsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentRequestsUsingGET2Params

NewGetDeploymentRequestsUsingGET2ParamsWithHTTPClient creates a new GetDeploymentRequestsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentRequestsUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentRequestsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentRequestsUsingGET2Params

NewGetDeploymentRequestsUsingGET2ParamsWithTimeout creates a new GetDeploymentRequestsUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentRequestsUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get deployment requests using g e t 2 params (not the query body).

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

func (*GetDeploymentRequestsUsingGET2Params) SetDeleted added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDeleted(deleted *bool)

SetDeleted adds the deleted to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetDeploymentID added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetDollarOrderby added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetDollarSkip added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetDollarTop added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetInprogressRequests added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) SetInprogressRequests(inprogressRequests *bool)

SetInprogressRequests adds the inprogressRequests to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get deployment requests using g e t 2 params (not the query body).

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

func (*GetDeploymentRequestsUsingGET2Params) WithDeleted added in v0.4.0

WithDeleted adds the deleted to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithInprogressRequests added in v0.4.0

func (o *GetDeploymentRequestsUsingGET2Params) WithInprogressRequests(inprogressRequests *bool) *GetDeploymentRequestsUsingGET2Params

WithInprogressRequests adds the inprogressRequests to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment requests using g e t 2 params

func (*GetDeploymentRequestsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentRequestsUsingGET2Reader added in v0.4.0

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

GetDeploymentRequestsUsingGET2Reader is a Reader for the GetDeploymentRequestsUsingGET2 structure.

func (*GetDeploymentRequestsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentRequestsUsingGET2Unauthorized added in v0.4.0

type GetDeploymentRequestsUsingGET2Unauthorized struct {
}
GetDeploymentRequestsUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDeploymentRequestsUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentRequestsUsingGET2Unauthorized() *GetDeploymentRequestsUsingGET2Unauthorized

NewGetDeploymentRequestsUsingGET2Unauthorized creates a GetDeploymentRequestsUsingGET2Unauthorized with default headers values

func (*GetDeploymentRequestsUsingGET2Unauthorized) Error added in v0.4.0

type GetEventLogsContentUsingGET2NotFound added in v0.4.0

type GetEventLogsContentUsingGET2NotFound struct {
	Payload *models.Error
}
GetEventLogsContentUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetEventLogsContentUsingGET2NotFound added in v0.4.0

func NewGetEventLogsContentUsingGET2NotFound() *GetEventLogsContentUsingGET2NotFound

NewGetEventLogsContentUsingGET2NotFound creates a GetEventLogsContentUsingGET2NotFound with default headers values

func (*GetEventLogsContentUsingGET2NotFound) Error added in v0.4.0

func (*GetEventLogsContentUsingGET2NotFound) GetPayload added in v0.4.0

type GetEventLogsContentUsingGET2OK added in v0.4.0

type GetEventLogsContentUsingGET2OK struct {
	Payload models.StreamingResponseBody
}
GetEventLogsContentUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewGetEventLogsContentUsingGET2OK added in v0.4.0

func NewGetEventLogsContentUsingGET2OK() *GetEventLogsContentUsingGET2OK

NewGetEventLogsContentUsingGET2OK creates a GetEventLogsContentUsingGET2OK with default headers values

func (*GetEventLogsContentUsingGET2OK) Error added in v0.4.0

func (*GetEventLogsContentUsingGET2OK) GetPayload added in v0.4.0

type GetEventLogsContentUsingGET2Params added in v0.4.0

type GetEventLogsContentUsingGET2Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* EventID.

	   Event ID

	   Format: uuid
	*/
	EventID strfmt.UUID

	/* RequestID.

	   Request ID

	   Format: uuid
	*/
	RequestID strfmt.UUID

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

GetEventLogsContentUsingGET2Params contains all the parameters to send to the API endpoint

for the get event logs content using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetEventLogsContentUsingGET2Params added in v0.4.0

func NewGetEventLogsContentUsingGET2Params() *GetEventLogsContentUsingGET2Params

NewGetEventLogsContentUsingGET2Params creates a new GetEventLogsContentUsingGET2Params 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 NewGetEventLogsContentUsingGET2ParamsWithContext added in v0.4.0

func NewGetEventLogsContentUsingGET2ParamsWithContext(ctx context.Context) *GetEventLogsContentUsingGET2Params

NewGetEventLogsContentUsingGET2ParamsWithContext creates a new GetEventLogsContentUsingGET2Params object with the ability to set a context for a request.

func NewGetEventLogsContentUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetEventLogsContentUsingGET2ParamsWithHTTPClient(client *http.Client) *GetEventLogsContentUsingGET2Params

NewGetEventLogsContentUsingGET2ParamsWithHTTPClient creates a new GetEventLogsContentUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetEventLogsContentUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetEventLogsContentUsingGET2ParamsWithTimeout(timeout time.Duration) *GetEventLogsContentUsingGET2Params

NewGetEventLogsContentUsingGET2ParamsWithTimeout creates a new GetEventLogsContentUsingGET2Params object with the ability to set a timeout on a request.

func (*GetEventLogsContentUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetEventLogsContentUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetEventLogsContentUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get event logs content using g e t 2 params (not the query body).

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

func (*GetEventLogsContentUsingGET2Params) SetEventID added in v0.4.0

func (o *GetEventLogsContentUsingGET2Params) SetEventID(eventID strfmt.UUID)

SetEventID adds the eventId to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) SetRequestID added in v0.4.0

func (o *GetEventLogsContentUsingGET2Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get event logs content using g e t 2 params (not the query body).

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

func (*GetEventLogsContentUsingGET2Params) WithEventID added in v0.4.0

WithEventID adds the eventID to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithRequestID added in v0.4.0

WithRequestID adds the requestID to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get event logs content using g e t 2 params

func (*GetEventLogsContentUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetEventLogsContentUsingGET2Reader added in v0.4.0

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

GetEventLogsContentUsingGET2Reader is a Reader for the GetEventLogsContentUsingGET2 structure.

func (*GetEventLogsContentUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetEventLogsContentUsingGET2Unauthorized added in v0.4.0

type GetEventLogsContentUsingGET2Unauthorized struct {
}
GetEventLogsContentUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetEventLogsContentUsingGET2Unauthorized added in v0.4.0

func NewGetEventLogsContentUsingGET2Unauthorized() *GetEventLogsContentUsingGET2Unauthorized

NewGetEventLogsContentUsingGET2Unauthorized creates a GetEventLogsContentUsingGET2Unauthorized with default headers values

func (*GetEventLogsContentUsingGET2Unauthorized) Error added in v0.4.0

type GetEventLogsUsingGET2NotFound added in v0.4.0

type GetEventLogsUsingGET2NotFound struct {
	Payload *models.Error
}
GetEventLogsUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetEventLogsUsingGET2NotFound added in v0.4.0

func NewGetEventLogsUsingGET2NotFound() *GetEventLogsUsingGET2NotFound

NewGetEventLogsUsingGET2NotFound creates a GetEventLogsUsingGET2NotFound with default headers values

func (*GetEventLogsUsingGET2NotFound) Error added in v0.4.0

func (*GetEventLogsUsingGET2NotFound) GetPayload added in v0.4.0

func (o *GetEventLogsUsingGET2NotFound) GetPayload() *models.Error

type GetEventLogsUsingGET2OK added in v0.4.0

type GetEventLogsUsingGET2OK struct {
	Payload *models.SliceOfEventLog
}
GetEventLogsUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewGetEventLogsUsingGET2OK added in v0.4.0

func NewGetEventLogsUsingGET2OK() *GetEventLogsUsingGET2OK

NewGetEventLogsUsingGET2OK creates a GetEventLogsUsingGET2OK with default headers values

func (*GetEventLogsUsingGET2OK) Error added in v0.4.0

func (o *GetEventLogsUsingGET2OK) Error() string

func (*GetEventLogsUsingGET2OK) GetPayload added in v0.4.0

type GetEventLogsUsingGET2Params added in v0.4.0

type GetEventLogsUsingGET2Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* EventID.

	   Event ID

	   Format: uuid
	*/
	EventID strfmt.UUID

	/* RequestID.

	   Request ID

	   Format: uuid
	*/
	RequestID strfmt.UUID

	/* SinceRow.

	   A positive row number from which to show logs.

	   Format: int32
	*/
	SinceRow *int32

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

GetEventLogsUsingGET2Params contains all the parameters to send to the API endpoint

for the get event logs using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetEventLogsUsingGET2Params added in v0.4.0

func NewGetEventLogsUsingGET2Params() *GetEventLogsUsingGET2Params

NewGetEventLogsUsingGET2Params creates a new GetEventLogsUsingGET2Params 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 NewGetEventLogsUsingGET2ParamsWithContext added in v0.4.0

func NewGetEventLogsUsingGET2ParamsWithContext(ctx context.Context) *GetEventLogsUsingGET2Params

NewGetEventLogsUsingGET2ParamsWithContext creates a new GetEventLogsUsingGET2Params object with the ability to set a context for a request.

func NewGetEventLogsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetEventLogsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetEventLogsUsingGET2Params

NewGetEventLogsUsingGET2ParamsWithHTTPClient creates a new GetEventLogsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetEventLogsUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetEventLogsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetEventLogsUsingGET2Params

NewGetEventLogsUsingGET2ParamsWithTimeout creates a new GetEventLogsUsingGET2Params object with the ability to set a timeout on a request.

func (*GetEventLogsUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetEventLogsUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetContext added in v0.4.0

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

SetContext adds the context to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetEventLogsUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get event logs using g e t 2 params (not the query body).

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

func (*GetEventLogsUsingGET2Params) SetEventID added in v0.4.0

func (o *GetEventLogsUsingGET2Params) SetEventID(eventID strfmt.UUID)

SetEventID adds the eventId to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetRequestID added in v0.4.0

func (o *GetEventLogsUsingGET2Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetSinceRow added in v0.4.0

func (o *GetEventLogsUsingGET2Params) SetSinceRow(sinceRow *int32)

SetSinceRow adds the sinceRow to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithAPIVersion added in v0.4.0

func (o *GetEventLogsUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetEventLogsUsingGET2Params

WithAPIVersion adds the aPIVersion to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get event logs using g e t 2 params (not the query body).

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

func (*GetEventLogsUsingGET2Params) WithEventID added in v0.4.0

WithEventID adds the eventID to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithRequestID added in v0.4.0

WithRequestID adds the requestID to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithSinceRow added in v0.4.0

WithSinceRow adds the sinceRow to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get event logs using g e t 2 params

func (*GetEventLogsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetEventLogsUsingGET2Reader added in v0.4.0

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

GetEventLogsUsingGET2Reader is a Reader for the GetEventLogsUsingGET2 structure.

func (*GetEventLogsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetEventLogsUsingGET2Unauthorized added in v0.4.0

type GetEventLogsUsingGET2Unauthorized struct {
}
GetEventLogsUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetEventLogsUsingGET2Unauthorized added in v0.4.0

func NewGetEventLogsUsingGET2Unauthorized() *GetEventLogsUsingGET2Unauthorized

NewGetEventLogsUsingGET2Unauthorized creates a GetEventLogsUsingGET2Unauthorized with default headers values

func (*GetEventLogsUsingGET2Unauthorized) Error added in v0.4.0

type GetRequestEventsUsingGET2NotFound added in v0.4.0

type GetRequestEventsUsingGET2NotFound struct {
	Payload *models.Error
}
GetRequestEventsUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRequestEventsUsingGET2NotFound added in v0.4.0

func NewGetRequestEventsUsingGET2NotFound() *GetRequestEventsUsingGET2NotFound

NewGetRequestEventsUsingGET2NotFound creates a GetRequestEventsUsingGET2NotFound with default headers values

func (*GetRequestEventsUsingGET2NotFound) Error added in v0.4.0

func (*GetRequestEventsUsingGET2NotFound) GetPayload added in v0.4.0

type GetRequestEventsUsingGET2OK added in v0.4.0

type GetRequestEventsUsingGET2OK struct {
	Payload *models.PageOfEvent
}
GetRequestEventsUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewGetRequestEventsUsingGET2OK added in v0.4.0

func NewGetRequestEventsUsingGET2OK() *GetRequestEventsUsingGET2OK

NewGetRequestEventsUsingGET2OK creates a GetRequestEventsUsingGET2OK with default headers values

func (*GetRequestEventsUsingGET2OK) Error added in v0.4.0

func (*GetRequestEventsUsingGET2OK) GetPayload added in v0.4.0

type GetRequestEventsUsingGET2Params added in v0.4.0

type GetRequestEventsUsingGET2Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* RequestID.

	   Request ID

	   Format: uuid
	*/
	RequestID strfmt.UUID

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

GetRequestEventsUsingGET2Params contains all the parameters to send to the API endpoint

for the get request events using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetRequestEventsUsingGET2Params added in v0.4.0

func NewGetRequestEventsUsingGET2Params() *GetRequestEventsUsingGET2Params

NewGetRequestEventsUsingGET2Params creates a new GetRequestEventsUsingGET2Params 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 NewGetRequestEventsUsingGET2ParamsWithContext added in v0.4.0

func NewGetRequestEventsUsingGET2ParamsWithContext(ctx context.Context) *GetRequestEventsUsingGET2Params

NewGetRequestEventsUsingGET2ParamsWithContext creates a new GetRequestEventsUsingGET2Params object with the ability to set a context for a request.

func NewGetRequestEventsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetRequestEventsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetRequestEventsUsingGET2Params

NewGetRequestEventsUsingGET2ParamsWithHTTPClient creates a new GetRequestEventsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetRequestEventsUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetRequestEventsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetRequestEventsUsingGET2Params

NewGetRequestEventsUsingGET2ParamsWithTimeout creates a new GetRequestEventsUsingGET2Params object with the ability to set a timeout on a request.

func (*GetRequestEventsUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetRequestEventsUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) SetContext added in v0.4.0

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

SetContext adds the context to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetRequestEventsUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get request events using g e t 2 params (not the query body).

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

func (*GetRequestEventsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) SetRequestID added in v0.4.0

func (o *GetRequestEventsUsingGET2Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get request events using g e t 2 params (not the query body).

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

func (*GetRequestEventsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WithRequestID added in v0.4.0

WithRequestID adds the requestID to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get request events using g e t 2 params

func (*GetRequestEventsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetRequestEventsUsingGET2Reader added in v0.4.0

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

GetRequestEventsUsingGET2Reader is a Reader for the GetRequestEventsUsingGET2 structure.

func (*GetRequestEventsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetRequestEventsUsingGET2Unauthorized added in v0.4.0

type GetRequestEventsUsingGET2Unauthorized struct {
}
GetRequestEventsUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRequestEventsUsingGET2Unauthorized added in v0.4.0

func NewGetRequestEventsUsingGET2Unauthorized() *GetRequestEventsUsingGET2Unauthorized

NewGetRequestEventsUsingGET2Unauthorized creates a GetRequestEventsUsingGET2Unauthorized with default headers values

func (*GetRequestEventsUsingGET2Unauthorized) Error added in v0.4.0

type GetRequestUsingGET2NotFound added in v0.4.0

type GetRequestUsingGET2NotFound struct {
	Payload *models.Error
}
GetRequestUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRequestUsingGET2NotFound added in v0.4.0

func NewGetRequestUsingGET2NotFound() *GetRequestUsingGET2NotFound

NewGetRequestUsingGET2NotFound creates a GetRequestUsingGET2NotFound with default headers values

func (*GetRequestUsingGET2NotFound) Error added in v0.4.0

func (*GetRequestUsingGET2NotFound) GetPayload added in v0.4.0

func (o *GetRequestUsingGET2NotFound) GetPayload() *models.Error

type GetRequestUsingGET2OK added in v0.4.0

type GetRequestUsingGET2OK struct {
	Payload *models.Request
}
GetRequestUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewGetRequestUsingGET2OK added in v0.4.0

func NewGetRequestUsingGET2OK() *GetRequestUsingGET2OK

NewGetRequestUsingGET2OK creates a GetRequestUsingGET2OK with default headers values

func (*GetRequestUsingGET2OK) Error added in v0.4.0

func (o *GetRequestUsingGET2OK) Error() string

func (*GetRequestUsingGET2OK) GetPayload added in v0.4.0

func (o *GetRequestUsingGET2OK) GetPayload() *models.Request

type GetRequestUsingGET2Params added in v0.4.0

type GetRequestUsingGET2Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* RequestID.

	   Request ID

	   Format: uuid
	*/
	RequestID strfmt.UUID

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

GetRequestUsingGET2Params contains all the parameters to send to the API endpoint

for the get request using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetRequestUsingGET2Params added in v0.4.0

func NewGetRequestUsingGET2Params() *GetRequestUsingGET2Params

NewGetRequestUsingGET2Params creates a new GetRequestUsingGET2Params 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 NewGetRequestUsingGET2ParamsWithContext added in v0.4.0

func NewGetRequestUsingGET2ParamsWithContext(ctx context.Context) *GetRequestUsingGET2Params

NewGetRequestUsingGET2ParamsWithContext creates a new GetRequestUsingGET2Params object with the ability to set a context for a request.

func NewGetRequestUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetRequestUsingGET2ParamsWithHTTPClient(client *http.Client) *GetRequestUsingGET2Params

NewGetRequestUsingGET2ParamsWithHTTPClient creates a new GetRequestUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetRequestUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetRequestUsingGET2ParamsWithTimeout(timeout time.Duration) *GetRequestUsingGET2Params

NewGetRequestUsingGET2ParamsWithTimeout creates a new GetRequestUsingGET2Params object with the ability to set a timeout on a request.

func (*GetRequestUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetRequestUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) SetContext added in v0.4.0

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

SetContext adds the context to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetRequestUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get request using g e t 2 params (not the query body).

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

func (*GetRequestUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) SetRequestID added in v0.4.0

func (o *GetRequestUsingGET2Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WithAPIVersion added in v0.4.0

func (o *GetRequestUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetRequestUsingGET2Params

WithAPIVersion adds the aPIVersion to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get request using g e t 2 params (not the query body).

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

func (*GetRequestUsingGET2Params) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WithRequestID added in v0.4.0

func (o *GetRequestUsingGET2Params) WithRequestID(requestID strfmt.UUID) *GetRequestUsingGET2Params

WithRequestID adds the requestID to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get request using g e t 2 params

func (*GetRequestUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetRequestUsingGET2Reader added in v0.4.0

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

GetRequestUsingGET2Reader is a Reader for the GetRequestUsingGET2 structure.

func (*GetRequestUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetRequestUsingGET2Unauthorized added in v0.4.0

type GetRequestUsingGET2Unauthorized struct {
}
GetRequestUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRequestUsingGET2Unauthorized added in v0.4.0

func NewGetRequestUsingGET2Unauthorized() *GetRequestUsingGET2Unauthorized

NewGetRequestUsingGET2Unauthorized creates a GetRequestUsingGET2Unauthorized with default headers values

func (*GetRequestUsingGET2Unauthorized) Error added in v0.4.0

type ListResourceRequestsUsingGET2NotFound added in v0.4.0

type ListResourceRequestsUsingGET2NotFound struct {
	Payload *models.Error
}
ListResourceRequestsUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewListResourceRequestsUsingGET2NotFound added in v0.4.0

func NewListResourceRequestsUsingGET2NotFound() *ListResourceRequestsUsingGET2NotFound

NewListResourceRequestsUsingGET2NotFound creates a ListResourceRequestsUsingGET2NotFound with default headers values

func (*ListResourceRequestsUsingGET2NotFound) Error added in v0.4.0

func (*ListResourceRequestsUsingGET2NotFound) GetPayload added in v0.4.0

type ListResourceRequestsUsingGET2OK added in v0.4.0

type ListResourceRequestsUsingGET2OK struct {
	Payload *models.PageOfRequest
}
ListResourceRequestsUsingGET2OK describes a response with status code 200, with default header values.

OK

func NewListResourceRequestsUsingGET2OK added in v0.4.0

func NewListResourceRequestsUsingGET2OK() *ListResourceRequestsUsingGET2OK

NewListResourceRequestsUsingGET2OK creates a ListResourceRequestsUsingGET2OK with default headers values

func (*ListResourceRequestsUsingGET2OK) Error added in v0.4.0

func (*ListResourceRequestsUsingGET2OK) GetPayload added in v0.4.0

type ListResourceRequestsUsingGET2Params added in v0.4.0

type ListResourceRequestsUsingGET2Params struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
	*/
	DollarOrderby []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	ResourceID strfmt.UUID

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

ListResourceRequestsUsingGET2Params contains all the parameters to send to the API endpoint

for the list resource requests using g e t 2 operation.

Typically these are written to a http.Request.

func NewListResourceRequestsUsingGET2Params added in v0.4.0

func NewListResourceRequestsUsingGET2Params() *ListResourceRequestsUsingGET2Params

NewListResourceRequestsUsingGET2Params creates a new ListResourceRequestsUsingGET2Params 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 NewListResourceRequestsUsingGET2ParamsWithContext added in v0.4.0

func NewListResourceRequestsUsingGET2ParamsWithContext(ctx context.Context) *ListResourceRequestsUsingGET2Params

NewListResourceRequestsUsingGET2ParamsWithContext creates a new ListResourceRequestsUsingGET2Params object with the ability to set a context for a request.

func NewListResourceRequestsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewListResourceRequestsUsingGET2ParamsWithHTTPClient(client *http.Client) *ListResourceRequestsUsingGET2Params

NewListResourceRequestsUsingGET2ParamsWithHTTPClient creates a new ListResourceRequestsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewListResourceRequestsUsingGET2ParamsWithTimeout added in v0.4.0

func NewListResourceRequestsUsingGET2ParamsWithTimeout(timeout time.Duration) *ListResourceRequestsUsingGET2Params

NewListResourceRequestsUsingGET2ParamsWithTimeout creates a new ListResourceRequestsUsingGET2Params object with the ability to set a timeout on a request.

func (*ListResourceRequestsUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetDefaults added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the list resource requests using g e t 2 params (not the query body).

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

func (*ListResourceRequestsUsingGET2Params) SetDollarOrderby added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetDollarSkip added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetDollarTop added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetResourceID added in v0.4.0

func (o *ListResourceRequestsUsingGET2Params) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the list resource requests using g e t 2 params (not the query body).

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

func (*ListResourceRequestsUsingGET2Params) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithResourceID added in v0.4.0

WithResourceID adds the resourceID to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the list resource requests using g e t 2 params

func (*ListResourceRequestsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ListResourceRequestsUsingGET2Reader added in v0.4.0

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

ListResourceRequestsUsingGET2Reader is a Reader for the ListResourceRequestsUsingGET2 structure.

func (*ListResourceRequestsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ListResourceRequestsUsingGET2Unauthorized added in v0.4.0

type ListResourceRequestsUsingGET2Unauthorized struct {
}
ListResourceRequestsUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewListResourceRequestsUsingGET2Unauthorized added in v0.4.0

func NewListResourceRequestsUsingGET2Unauthorized() *ListResourceRequestsUsingGET2Unauthorized

NewListResourceRequestsUsingGET2Unauthorized creates a ListResourceRequestsUsingGET2Unauthorized with default headers values

func (*ListResourceRequestsUsingGET2Unauthorized) Error added in v0.4.0

Jump to

Keyboard shortcuts

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