sample_uploads

package
v0.0.0-...-4dc3446 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveDeleteV1Accepted

type ArchiveDeleteV1Accepted struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64
}

ArchiveDeleteV1Accepted describes a response with status code 202, with default header values.

OK

func NewArchiveDeleteV1Accepted

func NewArchiveDeleteV1Accepted() *ArchiveDeleteV1Accepted

NewArchiveDeleteV1Accepted creates a ArchiveDeleteV1Accepted with default headers values

func (*ArchiveDeleteV1Accepted) Code

func (o *ArchiveDeleteV1Accepted) Code() int

Code gets the status code for the archive delete v1 accepted response

func (*ArchiveDeleteV1Accepted) Error

func (o *ArchiveDeleteV1Accepted) Error() string

func (*ArchiveDeleteV1Accepted) IsClientError

func (o *ArchiveDeleteV1Accepted) IsClientError() bool

IsClientError returns true when this archive delete v1 accepted response has a 4xx status code

func (*ArchiveDeleteV1Accepted) IsCode

func (o *ArchiveDeleteV1Accepted) IsCode(code int) bool

IsCode returns true when this archive delete v1 accepted response a status code equal to that given

func (*ArchiveDeleteV1Accepted) IsRedirect

func (o *ArchiveDeleteV1Accepted) IsRedirect() bool

IsRedirect returns true when this archive delete v1 accepted response has a 3xx status code

func (*ArchiveDeleteV1Accepted) IsServerError

func (o *ArchiveDeleteV1Accepted) IsServerError() bool

IsServerError returns true when this archive delete v1 accepted response has a 5xx status code

func (*ArchiveDeleteV1Accepted) IsSuccess

func (o *ArchiveDeleteV1Accepted) IsSuccess() bool

IsSuccess returns true when this archive delete v1 accepted response has a 2xx status code

func (*ArchiveDeleteV1Accepted) String

func (o *ArchiveDeleteV1Accepted) String() string

type ArchiveDeleteV1BadRequest

type ArchiveDeleteV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64
}

ArchiveDeleteV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewArchiveDeleteV1BadRequest

func NewArchiveDeleteV1BadRequest() *ArchiveDeleteV1BadRequest

NewArchiveDeleteV1BadRequest creates a ArchiveDeleteV1BadRequest with default headers values

func (*ArchiveDeleteV1BadRequest) Code

func (o *ArchiveDeleteV1BadRequest) Code() int

Code gets the status code for the archive delete v1 bad request response

func (*ArchiveDeleteV1BadRequest) Error

func (o *ArchiveDeleteV1BadRequest) Error() string

func (*ArchiveDeleteV1BadRequest) IsClientError

func (o *ArchiveDeleteV1BadRequest) IsClientError() bool

IsClientError returns true when this archive delete v1 bad request response has a 4xx status code

func (*ArchiveDeleteV1BadRequest) IsCode

func (o *ArchiveDeleteV1BadRequest) IsCode(code int) bool

IsCode returns true when this archive delete v1 bad request response a status code equal to that given

func (*ArchiveDeleteV1BadRequest) IsRedirect

func (o *ArchiveDeleteV1BadRequest) IsRedirect() bool

IsRedirect returns true when this archive delete v1 bad request response has a 3xx status code

func (*ArchiveDeleteV1BadRequest) IsServerError

func (o *ArchiveDeleteV1BadRequest) IsServerError() bool

IsServerError returns true when this archive delete v1 bad request response has a 5xx status code

func (*ArchiveDeleteV1BadRequest) IsSuccess

func (o *ArchiveDeleteV1BadRequest) IsSuccess() bool

IsSuccess returns true when this archive delete v1 bad request response has a 2xx status code

func (*ArchiveDeleteV1BadRequest) String

func (o *ArchiveDeleteV1BadRequest) String() string

type ArchiveDeleteV1Forbidden

type ArchiveDeleteV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveDeleteV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewArchiveDeleteV1Forbidden

func NewArchiveDeleteV1Forbidden() *ArchiveDeleteV1Forbidden

NewArchiveDeleteV1Forbidden creates a ArchiveDeleteV1Forbidden with default headers values

func (*ArchiveDeleteV1Forbidden) Code

func (o *ArchiveDeleteV1Forbidden) Code() int

Code gets the status code for the archive delete v1 forbidden response

func (*ArchiveDeleteV1Forbidden) Error

func (o *ArchiveDeleteV1Forbidden) Error() string

func (*ArchiveDeleteV1Forbidden) GetPayload

func (*ArchiveDeleteV1Forbidden) IsClientError

func (o *ArchiveDeleteV1Forbidden) IsClientError() bool

IsClientError returns true when this archive delete v1 forbidden response has a 4xx status code

func (*ArchiveDeleteV1Forbidden) IsCode

func (o *ArchiveDeleteV1Forbidden) IsCode(code int) bool

IsCode returns true when this archive delete v1 forbidden response a status code equal to that given

func (*ArchiveDeleteV1Forbidden) IsRedirect

func (o *ArchiveDeleteV1Forbidden) IsRedirect() bool

IsRedirect returns true when this archive delete v1 forbidden response has a 3xx status code

func (*ArchiveDeleteV1Forbidden) IsServerError

func (o *ArchiveDeleteV1Forbidden) IsServerError() bool

IsServerError returns true when this archive delete v1 forbidden response has a 5xx status code

func (*ArchiveDeleteV1Forbidden) IsSuccess

func (o *ArchiveDeleteV1Forbidden) IsSuccess() bool

IsSuccess returns true when this archive delete v1 forbidden response has a 2xx status code

func (*ArchiveDeleteV1Forbidden) String

func (o *ArchiveDeleteV1Forbidden) String() string

type ArchiveDeleteV1InternalServerError

type ArchiveDeleteV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64
}

ArchiveDeleteV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewArchiveDeleteV1InternalServerError

func NewArchiveDeleteV1InternalServerError() *ArchiveDeleteV1InternalServerError

NewArchiveDeleteV1InternalServerError creates a ArchiveDeleteV1InternalServerError with default headers values

func (*ArchiveDeleteV1InternalServerError) Code

Code gets the status code for the archive delete v1 internal server error response

func (*ArchiveDeleteV1InternalServerError) Error

func (*ArchiveDeleteV1InternalServerError) IsClientError

func (o *ArchiveDeleteV1InternalServerError) IsClientError() bool

IsClientError returns true when this archive delete v1 internal server error response has a 4xx status code

func (*ArchiveDeleteV1InternalServerError) IsCode

IsCode returns true when this archive delete v1 internal server error response a status code equal to that given

func (*ArchiveDeleteV1InternalServerError) IsRedirect

func (o *ArchiveDeleteV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this archive delete v1 internal server error response has a 3xx status code

func (*ArchiveDeleteV1InternalServerError) IsServerError

func (o *ArchiveDeleteV1InternalServerError) IsServerError() bool

IsServerError returns true when this archive delete v1 internal server error response has a 5xx status code

func (*ArchiveDeleteV1InternalServerError) IsSuccess

IsSuccess returns true when this archive delete v1 internal server error response has a 2xx status code

func (*ArchiveDeleteV1InternalServerError) String

type ArchiveDeleteV1NotFound

type ArchiveDeleteV1NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64
}

ArchiveDeleteV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewArchiveDeleteV1NotFound

func NewArchiveDeleteV1NotFound() *ArchiveDeleteV1NotFound

NewArchiveDeleteV1NotFound creates a ArchiveDeleteV1NotFound with default headers values

func (*ArchiveDeleteV1NotFound) Code

func (o *ArchiveDeleteV1NotFound) Code() int

Code gets the status code for the archive delete v1 not found response

func (*ArchiveDeleteV1NotFound) Error

func (o *ArchiveDeleteV1NotFound) Error() string

func (*ArchiveDeleteV1NotFound) IsClientError

func (o *ArchiveDeleteV1NotFound) IsClientError() bool

IsClientError returns true when this archive delete v1 not found response has a 4xx status code

func (*ArchiveDeleteV1NotFound) IsCode

func (o *ArchiveDeleteV1NotFound) IsCode(code int) bool

IsCode returns true when this archive delete v1 not found response a status code equal to that given

func (*ArchiveDeleteV1NotFound) IsRedirect

func (o *ArchiveDeleteV1NotFound) IsRedirect() bool

IsRedirect returns true when this archive delete v1 not found response has a 3xx status code

func (*ArchiveDeleteV1NotFound) IsServerError

func (o *ArchiveDeleteV1NotFound) IsServerError() bool

IsServerError returns true when this archive delete v1 not found response has a 5xx status code

func (*ArchiveDeleteV1NotFound) IsSuccess

func (o *ArchiveDeleteV1NotFound) IsSuccess() bool

IsSuccess returns true when this archive delete v1 not found response has a 2xx status code

func (*ArchiveDeleteV1NotFound) String

func (o *ArchiveDeleteV1NotFound) String() string

type ArchiveDeleteV1Params

type ArchiveDeleteV1Params struct {

	/* ID.

	   The archive SHA256.
	*/
	ID string

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

ArchiveDeleteV1Params contains all the parameters to send to the API endpoint

for the archive delete v1 operation.

Typically these are written to a http.Request.

func NewArchiveDeleteV1Params

func NewArchiveDeleteV1Params() *ArchiveDeleteV1Params

NewArchiveDeleteV1Params creates a new ArchiveDeleteV1Params 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 NewArchiveDeleteV1ParamsWithContext

func NewArchiveDeleteV1ParamsWithContext(ctx context.Context) *ArchiveDeleteV1Params

NewArchiveDeleteV1ParamsWithContext creates a new ArchiveDeleteV1Params object with the ability to set a context for a request.

func NewArchiveDeleteV1ParamsWithHTTPClient

func NewArchiveDeleteV1ParamsWithHTTPClient(client *http.Client) *ArchiveDeleteV1Params

NewArchiveDeleteV1ParamsWithHTTPClient creates a new ArchiveDeleteV1Params object with the ability to set a custom HTTPClient for a request.

func NewArchiveDeleteV1ParamsWithTimeout

func NewArchiveDeleteV1ParamsWithTimeout(timeout time.Duration) *ArchiveDeleteV1Params

NewArchiveDeleteV1ParamsWithTimeout creates a new ArchiveDeleteV1Params object with the ability to set a timeout on a request.

func (*ArchiveDeleteV1Params) SetContext

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

SetContext adds the context to the archive delete v1 params

func (*ArchiveDeleteV1Params) SetDefaults

func (o *ArchiveDeleteV1Params) SetDefaults()

SetDefaults hydrates default values in the archive delete v1 params (not the query body).

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

func (*ArchiveDeleteV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive delete v1 params

func (*ArchiveDeleteV1Params) SetID

func (o *ArchiveDeleteV1Params) SetID(id string)

SetID adds the id to the archive delete v1 params

func (*ArchiveDeleteV1Params) SetTimeout

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

SetTimeout adds the timeout to the archive delete v1 params

func (*ArchiveDeleteV1Params) WithContext

WithContext adds the context to the archive delete v1 params

func (*ArchiveDeleteV1Params) WithDefaults

func (o *ArchiveDeleteV1Params) WithDefaults() *ArchiveDeleteV1Params

WithDefaults hydrates default values in the archive delete v1 params (not the query body).

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

func (*ArchiveDeleteV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive delete v1 params

func (*ArchiveDeleteV1Params) WithID

WithID adds the id to the archive delete v1 params

func (*ArchiveDeleteV1Params) WithTimeout

func (o *ArchiveDeleteV1Params) WithTimeout(timeout time.Duration) *ArchiveDeleteV1Params

WithTimeout adds the timeout to the archive delete v1 params

func (*ArchiveDeleteV1Params) WriteToRequest

func (o *ArchiveDeleteV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveDeleteV1Reader

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

ArchiveDeleteV1Reader is a Reader for the ArchiveDeleteV1 structure.

func (*ArchiveDeleteV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveDeleteV1TooManyRequests

type ArchiveDeleteV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveDeleteV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewArchiveDeleteV1TooManyRequests

func NewArchiveDeleteV1TooManyRequests() *ArchiveDeleteV1TooManyRequests

NewArchiveDeleteV1TooManyRequests creates a ArchiveDeleteV1TooManyRequests with default headers values

func (*ArchiveDeleteV1TooManyRequests) Code

Code gets the status code for the archive delete v1 too many requests response

func (*ArchiveDeleteV1TooManyRequests) Error

func (*ArchiveDeleteV1TooManyRequests) GetPayload

func (*ArchiveDeleteV1TooManyRequests) IsClientError

func (o *ArchiveDeleteV1TooManyRequests) IsClientError() bool

IsClientError returns true when this archive delete v1 too many requests response has a 4xx status code

func (*ArchiveDeleteV1TooManyRequests) IsCode

func (o *ArchiveDeleteV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this archive delete v1 too many requests response a status code equal to that given

func (*ArchiveDeleteV1TooManyRequests) IsRedirect

func (o *ArchiveDeleteV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this archive delete v1 too many requests response has a 3xx status code

func (*ArchiveDeleteV1TooManyRequests) IsServerError

func (o *ArchiveDeleteV1TooManyRequests) IsServerError() bool

IsServerError returns true when this archive delete v1 too many requests response has a 5xx status code

func (*ArchiveDeleteV1TooManyRequests) IsSuccess

func (o *ArchiveDeleteV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this archive delete v1 too many requests response has a 2xx status code

func (*ArchiveDeleteV1TooManyRequests) String

type ArchiveGetV1BadRequest

type ArchiveGetV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveGetV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewArchiveGetV1BadRequest

func NewArchiveGetV1BadRequest() *ArchiveGetV1BadRequest

NewArchiveGetV1BadRequest creates a ArchiveGetV1BadRequest with default headers values

func (*ArchiveGetV1BadRequest) Code

func (o *ArchiveGetV1BadRequest) Code() int

Code gets the status code for the archive get v1 bad request response

func (*ArchiveGetV1BadRequest) Error

func (o *ArchiveGetV1BadRequest) Error() string

func (*ArchiveGetV1BadRequest) GetPayload

func (*ArchiveGetV1BadRequest) IsClientError

func (o *ArchiveGetV1BadRequest) IsClientError() bool

IsClientError returns true when this archive get v1 bad request response has a 4xx status code

func (*ArchiveGetV1BadRequest) IsCode

func (o *ArchiveGetV1BadRequest) IsCode(code int) bool

IsCode returns true when this archive get v1 bad request response a status code equal to that given

func (*ArchiveGetV1BadRequest) IsRedirect

func (o *ArchiveGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this archive get v1 bad request response has a 3xx status code

func (*ArchiveGetV1BadRequest) IsServerError

func (o *ArchiveGetV1BadRequest) IsServerError() bool

IsServerError returns true when this archive get v1 bad request response has a 5xx status code

func (*ArchiveGetV1BadRequest) IsSuccess

func (o *ArchiveGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this archive get v1 bad request response has a 2xx status code

func (*ArchiveGetV1BadRequest) String

func (o *ArchiveGetV1BadRequest) String() string

type ArchiveGetV1Forbidden

type ArchiveGetV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveGetV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewArchiveGetV1Forbidden

func NewArchiveGetV1Forbidden() *ArchiveGetV1Forbidden

NewArchiveGetV1Forbidden creates a ArchiveGetV1Forbidden with default headers values

func (*ArchiveGetV1Forbidden) Code

func (o *ArchiveGetV1Forbidden) Code() int

Code gets the status code for the archive get v1 forbidden response

func (*ArchiveGetV1Forbidden) Error

func (o *ArchiveGetV1Forbidden) Error() string

func (*ArchiveGetV1Forbidden) GetPayload

func (*ArchiveGetV1Forbidden) IsClientError

func (o *ArchiveGetV1Forbidden) IsClientError() bool

IsClientError returns true when this archive get v1 forbidden response has a 4xx status code

func (*ArchiveGetV1Forbidden) IsCode

func (o *ArchiveGetV1Forbidden) IsCode(code int) bool

IsCode returns true when this archive get v1 forbidden response a status code equal to that given

func (*ArchiveGetV1Forbidden) IsRedirect

func (o *ArchiveGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this archive get v1 forbidden response has a 3xx status code

func (*ArchiveGetV1Forbidden) IsServerError

func (o *ArchiveGetV1Forbidden) IsServerError() bool

IsServerError returns true when this archive get v1 forbidden response has a 5xx status code

func (*ArchiveGetV1Forbidden) IsSuccess

func (o *ArchiveGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this archive get v1 forbidden response has a 2xx status code

func (*ArchiveGetV1Forbidden) String

func (o *ArchiveGetV1Forbidden) String() string

type ArchiveGetV1InternalServerError

type ArchiveGetV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveGetV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewArchiveGetV1InternalServerError

func NewArchiveGetV1InternalServerError() *ArchiveGetV1InternalServerError

NewArchiveGetV1InternalServerError creates a ArchiveGetV1InternalServerError with default headers values

func (*ArchiveGetV1InternalServerError) Code

Code gets the status code for the archive get v1 internal server error response

func (*ArchiveGetV1InternalServerError) Error

func (*ArchiveGetV1InternalServerError) GetPayload

func (*ArchiveGetV1InternalServerError) IsClientError

func (o *ArchiveGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this archive get v1 internal server error response has a 4xx status code

func (*ArchiveGetV1InternalServerError) IsCode

func (o *ArchiveGetV1InternalServerError) IsCode(code int) bool

IsCode returns true when this archive get v1 internal server error response a status code equal to that given

func (*ArchiveGetV1InternalServerError) IsRedirect

func (o *ArchiveGetV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this archive get v1 internal server error response has a 3xx status code

func (*ArchiveGetV1InternalServerError) IsServerError

func (o *ArchiveGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this archive get v1 internal server error response has a 5xx status code

func (*ArchiveGetV1InternalServerError) IsSuccess

func (o *ArchiveGetV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this archive get v1 internal server error response has a 2xx status code

func (*ArchiveGetV1InternalServerError) String

type ArchiveGetV1OK

type ArchiveGetV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveGetV1OK describes a response with status code 200, with default header values.

OK

func NewArchiveGetV1OK

func NewArchiveGetV1OK() *ArchiveGetV1OK

NewArchiveGetV1OK creates a ArchiveGetV1OK with default headers values

func (*ArchiveGetV1OK) Code

func (o *ArchiveGetV1OK) Code() int

Code gets the status code for the archive get v1 o k response

func (*ArchiveGetV1OK) Error

func (o *ArchiveGetV1OK) Error() string

func (*ArchiveGetV1OK) GetPayload

func (*ArchiveGetV1OK) IsClientError

func (o *ArchiveGetV1OK) IsClientError() bool

IsClientError returns true when this archive get v1 o k response has a 4xx status code

func (*ArchiveGetV1OK) IsCode

func (o *ArchiveGetV1OK) IsCode(code int) bool

IsCode returns true when this archive get v1 o k response a status code equal to that given

func (*ArchiveGetV1OK) IsRedirect

func (o *ArchiveGetV1OK) IsRedirect() bool

IsRedirect returns true when this archive get v1 o k response has a 3xx status code

func (*ArchiveGetV1OK) IsServerError

func (o *ArchiveGetV1OK) IsServerError() bool

IsServerError returns true when this archive get v1 o k response has a 5xx status code

func (*ArchiveGetV1OK) IsSuccess

func (o *ArchiveGetV1OK) IsSuccess() bool

IsSuccess returns true when this archive get v1 o k response has a 2xx status code

func (*ArchiveGetV1OK) String

func (o *ArchiveGetV1OK) String() string

type ArchiveGetV1Params

type ArchiveGetV1Params struct {

	/* ID.

	   The archive SHA256.
	*/
	ID string

	/* IncludeFiles.

	   If `true` includes processed archive files in response.
	*/
	IncludeFiles *bool

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

ArchiveGetV1Params contains all the parameters to send to the API endpoint

for the archive get v1 operation.

Typically these are written to a http.Request.

func NewArchiveGetV1Params

func NewArchiveGetV1Params() *ArchiveGetV1Params

NewArchiveGetV1Params creates a new ArchiveGetV1Params 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 NewArchiveGetV1ParamsWithContext

func NewArchiveGetV1ParamsWithContext(ctx context.Context) *ArchiveGetV1Params

NewArchiveGetV1ParamsWithContext creates a new ArchiveGetV1Params object with the ability to set a context for a request.

func NewArchiveGetV1ParamsWithHTTPClient

func NewArchiveGetV1ParamsWithHTTPClient(client *http.Client) *ArchiveGetV1Params

NewArchiveGetV1ParamsWithHTTPClient creates a new ArchiveGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewArchiveGetV1ParamsWithTimeout

func NewArchiveGetV1ParamsWithTimeout(timeout time.Duration) *ArchiveGetV1Params

NewArchiveGetV1ParamsWithTimeout creates a new ArchiveGetV1Params object with the ability to set a timeout on a request.

func (*ArchiveGetV1Params) SetContext

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

SetContext adds the context to the archive get v1 params

func (*ArchiveGetV1Params) SetDefaults

func (o *ArchiveGetV1Params) SetDefaults()

SetDefaults hydrates default values in the archive get v1 params (not the query body).

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

func (*ArchiveGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive get v1 params

func (*ArchiveGetV1Params) SetID

func (o *ArchiveGetV1Params) SetID(id string)

SetID adds the id to the archive get v1 params

func (*ArchiveGetV1Params) SetIncludeFiles

func (o *ArchiveGetV1Params) SetIncludeFiles(includeFiles *bool)

SetIncludeFiles adds the includeFiles to the archive get v1 params

func (*ArchiveGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the archive get v1 params

func (*ArchiveGetV1Params) WithContext

WithContext adds the context to the archive get v1 params

func (*ArchiveGetV1Params) WithDefaults

func (o *ArchiveGetV1Params) WithDefaults() *ArchiveGetV1Params

WithDefaults hydrates default values in the archive get v1 params (not the query body).

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

func (*ArchiveGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive get v1 params

func (*ArchiveGetV1Params) WithID

WithID adds the id to the archive get v1 params

func (*ArchiveGetV1Params) WithIncludeFiles

func (o *ArchiveGetV1Params) WithIncludeFiles(includeFiles *bool) *ArchiveGetV1Params

WithIncludeFiles adds the includeFiles to the archive get v1 params

func (*ArchiveGetV1Params) WithTimeout

func (o *ArchiveGetV1Params) WithTimeout(timeout time.Duration) *ArchiveGetV1Params

WithTimeout adds the timeout to the archive get v1 params

func (*ArchiveGetV1Params) WriteToRequest

func (o *ArchiveGetV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveGetV1Reader

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

ArchiveGetV1Reader is a Reader for the ArchiveGetV1 structure.

func (*ArchiveGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveGetV1TooManyRequests

type ArchiveGetV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveGetV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewArchiveGetV1TooManyRequests

func NewArchiveGetV1TooManyRequests() *ArchiveGetV1TooManyRequests

NewArchiveGetV1TooManyRequests creates a ArchiveGetV1TooManyRequests with default headers values

func (*ArchiveGetV1TooManyRequests) Code

func (o *ArchiveGetV1TooManyRequests) Code() int

Code gets the status code for the archive get v1 too many requests response

func (*ArchiveGetV1TooManyRequests) Error

func (*ArchiveGetV1TooManyRequests) GetPayload

func (*ArchiveGetV1TooManyRequests) IsClientError

func (o *ArchiveGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this archive get v1 too many requests response has a 4xx status code

func (*ArchiveGetV1TooManyRequests) IsCode

func (o *ArchiveGetV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this archive get v1 too many requests response a status code equal to that given

func (*ArchiveGetV1TooManyRequests) IsRedirect

func (o *ArchiveGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this archive get v1 too many requests response has a 3xx status code

func (*ArchiveGetV1TooManyRequests) IsServerError

func (o *ArchiveGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this archive get v1 too many requests response has a 5xx status code

func (*ArchiveGetV1TooManyRequests) IsSuccess

func (o *ArchiveGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this archive get v1 too many requests response has a 2xx status code

func (*ArchiveGetV1TooManyRequests) String

func (o *ArchiveGetV1TooManyRequests) String() string

type ArchiveListV1BadRequest

type ArchiveListV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveListFilesResponseV1
}

ArchiveListV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewArchiveListV1BadRequest

func NewArchiveListV1BadRequest() *ArchiveListV1BadRequest

NewArchiveListV1BadRequest creates a ArchiveListV1BadRequest with default headers values

func (*ArchiveListV1BadRequest) Code

func (o *ArchiveListV1BadRequest) Code() int

Code gets the status code for the archive list v1 bad request response

func (*ArchiveListV1BadRequest) Error

func (o *ArchiveListV1BadRequest) Error() string

func (*ArchiveListV1BadRequest) GetPayload

func (*ArchiveListV1BadRequest) IsClientError

func (o *ArchiveListV1BadRequest) IsClientError() bool

IsClientError returns true when this archive list v1 bad request response has a 4xx status code

func (*ArchiveListV1BadRequest) IsCode

func (o *ArchiveListV1BadRequest) IsCode(code int) bool

IsCode returns true when this archive list v1 bad request response a status code equal to that given

func (*ArchiveListV1BadRequest) IsRedirect

func (o *ArchiveListV1BadRequest) IsRedirect() bool

IsRedirect returns true when this archive list v1 bad request response has a 3xx status code

func (*ArchiveListV1BadRequest) IsServerError

func (o *ArchiveListV1BadRequest) IsServerError() bool

IsServerError returns true when this archive list v1 bad request response has a 5xx status code

func (*ArchiveListV1BadRequest) IsSuccess

func (o *ArchiveListV1BadRequest) IsSuccess() bool

IsSuccess returns true when this archive list v1 bad request response has a 2xx status code

func (*ArchiveListV1BadRequest) String

func (o *ArchiveListV1BadRequest) String() string

type ArchiveListV1Forbidden

type ArchiveListV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveListV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewArchiveListV1Forbidden

func NewArchiveListV1Forbidden() *ArchiveListV1Forbidden

NewArchiveListV1Forbidden creates a ArchiveListV1Forbidden with default headers values

func (*ArchiveListV1Forbidden) Code

func (o *ArchiveListV1Forbidden) Code() int

Code gets the status code for the archive list v1 forbidden response

func (*ArchiveListV1Forbidden) Error

func (o *ArchiveListV1Forbidden) Error() string

func (*ArchiveListV1Forbidden) GetPayload

func (*ArchiveListV1Forbidden) IsClientError

func (o *ArchiveListV1Forbidden) IsClientError() bool

IsClientError returns true when this archive list v1 forbidden response has a 4xx status code

func (*ArchiveListV1Forbidden) IsCode

func (o *ArchiveListV1Forbidden) IsCode(code int) bool

IsCode returns true when this archive list v1 forbidden response a status code equal to that given

func (*ArchiveListV1Forbidden) IsRedirect

func (o *ArchiveListV1Forbidden) IsRedirect() bool

IsRedirect returns true when this archive list v1 forbidden response has a 3xx status code

func (*ArchiveListV1Forbidden) IsServerError

func (o *ArchiveListV1Forbidden) IsServerError() bool

IsServerError returns true when this archive list v1 forbidden response has a 5xx status code

func (*ArchiveListV1Forbidden) IsSuccess

func (o *ArchiveListV1Forbidden) IsSuccess() bool

IsSuccess returns true when this archive list v1 forbidden response has a 2xx status code

func (*ArchiveListV1Forbidden) String

func (o *ArchiveListV1Forbidden) String() string

type ArchiveListV1InternalServerError

type ArchiveListV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveListFilesResponseV1
}

ArchiveListV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewArchiveListV1InternalServerError

func NewArchiveListV1InternalServerError() *ArchiveListV1InternalServerError

NewArchiveListV1InternalServerError creates a ArchiveListV1InternalServerError with default headers values

func (*ArchiveListV1InternalServerError) Code

Code gets the status code for the archive list v1 internal server error response

func (*ArchiveListV1InternalServerError) Error

func (*ArchiveListV1InternalServerError) GetPayload

func (*ArchiveListV1InternalServerError) IsClientError

func (o *ArchiveListV1InternalServerError) IsClientError() bool

IsClientError returns true when this archive list v1 internal server error response has a 4xx status code

func (*ArchiveListV1InternalServerError) IsCode

func (o *ArchiveListV1InternalServerError) IsCode(code int) bool

IsCode returns true when this archive list v1 internal server error response a status code equal to that given

func (*ArchiveListV1InternalServerError) IsRedirect

func (o *ArchiveListV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this archive list v1 internal server error response has a 3xx status code

func (*ArchiveListV1InternalServerError) IsServerError

func (o *ArchiveListV1InternalServerError) IsServerError() bool

IsServerError returns true when this archive list v1 internal server error response has a 5xx status code

func (*ArchiveListV1InternalServerError) IsSuccess

func (o *ArchiveListV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this archive list v1 internal server error response has a 2xx status code

func (*ArchiveListV1InternalServerError) String

type ArchiveListV1OK

type ArchiveListV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveListFilesResponseV1
}

ArchiveListV1OK describes a response with status code 200, with default header values.

OK

func NewArchiveListV1OK

func NewArchiveListV1OK() *ArchiveListV1OK

NewArchiveListV1OK creates a ArchiveListV1OK with default headers values

func (*ArchiveListV1OK) Code

func (o *ArchiveListV1OK) Code() int

Code gets the status code for the archive list v1 o k response

func (*ArchiveListV1OK) Error

func (o *ArchiveListV1OK) Error() string

func (*ArchiveListV1OK) GetPayload

func (*ArchiveListV1OK) IsClientError

func (o *ArchiveListV1OK) IsClientError() bool

IsClientError returns true when this archive list v1 o k response has a 4xx status code

func (*ArchiveListV1OK) IsCode

func (o *ArchiveListV1OK) IsCode(code int) bool

IsCode returns true when this archive list v1 o k response a status code equal to that given

func (*ArchiveListV1OK) IsRedirect

func (o *ArchiveListV1OK) IsRedirect() bool

IsRedirect returns true when this archive list v1 o k response has a 3xx status code

func (*ArchiveListV1OK) IsServerError

func (o *ArchiveListV1OK) IsServerError() bool

IsServerError returns true when this archive list v1 o k response has a 5xx status code

func (*ArchiveListV1OK) IsSuccess

func (o *ArchiveListV1OK) IsSuccess() bool

IsSuccess returns true when this archive list v1 o k response has a 2xx status code

func (*ArchiveListV1OK) String

func (o *ArchiveListV1OK) String() string

type ArchiveListV1Params

type ArchiveListV1Params struct {

	/* ID.

	   The archive SHA256.
	*/
	ID string

	/* Limit.

	   Max number of files to retrieve.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   Offset from where to get files.
	*/
	Offset *string

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

ArchiveListV1Params contains all the parameters to send to the API endpoint

for the archive list v1 operation.

Typically these are written to a http.Request.

func NewArchiveListV1Params

func NewArchiveListV1Params() *ArchiveListV1Params

NewArchiveListV1Params creates a new ArchiveListV1Params 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 NewArchiveListV1ParamsWithContext

func NewArchiveListV1ParamsWithContext(ctx context.Context) *ArchiveListV1Params

NewArchiveListV1ParamsWithContext creates a new ArchiveListV1Params object with the ability to set a context for a request.

func NewArchiveListV1ParamsWithHTTPClient

func NewArchiveListV1ParamsWithHTTPClient(client *http.Client) *ArchiveListV1Params

NewArchiveListV1ParamsWithHTTPClient creates a new ArchiveListV1Params object with the ability to set a custom HTTPClient for a request.

func NewArchiveListV1ParamsWithTimeout

func NewArchiveListV1ParamsWithTimeout(timeout time.Duration) *ArchiveListV1Params

NewArchiveListV1ParamsWithTimeout creates a new ArchiveListV1Params object with the ability to set a timeout on a request.

func (*ArchiveListV1Params) SetContext

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

SetContext adds the context to the archive list v1 params

func (*ArchiveListV1Params) SetDefaults

func (o *ArchiveListV1Params) SetDefaults()

SetDefaults hydrates default values in the archive list v1 params (not the query body).

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

func (*ArchiveListV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive list v1 params

func (*ArchiveListV1Params) SetID

func (o *ArchiveListV1Params) SetID(id string)

SetID adds the id to the archive list v1 params

func (*ArchiveListV1Params) SetLimit

func (o *ArchiveListV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the archive list v1 params

func (*ArchiveListV1Params) SetOffset

func (o *ArchiveListV1Params) SetOffset(offset *string)

SetOffset adds the offset to the archive list v1 params

func (*ArchiveListV1Params) SetTimeout

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

SetTimeout adds the timeout to the archive list v1 params

func (*ArchiveListV1Params) WithContext

WithContext adds the context to the archive list v1 params

func (*ArchiveListV1Params) WithDefaults

func (o *ArchiveListV1Params) WithDefaults() *ArchiveListV1Params

WithDefaults hydrates default values in the archive list v1 params (not the query body).

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

func (*ArchiveListV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive list v1 params

func (*ArchiveListV1Params) WithID

WithID adds the id to the archive list v1 params

func (*ArchiveListV1Params) WithLimit

func (o *ArchiveListV1Params) WithLimit(limit *int64) *ArchiveListV1Params

WithLimit adds the limit to the archive list v1 params

func (*ArchiveListV1Params) WithOffset

func (o *ArchiveListV1Params) WithOffset(offset *string) *ArchiveListV1Params

WithOffset adds the offset to the archive list v1 params

func (*ArchiveListV1Params) WithTimeout

func (o *ArchiveListV1Params) WithTimeout(timeout time.Duration) *ArchiveListV1Params

WithTimeout adds the timeout to the archive list v1 params

func (*ArchiveListV1Params) WriteToRequest

func (o *ArchiveListV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveListV1Reader

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

ArchiveListV1Reader is a Reader for the ArchiveListV1 structure.

func (*ArchiveListV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveListV1TooManyRequests

type ArchiveListV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveListV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewArchiveListV1TooManyRequests

func NewArchiveListV1TooManyRequests() *ArchiveListV1TooManyRequests

NewArchiveListV1TooManyRequests creates a ArchiveListV1TooManyRequests with default headers values

func (*ArchiveListV1TooManyRequests) Code

Code gets the status code for the archive list v1 too many requests response

func (*ArchiveListV1TooManyRequests) Error

func (*ArchiveListV1TooManyRequests) GetPayload

func (*ArchiveListV1TooManyRequests) IsClientError

func (o *ArchiveListV1TooManyRequests) IsClientError() bool

IsClientError returns true when this archive list v1 too many requests response has a 4xx status code

func (*ArchiveListV1TooManyRequests) IsCode

func (o *ArchiveListV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this archive list v1 too many requests response a status code equal to that given

func (*ArchiveListV1TooManyRequests) IsRedirect

func (o *ArchiveListV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this archive list v1 too many requests response has a 3xx status code

func (*ArchiveListV1TooManyRequests) IsServerError

func (o *ArchiveListV1TooManyRequests) IsServerError() bool

IsServerError returns true when this archive list v1 too many requests response has a 5xx status code

func (*ArchiveListV1TooManyRequests) IsSuccess

func (o *ArchiveListV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this archive list v1 too many requests response has a 2xx status code

func (*ArchiveListV1TooManyRequests) String

type ArchiveUploadV1Accepted

type ArchiveUploadV1Accepted struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV1Accepted describes a response with status code 202, with default header values.

OK

func NewArchiveUploadV1Accepted

func NewArchiveUploadV1Accepted() *ArchiveUploadV1Accepted

NewArchiveUploadV1Accepted creates a ArchiveUploadV1Accepted with default headers values

func (*ArchiveUploadV1Accepted) Code

func (o *ArchiveUploadV1Accepted) Code() int

Code gets the status code for the archive upload v1 accepted response

func (*ArchiveUploadV1Accepted) Error

func (o *ArchiveUploadV1Accepted) Error() string

func (*ArchiveUploadV1Accepted) GetPayload

func (*ArchiveUploadV1Accepted) IsClientError

func (o *ArchiveUploadV1Accepted) IsClientError() bool

IsClientError returns true when this archive upload v1 accepted response has a 4xx status code

func (*ArchiveUploadV1Accepted) IsCode

func (o *ArchiveUploadV1Accepted) IsCode(code int) bool

IsCode returns true when this archive upload v1 accepted response a status code equal to that given

func (*ArchiveUploadV1Accepted) IsRedirect

func (o *ArchiveUploadV1Accepted) IsRedirect() bool

IsRedirect returns true when this archive upload v1 accepted response has a 3xx status code

func (*ArchiveUploadV1Accepted) IsServerError

func (o *ArchiveUploadV1Accepted) IsServerError() bool

IsServerError returns true when this archive upload v1 accepted response has a 5xx status code

func (*ArchiveUploadV1Accepted) IsSuccess

func (o *ArchiveUploadV1Accepted) IsSuccess() bool

IsSuccess returns true when this archive upload v1 accepted response has a 2xx status code

func (*ArchiveUploadV1Accepted) String

func (o *ArchiveUploadV1Accepted) String() string

type ArchiveUploadV1BadRequest

type ArchiveUploadV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewArchiveUploadV1BadRequest

func NewArchiveUploadV1BadRequest() *ArchiveUploadV1BadRequest

NewArchiveUploadV1BadRequest creates a ArchiveUploadV1BadRequest with default headers values

func (*ArchiveUploadV1BadRequest) Code

func (o *ArchiveUploadV1BadRequest) Code() int

Code gets the status code for the archive upload v1 bad request response

func (*ArchiveUploadV1BadRequest) Error

func (o *ArchiveUploadV1BadRequest) Error() string

func (*ArchiveUploadV1BadRequest) GetPayload

func (*ArchiveUploadV1BadRequest) IsClientError

func (o *ArchiveUploadV1BadRequest) IsClientError() bool

IsClientError returns true when this archive upload v1 bad request response has a 4xx status code

func (*ArchiveUploadV1BadRequest) IsCode

func (o *ArchiveUploadV1BadRequest) IsCode(code int) bool

IsCode returns true when this archive upload v1 bad request response a status code equal to that given

func (*ArchiveUploadV1BadRequest) IsRedirect

func (o *ArchiveUploadV1BadRequest) IsRedirect() bool

IsRedirect returns true when this archive upload v1 bad request response has a 3xx status code

func (*ArchiveUploadV1BadRequest) IsServerError

func (o *ArchiveUploadV1BadRequest) IsServerError() bool

IsServerError returns true when this archive upload v1 bad request response has a 5xx status code

func (*ArchiveUploadV1BadRequest) IsSuccess

func (o *ArchiveUploadV1BadRequest) IsSuccess() bool

IsSuccess returns true when this archive upload v1 bad request response has a 2xx status code

func (*ArchiveUploadV1BadRequest) String

func (o *ArchiveUploadV1BadRequest) String() string

type ArchiveUploadV1Forbidden

type ArchiveUploadV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveUploadV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewArchiveUploadV1Forbidden

func NewArchiveUploadV1Forbidden() *ArchiveUploadV1Forbidden

NewArchiveUploadV1Forbidden creates a ArchiveUploadV1Forbidden with default headers values

func (*ArchiveUploadV1Forbidden) Code

func (o *ArchiveUploadV1Forbidden) Code() int

Code gets the status code for the archive upload v1 forbidden response

func (*ArchiveUploadV1Forbidden) Error

func (o *ArchiveUploadV1Forbidden) Error() string

func (*ArchiveUploadV1Forbidden) GetPayload

func (*ArchiveUploadV1Forbidden) IsClientError

func (o *ArchiveUploadV1Forbidden) IsClientError() bool

IsClientError returns true when this archive upload v1 forbidden response has a 4xx status code

func (*ArchiveUploadV1Forbidden) IsCode

func (o *ArchiveUploadV1Forbidden) IsCode(code int) bool

IsCode returns true when this archive upload v1 forbidden response a status code equal to that given

func (*ArchiveUploadV1Forbidden) IsRedirect

func (o *ArchiveUploadV1Forbidden) IsRedirect() bool

IsRedirect returns true when this archive upload v1 forbidden response has a 3xx status code

func (*ArchiveUploadV1Forbidden) IsServerError

func (o *ArchiveUploadV1Forbidden) IsServerError() bool

IsServerError returns true when this archive upload v1 forbidden response has a 5xx status code

func (*ArchiveUploadV1Forbidden) IsSuccess

func (o *ArchiveUploadV1Forbidden) IsSuccess() bool

IsSuccess returns true when this archive upload v1 forbidden response has a 2xx status code

func (*ArchiveUploadV1Forbidden) String

func (o *ArchiveUploadV1Forbidden) String() string

type ArchiveUploadV1InternalServerError

type ArchiveUploadV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewArchiveUploadV1InternalServerError

func NewArchiveUploadV1InternalServerError() *ArchiveUploadV1InternalServerError

NewArchiveUploadV1InternalServerError creates a ArchiveUploadV1InternalServerError with default headers values

func (*ArchiveUploadV1InternalServerError) Code

Code gets the status code for the archive upload v1 internal server error response

func (*ArchiveUploadV1InternalServerError) Error

func (*ArchiveUploadV1InternalServerError) GetPayload

func (*ArchiveUploadV1InternalServerError) IsClientError

func (o *ArchiveUploadV1InternalServerError) IsClientError() bool

IsClientError returns true when this archive upload v1 internal server error response has a 4xx status code

func (*ArchiveUploadV1InternalServerError) IsCode

IsCode returns true when this archive upload v1 internal server error response a status code equal to that given

func (*ArchiveUploadV1InternalServerError) IsRedirect

func (o *ArchiveUploadV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this archive upload v1 internal server error response has a 3xx status code

func (*ArchiveUploadV1InternalServerError) IsServerError

func (o *ArchiveUploadV1InternalServerError) IsServerError() bool

IsServerError returns true when this archive upload v1 internal server error response has a 5xx status code

func (*ArchiveUploadV1InternalServerError) IsSuccess

IsSuccess returns true when this archive upload v1 internal server error response has a 2xx status code

func (*ArchiveUploadV1InternalServerError) String

type ArchiveUploadV1OK

type ArchiveUploadV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV1OK describes a response with status code 200, with default header values.

OK

func NewArchiveUploadV1OK

func NewArchiveUploadV1OK() *ArchiveUploadV1OK

NewArchiveUploadV1OK creates a ArchiveUploadV1OK with default headers values

func (*ArchiveUploadV1OK) Code

func (o *ArchiveUploadV1OK) Code() int

Code gets the status code for the archive upload v1 o k response

func (*ArchiveUploadV1OK) Error

func (o *ArchiveUploadV1OK) Error() string

func (*ArchiveUploadV1OK) GetPayload

func (*ArchiveUploadV1OK) IsClientError

func (o *ArchiveUploadV1OK) IsClientError() bool

IsClientError returns true when this archive upload v1 o k response has a 4xx status code

func (*ArchiveUploadV1OK) IsCode

func (o *ArchiveUploadV1OK) IsCode(code int) bool

IsCode returns true when this archive upload v1 o k response a status code equal to that given

func (*ArchiveUploadV1OK) IsRedirect

func (o *ArchiveUploadV1OK) IsRedirect() bool

IsRedirect returns true when this archive upload v1 o k response has a 3xx status code

func (*ArchiveUploadV1OK) IsServerError

func (o *ArchiveUploadV1OK) IsServerError() bool

IsServerError returns true when this archive upload v1 o k response has a 5xx status code

func (*ArchiveUploadV1OK) IsSuccess

func (o *ArchiveUploadV1OK) IsSuccess() bool

IsSuccess returns true when this archive upload v1 o k response has a 2xx status code

func (*ArchiveUploadV1OK) String

func (o *ArchiveUploadV1OK) String() string

type ArchiveUploadV1Params

type ArchiveUploadV1Params struct {

	/* Body.

	     Content of the uploaded archive in binary format. For example, use `--data-binary @$FILE_PATH` when using cURL. Max file size: 100 MB.

	Accepted file formats:

	- Portable executables: `.zip`, `.7z`.
	*/
	Body []int64

	/* Comment.

	   A descriptive comment to identify the file for other users.
	*/
	Comment *string

	/* IsConfidential.

	     Defines visibility of this file, either via the API or the Falcon console.

	- `true`: File is only shown to users within your customer account
	- `false`: File can be seen by other CrowdStrike customers

	Default: `true`.

	     Default: true
	*/
	IsConfidential *bool

	/* Name.

	   Name of the archive.
	*/
	Name string

	/* Password.

	   Archive password.
	*/
	Password *string

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

ArchiveUploadV1Params contains all the parameters to send to the API endpoint

for the archive upload v1 operation.

Typically these are written to a http.Request.

func NewArchiveUploadV1Params

func NewArchiveUploadV1Params() *ArchiveUploadV1Params

NewArchiveUploadV1Params creates a new ArchiveUploadV1Params 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 NewArchiveUploadV1ParamsWithContext

func NewArchiveUploadV1ParamsWithContext(ctx context.Context) *ArchiveUploadV1Params

NewArchiveUploadV1ParamsWithContext creates a new ArchiveUploadV1Params object with the ability to set a context for a request.

func NewArchiveUploadV1ParamsWithHTTPClient

func NewArchiveUploadV1ParamsWithHTTPClient(client *http.Client) *ArchiveUploadV1Params

NewArchiveUploadV1ParamsWithHTTPClient creates a new ArchiveUploadV1Params object with the ability to set a custom HTTPClient for a request.

func NewArchiveUploadV1ParamsWithTimeout

func NewArchiveUploadV1ParamsWithTimeout(timeout time.Duration) *ArchiveUploadV1Params

NewArchiveUploadV1ParamsWithTimeout creates a new ArchiveUploadV1Params object with the ability to set a timeout on a request.

func (*ArchiveUploadV1Params) SetBody

func (o *ArchiveUploadV1Params) SetBody(body []int64)

SetBody adds the body to the archive upload v1 params

func (*ArchiveUploadV1Params) SetComment

func (o *ArchiveUploadV1Params) SetComment(comment *string)

SetComment adds the comment to the archive upload v1 params

func (*ArchiveUploadV1Params) SetContext

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

SetContext adds the context to the archive upload v1 params

func (*ArchiveUploadV1Params) SetDefaults

func (o *ArchiveUploadV1Params) SetDefaults()

SetDefaults hydrates default values in the archive upload v1 params (not the query body).

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

func (*ArchiveUploadV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive upload v1 params

func (*ArchiveUploadV1Params) SetIsConfidential

func (o *ArchiveUploadV1Params) SetIsConfidential(isConfidential *bool)

SetIsConfidential adds the isConfidential to the archive upload v1 params

func (*ArchiveUploadV1Params) SetName

func (o *ArchiveUploadV1Params) SetName(name string)

SetName adds the name to the archive upload v1 params

func (*ArchiveUploadV1Params) SetPassword

func (o *ArchiveUploadV1Params) SetPassword(password *string)

SetPassword adds the password to the archive upload v1 params

func (*ArchiveUploadV1Params) SetTimeout

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

SetTimeout adds the timeout to the archive upload v1 params

func (*ArchiveUploadV1Params) WithBody

func (o *ArchiveUploadV1Params) WithBody(body []int64) *ArchiveUploadV1Params

WithBody adds the body to the archive upload v1 params

func (*ArchiveUploadV1Params) WithComment

func (o *ArchiveUploadV1Params) WithComment(comment *string) *ArchiveUploadV1Params

WithComment adds the comment to the archive upload v1 params

func (*ArchiveUploadV1Params) WithContext

WithContext adds the context to the archive upload v1 params

func (*ArchiveUploadV1Params) WithDefaults

func (o *ArchiveUploadV1Params) WithDefaults() *ArchiveUploadV1Params

WithDefaults hydrates default values in the archive upload v1 params (not the query body).

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

func (*ArchiveUploadV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive upload v1 params

func (*ArchiveUploadV1Params) WithIsConfidential

func (o *ArchiveUploadV1Params) WithIsConfidential(isConfidential *bool) *ArchiveUploadV1Params

WithIsConfidential adds the isConfidential to the archive upload v1 params

func (*ArchiveUploadV1Params) WithName

WithName adds the name to the archive upload v1 params

func (*ArchiveUploadV1Params) WithPassword

func (o *ArchiveUploadV1Params) WithPassword(password *string) *ArchiveUploadV1Params

WithPassword adds the password to the archive upload v1 params

func (*ArchiveUploadV1Params) WithTimeout

func (o *ArchiveUploadV1Params) WithTimeout(timeout time.Duration) *ArchiveUploadV1Params

WithTimeout adds the timeout to the archive upload v1 params

func (*ArchiveUploadV1Params) WriteToRequest

func (o *ArchiveUploadV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveUploadV1Reader

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

ArchiveUploadV1Reader is a Reader for the ArchiveUploadV1 structure.

func (*ArchiveUploadV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveUploadV1TooManyRequests

type ArchiveUploadV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveUploadV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewArchiveUploadV1TooManyRequests

func NewArchiveUploadV1TooManyRequests() *ArchiveUploadV1TooManyRequests

NewArchiveUploadV1TooManyRequests creates a ArchiveUploadV1TooManyRequests with default headers values

func (*ArchiveUploadV1TooManyRequests) Code

Code gets the status code for the archive upload v1 too many requests response

func (*ArchiveUploadV1TooManyRequests) Error

func (*ArchiveUploadV1TooManyRequests) GetPayload

func (*ArchiveUploadV1TooManyRequests) IsClientError

func (o *ArchiveUploadV1TooManyRequests) IsClientError() bool

IsClientError returns true when this archive upload v1 too many requests response has a 4xx status code

func (*ArchiveUploadV1TooManyRequests) IsCode

func (o *ArchiveUploadV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this archive upload v1 too many requests response a status code equal to that given

func (*ArchiveUploadV1TooManyRequests) IsRedirect

func (o *ArchiveUploadV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this archive upload v1 too many requests response has a 3xx status code

func (*ArchiveUploadV1TooManyRequests) IsServerError

func (o *ArchiveUploadV1TooManyRequests) IsServerError() bool

IsServerError returns true when this archive upload v1 too many requests response has a 5xx status code

func (*ArchiveUploadV1TooManyRequests) IsSuccess

func (o *ArchiveUploadV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this archive upload v1 too many requests response has a 2xx status code

func (*ArchiveUploadV1TooManyRequests) String

type ArchiveUploadV2Accepted

type ArchiveUploadV2Accepted struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV2Accepted describes a response with status code 202, with default header values.

OK

func NewArchiveUploadV2Accepted

func NewArchiveUploadV2Accepted() *ArchiveUploadV2Accepted

NewArchiveUploadV2Accepted creates a ArchiveUploadV2Accepted with default headers values

func (*ArchiveUploadV2Accepted) Code

func (o *ArchiveUploadV2Accepted) Code() int

Code gets the status code for the archive upload v2 accepted response

func (*ArchiveUploadV2Accepted) Error

func (o *ArchiveUploadV2Accepted) Error() string

func (*ArchiveUploadV2Accepted) GetPayload

func (*ArchiveUploadV2Accepted) IsClientError

func (o *ArchiveUploadV2Accepted) IsClientError() bool

IsClientError returns true when this archive upload v2 accepted response has a 4xx status code

func (*ArchiveUploadV2Accepted) IsCode

func (o *ArchiveUploadV2Accepted) IsCode(code int) bool

IsCode returns true when this archive upload v2 accepted response a status code equal to that given

func (*ArchiveUploadV2Accepted) IsRedirect

func (o *ArchiveUploadV2Accepted) IsRedirect() bool

IsRedirect returns true when this archive upload v2 accepted response has a 3xx status code

func (*ArchiveUploadV2Accepted) IsServerError

func (o *ArchiveUploadV2Accepted) IsServerError() bool

IsServerError returns true when this archive upload v2 accepted response has a 5xx status code

func (*ArchiveUploadV2Accepted) IsSuccess

func (o *ArchiveUploadV2Accepted) IsSuccess() bool

IsSuccess returns true when this archive upload v2 accepted response has a 2xx status code

func (*ArchiveUploadV2Accepted) String

func (o *ArchiveUploadV2Accepted) String() string

type ArchiveUploadV2BadRequest

type ArchiveUploadV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV2BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewArchiveUploadV2BadRequest

func NewArchiveUploadV2BadRequest() *ArchiveUploadV2BadRequest

NewArchiveUploadV2BadRequest creates a ArchiveUploadV2BadRequest with default headers values

func (*ArchiveUploadV2BadRequest) Code

func (o *ArchiveUploadV2BadRequest) Code() int

Code gets the status code for the archive upload v2 bad request response

func (*ArchiveUploadV2BadRequest) Error

func (o *ArchiveUploadV2BadRequest) Error() string

func (*ArchiveUploadV2BadRequest) GetPayload

func (*ArchiveUploadV2BadRequest) IsClientError

func (o *ArchiveUploadV2BadRequest) IsClientError() bool

IsClientError returns true when this archive upload v2 bad request response has a 4xx status code

func (*ArchiveUploadV2BadRequest) IsCode

func (o *ArchiveUploadV2BadRequest) IsCode(code int) bool

IsCode returns true when this archive upload v2 bad request response a status code equal to that given

func (*ArchiveUploadV2BadRequest) IsRedirect

func (o *ArchiveUploadV2BadRequest) IsRedirect() bool

IsRedirect returns true when this archive upload v2 bad request response has a 3xx status code

func (*ArchiveUploadV2BadRequest) IsServerError

func (o *ArchiveUploadV2BadRequest) IsServerError() bool

IsServerError returns true when this archive upload v2 bad request response has a 5xx status code

func (*ArchiveUploadV2BadRequest) IsSuccess

func (o *ArchiveUploadV2BadRequest) IsSuccess() bool

IsSuccess returns true when this archive upload v2 bad request response has a 2xx status code

func (*ArchiveUploadV2BadRequest) String

func (o *ArchiveUploadV2BadRequest) String() string

type ArchiveUploadV2Forbidden

type ArchiveUploadV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveUploadV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewArchiveUploadV2Forbidden

func NewArchiveUploadV2Forbidden() *ArchiveUploadV2Forbidden

NewArchiveUploadV2Forbidden creates a ArchiveUploadV2Forbidden with default headers values

func (*ArchiveUploadV2Forbidden) Code

func (o *ArchiveUploadV2Forbidden) Code() int

Code gets the status code for the archive upload v2 forbidden response

func (*ArchiveUploadV2Forbidden) Error

func (o *ArchiveUploadV2Forbidden) Error() string

func (*ArchiveUploadV2Forbidden) GetPayload

func (*ArchiveUploadV2Forbidden) IsClientError

func (o *ArchiveUploadV2Forbidden) IsClientError() bool

IsClientError returns true when this archive upload v2 forbidden response has a 4xx status code

func (*ArchiveUploadV2Forbidden) IsCode

func (o *ArchiveUploadV2Forbidden) IsCode(code int) bool

IsCode returns true when this archive upload v2 forbidden response a status code equal to that given

func (*ArchiveUploadV2Forbidden) IsRedirect

func (o *ArchiveUploadV2Forbidden) IsRedirect() bool

IsRedirect returns true when this archive upload v2 forbidden response has a 3xx status code

func (*ArchiveUploadV2Forbidden) IsServerError

func (o *ArchiveUploadV2Forbidden) IsServerError() bool

IsServerError returns true when this archive upload v2 forbidden response has a 5xx status code

func (*ArchiveUploadV2Forbidden) IsSuccess

func (o *ArchiveUploadV2Forbidden) IsSuccess() bool

IsSuccess returns true when this archive upload v2 forbidden response has a 2xx status code

func (*ArchiveUploadV2Forbidden) String

func (o *ArchiveUploadV2Forbidden) String() string

type ArchiveUploadV2InternalServerError

type ArchiveUploadV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewArchiveUploadV2InternalServerError

func NewArchiveUploadV2InternalServerError() *ArchiveUploadV2InternalServerError

NewArchiveUploadV2InternalServerError creates a ArchiveUploadV2InternalServerError with default headers values

func (*ArchiveUploadV2InternalServerError) Code

Code gets the status code for the archive upload v2 internal server error response

func (*ArchiveUploadV2InternalServerError) Error

func (*ArchiveUploadV2InternalServerError) GetPayload

func (*ArchiveUploadV2InternalServerError) IsClientError

func (o *ArchiveUploadV2InternalServerError) IsClientError() bool

IsClientError returns true when this archive upload v2 internal server error response has a 4xx status code

func (*ArchiveUploadV2InternalServerError) IsCode

IsCode returns true when this archive upload v2 internal server error response a status code equal to that given

func (*ArchiveUploadV2InternalServerError) IsRedirect

func (o *ArchiveUploadV2InternalServerError) IsRedirect() bool

IsRedirect returns true when this archive upload v2 internal server error response has a 3xx status code

func (*ArchiveUploadV2InternalServerError) IsServerError

func (o *ArchiveUploadV2InternalServerError) IsServerError() bool

IsServerError returns true when this archive upload v2 internal server error response has a 5xx status code

func (*ArchiveUploadV2InternalServerError) IsSuccess

IsSuccess returns true when this archive upload v2 internal server error response has a 2xx status code

func (*ArchiveUploadV2InternalServerError) String

type ArchiveUploadV2OK

type ArchiveUploadV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientArchiveCreateResponseV1
}

ArchiveUploadV2OK describes a response with status code 200, with default header values.

OK

func NewArchiveUploadV2OK

func NewArchiveUploadV2OK() *ArchiveUploadV2OK

NewArchiveUploadV2OK creates a ArchiveUploadV2OK with default headers values

func (*ArchiveUploadV2OK) Code

func (o *ArchiveUploadV2OK) Code() int

Code gets the status code for the archive upload v2 o k response

func (*ArchiveUploadV2OK) Error

func (o *ArchiveUploadV2OK) Error() string

func (*ArchiveUploadV2OK) GetPayload

func (*ArchiveUploadV2OK) IsClientError

func (o *ArchiveUploadV2OK) IsClientError() bool

IsClientError returns true when this archive upload v2 o k response has a 4xx status code

func (*ArchiveUploadV2OK) IsCode

func (o *ArchiveUploadV2OK) IsCode(code int) bool

IsCode returns true when this archive upload v2 o k response a status code equal to that given

func (*ArchiveUploadV2OK) IsRedirect

func (o *ArchiveUploadV2OK) IsRedirect() bool

IsRedirect returns true when this archive upload v2 o k response has a 3xx status code

func (*ArchiveUploadV2OK) IsServerError

func (o *ArchiveUploadV2OK) IsServerError() bool

IsServerError returns true when this archive upload v2 o k response has a 5xx status code

func (*ArchiveUploadV2OK) IsSuccess

func (o *ArchiveUploadV2OK) IsSuccess() bool

IsSuccess returns true when this archive upload v2 o k response has a 2xx status code

func (*ArchiveUploadV2OK) String

func (o *ArchiveUploadV2OK) String() string

type ArchiveUploadV2Params

type ArchiveUploadV2Params struct {

	/* Comment.

	   A descriptive comment to identify the file for other users. For example, use `--form comment=` when using cURL.
	*/
	Comment *string

	/* File.

	   Content of the uploaded archive. For example, use `--form file=@$FILE_PATH;type=` when using cURL. Supported file types are `application/zip` and `application/x-7z-compressed`.
	*/
	File runtime.NamedReadCloser

	/* IsConfidential.

	     Defines visibility of this file in Falcon MalQuery, either via the API or the Falcon console. For example, use `--form is_confidential=` when using cURL.

	- `true`: File is only shown to users within your customer account
	- `false`: File can be seen by other CrowdStrike customers

	Default: `true`.

	     Default: true
	*/
	IsConfidential *bool

	/* Name.

	   Name of the archive. For example, use `--form name=` when using cURL.
	*/
	Name string

	/* Password.

	   Archive password. For example, use `--form password=` when using cURL.
	*/
	Password *string

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

ArchiveUploadV2Params contains all the parameters to send to the API endpoint

for the archive upload v2 operation.

Typically these are written to a http.Request.

func NewArchiveUploadV2Params

func NewArchiveUploadV2Params() *ArchiveUploadV2Params

NewArchiveUploadV2Params creates a new ArchiveUploadV2Params 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 NewArchiveUploadV2ParamsWithContext

func NewArchiveUploadV2ParamsWithContext(ctx context.Context) *ArchiveUploadV2Params

NewArchiveUploadV2ParamsWithContext creates a new ArchiveUploadV2Params object with the ability to set a context for a request.

func NewArchiveUploadV2ParamsWithHTTPClient

func NewArchiveUploadV2ParamsWithHTTPClient(client *http.Client) *ArchiveUploadV2Params

NewArchiveUploadV2ParamsWithHTTPClient creates a new ArchiveUploadV2Params object with the ability to set a custom HTTPClient for a request.

func NewArchiveUploadV2ParamsWithTimeout

func NewArchiveUploadV2ParamsWithTimeout(timeout time.Duration) *ArchiveUploadV2Params

NewArchiveUploadV2ParamsWithTimeout creates a new ArchiveUploadV2Params object with the ability to set a timeout on a request.

func (*ArchiveUploadV2Params) SetComment

func (o *ArchiveUploadV2Params) SetComment(comment *string)

SetComment adds the comment to the archive upload v2 params

func (*ArchiveUploadV2Params) SetContext

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

SetContext adds the context to the archive upload v2 params

func (*ArchiveUploadV2Params) SetDefaults

func (o *ArchiveUploadV2Params) SetDefaults()

SetDefaults hydrates default values in the archive upload v2 params (not the query body).

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

func (*ArchiveUploadV2Params) SetFile

SetFile adds the file to the archive upload v2 params

func (*ArchiveUploadV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive upload v2 params

func (*ArchiveUploadV2Params) SetIsConfidential

func (o *ArchiveUploadV2Params) SetIsConfidential(isConfidential *bool)

SetIsConfidential adds the isConfidential to the archive upload v2 params

func (*ArchiveUploadV2Params) SetName

func (o *ArchiveUploadV2Params) SetName(name string)

SetName adds the name to the archive upload v2 params

func (*ArchiveUploadV2Params) SetPassword

func (o *ArchiveUploadV2Params) SetPassword(password *string)

SetPassword adds the password to the archive upload v2 params

func (*ArchiveUploadV2Params) SetTimeout

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

SetTimeout adds the timeout to the archive upload v2 params

func (*ArchiveUploadV2Params) WithComment

func (o *ArchiveUploadV2Params) WithComment(comment *string) *ArchiveUploadV2Params

WithComment adds the comment to the archive upload v2 params

func (*ArchiveUploadV2Params) WithContext

WithContext adds the context to the archive upload v2 params

func (*ArchiveUploadV2Params) WithDefaults

func (o *ArchiveUploadV2Params) WithDefaults() *ArchiveUploadV2Params

WithDefaults hydrates default values in the archive upload v2 params (not the query body).

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

func (*ArchiveUploadV2Params) WithFile

WithFile adds the file to the archive upload v2 params

func (*ArchiveUploadV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive upload v2 params

func (*ArchiveUploadV2Params) WithIsConfidential

func (o *ArchiveUploadV2Params) WithIsConfidential(isConfidential *bool) *ArchiveUploadV2Params

WithIsConfidential adds the isConfidential to the archive upload v2 params

func (*ArchiveUploadV2Params) WithName

WithName adds the name to the archive upload v2 params

func (*ArchiveUploadV2Params) WithPassword

func (o *ArchiveUploadV2Params) WithPassword(password *string) *ArchiveUploadV2Params

WithPassword adds the password to the archive upload v2 params

func (*ArchiveUploadV2Params) WithTimeout

func (o *ArchiveUploadV2Params) WithTimeout(timeout time.Duration) *ArchiveUploadV2Params

WithTimeout adds the timeout to the archive upload v2 params

func (*ArchiveUploadV2Params) WriteToRequest

func (o *ArchiveUploadV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArchiveUploadV2Reader

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

ArchiveUploadV2Reader is a Reader for the ArchiveUploadV2 structure.

func (*ArchiveUploadV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveUploadV2TooManyRequests

type ArchiveUploadV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ArchiveUploadV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewArchiveUploadV2TooManyRequests

func NewArchiveUploadV2TooManyRequests() *ArchiveUploadV2TooManyRequests

NewArchiveUploadV2TooManyRequests creates a ArchiveUploadV2TooManyRequests with default headers values

func (*ArchiveUploadV2TooManyRequests) Code

Code gets the status code for the archive upload v2 too many requests response

func (*ArchiveUploadV2TooManyRequests) Error

func (*ArchiveUploadV2TooManyRequests) GetPayload

func (*ArchiveUploadV2TooManyRequests) IsClientError

func (o *ArchiveUploadV2TooManyRequests) IsClientError() bool

IsClientError returns true when this archive upload v2 too many requests response has a 4xx status code

func (*ArchiveUploadV2TooManyRequests) IsCode

func (o *ArchiveUploadV2TooManyRequests) IsCode(code int) bool

IsCode returns true when this archive upload v2 too many requests response a status code equal to that given

func (*ArchiveUploadV2TooManyRequests) IsRedirect

func (o *ArchiveUploadV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this archive upload v2 too many requests response has a 3xx status code

func (*ArchiveUploadV2TooManyRequests) IsServerError

func (o *ArchiveUploadV2TooManyRequests) IsServerError() bool

IsServerError returns true when this archive upload v2 too many requests response has a 5xx status code

func (*ArchiveUploadV2TooManyRequests) IsSuccess

func (o *ArchiveUploadV2TooManyRequests) IsSuccess() bool

IsSuccess returns true when this archive upload v2 too many requests response has a 2xx status code

func (*ArchiveUploadV2TooManyRequests) String

type Client

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

Client for sample uploads API

func (*Client) ArchiveDeleteV1

func (a *Client) ArchiveDeleteV1(params *ArchiveDeleteV1Params, opts ...ClientOption) (*ArchiveDeleteV1Accepted, error)

ArchiveDeleteV1 deletes an archive that was uploaded previously

func (*Client) ArchiveGetV1

func (a *Client) ArchiveGetV1(params *ArchiveGetV1Params, opts ...ClientOption) (*ArchiveGetV1OK, error)

ArchiveGetV1 retrieves the archives upload operation statuses status done means that archive was processed successfully status error means that archive was not processed successfully

func (*Client) ArchiveListV1

func (a *Client) ArchiveListV1(params *ArchiveListV1Params, opts ...ClientOption) (*ArchiveListV1OK, error)

ArchiveListV1 retrieves the archives files in chunks

func (*Client) ArchiveUploadV1

func (a *Client) ArchiveUploadV1(params *ArchiveUploadV1Params, opts ...ClientOption) (*ArchiveUploadV1OK, *ArchiveUploadV1Accepted, error)

ArchiveUploadV1 uploads an archive and extracts files list from it operation is asynchronous use archives entities archives v1 to check the status after uploading use archives entities extractions v1 to copy the file to internal storage making it available for content analysis this method is deprecated in favor of archives entities archives v2

func (*Client) ArchiveUploadV2

func (a *Client) ArchiveUploadV2(params *ArchiveUploadV2Params, opts ...ClientOption) (*ArchiveUploadV2OK, *ArchiveUploadV2Accepted, error)

ArchiveUploadV2 uploads an archive and extracts files list from it operation is asynchronous use archives entities archives v1 to check the status after uploading use archives entities extractions v1 to copy the file to internal storage making it available for content analysis

func (*Client) DeleteSampleV3

func (a *Client) DeleteSampleV3(params *DeleteSampleV3Params, opts ...ClientOption) (*DeleteSampleV3OK, error)

DeleteSampleV3 removes a sample including file meta and submissions from the collection

func (*Client) ExtractionCreateV1

ExtractionCreateV1 extracts files from an uploaded archive and copies them to internal storage making it available for content analysis

func (*Client) ExtractionGetV1

func (a *Client) ExtractionGetV1(params *ExtractionGetV1Params, opts ...ClientOption) (*ExtractionGetV1OK, error)

ExtractionGetV1 retrieves the files extraction operation statuses status done means that all files were processed successfully status error means that at least one of the file could not be processed

func (*Client) ExtractionListV1

func (a *Client) ExtractionListV1(params *ExtractionListV1Params, opts ...ClientOption) (*ExtractionListV1OK, error)

ExtractionListV1 retrieves the files extractions in chunks status done means that all files were processed successfully status error means that at least one of the file could not be processed

func (*Client) GetSampleV3

func (a *Client) GetSampleV3(params *GetSampleV3Params, opts ...ClientOption) (*GetSampleV3OK, error)

GetSampleV3 retrieves the file associated with the given ID s h a256

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UploadSampleV3

func (a *Client) UploadSampleV3(params *UploadSampleV3Params, opts ...ClientOption) (*UploadSampleV3OK, error)

UploadSampleV3 uploads a file for further cloud analysis after uploading call the specific analysis API endpoint

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ArchiveDeleteV1(params *ArchiveDeleteV1Params, opts ...ClientOption) (*ArchiveDeleteV1Accepted, error)

	ArchiveGetV1(params *ArchiveGetV1Params, opts ...ClientOption) (*ArchiveGetV1OK, error)

	ArchiveListV1(params *ArchiveListV1Params, opts ...ClientOption) (*ArchiveListV1OK, error)

	ArchiveUploadV1(params *ArchiveUploadV1Params, opts ...ClientOption) (*ArchiveUploadV1OK, *ArchiveUploadV1Accepted, error)

	ArchiveUploadV2(params *ArchiveUploadV2Params, opts ...ClientOption) (*ArchiveUploadV2OK, *ArchiveUploadV2Accepted, error)

	DeleteSampleV3(params *DeleteSampleV3Params, opts ...ClientOption) (*DeleteSampleV3OK, error)

	ExtractionCreateV1(params *ExtractionCreateV1Params, opts ...ClientOption) (*ExtractionCreateV1OK, *ExtractionCreateV1Accepted, error)

	ExtractionGetV1(params *ExtractionGetV1Params, opts ...ClientOption) (*ExtractionGetV1OK, error)

	ExtractionListV1(params *ExtractionListV1Params, opts ...ClientOption) (*ExtractionListV1OK, error)

	GetSampleV3(params *GetSampleV3Params, opts ...ClientOption) (*GetSampleV3OK, error)

	UploadSampleV3(params *UploadSampleV3Params, opts ...ClientOption) (*UploadSampleV3OK, 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 sample uploads API client.

type DeleteSampleV3BadRequest

type DeleteSampleV3BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSampleV3BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteSampleV3BadRequest

func NewDeleteSampleV3BadRequest() *DeleteSampleV3BadRequest

NewDeleteSampleV3BadRequest creates a DeleteSampleV3BadRequest with default headers values

func (*DeleteSampleV3BadRequest) Code

func (o *DeleteSampleV3BadRequest) Code() int

Code gets the status code for the delete sample v3 bad request response

func (*DeleteSampleV3BadRequest) Error

func (o *DeleteSampleV3BadRequest) Error() string

func (*DeleteSampleV3BadRequest) GetPayload

func (*DeleteSampleV3BadRequest) IsClientError

func (o *DeleteSampleV3BadRequest) IsClientError() bool

IsClientError returns true when this delete sample v3 bad request response has a 4xx status code

func (*DeleteSampleV3BadRequest) IsCode

func (o *DeleteSampleV3BadRequest) IsCode(code int) bool

IsCode returns true when this delete sample v3 bad request response a status code equal to that given

func (*DeleteSampleV3BadRequest) IsRedirect

func (o *DeleteSampleV3BadRequest) IsRedirect() bool

IsRedirect returns true when this delete sample v3 bad request response has a 3xx status code

func (*DeleteSampleV3BadRequest) IsServerError

func (o *DeleteSampleV3BadRequest) IsServerError() bool

IsServerError returns true when this delete sample v3 bad request response has a 5xx status code

func (*DeleteSampleV3BadRequest) IsSuccess

func (o *DeleteSampleV3BadRequest) IsSuccess() bool

IsSuccess returns true when this delete sample v3 bad request response has a 2xx status code

func (*DeleteSampleV3BadRequest) String

func (o *DeleteSampleV3BadRequest) String() string

type DeleteSampleV3Forbidden

type DeleteSampleV3Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSampleV3Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteSampleV3Forbidden

func NewDeleteSampleV3Forbidden() *DeleteSampleV3Forbidden

NewDeleteSampleV3Forbidden creates a DeleteSampleV3Forbidden with default headers values

func (*DeleteSampleV3Forbidden) Code

func (o *DeleteSampleV3Forbidden) Code() int

Code gets the status code for the delete sample v3 forbidden response

func (*DeleteSampleV3Forbidden) Error

func (o *DeleteSampleV3Forbidden) Error() string

func (*DeleteSampleV3Forbidden) GetPayload

func (*DeleteSampleV3Forbidden) IsClientError

func (o *DeleteSampleV3Forbidden) IsClientError() bool

IsClientError returns true when this delete sample v3 forbidden response has a 4xx status code

func (*DeleteSampleV3Forbidden) IsCode

func (o *DeleteSampleV3Forbidden) IsCode(code int) bool

IsCode returns true when this delete sample v3 forbidden response a status code equal to that given

func (*DeleteSampleV3Forbidden) IsRedirect

func (o *DeleteSampleV3Forbidden) IsRedirect() bool

IsRedirect returns true when this delete sample v3 forbidden response has a 3xx status code

func (*DeleteSampleV3Forbidden) IsServerError

func (o *DeleteSampleV3Forbidden) IsServerError() bool

IsServerError returns true when this delete sample v3 forbidden response has a 5xx status code

func (*DeleteSampleV3Forbidden) IsSuccess

func (o *DeleteSampleV3Forbidden) IsSuccess() bool

IsSuccess returns true when this delete sample v3 forbidden response has a 2xx status code

func (*DeleteSampleV3Forbidden) String

func (o *DeleteSampleV3Forbidden) String() string

type DeleteSampleV3InternalServerError

type DeleteSampleV3InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSampleV3InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteSampleV3InternalServerError

func NewDeleteSampleV3InternalServerError() *DeleteSampleV3InternalServerError

NewDeleteSampleV3InternalServerError creates a DeleteSampleV3InternalServerError with default headers values

func (*DeleteSampleV3InternalServerError) Code

Code gets the status code for the delete sample v3 internal server error response

func (*DeleteSampleV3InternalServerError) Error

func (*DeleteSampleV3InternalServerError) GetPayload

func (*DeleteSampleV3InternalServerError) IsClientError

func (o *DeleteSampleV3InternalServerError) IsClientError() bool

IsClientError returns true when this delete sample v3 internal server error response has a 4xx status code

func (*DeleteSampleV3InternalServerError) IsCode

func (o *DeleteSampleV3InternalServerError) IsCode(code int) bool

IsCode returns true when this delete sample v3 internal server error response a status code equal to that given

func (*DeleteSampleV3InternalServerError) IsRedirect

func (o *DeleteSampleV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this delete sample v3 internal server error response has a 3xx status code

func (*DeleteSampleV3InternalServerError) IsServerError

func (o *DeleteSampleV3InternalServerError) IsServerError() bool

IsServerError returns true when this delete sample v3 internal server error response has a 5xx status code

func (*DeleteSampleV3InternalServerError) IsSuccess

func (o *DeleteSampleV3InternalServerError) IsSuccess() bool

IsSuccess returns true when this delete sample v3 internal server error response has a 2xx status code

func (*DeleteSampleV3InternalServerError) String

type DeleteSampleV3NotFound

type DeleteSampleV3NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSampleV3NotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteSampleV3NotFound

func NewDeleteSampleV3NotFound() *DeleteSampleV3NotFound

NewDeleteSampleV3NotFound creates a DeleteSampleV3NotFound with default headers values

func (*DeleteSampleV3NotFound) Code

func (o *DeleteSampleV3NotFound) Code() int

Code gets the status code for the delete sample v3 not found response

func (*DeleteSampleV3NotFound) Error

func (o *DeleteSampleV3NotFound) Error() string

func (*DeleteSampleV3NotFound) GetPayload

func (*DeleteSampleV3NotFound) IsClientError

func (o *DeleteSampleV3NotFound) IsClientError() bool

IsClientError returns true when this delete sample v3 not found response has a 4xx status code

func (*DeleteSampleV3NotFound) IsCode

func (o *DeleteSampleV3NotFound) IsCode(code int) bool

IsCode returns true when this delete sample v3 not found response a status code equal to that given

func (*DeleteSampleV3NotFound) IsRedirect

func (o *DeleteSampleV3NotFound) IsRedirect() bool

IsRedirect returns true when this delete sample v3 not found response has a 3xx status code

func (*DeleteSampleV3NotFound) IsServerError

func (o *DeleteSampleV3NotFound) IsServerError() bool

IsServerError returns true when this delete sample v3 not found response has a 5xx status code

func (*DeleteSampleV3NotFound) IsSuccess

func (o *DeleteSampleV3NotFound) IsSuccess() bool

IsSuccess returns true when this delete sample v3 not found response has a 2xx status code

func (*DeleteSampleV3NotFound) String

func (o *DeleteSampleV3NotFound) String() string

type DeleteSampleV3OK

type DeleteSampleV3OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSampleV3OK describes a response with status code 200, with default header values.

OK

func NewDeleteSampleV3OK

func NewDeleteSampleV3OK() *DeleteSampleV3OK

NewDeleteSampleV3OK creates a DeleteSampleV3OK with default headers values

func (*DeleteSampleV3OK) Code

func (o *DeleteSampleV3OK) Code() int

Code gets the status code for the delete sample v3 o k response

func (*DeleteSampleV3OK) Error

func (o *DeleteSampleV3OK) Error() string

func (*DeleteSampleV3OK) GetPayload

func (o *DeleteSampleV3OK) GetPayload() *models.MsaQueryResponse

func (*DeleteSampleV3OK) IsClientError

func (o *DeleteSampleV3OK) IsClientError() bool

IsClientError returns true when this delete sample v3 o k response has a 4xx status code

func (*DeleteSampleV3OK) IsCode

func (o *DeleteSampleV3OK) IsCode(code int) bool

IsCode returns true when this delete sample v3 o k response a status code equal to that given

func (*DeleteSampleV3OK) IsRedirect

func (o *DeleteSampleV3OK) IsRedirect() bool

IsRedirect returns true when this delete sample v3 o k response has a 3xx status code

func (*DeleteSampleV3OK) IsServerError

func (o *DeleteSampleV3OK) IsServerError() bool

IsServerError returns true when this delete sample v3 o k response has a 5xx status code

func (*DeleteSampleV3OK) IsSuccess

func (o *DeleteSampleV3OK) IsSuccess() bool

IsSuccess returns true when this delete sample v3 o k response has a 2xx status code

func (*DeleteSampleV3OK) String

func (o *DeleteSampleV3OK) String() string

type DeleteSampleV3Params

type DeleteSampleV3Params struct {

	/* Ids.

	   The file SHA256.
	*/
	Ids string

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

DeleteSampleV3Params contains all the parameters to send to the API endpoint

for the delete sample v3 operation.

Typically these are written to a http.Request.

func NewDeleteSampleV3Params

func NewDeleteSampleV3Params() *DeleteSampleV3Params

NewDeleteSampleV3Params creates a new DeleteSampleV3Params 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 NewDeleteSampleV3ParamsWithContext

func NewDeleteSampleV3ParamsWithContext(ctx context.Context) *DeleteSampleV3Params

NewDeleteSampleV3ParamsWithContext creates a new DeleteSampleV3Params object with the ability to set a context for a request.

func NewDeleteSampleV3ParamsWithHTTPClient

func NewDeleteSampleV3ParamsWithHTTPClient(client *http.Client) *DeleteSampleV3Params

NewDeleteSampleV3ParamsWithHTTPClient creates a new DeleteSampleV3Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteSampleV3ParamsWithTimeout

func NewDeleteSampleV3ParamsWithTimeout(timeout time.Duration) *DeleteSampleV3Params

NewDeleteSampleV3ParamsWithTimeout creates a new DeleteSampleV3Params object with the ability to set a timeout on a request.

func (*DeleteSampleV3Params) SetContext

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

SetContext adds the context to the delete sample v3 params

func (*DeleteSampleV3Params) SetDefaults

func (o *DeleteSampleV3Params) SetDefaults()

SetDefaults hydrates default values in the delete sample v3 params (not the query body).

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

func (*DeleteSampleV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sample v3 params

func (*DeleteSampleV3Params) SetIds

func (o *DeleteSampleV3Params) SetIds(ids string)

SetIds adds the ids to the delete sample v3 params

func (*DeleteSampleV3Params) SetTimeout

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

SetTimeout adds the timeout to the delete sample v3 params

func (*DeleteSampleV3Params) WithContext

WithContext adds the context to the delete sample v3 params

func (*DeleteSampleV3Params) WithDefaults

func (o *DeleteSampleV3Params) WithDefaults() *DeleteSampleV3Params

WithDefaults hydrates default values in the delete sample v3 params (not the query body).

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

func (*DeleteSampleV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete sample v3 params

func (*DeleteSampleV3Params) WithIds

WithIds adds the ids to the delete sample v3 params

func (*DeleteSampleV3Params) WithTimeout

func (o *DeleteSampleV3Params) WithTimeout(timeout time.Duration) *DeleteSampleV3Params

WithTimeout adds the timeout to the delete sample v3 params

func (*DeleteSampleV3Params) WriteToRequest

func (o *DeleteSampleV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSampleV3Reader

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

DeleteSampleV3Reader is a Reader for the DeleteSampleV3 structure.

func (*DeleteSampleV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSampleV3TooManyRequests

type DeleteSampleV3TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteSampleV3TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteSampleV3TooManyRequests

func NewDeleteSampleV3TooManyRequests() *DeleteSampleV3TooManyRequests

NewDeleteSampleV3TooManyRequests creates a DeleteSampleV3TooManyRequests with default headers values

func (*DeleteSampleV3TooManyRequests) Code

Code gets the status code for the delete sample v3 too many requests response

func (*DeleteSampleV3TooManyRequests) Error

func (*DeleteSampleV3TooManyRequests) GetPayload

func (*DeleteSampleV3TooManyRequests) IsClientError

func (o *DeleteSampleV3TooManyRequests) IsClientError() bool

IsClientError returns true when this delete sample v3 too many requests response has a 4xx status code

func (*DeleteSampleV3TooManyRequests) IsCode

func (o *DeleteSampleV3TooManyRequests) IsCode(code int) bool

IsCode returns true when this delete sample v3 too many requests response a status code equal to that given

func (*DeleteSampleV3TooManyRequests) IsRedirect

func (o *DeleteSampleV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete sample v3 too many requests response has a 3xx status code

func (*DeleteSampleV3TooManyRequests) IsServerError

func (o *DeleteSampleV3TooManyRequests) IsServerError() bool

IsServerError returns true when this delete sample v3 too many requests response has a 5xx status code

func (*DeleteSampleV3TooManyRequests) IsSuccess

func (o *DeleteSampleV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete sample v3 too many requests response has a 2xx status code

func (*DeleteSampleV3TooManyRequests) String

type ExtractionCreateV1Accepted

type ExtractionCreateV1Accepted struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionCreateV1Accepted describes a response with status code 202, with default header values.

OK

func NewExtractionCreateV1Accepted

func NewExtractionCreateV1Accepted() *ExtractionCreateV1Accepted

NewExtractionCreateV1Accepted creates a ExtractionCreateV1Accepted with default headers values

func (*ExtractionCreateV1Accepted) Code

func (o *ExtractionCreateV1Accepted) Code() int

Code gets the status code for the extraction create v1 accepted response

func (*ExtractionCreateV1Accepted) Error

func (*ExtractionCreateV1Accepted) GetPayload

func (*ExtractionCreateV1Accepted) IsClientError

func (o *ExtractionCreateV1Accepted) IsClientError() bool

IsClientError returns true when this extraction create v1 accepted response has a 4xx status code

func (*ExtractionCreateV1Accepted) IsCode

func (o *ExtractionCreateV1Accepted) IsCode(code int) bool

IsCode returns true when this extraction create v1 accepted response a status code equal to that given

func (*ExtractionCreateV1Accepted) IsRedirect

func (o *ExtractionCreateV1Accepted) IsRedirect() bool

IsRedirect returns true when this extraction create v1 accepted response has a 3xx status code

func (*ExtractionCreateV1Accepted) IsServerError

func (o *ExtractionCreateV1Accepted) IsServerError() bool

IsServerError returns true when this extraction create v1 accepted response has a 5xx status code

func (*ExtractionCreateV1Accepted) IsSuccess

func (o *ExtractionCreateV1Accepted) IsSuccess() bool

IsSuccess returns true when this extraction create v1 accepted response has a 2xx status code

func (*ExtractionCreateV1Accepted) String

func (o *ExtractionCreateV1Accepted) String() string

type ExtractionCreateV1BadRequest

type ExtractionCreateV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionCreateV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewExtractionCreateV1BadRequest

func NewExtractionCreateV1BadRequest() *ExtractionCreateV1BadRequest

NewExtractionCreateV1BadRequest creates a ExtractionCreateV1BadRequest with default headers values

func (*ExtractionCreateV1BadRequest) Code

Code gets the status code for the extraction create v1 bad request response

func (*ExtractionCreateV1BadRequest) Error

func (*ExtractionCreateV1BadRequest) GetPayload

func (*ExtractionCreateV1BadRequest) IsClientError

func (o *ExtractionCreateV1BadRequest) IsClientError() bool

IsClientError returns true when this extraction create v1 bad request response has a 4xx status code

func (*ExtractionCreateV1BadRequest) IsCode

func (o *ExtractionCreateV1BadRequest) IsCode(code int) bool

IsCode returns true when this extraction create v1 bad request response a status code equal to that given

func (*ExtractionCreateV1BadRequest) IsRedirect

func (o *ExtractionCreateV1BadRequest) IsRedirect() bool

IsRedirect returns true when this extraction create v1 bad request response has a 3xx status code

func (*ExtractionCreateV1BadRequest) IsServerError

func (o *ExtractionCreateV1BadRequest) IsServerError() bool

IsServerError returns true when this extraction create v1 bad request response has a 5xx status code

func (*ExtractionCreateV1BadRequest) IsSuccess

func (o *ExtractionCreateV1BadRequest) IsSuccess() bool

IsSuccess returns true when this extraction create v1 bad request response has a 2xx status code

func (*ExtractionCreateV1BadRequest) String

type ExtractionCreateV1Forbidden

type ExtractionCreateV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionCreateV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewExtractionCreateV1Forbidden

func NewExtractionCreateV1Forbidden() *ExtractionCreateV1Forbidden

NewExtractionCreateV1Forbidden creates a ExtractionCreateV1Forbidden with default headers values

func (*ExtractionCreateV1Forbidden) Code

func (o *ExtractionCreateV1Forbidden) Code() int

Code gets the status code for the extraction create v1 forbidden response

func (*ExtractionCreateV1Forbidden) Error

func (*ExtractionCreateV1Forbidden) GetPayload

func (*ExtractionCreateV1Forbidden) IsClientError

func (o *ExtractionCreateV1Forbidden) IsClientError() bool

IsClientError returns true when this extraction create v1 forbidden response has a 4xx status code

func (*ExtractionCreateV1Forbidden) IsCode

func (o *ExtractionCreateV1Forbidden) IsCode(code int) bool

IsCode returns true when this extraction create v1 forbidden response a status code equal to that given

func (*ExtractionCreateV1Forbidden) IsRedirect

func (o *ExtractionCreateV1Forbidden) IsRedirect() bool

IsRedirect returns true when this extraction create v1 forbidden response has a 3xx status code

func (*ExtractionCreateV1Forbidden) IsServerError

func (o *ExtractionCreateV1Forbidden) IsServerError() bool

IsServerError returns true when this extraction create v1 forbidden response has a 5xx status code

func (*ExtractionCreateV1Forbidden) IsSuccess

func (o *ExtractionCreateV1Forbidden) IsSuccess() bool

IsSuccess returns true when this extraction create v1 forbidden response has a 2xx status code

func (*ExtractionCreateV1Forbidden) String

func (o *ExtractionCreateV1Forbidden) String() string

type ExtractionCreateV1InternalServerError

type ExtractionCreateV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionCreateV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewExtractionCreateV1InternalServerError

func NewExtractionCreateV1InternalServerError() *ExtractionCreateV1InternalServerError

NewExtractionCreateV1InternalServerError creates a ExtractionCreateV1InternalServerError with default headers values

func (*ExtractionCreateV1InternalServerError) Code

Code gets the status code for the extraction create v1 internal server error response

func (*ExtractionCreateV1InternalServerError) Error

func (*ExtractionCreateV1InternalServerError) GetPayload

func (*ExtractionCreateV1InternalServerError) IsClientError

func (o *ExtractionCreateV1InternalServerError) IsClientError() bool

IsClientError returns true when this extraction create v1 internal server error response has a 4xx status code

func (*ExtractionCreateV1InternalServerError) IsCode

IsCode returns true when this extraction create v1 internal server error response a status code equal to that given

func (*ExtractionCreateV1InternalServerError) IsRedirect

IsRedirect returns true when this extraction create v1 internal server error response has a 3xx status code

func (*ExtractionCreateV1InternalServerError) IsServerError

func (o *ExtractionCreateV1InternalServerError) IsServerError() bool

IsServerError returns true when this extraction create v1 internal server error response has a 5xx status code

func (*ExtractionCreateV1InternalServerError) IsSuccess

IsSuccess returns true when this extraction create v1 internal server error response has a 2xx status code

func (*ExtractionCreateV1InternalServerError) String

type ExtractionCreateV1OK

type ExtractionCreateV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionCreateV1OK describes a response with status code 200, with default header values.

OK

func NewExtractionCreateV1OK

func NewExtractionCreateV1OK() *ExtractionCreateV1OK

NewExtractionCreateV1OK creates a ExtractionCreateV1OK with default headers values

func (*ExtractionCreateV1OK) Code

func (o *ExtractionCreateV1OK) Code() int

Code gets the status code for the extraction create v1 o k response

func (*ExtractionCreateV1OK) Error

func (o *ExtractionCreateV1OK) Error() string

func (*ExtractionCreateV1OK) GetPayload

func (*ExtractionCreateV1OK) IsClientError

func (o *ExtractionCreateV1OK) IsClientError() bool

IsClientError returns true when this extraction create v1 o k response has a 4xx status code

func (*ExtractionCreateV1OK) IsCode

func (o *ExtractionCreateV1OK) IsCode(code int) bool

IsCode returns true when this extraction create v1 o k response a status code equal to that given

func (*ExtractionCreateV1OK) IsRedirect

func (o *ExtractionCreateV1OK) IsRedirect() bool

IsRedirect returns true when this extraction create v1 o k response has a 3xx status code

func (*ExtractionCreateV1OK) IsServerError

func (o *ExtractionCreateV1OK) IsServerError() bool

IsServerError returns true when this extraction create v1 o k response has a 5xx status code

func (*ExtractionCreateV1OK) IsSuccess

func (o *ExtractionCreateV1OK) IsSuccess() bool

IsSuccess returns true when this extraction create v1 o k response has a 2xx status code

func (*ExtractionCreateV1OK) String

func (o *ExtractionCreateV1OK) String() string

type ExtractionCreateV1Params

type ExtractionCreateV1Params struct {

	// Body.
	Body *models.ClientExtractionCreateRequestV1

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

ExtractionCreateV1Params contains all the parameters to send to the API endpoint

for the extraction create v1 operation.

Typically these are written to a http.Request.

func NewExtractionCreateV1Params

func NewExtractionCreateV1Params() *ExtractionCreateV1Params

NewExtractionCreateV1Params creates a new ExtractionCreateV1Params 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 NewExtractionCreateV1ParamsWithContext

func NewExtractionCreateV1ParamsWithContext(ctx context.Context) *ExtractionCreateV1Params

NewExtractionCreateV1ParamsWithContext creates a new ExtractionCreateV1Params object with the ability to set a context for a request.

func NewExtractionCreateV1ParamsWithHTTPClient

func NewExtractionCreateV1ParamsWithHTTPClient(client *http.Client) *ExtractionCreateV1Params

NewExtractionCreateV1ParamsWithHTTPClient creates a new ExtractionCreateV1Params object with the ability to set a custom HTTPClient for a request.

func NewExtractionCreateV1ParamsWithTimeout

func NewExtractionCreateV1ParamsWithTimeout(timeout time.Duration) *ExtractionCreateV1Params

NewExtractionCreateV1ParamsWithTimeout creates a new ExtractionCreateV1Params object with the ability to set a timeout on a request.

func (*ExtractionCreateV1Params) SetBody

SetBody adds the body to the extraction create v1 params

func (*ExtractionCreateV1Params) SetContext

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

SetContext adds the context to the extraction create v1 params

func (*ExtractionCreateV1Params) SetDefaults

func (o *ExtractionCreateV1Params) SetDefaults()

SetDefaults hydrates default values in the extraction create v1 params (not the query body).

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

func (*ExtractionCreateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the extraction create v1 params

func (*ExtractionCreateV1Params) SetTimeout

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

SetTimeout adds the timeout to the extraction create v1 params

func (*ExtractionCreateV1Params) WithBody

WithBody adds the body to the extraction create v1 params

func (*ExtractionCreateV1Params) WithContext

WithContext adds the context to the extraction create v1 params

func (*ExtractionCreateV1Params) WithDefaults

WithDefaults hydrates default values in the extraction create v1 params (not the query body).

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

func (*ExtractionCreateV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the extraction create v1 params

func (*ExtractionCreateV1Params) WithTimeout

WithTimeout adds the timeout to the extraction create v1 params

func (*ExtractionCreateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExtractionCreateV1Reader

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

ExtractionCreateV1Reader is a Reader for the ExtractionCreateV1 structure.

func (*ExtractionCreateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExtractionCreateV1TooManyRequests

type ExtractionCreateV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionCreateV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewExtractionCreateV1TooManyRequests

func NewExtractionCreateV1TooManyRequests() *ExtractionCreateV1TooManyRequests

NewExtractionCreateV1TooManyRequests creates a ExtractionCreateV1TooManyRequests with default headers values

func (*ExtractionCreateV1TooManyRequests) Code

Code gets the status code for the extraction create v1 too many requests response

func (*ExtractionCreateV1TooManyRequests) Error

func (*ExtractionCreateV1TooManyRequests) GetPayload

func (*ExtractionCreateV1TooManyRequests) IsClientError

func (o *ExtractionCreateV1TooManyRequests) IsClientError() bool

IsClientError returns true when this extraction create v1 too many requests response has a 4xx status code

func (*ExtractionCreateV1TooManyRequests) IsCode

func (o *ExtractionCreateV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this extraction create v1 too many requests response a status code equal to that given

func (*ExtractionCreateV1TooManyRequests) IsRedirect

func (o *ExtractionCreateV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this extraction create v1 too many requests response has a 3xx status code

func (*ExtractionCreateV1TooManyRequests) IsServerError

func (o *ExtractionCreateV1TooManyRequests) IsServerError() bool

IsServerError returns true when this extraction create v1 too many requests response has a 5xx status code

func (*ExtractionCreateV1TooManyRequests) IsSuccess

func (o *ExtractionCreateV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this extraction create v1 too many requests response has a 2xx status code

func (*ExtractionCreateV1TooManyRequests) String

type ExtractionGetV1BadRequest

type ExtractionGetV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionGetV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewExtractionGetV1BadRequest

func NewExtractionGetV1BadRequest() *ExtractionGetV1BadRequest

NewExtractionGetV1BadRequest creates a ExtractionGetV1BadRequest with default headers values

func (*ExtractionGetV1BadRequest) Code

func (o *ExtractionGetV1BadRequest) Code() int

Code gets the status code for the extraction get v1 bad request response

func (*ExtractionGetV1BadRequest) Error

func (o *ExtractionGetV1BadRequest) Error() string

func (*ExtractionGetV1BadRequest) GetPayload

func (*ExtractionGetV1BadRequest) IsClientError

func (o *ExtractionGetV1BadRequest) IsClientError() bool

IsClientError returns true when this extraction get v1 bad request response has a 4xx status code

func (*ExtractionGetV1BadRequest) IsCode

func (o *ExtractionGetV1BadRequest) IsCode(code int) bool

IsCode returns true when this extraction get v1 bad request response a status code equal to that given

func (*ExtractionGetV1BadRequest) IsRedirect

func (o *ExtractionGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this extraction get v1 bad request response has a 3xx status code

func (*ExtractionGetV1BadRequest) IsServerError

func (o *ExtractionGetV1BadRequest) IsServerError() bool

IsServerError returns true when this extraction get v1 bad request response has a 5xx status code

func (*ExtractionGetV1BadRequest) IsSuccess

func (o *ExtractionGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this extraction get v1 bad request response has a 2xx status code

func (*ExtractionGetV1BadRequest) String

func (o *ExtractionGetV1BadRequest) String() string

type ExtractionGetV1Forbidden

type ExtractionGetV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionGetV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewExtractionGetV1Forbidden

func NewExtractionGetV1Forbidden() *ExtractionGetV1Forbidden

NewExtractionGetV1Forbidden creates a ExtractionGetV1Forbidden with default headers values

func (*ExtractionGetV1Forbidden) Code

func (o *ExtractionGetV1Forbidden) Code() int

Code gets the status code for the extraction get v1 forbidden response

func (*ExtractionGetV1Forbidden) Error

func (o *ExtractionGetV1Forbidden) Error() string

func (*ExtractionGetV1Forbidden) GetPayload

func (*ExtractionGetV1Forbidden) IsClientError

func (o *ExtractionGetV1Forbidden) IsClientError() bool

IsClientError returns true when this extraction get v1 forbidden response has a 4xx status code

func (*ExtractionGetV1Forbidden) IsCode

func (o *ExtractionGetV1Forbidden) IsCode(code int) bool

IsCode returns true when this extraction get v1 forbidden response a status code equal to that given

func (*ExtractionGetV1Forbidden) IsRedirect

func (o *ExtractionGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this extraction get v1 forbidden response has a 3xx status code

func (*ExtractionGetV1Forbidden) IsServerError

func (o *ExtractionGetV1Forbidden) IsServerError() bool

IsServerError returns true when this extraction get v1 forbidden response has a 5xx status code

func (*ExtractionGetV1Forbidden) IsSuccess

func (o *ExtractionGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this extraction get v1 forbidden response has a 2xx status code

func (*ExtractionGetV1Forbidden) String

func (o *ExtractionGetV1Forbidden) String() string

type ExtractionGetV1InternalServerError

type ExtractionGetV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionGetV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewExtractionGetV1InternalServerError

func NewExtractionGetV1InternalServerError() *ExtractionGetV1InternalServerError

NewExtractionGetV1InternalServerError creates a ExtractionGetV1InternalServerError with default headers values

func (*ExtractionGetV1InternalServerError) Code

Code gets the status code for the extraction get v1 internal server error response

func (*ExtractionGetV1InternalServerError) Error

func (*ExtractionGetV1InternalServerError) GetPayload

func (*ExtractionGetV1InternalServerError) IsClientError

func (o *ExtractionGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this extraction get v1 internal server error response has a 4xx status code

func (*ExtractionGetV1InternalServerError) IsCode

IsCode returns true when this extraction get v1 internal server error response a status code equal to that given

func (*ExtractionGetV1InternalServerError) IsRedirect

func (o *ExtractionGetV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this extraction get v1 internal server error response has a 3xx status code

func (*ExtractionGetV1InternalServerError) IsServerError

func (o *ExtractionGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this extraction get v1 internal server error response has a 5xx status code

func (*ExtractionGetV1InternalServerError) IsSuccess

IsSuccess returns true when this extraction get v1 internal server error response has a 2xx status code

func (*ExtractionGetV1InternalServerError) String

type ExtractionGetV1OK

type ExtractionGetV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionCreateResponseV1
}

ExtractionGetV1OK describes a response with status code 200, with default header values.

OK

func NewExtractionGetV1OK

func NewExtractionGetV1OK() *ExtractionGetV1OK

NewExtractionGetV1OK creates a ExtractionGetV1OK with default headers values

func (*ExtractionGetV1OK) Code

func (o *ExtractionGetV1OK) Code() int

Code gets the status code for the extraction get v1 o k response

func (*ExtractionGetV1OK) Error

func (o *ExtractionGetV1OK) Error() string

func (*ExtractionGetV1OK) GetPayload

func (*ExtractionGetV1OK) IsClientError

func (o *ExtractionGetV1OK) IsClientError() bool

IsClientError returns true when this extraction get v1 o k response has a 4xx status code

func (*ExtractionGetV1OK) IsCode

func (o *ExtractionGetV1OK) IsCode(code int) bool

IsCode returns true when this extraction get v1 o k response a status code equal to that given

func (*ExtractionGetV1OK) IsRedirect

func (o *ExtractionGetV1OK) IsRedirect() bool

IsRedirect returns true when this extraction get v1 o k response has a 3xx status code

func (*ExtractionGetV1OK) IsServerError

func (o *ExtractionGetV1OK) IsServerError() bool

IsServerError returns true when this extraction get v1 o k response has a 5xx status code

func (*ExtractionGetV1OK) IsSuccess

func (o *ExtractionGetV1OK) IsSuccess() bool

IsSuccess returns true when this extraction get v1 o k response has a 2xx status code

func (*ExtractionGetV1OK) String

func (o *ExtractionGetV1OK) String() string

type ExtractionGetV1Params

type ExtractionGetV1Params struct {

	/* ID.

	   The extraction operation ID.
	*/
	ID string

	/* IncludeFiles.

	   If `true` includes processed archive files in response.
	*/
	IncludeFiles *bool

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

ExtractionGetV1Params contains all the parameters to send to the API endpoint

for the extraction get v1 operation.

Typically these are written to a http.Request.

func NewExtractionGetV1Params

func NewExtractionGetV1Params() *ExtractionGetV1Params

NewExtractionGetV1Params creates a new ExtractionGetV1Params 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 NewExtractionGetV1ParamsWithContext

func NewExtractionGetV1ParamsWithContext(ctx context.Context) *ExtractionGetV1Params

NewExtractionGetV1ParamsWithContext creates a new ExtractionGetV1Params object with the ability to set a context for a request.

func NewExtractionGetV1ParamsWithHTTPClient

func NewExtractionGetV1ParamsWithHTTPClient(client *http.Client) *ExtractionGetV1Params

NewExtractionGetV1ParamsWithHTTPClient creates a new ExtractionGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewExtractionGetV1ParamsWithTimeout

func NewExtractionGetV1ParamsWithTimeout(timeout time.Duration) *ExtractionGetV1Params

NewExtractionGetV1ParamsWithTimeout creates a new ExtractionGetV1Params object with the ability to set a timeout on a request.

func (*ExtractionGetV1Params) SetContext

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

SetContext adds the context to the extraction get v1 params

func (*ExtractionGetV1Params) SetDefaults

func (o *ExtractionGetV1Params) SetDefaults()

SetDefaults hydrates default values in the extraction get v1 params (not the query body).

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

func (*ExtractionGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the extraction get v1 params

func (*ExtractionGetV1Params) SetID

func (o *ExtractionGetV1Params) SetID(id string)

SetID adds the id to the extraction get v1 params

func (*ExtractionGetV1Params) SetIncludeFiles

func (o *ExtractionGetV1Params) SetIncludeFiles(includeFiles *bool)

SetIncludeFiles adds the includeFiles to the extraction get v1 params

func (*ExtractionGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the extraction get v1 params

func (*ExtractionGetV1Params) WithContext

WithContext adds the context to the extraction get v1 params

func (*ExtractionGetV1Params) WithDefaults

func (o *ExtractionGetV1Params) WithDefaults() *ExtractionGetV1Params

WithDefaults hydrates default values in the extraction get v1 params (not the query body).

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

func (*ExtractionGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the extraction get v1 params

func (*ExtractionGetV1Params) WithID

WithID adds the id to the extraction get v1 params

func (*ExtractionGetV1Params) WithIncludeFiles

func (o *ExtractionGetV1Params) WithIncludeFiles(includeFiles *bool) *ExtractionGetV1Params

WithIncludeFiles adds the includeFiles to the extraction get v1 params

func (*ExtractionGetV1Params) WithTimeout

func (o *ExtractionGetV1Params) WithTimeout(timeout time.Duration) *ExtractionGetV1Params

WithTimeout adds the timeout to the extraction get v1 params

func (*ExtractionGetV1Params) WriteToRequest

func (o *ExtractionGetV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ExtractionGetV1Reader

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

ExtractionGetV1Reader is a Reader for the ExtractionGetV1 structure.

func (*ExtractionGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExtractionGetV1TooManyRequests

type ExtractionGetV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionGetV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewExtractionGetV1TooManyRequests

func NewExtractionGetV1TooManyRequests() *ExtractionGetV1TooManyRequests

NewExtractionGetV1TooManyRequests creates a ExtractionGetV1TooManyRequests with default headers values

func (*ExtractionGetV1TooManyRequests) Code

Code gets the status code for the extraction get v1 too many requests response

func (*ExtractionGetV1TooManyRequests) Error

func (*ExtractionGetV1TooManyRequests) GetPayload

func (*ExtractionGetV1TooManyRequests) IsClientError

func (o *ExtractionGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this extraction get v1 too many requests response has a 4xx status code

func (*ExtractionGetV1TooManyRequests) IsCode

func (o *ExtractionGetV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this extraction get v1 too many requests response a status code equal to that given

func (*ExtractionGetV1TooManyRequests) IsRedirect

func (o *ExtractionGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this extraction get v1 too many requests response has a 3xx status code

func (*ExtractionGetV1TooManyRequests) IsServerError

func (o *ExtractionGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this extraction get v1 too many requests response has a 5xx status code

func (*ExtractionGetV1TooManyRequests) IsSuccess

func (o *ExtractionGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this extraction get v1 too many requests response has a 2xx status code

func (*ExtractionGetV1TooManyRequests) String

type ExtractionListV1BadRequest

type ExtractionListV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionListFilesResponseV1
}

ExtractionListV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewExtractionListV1BadRequest

func NewExtractionListV1BadRequest() *ExtractionListV1BadRequest

NewExtractionListV1BadRequest creates a ExtractionListV1BadRequest with default headers values

func (*ExtractionListV1BadRequest) Code

func (o *ExtractionListV1BadRequest) Code() int

Code gets the status code for the extraction list v1 bad request response

func (*ExtractionListV1BadRequest) Error

func (*ExtractionListV1BadRequest) GetPayload

func (*ExtractionListV1BadRequest) IsClientError

func (o *ExtractionListV1BadRequest) IsClientError() bool

IsClientError returns true when this extraction list v1 bad request response has a 4xx status code

func (*ExtractionListV1BadRequest) IsCode

func (o *ExtractionListV1BadRequest) IsCode(code int) bool

IsCode returns true when this extraction list v1 bad request response a status code equal to that given

func (*ExtractionListV1BadRequest) IsRedirect

func (o *ExtractionListV1BadRequest) IsRedirect() bool

IsRedirect returns true when this extraction list v1 bad request response has a 3xx status code

func (*ExtractionListV1BadRequest) IsServerError

func (o *ExtractionListV1BadRequest) IsServerError() bool

IsServerError returns true when this extraction list v1 bad request response has a 5xx status code

func (*ExtractionListV1BadRequest) IsSuccess

func (o *ExtractionListV1BadRequest) IsSuccess() bool

IsSuccess returns true when this extraction list v1 bad request response has a 2xx status code

func (*ExtractionListV1BadRequest) String

func (o *ExtractionListV1BadRequest) String() string

type ExtractionListV1Forbidden

type ExtractionListV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionListV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewExtractionListV1Forbidden

func NewExtractionListV1Forbidden() *ExtractionListV1Forbidden

NewExtractionListV1Forbidden creates a ExtractionListV1Forbidden with default headers values

func (*ExtractionListV1Forbidden) Code

func (o *ExtractionListV1Forbidden) Code() int

Code gets the status code for the extraction list v1 forbidden response

func (*ExtractionListV1Forbidden) Error

func (o *ExtractionListV1Forbidden) Error() string

func (*ExtractionListV1Forbidden) GetPayload

func (*ExtractionListV1Forbidden) IsClientError

func (o *ExtractionListV1Forbidden) IsClientError() bool

IsClientError returns true when this extraction list v1 forbidden response has a 4xx status code

func (*ExtractionListV1Forbidden) IsCode

func (o *ExtractionListV1Forbidden) IsCode(code int) bool

IsCode returns true when this extraction list v1 forbidden response a status code equal to that given

func (*ExtractionListV1Forbidden) IsRedirect

func (o *ExtractionListV1Forbidden) IsRedirect() bool

IsRedirect returns true when this extraction list v1 forbidden response has a 3xx status code

func (*ExtractionListV1Forbidden) IsServerError

func (o *ExtractionListV1Forbidden) IsServerError() bool

IsServerError returns true when this extraction list v1 forbidden response has a 5xx status code

func (*ExtractionListV1Forbidden) IsSuccess

func (o *ExtractionListV1Forbidden) IsSuccess() bool

IsSuccess returns true when this extraction list v1 forbidden response has a 2xx status code

func (*ExtractionListV1Forbidden) String

func (o *ExtractionListV1Forbidden) String() string

type ExtractionListV1InternalServerError

type ExtractionListV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionListFilesResponseV1
}

ExtractionListV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewExtractionListV1InternalServerError

func NewExtractionListV1InternalServerError() *ExtractionListV1InternalServerError

NewExtractionListV1InternalServerError creates a ExtractionListV1InternalServerError with default headers values

func (*ExtractionListV1InternalServerError) Code

Code gets the status code for the extraction list v1 internal server error response

func (*ExtractionListV1InternalServerError) Error

func (*ExtractionListV1InternalServerError) GetPayload

func (*ExtractionListV1InternalServerError) IsClientError

func (o *ExtractionListV1InternalServerError) IsClientError() bool

IsClientError returns true when this extraction list v1 internal server error response has a 4xx status code

func (*ExtractionListV1InternalServerError) IsCode

IsCode returns true when this extraction list v1 internal server error response a status code equal to that given

func (*ExtractionListV1InternalServerError) IsRedirect

func (o *ExtractionListV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this extraction list v1 internal server error response has a 3xx status code

func (*ExtractionListV1InternalServerError) IsServerError

func (o *ExtractionListV1InternalServerError) IsServerError() bool

IsServerError returns true when this extraction list v1 internal server error response has a 5xx status code

func (*ExtractionListV1InternalServerError) IsSuccess

IsSuccess returns true when this extraction list v1 internal server error response has a 2xx status code

func (*ExtractionListV1InternalServerError) String

type ExtractionListV1OK

type ExtractionListV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientExtractionListFilesResponseV1
}

ExtractionListV1OK describes a response with status code 200, with default header values.

OK

func NewExtractionListV1OK

func NewExtractionListV1OK() *ExtractionListV1OK

NewExtractionListV1OK creates a ExtractionListV1OK with default headers values

func (*ExtractionListV1OK) Code

func (o *ExtractionListV1OK) Code() int

Code gets the status code for the extraction list v1 o k response

func (*ExtractionListV1OK) Error

func (o *ExtractionListV1OK) Error() string

func (*ExtractionListV1OK) GetPayload

func (*ExtractionListV1OK) IsClientError

func (o *ExtractionListV1OK) IsClientError() bool

IsClientError returns true when this extraction list v1 o k response has a 4xx status code

func (*ExtractionListV1OK) IsCode

func (o *ExtractionListV1OK) IsCode(code int) bool

IsCode returns true when this extraction list v1 o k response a status code equal to that given

func (*ExtractionListV1OK) IsRedirect

func (o *ExtractionListV1OK) IsRedirect() bool

IsRedirect returns true when this extraction list v1 o k response has a 3xx status code

func (*ExtractionListV1OK) IsServerError

func (o *ExtractionListV1OK) IsServerError() bool

IsServerError returns true when this extraction list v1 o k response has a 5xx status code

func (*ExtractionListV1OK) IsSuccess

func (o *ExtractionListV1OK) IsSuccess() bool

IsSuccess returns true when this extraction list v1 o k response has a 2xx status code

func (*ExtractionListV1OK) String

func (o *ExtractionListV1OK) String() string

type ExtractionListV1Params

type ExtractionListV1Params struct {

	/* ID.

	   The extraction operation ID.
	*/
	ID string

	/* Limit.

	   Max number of file extractions to retrieve.
	*/
	Limit *int64

	/* Offset.

	   Offset from where to get file extractions.
	*/
	Offset *string

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

ExtractionListV1Params contains all the parameters to send to the API endpoint

for the extraction list v1 operation.

Typically these are written to a http.Request.

func NewExtractionListV1Params

func NewExtractionListV1Params() *ExtractionListV1Params

NewExtractionListV1Params creates a new ExtractionListV1Params 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 NewExtractionListV1ParamsWithContext

func NewExtractionListV1ParamsWithContext(ctx context.Context) *ExtractionListV1Params

NewExtractionListV1ParamsWithContext creates a new ExtractionListV1Params object with the ability to set a context for a request.

func NewExtractionListV1ParamsWithHTTPClient

func NewExtractionListV1ParamsWithHTTPClient(client *http.Client) *ExtractionListV1Params

NewExtractionListV1ParamsWithHTTPClient creates a new ExtractionListV1Params object with the ability to set a custom HTTPClient for a request.

func NewExtractionListV1ParamsWithTimeout

func NewExtractionListV1ParamsWithTimeout(timeout time.Duration) *ExtractionListV1Params

NewExtractionListV1ParamsWithTimeout creates a new ExtractionListV1Params object with the ability to set a timeout on a request.

func (*ExtractionListV1Params) SetContext

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

SetContext adds the context to the extraction list v1 params

func (*ExtractionListV1Params) SetDefaults

func (o *ExtractionListV1Params) SetDefaults()

SetDefaults hydrates default values in the extraction list v1 params (not the query body).

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

func (*ExtractionListV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the extraction list v1 params

func (*ExtractionListV1Params) SetID

func (o *ExtractionListV1Params) SetID(id string)

SetID adds the id to the extraction list v1 params

func (*ExtractionListV1Params) SetLimit

func (o *ExtractionListV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the extraction list v1 params

func (*ExtractionListV1Params) SetOffset

func (o *ExtractionListV1Params) SetOffset(offset *string)

SetOffset adds the offset to the extraction list v1 params

func (*ExtractionListV1Params) SetTimeout

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

SetTimeout adds the timeout to the extraction list v1 params

func (*ExtractionListV1Params) WithContext

WithContext adds the context to the extraction list v1 params

func (*ExtractionListV1Params) WithDefaults

WithDefaults hydrates default values in the extraction list v1 params (not the query body).

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

func (*ExtractionListV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the extraction list v1 params

func (*ExtractionListV1Params) WithID

WithID adds the id to the extraction list v1 params

func (*ExtractionListV1Params) WithLimit

func (o *ExtractionListV1Params) WithLimit(limit *int64) *ExtractionListV1Params

WithLimit adds the limit to the extraction list v1 params

func (*ExtractionListV1Params) WithOffset

func (o *ExtractionListV1Params) WithOffset(offset *string) *ExtractionListV1Params

WithOffset adds the offset to the extraction list v1 params

func (*ExtractionListV1Params) WithTimeout

WithTimeout adds the timeout to the extraction list v1 params

func (*ExtractionListV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExtractionListV1Reader

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

ExtractionListV1Reader is a Reader for the ExtractionListV1 structure.

func (*ExtractionListV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExtractionListV1TooManyRequests

type ExtractionListV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ExtractionListV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewExtractionListV1TooManyRequests

func NewExtractionListV1TooManyRequests() *ExtractionListV1TooManyRequests

NewExtractionListV1TooManyRequests creates a ExtractionListV1TooManyRequests with default headers values

func (*ExtractionListV1TooManyRequests) Code

Code gets the status code for the extraction list v1 too many requests response

func (*ExtractionListV1TooManyRequests) Error

func (*ExtractionListV1TooManyRequests) GetPayload

func (*ExtractionListV1TooManyRequests) IsClientError

func (o *ExtractionListV1TooManyRequests) IsClientError() bool

IsClientError returns true when this extraction list v1 too many requests response has a 4xx status code

func (*ExtractionListV1TooManyRequests) IsCode

func (o *ExtractionListV1TooManyRequests) IsCode(code int) bool

IsCode returns true when this extraction list v1 too many requests response a status code equal to that given

func (*ExtractionListV1TooManyRequests) IsRedirect

func (o *ExtractionListV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this extraction list v1 too many requests response has a 3xx status code

func (*ExtractionListV1TooManyRequests) IsServerError

func (o *ExtractionListV1TooManyRequests) IsServerError() bool

IsServerError returns true when this extraction list v1 too many requests response has a 5xx status code

func (*ExtractionListV1TooManyRequests) IsSuccess

func (o *ExtractionListV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this extraction list v1 too many requests response has a 2xx status code

func (*ExtractionListV1TooManyRequests) String

type GetSampleV3BadRequest

type GetSampleV3BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSampleV3BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSampleV3BadRequest

func NewGetSampleV3BadRequest() *GetSampleV3BadRequest

NewGetSampleV3BadRequest creates a GetSampleV3BadRequest with default headers values

func (*GetSampleV3BadRequest) Code

func (o *GetSampleV3BadRequest) Code() int

Code gets the status code for the get sample v3 bad request response

func (*GetSampleV3BadRequest) Error

func (o *GetSampleV3BadRequest) Error() string

func (*GetSampleV3BadRequest) GetPayload

func (*GetSampleV3BadRequest) IsClientError

func (o *GetSampleV3BadRequest) IsClientError() bool

IsClientError returns true when this get sample v3 bad request response has a 4xx status code

func (*GetSampleV3BadRequest) IsCode

func (o *GetSampleV3BadRequest) IsCode(code int) bool

IsCode returns true when this get sample v3 bad request response a status code equal to that given

func (*GetSampleV3BadRequest) IsRedirect

func (o *GetSampleV3BadRequest) IsRedirect() bool

IsRedirect returns true when this get sample v3 bad request response has a 3xx status code

func (*GetSampleV3BadRequest) IsServerError

func (o *GetSampleV3BadRequest) IsServerError() bool

IsServerError returns true when this get sample v3 bad request response has a 5xx status code

func (*GetSampleV3BadRequest) IsSuccess

func (o *GetSampleV3BadRequest) IsSuccess() bool

IsSuccess returns true when this get sample v3 bad request response has a 2xx status code

func (*GetSampleV3BadRequest) String

func (o *GetSampleV3BadRequest) String() string

type GetSampleV3Forbidden

type GetSampleV3Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSampleV3Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSampleV3Forbidden

func NewGetSampleV3Forbidden() *GetSampleV3Forbidden

NewGetSampleV3Forbidden creates a GetSampleV3Forbidden with default headers values

func (*GetSampleV3Forbidden) Code

func (o *GetSampleV3Forbidden) Code() int

Code gets the status code for the get sample v3 forbidden response

func (*GetSampleV3Forbidden) Error

func (o *GetSampleV3Forbidden) Error() string

func (*GetSampleV3Forbidden) GetPayload

func (o *GetSampleV3Forbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetSampleV3Forbidden) IsClientError

func (o *GetSampleV3Forbidden) IsClientError() bool

IsClientError returns true when this get sample v3 forbidden response has a 4xx status code

func (*GetSampleV3Forbidden) IsCode

func (o *GetSampleV3Forbidden) IsCode(code int) bool

IsCode returns true when this get sample v3 forbidden response a status code equal to that given

func (*GetSampleV3Forbidden) IsRedirect

func (o *GetSampleV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get sample v3 forbidden response has a 3xx status code

func (*GetSampleV3Forbidden) IsServerError

func (o *GetSampleV3Forbidden) IsServerError() bool

IsServerError returns true when this get sample v3 forbidden response has a 5xx status code

func (*GetSampleV3Forbidden) IsSuccess

func (o *GetSampleV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get sample v3 forbidden response has a 2xx status code

func (*GetSampleV3Forbidden) String

func (o *GetSampleV3Forbidden) String() string

type GetSampleV3InternalServerError

type GetSampleV3InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSampleV3InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetSampleV3InternalServerError

func NewGetSampleV3InternalServerError() *GetSampleV3InternalServerError

NewGetSampleV3InternalServerError creates a GetSampleV3InternalServerError with default headers values

func (*GetSampleV3InternalServerError) Code

Code gets the status code for the get sample v3 internal server error response

func (*GetSampleV3InternalServerError) Error

func (*GetSampleV3InternalServerError) GetPayload

func (*GetSampleV3InternalServerError) IsClientError

func (o *GetSampleV3InternalServerError) IsClientError() bool

IsClientError returns true when this get sample v3 internal server error response has a 4xx status code

func (*GetSampleV3InternalServerError) IsCode

func (o *GetSampleV3InternalServerError) IsCode(code int) bool

IsCode returns true when this get sample v3 internal server error response a status code equal to that given

func (*GetSampleV3InternalServerError) IsRedirect

func (o *GetSampleV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this get sample v3 internal server error response has a 3xx status code

func (*GetSampleV3InternalServerError) IsServerError

func (o *GetSampleV3InternalServerError) IsServerError() bool

IsServerError returns true when this get sample v3 internal server error response has a 5xx status code

func (*GetSampleV3InternalServerError) IsSuccess

func (o *GetSampleV3InternalServerError) IsSuccess() bool

IsSuccess returns true when this get sample v3 internal server error response has a 2xx status code

func (*GetSampleV3InternalServerError) String

type GetSampleV3NotFound

type GetSampleV3NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSampleV3NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSampleV3NotFound

func NewGetSampleV3NotFound() *GetSampleV3NotFound

NewGetSampleV3NotFound creates a GetSampleV3NotFound with default headers values

func (*GetSampleV3NotFound) Code

func (o *GetSampleV3NotFound) Code() int

Code gets the status code for the get sample v3 not found response

func (*GetSampleV3NotFound) Error

func (o *GetSampleV3NotFound) Error() string

func (*GetSampleV3NotFound) GetPayload

func (o *GetSampleV3NotFound) GetPayload() *models.MsaReplyMetaOnly

func (*GetSampleV3NotFound) IsClientError

func (o *GetSampleV3NotFound) IsClientError() bool

IsClientError returns true when this get sample v3 not found response has a 4xx status code

func (*GetSampleV3NotFound) IsCode

func (o *GetSampleV3NotFound) IsCode(code int) bool

IsCode returns true when this get sample v3 not found response a status code equal to that given

func (*GetSampleV3NotFound) IsRedirect

func (o *GetSampleV3NotFound) IsRedirect() bool

IsRedirect returns true when this get sample v3 not found response has a 3xx status code

func (*GetSampleV3NotFound) IsServerError

func (o *GetSampleV3NotFound) IsServerError() bool

IsServerError returns true when this get sample v3 not found response has a 5xx status code

func (*GetSampleV3NotFound) IsSuccess

func (o *GetSampleV3NotFound) IsSuccess() bool

IsSuccess returns true when this get sample v3 not found response has a 2xx status code

func (*GetSampleV3NotFound) String

func (o *GetSampleV3NotFound) String() string

type GetSampleV3OK

type GetSampleV3OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload string
}

GetSampleV3OK describes a response with status code 200, with default header values.

OK

func NewGetSampleV3OK

func NewGetSampleV3OK() *GetSampleV3OK

NewGetSampleV3OK creates a GetSampleV3OK with default headers values

func (*GetSampleV3OK) Code

func (o *GetSampleV3OK) Code() int

Code gets the status code for the get sample v3 o k response

func (*GetSampleV3OK) Error

func (o *GetSampleV3OK) Error() string

func (*GetSampleV3OK) GetPayload

func (o *GetSampleV3OK) GetPayload() string

func (*GetSampleV3OK) IsClientError

func (o *GetSampleV3OK) IsClientError() bool

IsClientError returns true when this get sample v3 o k response has a 4xx status code

func (*GetSampleV3OK) IsCode

func (o *GetSampleV3OK) IsCode(code int) bool

IsCode returns true when this get sample v3 o k response a status code equal to that given

func (*GetSampleV3OK) IsRedirect

func (o *GetSampleV3OK) IsRedirect() bool

IsRedirect returns true when this get sample v3 o k response has a 3xx status code

func (*GetSampleV3OK) IsServerError

func (o *GetSampleV3OK) IsServerError() bool

IsServerError returns true when this get sample v3 o k response has a 5xx status code

func (*GetSampleV3OK) IsSuccess

func (o *GetSampleV3OK) IsSuccess() bool

IsSuccess returns true when this get sample v3 o k response has a 2xx status code

func (*GetSampleV3OK) String

func (o *GetSampleV3OK) String() string

type GetSampleV3Params

type GetSampleV3Params struct {

	/* Ids.

	   The file SHA256.
	*/
	Ids string

	/* PasswordProtected.

	   Flag whether the sample should be zipped and password protected with pass='infected'
	*/
	PasswordProtected *bool

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

GetSampleV3Params contains all the parameters to send to the API endpoint

for the get sample v3 operation.

Typically these are written to a http.Request.

func NewGetSampleV3Params

func NewGetSampleV3Params() *GetSampleV3Params

NewGetSampleV3Params creates a new GetSampleV3Params 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 NewGetSampleV3ParamsWithContext

func NewGetSampleV3ParamsWithContext(ctx context.Context) *GetSampleV3Params

NewGetSampleV3ParamsWithContext creates a new GetSampleV3Params object with the ability to set a context for a request.

func NewGetSampleV3ParamsWithHTTPClient

func NewGetSampleV3ParamsWithHTTPClient(client *http.Client) *GetSampleV3Params

NewGetSampleV3ParamsWithHTTPClient creates a new GetSampleV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSampleV3ParamsWithTimeout

func NewGetSampleV3ParamsWithTimeout(timeout time.Duration) *GetSampleV3Params

NewGetSampleV3ParamsWithTimeout creates a new GetSampleV3Params object with the ability to set a timeout on a request.

func (*GetSampleV3Params) SetContext

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

SetContext adds the context to the get sample v3 params

func (*GetSampleV3Params) SetDefaults

func (o *GetSampleV3Params) SetDefaults()

SetDefaults hydrates default values in the get sample v3 params (not the query body).

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

func (*GetSampleV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sample v3 params

func (*GetSampleV3Params) SetIds

func (o *GetSampleV3Params) SetIds(ids string)

SetIds adds the ids to the get sample v3 params

func (*GetSampleV3Params) SetPasswordProtected

func (o *GetSampleV3Params) SetPasswordProtected(passwordProtected *bool)

SetPasswordProtected adds the passwordProtected to the get sample v3 params

func (*GetSampleV3Params) SetTimeout

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

SetTimeout adds the timeout to the get sample v3 params

func (*GetSampleV3Params) WithContext

func (o *GetSampleV3Params) WithContext(ctx context.Context) *GetSampleV3Params

WithContext adds the context to the get sample v3 params

func (*GetSampleV3Params) WithDefaults

func (o *GetSampleV3Params) WithDefaults() *GetSampleV3Params

WithDefaults hydrates default values in the get sample v3 params (not the query body).

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

func (*GetSampleV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sample v3 params

func (*GetSampleV3Params) WithIds

func (o *GetSampleV3Params) WithIds(ids string) *GetSampleV3Params

WithIds adds the ids to the get sample v3 params

func (*GetSampleV3Params) WithPasswordProtected

func (o *GetSampleV3Params) WithPasswordProtected(passwordProtected *bool) *GetSampleV3Params

WithPasswordProtected adds the passwordProtected to the get sample v3 params

func (*GetSampleV3Params) WithTimeout

func (o *GetSampleV3Params) WithTimeout(timeout time.Duration) *GetSampleV3Params

WithTimeout adds the timeout to the get sample v3 params

func (*GetSampleV3Params) WriteToRequest

func (o *GetSampleV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSampleV3Reader

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

GetSampleV3Reader is a Reader for the GetSampleV3 structure.

func (*GetSampleV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSampleV3TooManyRequests

type GetSampleV3TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSampleV3TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSampleV3TooManyRequests

func NewGetSampleV3TooManyRequests() *GetSampleV3TooManyRequests

NewGetSampleV3TooManyRequests creates a GetSampleV3TooManyRequests with default headers values

func (*GetSampleV3TooManyRequests) Code

func (o *GetSampleV3TooManyRequests) Code() int

Code gets the status code for the get sample v3 too many requests response

func (*GetSampleV3TooManyRequests) Error

func (*GetSampleV3TooManyRequests) GetPayload

func (*GetSampleV3TooManyRequests) IsClientError

func (o *GetSampleV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get sample v3 too many requests response has a 4xx status code

func (*GetSampleV3TooManyRequests) IsCode

func (o *GetSampleV3TooManyRequests) IsCode(code int) bool

IsCode returns true when this get sample v3 too many requests response a status code equal to that given

func (*GetSampleV3TooManyRequests) IsRedirect

func (o *GetSampleV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get sample v3 too many requests response has a 3xx status code

func (*GetSampleV3TooManyRequests) IsServerError

func (o *GetSampleV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get sample v3 too many requests response has a 5xx status code

func (*GetSampleV3TooManyRequests) IsSuccess

func (o *GetSampleV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get sample v3 too many requests response has a 2xx status code

func (*GetSampleV3TooManyRequests) String

func (o *GetSampleV3TooManyRequests) String() string

type UploadSampleV3BadRequest

type UploadSampleV3BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientSampleMetadataResponseV2
}

UploadSampleV3BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUploadSampleV3BadRequest

func NewUploadSampleV3BadRequest() *UploadSampleV3BadRequest

NewUploadSampleV3BadRequest creates a UploadSampleV3BadRequest with default headers values

func (*UploadSampleV3BadRequest) Code

func (o *UploadSampleV3BadRequest) Code() int

Code gets the status code for the upload sample v3 bad request response

func (*UploadSampleV3BadRequest) Error

func (o *UploadSampleV3BadRequest) Error() string

func (*UploadSampleV3BadRequest) GetPayload

func (*UploadSampleV3BadRequest) IsClientError

func (o *UploadSampleV3BadRequest) IsClientError() bool

IsClientError returns true when this upload sample v3 bad request response has a 4xx status code

func (*UploadSampleV3BadRequest) IsCode

func (o *UploadSampleV3BadRequest) IsCode(code int) bool

IsCode returns true when this upload sample v3 bad request response a status code equal to that given

func (*UploadSampleV3BadRequest) IsRedirect

func (o *UploadSampleV3BadRequest) IsRedirect() bool

IsRedirect returns true when this upload sample v3 bad request response has a 3xx status code

func (*UploadSampleV3BadRequest) IsServerError

func (o *UploadSampleV3BadRequest) IsServerError() bool

IsServerError returns true when this upload sample v3 bad request response has a 5xx status code

func (*UploadSampleV3BadRequest) IsSuccess

func (o *UploadSampleV3BadRequest) IsSuccess() bool

IsSuccess returns true when this upload sample v3 bad request response has a 2xx status code

func (*UploadSampleV3BadRequest) String

func (o *UploadSampleV3BadRequest) String() string

type UploadSampleV3Forbidden

type UploadSampleV3Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UploadSampleV3Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUploadSampleV3Forbidden

func NewUploadSampleV3Forbidden() *UploadSampleV3Forbidden

NewUploadSampleV3Forbidden creates a UploadSampleV3Forbidden with default headers values

func (*UploadSampleV3Forbidden) Code

func (o *UploadSampleV3Forbidden) Code() int

Code gets the status code for the upload sample v3 forbidden response

func (*UploadSampleV3Forbidden) Error

func (o *UploadSampleV3Forbidden) Error() string

func (*UploadSampleV3Forbidden) GetPayload

func (*UploadSampleV3Forbidden) IsClientError

func (o *UploadSampleV3Forbidden) IsClientError() bool

IsClientError returns true when this upload sample v3 forbidden response has a 4xx status code

func (*UploadSampleV3Forbidden) IsCode

func (o *UploadSampleV3Forbidden) IsCode(code int) bool

IsCode returns true when this upload sample v3 forbidden response a status code equal to that given

func (*UploadSampleV3Forbidden) IsRedirect

func (o *UploadSampleV3Forbidden) IsRedirect() bool

IsRedirect returns true when this upload sample v3 forbidden response has a 3xx status code

func (*UploadSampleV3Forbidden) IsServerError

func (o *UploadSampleV3Forbidden) IsServerError() bool

IsServerError returns true when this upload sample v3 forbidden response has a 5xx status code

func (*UploadSampleV3Forbidden) IsSuccess

func (o *UploadSampleV3Forbidden) IsSuccess() bool

IsSuccess returns true when this upload sample v3 forbidden response has a 2xx status code

func (*UploadSampleV3Forbidden) String

func (o *UploadSampleV3Forbidden) String() string

type UploadSampleV3InternalServerError

type UploadSampleV3InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientSampleMetadataResponseV2
}

UploadSampleV3InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUploadSampleV3InternalServerError

func NewUploadSampleV3InternalServerError() *UploadSampleV3InternalServerError

NewUploadSampleV3InternalServerError creates a UploadSampleV3InternalServerError with default headers values

func (*UploadSampleV3InternalServerError) Code

Code gets the status code for the upload sample v3 internal server error response

func (*UploadSampleV3InternalServerError) Error

func (*UploadSampleV3InternalServerError) GetPayload

func (*UploadSampleV3InternalServerError) IsClientError

func (o *UploadSampleV3InternalServerError) IsClientError() bool

IsClientError returns true when this upload sample v3 internal server error response has a 4xx status code

func (*UploadSampleV3InternalServerError) IsCode

func (o *UploadSampleV3InternalServerError) IsCode(code int) bool

IsCode returns true when this upload sample v3 internal server error response a status code equal to that given

func (*UploadSampleV3InternalServerError) IsRedirect

func (o *UploadSampleV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this upload sample v3 internal server error response has a 3xx status code

func (*UploadSampleV3InternalServerError) IsServerError

func (o *UploadSampleV3InternalServerError) IsServerError() bool

IsServerError returns true when this upload sample v3 internal server error response has a 5xx status code

func (*UploadSampleV3InternalServerError) IsSuccess

func (o *UploadSampleV3InternalServerError) IsSuccess() bool

IsSuccess returns true when this upload sample v3 internal server error response has a 2xx status code

func (*UploadSampleV3InternalServerError) String

type UploadSampleV3OK

type UploadSampleV3OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientSampleMetadataResponseV2
}

UploadSampleV3OK describes a response with status code 200, with default header values.

OK

func NewUploadSampleV3OK

func NewUploadSampleV3OK() *UploadSampleV3OK

NewUploadSampleV3OK creates a UploadSampleV3OK with default headers values

func (*UploadSampleV3OK) Code

func (o *UploadSampleV3OK) Code() int

Code gets the status code for the upload sample v3 o k response

func (*UploadSampleV3OK) Error

func (o *UploadSampleV3OK) Error() string

func (*UploadSampleV3OK) GetPayload

func (*UploadSampleV3OK) IsClientError

func (o *UploadSampleV3OK) IsClientError() bool

IsClientError returns true when this upload sample v3 o k response has a 4xx status code

func (*UploadSampleV3OK) IsCode

func (o *UploadSampleV3OK) IsCode(code int) bool

IsCode returns true when this upload sample v3 o k response a status code equal to that given

func (*UploadSampleV3OK) IsRedirect

func (o *UploadSampleV3OK) IsRedirect() bool

IsRedirect returns true when this upload sample v3 o k response has a 3xx status code

func (*UploadSampleV3OK) IsServerError

func (o *UploadSampleV3OK) IsServerError() bool

IsServerError returns true when this upload sample v3 o k response has a 5xx status code

func (*UploadSampleV3OK) IsSuccess

func (o *UploadSampleV3OK) IsSuccess() bool

IsSuccess returns true when this upload sample v3 o k response has a 2xx status code

func (*UploadSampleV3OK) String

func (o *UploadSampleV3OK) String() string

type UploadSampleV3Params

type UploadSampleV3Params struct {

	/* Comment.

	   A descriptive comment to identify the file for other users.
	*/
	Comment *string

	/* FileName.

	   Name of the file.
	*/
	FileName string

	/* IsConfidential.

	     Defines visibility of this file in Falcon MalQuery, either via the API or the Falcon console.

	- `true`: File is only shown to users within your customer account
	- `false`: File can be seen by other CrowdStrike customers

	Default: `true`.

	     Default: true
	*/
	IsConfidential *bool

	/* Sample.

	     Content of the uploaded sample in binary format. For example, use `--data-binary @$FILE_PATH` when using cURL. Max file size: 256 MB.

	Accepted file formats:

	- Portable executables: `.exe`, `.scr`, `.pif`, `.dll`, `.com`, `.cpl`, etc.
	- Office documents: `.doc`, `.docx`, `.ppt`, `.pps`, `.pptx`, `.ppsx`, `.xls`, `.xlsx`, `.rtf`, `.pub`
	- PDF
	- APK
	- Executable JAR
	- Windows script component: `.sct`
	- Windows shortcut: `.lnk`
	- Windows help: `.chm`
	- HTML application: `.hta`
	- Windows script file: `.wsf`
	- Javascript: `.js`
	- Visual Basic: `.vbs`,  `.vbe`
	- Shockwave Flash: `.swf`
	- Perl: `.pl`
	- Powershell: `.ps1`, `.psd1`, `.psm1`
	- Scalable vector graphics: `.svg`
	- Python: `.py`
	- Linux ELF executables
	- Email files: MIME RFC 822 `.eml`, Outlook `.msg`.
	*/
	Sample runtime.NamedReadCloser

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

UploadSampleV3Params contains all the parameters to send to the API endpoint

for the upload sample v3 operation.

Typically these are written to a http.Request.

func NewUploadSampleV3Params

func NewUploadSampleV3Params() *UploadSampleV3Params

NewUploadSampleV3Params creates a new UploadSampleV3Params 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 NewUploadSampleV3ParamsWithContext

func NewUploadSampleV3ParamsWithContext(ctx context.Context) *UploadSampleV3Params

NewUploadSampleV3ParamsWithContext creates a new UploadSampleV3Params object with the ability to set a context for a request.

func NewUploadSampleV3ParamsWithHTTPClient

func NewUploadSampleV3ParamsWithHTTPClient(client *http.Client) *UploadSampleV3Params

NewUploadSampleV3ParamsWithHTTPClient creates a new UploadSampleV3Params object with the ability to set a custom HTTPClient for a request.

func NewUploadSampleV3ParamsWithTimeout

func NewUploadSampleV3ParamsWithTimeout(timeout time.Duration) *UploadSampleV3Params

NewUploadSampleV3ParamsWithTimeout creates a new UploadSampleV3Params object with the ability to set a timeout on a request.

func (*UploadSampleV3Params) SetComment

func (o *UploadSampleV3Params) SetComment(comment *string)

SetComment adds the comment to the upload sample v3 params

func (*UploadSampleV3Params) SetContext

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

SetContext adds the context to the upload sample v3 params

func (*UploadSampleV3Params) SetDefaults

func (o *UploadSampleV3Params) SetDefaults()

SetDefaults hydrates default values in the upload sample v3 params (not the query body).

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

func (*UploadSampleV3Params) SetFileName

func (o *UploadSampleV3Params) SetFileName(fileName string)

SetFileName adds the fileName to the upload sample v3 params

func (*UploadSampleV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload sample v3 params

func (*UploadSampleV3Params) SetIsConfidential

func (o *UploadSampleV3Params) SetIsConfidential(isConfidential *bool)

SetIsConfidential adds the isConfidential to the upload sample v3 params

func (*UploadSampleV3Params) SetSample

func (o *UploadSampleV3Params) SetSample(sample runtime.NamedReadCloser)

SetSample adds the sample to the upload sample v3 params

func (*UploadSampleV3Params) SetTimeout

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

SetTimeout adds the timeout to the upload sample v3 params

func (*UploadSampleV3Params) WithComment

func (o *UploadSampleV3Params) WithComment(comment *string) *UploadSampleV3Params

WithComment adds the comment to the upload sample v3 params

func (*UploadSampleV3Params) WithContext

WithContext adds the context to the upload sample v3 params

func (*UploadSampleV3Params) WithDefaults

func (o *UploadSampleV3Params) WithDefaults() *UploadSampleV3Params

WithDefaults hydrates default values in the upload sample v3 params (not the query body).

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

func (*UploadSampleV3Params) WithFileName

func (o *UploadSampleV3Params) WithFileName(fileName string) *UploadSampleV3Params

WithFileName adds the fileName to the upload sample v3 params

func (*UploadSampleV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload sample v3 params

func (*UploadSampleV3Params) WithIsConfidential

func (o *UploadSampleV3Params) WithIsConfidential(isConfidential *bool) *UploadSampleV3Params

WithIsConfidential adds the isConfidential to the upload sample v3 params

func (*UploadSampleV3Params) WithSample

WithSample adds the sample to the upload sample v3 params

func (*UploadSampleV3Params) WithTimeout

func (o *UploadSampleV3Params) WithTimeout(timeout time.Duration) *UploadSampleV3Params

WithTimeout adds the timeout to the upload sample v3 params

func (*UploadSampleV3Params) WriteToRequest

func (o *UploadSampleV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UploadSampleV3Reader

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

UploadSampleV3Reader is a Reader for the UploadSampleV3 structure.

func (*UploadSampleV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadSampleV3TooManyRequests

type UploadSampleV3TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UploadSampleV3TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUploadSampleV3TooManyRequests

func NewUploadSampleV3TooManyRequests() *UploadSampleV3TooManyRequests

NewUploadSampleV3TooManyRequests creates a UploadSampleV3TooManyRequests with default headers values

func (*UploadSampleV3TooManyRequests) Code

Code gets the status code for the upload sample v3 too many requests response

func (*UploadSampleV3TooManyRequests) Error

func (*UploadSampleV3TooManyRequests) GetPayload

func (*UploadSampleV3TooManyRequests) IsClientError

func (o *UploadSampleV3TooManyRequests) IsClientError() bool

IsClientError returns true when this upload sample v3 too many requests response has a 4xx status code

func (*UploadSampleV3TooManyRequests) IsCode

func (o *UploadSampleV3TooManyRequests) IsCode(code int) bool

IsCode returns true when this upload sample v3 too many requests response a status code equal to that given

func (*UploadSampleV3TooManyRequests) IsRedirect

func (o *UploadSampleV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this upload sample v3 too many requests response has a 3xx status code

func (*UploadSampleV3TooManyRequests) IsServerError

func (o *UploadSampleV3TooManyRequests) IsServerError() bool

IsServerError returns true when this upload sample v3 too many requests response has a 5xx status code

func (*UploadSampleV3TooManyRequests) IsSuccess

func (o *UploadSampleV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this upload sample v3 too many requests response has a 2xx status code

func (*UploadSampleV3TooManyRequests) String

Jump to

Keyboard shortcuts

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