flowfile_queues

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for flowfile queues API

func (*Client) CreateDropRequest

CreateDropRequest creates a request to drop the contents of the queue in this connection

func (*Client) CreateFlowFileListing

CreateFlowFileListing lists the contents of the queue in this connection

func (*Client) DeleteListingRequest

func (a *Client) DeleteListingRequest(params *DeleteListingRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteListingRequestOK, error)

DeleteListingRequest cancels and or removes a request to list the contents of this connection

func (*Client) DownloadFlowFileContent

func (a *Client) DownloadFlowFileContent(params *DownloadFlowFileContentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadFlowFileContentOK, error)

DownloadFlowFileContent gets the content for a flow file in a connection

func (*Client) GetDropRequest

func (a *Client) GetDropRequest(params *GetDropRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDropRequestOK, error)

GetDropRequest gets the current status of a drop request for the specified connection

func (*Client) GetFlowFile

func (a *Client) GetFlowFile(params *GetFlowFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowFileOK, error)

GetFlowFile gets a flow file from a connection

func (*Client) GetListingRequest

func (a *Client) GetListingRequest(params *GetListingRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetListingRequestOK, error)

GetListingRequest gets the current status of a listing request for the specified connection

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDropRequest(params *CreateDropRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDropRequestOK, *CreateDropRequestAccepted, error)

	CreateFlowFileListing(params *CreateFlowFileListingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFlowFileListingOK, *CreateFlowFileListingAccepted, error)

	DeleteListingRequest(params *DeleteListingRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteListingRequestOK, error)

	DownloadFlowFileContent(params *DownloadFlowFileContentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadFlowFileContentOK, error)

	GetDropRequest(params *GetDropRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDropRequestOK, error)

	GetFlowFile(params *GetFlowFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowFileOK, error)

	GetListingRequest(params *GetListingRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetListingRequestOK, 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 flowfile queues API client.

type CreateDropRequestAccepted

type CreateDropRequestAccepted struct {
}

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

The request has been accepted. A HTTP response header will contain the URI where the response can be polled.

func NewCreateDropRequestAccepted

func NewCreateDropRequestAccepted() *CreateDropRequestAccepted

NewCreateDropRequestAccepted creates a CreateDropRequestAccepted with default headers values

func (*CreateDropRequestAccepted) Error

func (o *CreateDropRequestAccepted) Error() string

func (*CreateDropRequestAccepted) IsClientError added in v1.19.1

func (o *CreateDropRequestAccepted) IsClientError() bool

IsClientError returns true when this create drop request accepted response has a 4xx status code

func (*CreateDropRequestAccepted) IsCode added in v1.19.1

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

IsCode returns true when this create drop request accepted response a status code equal to that given

func (*CreateDropRequestAccepted) IsRedirect added in v1.19.1

func (o *CreateDropRequestAccepted) IsRedirect() bool

IsRedirect returns true when this create drop request accepted response has a 3xx status code

func (*CreateDropRequestAccepted) IsServerError added in v1.19.1

func (o *CreateDropRequestAccepted) IsServerError() bool

IsServerError returns true when this create drop request accepted response has a 5xx status code

func (*CreateDropRequestAccepted) IsSuccess added in v1.19.1

func (o *CreateDropRequestAccepted) IsSuccess() bool

IsSuccess returns true when this create drop request accepted response has a 2xx status code

func (*CreateDropRequestAccepted) String added in v1.19.1

func (o *CreateDropRequestAccepted) String() string

type CreateDropRequestBadRequest

type CreateDropRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateDropRequestBadRequest

func NewCreateDropRequestBadRequest() *CreateDropRequestBadRequest

NewCreateDropRequestBadRequest creates a CreateDropRequestBadRequest with default headers values

func (*CreateDropRequestBadRequest) Error

func (*CreateDropRequestBadRequest) IsClientError added in v1.19.1

func (o *CreateDropRequestBadRequest) IsClientError() bool

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

func (*CreateDropRequestBadRequest) IsCode added in v1.19.1

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

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

func (*CreateDropRequestBadRequest) IsRedirect added in v1.19.1

func (o *CreateDropRequestBadRequest) IsRedirect() bool

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

func (*CreateDropRequestBadRequest) IsServerError added in v1.19.1

func (o *CreateDropRequestBadRequest) IsServerError() bool

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

func (*CreateDropRequestBadRequest) IsSuccess added in v1.19.1

func (o *CreateDropRequestBadRequest) IsSuccess() bool

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

func (*CreateDropRequestBadRequest) String added in v1.19.1

func (o *CreateDropRequestBadRequest) String() string

type CreateDropRequestConflict

type CreateDropRequestConflict struct {
}

CreateDropRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateDropRequestConflict

func NewCreateDropRequestConflict() *CreateDropRequestConflict

NewCreateDropRequestConflict creates a CreateDropRequestConflict with default headers values

func (*CreateDropRequestConflict) Error

func (o *CreateDropRequestConflict) Error() string

func (*CreateDropRequestConflict) IsClientError added in v1.19.1

func (o *CreateDropRequestConflict) IsClientError() bool

IsClientError returns true when this create drop request conflict response has a 4xx status code

func (*CreateDropRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this create drop request conflict response a status code equal to that given

func (*CreateDropRequestConflict) IsRedirect added in v1.19.1

func (o *CreateDropRequestConflict) IsRedirect() bool

IsRedirect returns true when this create drop request conflict response has a 3xx status code

func (*CreateDropRequestConflict) IsServerError added in v1.19.1

func (o *CreateDropRequestConflict) IsServerError() bool

IsServerError returns true when this create drop request conflict response has a 5xx status code

func (*CreateDropRequestConflict) IsSuccess added in v1.19.1

func (o *CreateDropRequestConflict) IsSuccess() bool

IsSuccess returns true when this create drop request conflict response has a 2xx status code

func (*CreateDropRequestConflict) String added in v1.19.1

func (o *CreateDropRequestConflict) String() string

type CreateDropRequestForbidden

type CreateDropRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateDropRequestForbidden

func NewCreateDropRequestForbidden() *CreateDropRequestForbidden

NewCreateDropRequestForbidden creates a CreateDropRequestForbidden with default headers values

func (*CreateDropRequestForbidden) Error

func (*CreateDropRequestForbidden) IsClientError added in v1.19.1

func (o *CreateDropRequestForbidden) IsClientError() bool

IsClientError returns true when this create drop request forbidden response has a 4xx status code

func (*CreateDropRequestForbidden) IsCode added in v1.19.1

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

IsCode returns true when this create drop request forbidden response a status code equal to that given

func (*CreateDropRequestForbidden) IsRedirect added in v1.19.1

func (o *CreateDropRequestForbidden) IsRedirect() bool

IsRedirect returns true when this create drop request forbidden response has a 3xx status code

func (*CreateDropRequestForbidden) IsServerError added in v1.19.1

func (o *CreateDropRequestForbidden) IsServerError() bool

IsServerError returns true when this create drop request forbidden response has a 5xx status code

func (*CreateDropRequestForbidden) IsSuccess added in v1.19.1

func (o *CreateDropRequestForbidden) IsSuccess() bool

IsSuccess returns true when this create drop request forbidden response has a 2xx status code

func (*CreateDropRequestForbidden) String added in v1.19.1

func (o *CreateDropRequestForbidden) String() string

type CreateDropRequestNotFound

type CreateDropRequestNotFound struct {
}

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

The specified resource could not be found.

func NewCreateDropRequestNotFound

func NewCreateDropRequestNotFound() *CreateDropRequestNotFound

NewCreateDropRequestNotFound creates a CreateDropRequestNotFound with default headers values

func (*CreateDropRequestNotFound) Error

func (o *CreateDropRequestNotFound) Error() string

func (*CreateDropRequestNotFound) IsClientError added in v1.19.1

func (o *CreateDropRequestNotFound) IsClientError() bool

IsClientError returns true when this create drop request not found response has a 4xx status code

func (*CreateDropRequestNotFound) IsCode added in v1.19.1

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

IsCode returns true when this create drop request not found response a status code equal to that given

func (*CreateDropRequestNotFound) IsRedirect added in v1.19.1

func (o *CreateDropRequestNotFound) IsRedirect() bool

IsRedirect returns true when this create drop request not found response has a 3xx status code

func (*CreateDropRequestNotFound) IsServerError added in v1.19.1

func (o *CreateDropRequestNotFound) IsServerError() bool

IsServerError returns true when this create drop request not found response has a 5xx status code

func (*CreateDropRequestNotFound) IsSuccess added in v1.19.1

func (o *CreateDropRequestNotFound) IsSuccess() bool

IsSuccess returns true when this create drop request not found response has a 2xx status code

func (*CreateDropRequestNotFound) String added in v1.19.1

func (o *CreateDropRequestNotFound) String() string

type CreateDropRequestOK

type CreateDropRequestOK struct {
	Payload *models.DropRequestEntity
}

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

successful operation

func NewCreateDropRequestOK

func NewCreateDropRequestOK() *CreateDropRequestOK

NewCreateDropRequestOK creates a CreateDropRequestOK with default headers values

func (*CreateDropRequestOK) Error

func (o *CreateDropRequestOK) Error() string

func (*CreateDropRequestOK) GetPayload

func (o *CreateDropRequestOK) GetPayload() *models.DropRequestEntity

func (*CreateDropRequestOK) IsClientError added in v1.19.1

func (o *CreateDropRequestOK) IsClientError() bool

IsClientError returns true when this create drop request o k response has a 4xx status code

func (*CreateDropRequestOK) IsCode added in v1.19.1

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

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

func (*CreateDropRequestOK) IsRedirect added in v1.19.1

func (o *CreateDropRequestOK) IsRedirect() bool

IsRedirect returns true when this create drop request o k response has a 3xx status code

func (*CreateDropRequestOK) IsServerError added in v1.19.1

func (o *CreateDropRequestOK) IsServerError() bool

IsServerError returns true when this create drop request o k response has a 5xx status code

func (*CreateDropRequestOK) IsSuccess added in v1.19.1

func (o *CreateDropRequestOK) IsSuccess() bool

IsSuccess returns true when this create drop request o k response has a 2xx status code

func (*CreateDropRequestOK) String added in v1.19.1

func (o *CreateDropRequestOK) String() string

type CreateDropRequestParams

type CreateDropRequestParams struct {

	/* ID.

	   The connection id.
	*/
	ID string

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

CreateDropRequestParams contains all the parameters to send to the API endpoint

for the create drop request operation.

Typically these are written to a http.Request.

func NewCreateDropRequestParams

func NewCreateDropRequestParams() *CreateDropRequestParams

NewCreateDropRequestParams creates a new CreateDropRequestParams 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 NewCreateDropRequestParamsWithContext

func NewCreateDropRequestParamsWithContext(ctx context.Context) *CreateDropRequestParams

NewCreateDropRequestParamsWithContext creates a new CreateDropRequestParams object with the ability to set a context for a request.

func NewCreateDropRequestParamsWithHTTPClient

func NewCreateDropRequestParamsWithHTTPClient(client *http.Client) *CreateDropRequestParams

NewCreateDropRequestParamsWithHTTPClient creates a new CreateDropRequestParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDropRequestParamsWithTimeout

func NewCreateDropRequestParamsWithTimeout(timeout time.Duration) *CreateDropRequestParams

NewCreateDropRequestParamsWithTimeout creates a new CreateDropRequestParams object with the ability to set a timeout on a request.

func (*CreateDropRequestParams) SetContext

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

SetContext adds the context to the create drop request params

func (*CreateDropRequestParams) SetDefaults

func (o *CreateDropRequestParams) SetDefaults()

SetDefaults hydrates default values in the create drop request params (not the query body).

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

func (*CreateDropRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create drop request params

func (*CreateDropRequestParams) SetID

func (o *CreateDropRequestParams) SetID(id string)

SetID adds the id to the create drop request params

func (*CreateDropRequestParams) SetTimeout

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

SetTimeout adds the timeout to the create drop request params

func (*CreateDropRequestParams) WithContext

WithContext adds the context to the create drop request params

func (*CreateDropRequestParams) WithDefaults

WithDefaults hydrates default values in the create drop request params (not the query body).

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

func (*CreateDropRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create drop request params

func (*CreateDropRequestParams) WithID

WithID adds the id to the create drop request params

func (*CreateDropRequestParams) WithTimeout

WithTimeout adds the timeout to the create drop request params

func (*CreateDropRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDropRequestReader

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

CreateDropRequestReader is a Reader for the CreateDropRequest structure.

func (*CreateDropRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDropRequestUnauthorized

type CreateDropRequestUnauthorized struct {
}

CreateDropRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateDropRequestUnauthorized

func NewCreateDropRequestUnauthorized() *CreateDropRequestUnauthorized

NewCreateDropRequestUnauthorized creates a CreateDropRequestUnauthorized with default headers values

func (*CreateDropRequestUnauthorized) Error

func (*CreateDropRequestUnauthorized) IsClientError added in v1.19.1

func (o *CreateDropRequestUnauthorized) IsClientError() bool

IsClientError returns true when this create drop request unauthorized response has a 4xx status code

func (*CreateDropRequestUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this create drop request unauthorized response a status code equal to that given

func (*CreateDropRequestUnauthorized) IsRedirect added in v1.19.1

func (o *CreateDropRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this create drop request unauthorized response has a 3xx status code

func (*CreateDropRequestUnauthorized) IsServerError added in v1.19.1

func (o *CreateDropRequestUnauthorized) IsServerError() bool

IsServerError returns true when this create drop request unauthorized response has a 5xx status code

func (*CreateDropRequestUnauthorized) IsSuccess added in v1.19.1

func (o *CreateDropRequestUnauthorized) IsSuccess() bool

IsSuccess returns true when this create drop request unauthorized response has a 2xx status code

func (*CreateDropRequestUnauthorized) String added in v1.19.1

type CreateFlowFileListingAccepted

type CreateFlowFileListingAccepted struct {
}

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

The request has been accepted. A HTTP response header will contain the URI where the response can be polled.

func NewCreateFlowFileListingAccepted

func NewCreateFlowFileListingAccepted() *CreateFlowFileListingAccepted

NewCreateFlowFileListingAccepted creates a CreateFlowFileListingAccepted with default headers values

func (*CreateFlowFileListingAccepted) Error

func (*CreateFlowFileListingAccepted) IsClientError added in v1.19.1

func (o *CreateFlowFileListingAccepted) IsClientError() bool

IsClientError returns true when this create flow file listing accepted response has a 4xx status code

func (*CreateFlowFileListingAccepted) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing accepted response a status code equal to that given

func (*CreateFlowFileListingAccepted) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingAccepted) IsRedirect() bool

IsRedirect returns true when this create flow file listing accepted response has a 3xx status code

func (*CreateFlowFileListingAccepted) IsServerError added in v1.19.1

func (o *CreateFlowFileListingAccepted) IsServerError() bool

IsServerError returns true when this create flow file listing accepted response has a 5xx status code

func (*CreateFlowFileListingAccepted) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingAccepted) IsSuccess() bool

IsSuccess returns true when this create flow file listing accepted response has a 2xx status code

func (*CreateFlowFileListingAccepted) String added in v1.19.1

type CreateFlowFileListingBadRequest

type CreateFlowFileListingBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateFlowFileListingBadRequest

func NewCreateFlowFileListingBadRequest() *CreateFlowFileListingBadRequest

NewCreateFlowFileListingBadRequest creates a CreateFlowFileListingBadRequest with default headers values

func (*CreateFlowFileListingBadRequest) Error

func (*CreateFlowFileListingBadRequest) IsClientError added in v1.19.1

func (o *CreateFlowFileListingBadRequest) IsClientError() bool

IsClientError returns true when this create flow file listing bad request response has a 4xx status code

func (*CreateFlowFileListingBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing bad request response a status code equal to that given

func (*CreateFlowFileListingBadRequest) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingBadRequest) IsRedirect() bool

IsRedirect returns true when this create flow file listing bad request response has a 3xx status code

func (*CreateFlowFileListingBadRequest) IsServerError added in v1.19.1

func (o *CreateFlowFileListingBadRequest) IsServerError() bool

IsServerError returns true when this create flow file listing bad request response has a 5xx status code

func (*CreateFlowFileListingBadRequest) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingBadRequest) IsSuccess() bool

IsSuccess returns true when this create flow file listing bad request response has a 2xx status code

func (*CreateFlowFileListingBadRequest) String added in v1.19.1

type CreateFlowFileListingConflict

type CreateFlowFileListingConflict struct {
}

CreateFlowFileListingConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateFlowFileListingConflict

func NewCreateFlowFileListingConflict() *CreateFlowFileListingConflict

NewCreateFlowFileListingConflict creates a CreateFlowFileListingConflict with default headers values

func (*CreateFlowFileListingConflict) Error

func (*CreateFlowFileListingConflict) IsClientError added in v1.19.1

func (o *CreateFlowFileListingConflict) IsClientError() bool

IsClientError returns true when this create flow file listing conflict response has a 4xx status code

func (*CreateFlowFileListingConflict) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing conflict response a status code equal to that given

func (*CreateFlowFileListingConflict) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingConflict) IsRedirect() bool

IsRedirect returns true when this create flow file listing conflict response has a 3xx status code

func (*CreateFlowFileListingConflict) IsServerError added in v1.19.1

func (o *CreateFlowFileListingConflict) IsServerError() bool

IsServerError returns true when this create flow file listing conflict response has a 5xx status code

func (*CreateFlowFileListingConflict) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingConflict) IsSuccess() bool

IsSuccess returns true when this create flow file listing conflict response has a 2xx status code

func (*CreateFlowFileListingConflict) String added in v1.19.1

type CreateFlowFileListingForbidden

type CreateFlowFileListingForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateFlowFileListingForbidden

func NewCreateFlowFileListingForbidden() *CreateFlowFileListingForbidden

NewCreateFlowFileListingForbidden creates a CreateFlowFileListingForbidden with default headers values

func (*CreateFlowFileListingForbidden) Error

func (*CreateFlowFileListingForbidden) IsClientError added in v1.19.1

func (o *CreateFlowFileListingForbidden) IsClientError() bool

IsClientError returns true when this create flow file listing forbidden response has a 4xx status code

func (*CreateFlowFileListingForbidden) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing forbidden response a status code equal to that given

func (*CreateFlowFileListingForbidden) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingForbidden) IsRedirect() bool

IsRedirect returns true when this create flow file listing forbidden response has a 3xx status code

func (*CreateFlowFileListingForbidden) IsServerError added in v1.19.1

func (o *CreateFlowFileListingForbidden) IsServerError() bool

IsServerError returns true when this create flow file listing forbidden response has a 5xx status code

func (*CreateFlowFileListingForbidden) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingForbidden) IsSuccess() bool

IsSuccess returns true when this create flow file listing forbidden response has a 2xx status code

func (*CreateFlowFileListingForbidden) String added in v1.19.1

type CreateFlowFileListingNotFound

type CreateFlowFileListingNotFound struct {
}

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

The specified resource could not be found.

func NewCreateFlowFileListingNotFound

func NewCreateFlowFileListingNotFound() *CreateFlowFileListingNotFound

NewCreateFlowFileListingNotFound creates a CreateFlowFileListingNotFound with default headers values

func (*CreateFlowFileListingNotFound) Error

func (*CreateFlowFileListingNotFound) IsClientError added in v1.19.1

func (o *CreateFlowFileListingNotFound) IsClientError() bool

IsClientError returns true when this create flow file listing not found response has a 4xx status code

func (*CreateFlowFileListingNotFound) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing not found response a status code equal to that given

func (*CreateFlowFileListingNotFound) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingNotFound) IsRedirect() bool

IsRedirect returns true when this create flow file listing not found response has a 3xx status code

func (*CreateFlowFileListingNotFound) IsServerError added in v1.19.1

func (o *CreateFlowFileListingNotFound) IsServerError() bool

IsServerError returns true when this create flow file listing not found response has a 5xx status code

func (*CreateFlowFileListingNotFound) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingNotFound) IsSuccess() bool

IsSuccess returns true when this create flow file listing not found response has a 2xx status code

func (*CreateFlowFileListingNotFound) String added in v1.19.1

type CreateFlowFileListingOK

type CreateFlowFileListingOK struct {
	Payload *models.ListingRequestEntity
}

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

successful operation

func NewCreateFlowFileListingOK

func NewCreateFlowFileListingOK() *CreateFlowFileListingOK

NewCreateFlowFileListingOK creates a CreateFlowFileListingOK with default headers values

func (*CreateFlowFileListingOK) Error

func (o *CreateFlowFileListingOK) Error() string

func (*CreateFlowFileListingOK) GetPayload

func (*CreateFlowFileListingOK) IsClientError added in v1.19.1

func (o *CreateFlowFileListingOK) IsClientError() bool

IsClientError returns true when this create flow file listing o k response has a 4xx status code

func (*CreateFlowFileListingOK) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing o k response a status code equal to that given

func (*CreateFlowFileListingOK) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingOK) IsRedirect() bool

IsRedirect returns true when this create flow file listing o k response has a 3xx status code

func (*CreateFlowFileListingOK) IsServerError added in v1.19.1

func (o *CreateFlowFileListingOK) IsServerError() bool

IsServerError returns true when this create flow file listing o k response has a 5xx status code

func (*CreateFlowFileListingOK) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingOK) IsSuccess() bool

IsSuccess returns true when this create flow file listing o k response has a 2xx status code

func (*CreateFlowFileListingOK) String added in v1.19.1

func (o *CreateFlowFileListingOK) String() string

type CreateFlowFileListingParams

type CreateFlowFileListingParams struct {

	/* ID.

	   The connection id.
	*/
	ID string

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

CreateFlowFileListingParams contains all the parameters to send to the API endpoint

for the create flow file listing operation.

Typically these are written to a http.Request.

func NewCreateFlowFileListingParams

func NewCreateFlowFileListingParams() *CreateFlowFileListingParams

NewCreateFlowFileListingParams creates a new CreateFlowFileListingParams 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 NewCreateFlowFileListingParamsWithContext

func NewCreateFlowFileListingParamsWithContext(ctx context.Context) *CreateFlowFileListingParams

NewCreateFlowFileListingParamsWithContext creates a new CreateFlowFileListingParams object with the ability to set a context for a request.

func NewCreateFlowFileListingParamsWithHTTPClient

func NewCreateFlowFileListingParamsWithHTTPClient(client *http.Client) *CreateFlowFileListingParams

NewCreateFlowFileListingParamsWithHTTPClient creates a new CreateFlowFileListingParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFlowFileListingParamsWithTimeout

func NewCreateFlowFileListingParamsWithTimeout(timeout time.Duration) *CreateFlowFileListingParams

NewCreateFlowFileListingParamsWithTimeout creates a new CreateFlowFileListingParams object with the ability to set a timeout on a request.

func (*CreateFlowFileListingParams) SetContext

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

SetContext adds the context to the create flow file listing params

func (*CreateFlowFileListingParams) SetDefaults

func (o *CreateFlowFileListingParams) SetDefaults()

SetDefaults hydrates default values in the create flow file listing params (not the query body).

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

func (*CreateFlowFileListingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create flow file listing params

func (*CreateFlowFileListingParams) SetID

func (o *CreateFlowFileListingParams) SetID(id string)

SetID adds the id to the create flow file listing params

func (*CreateFlowFileListingParams) SetTimeout

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

SetTimeout adds the timeout to the create flow file listing params

func (*CreateFlowFileListingParams) WithContext

WithContext adds the context to the create flow file listing params

func (*CreateFlowFileListingParams) WithDefaults

WithDefaults hydrates default values in the create flow file listing params (not the query body).

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

func (*CreateFlowFileListingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create flow file listing params

func (*CreateFlowFileListingParams) WithID

WithID adds the id to the create flow file listing params

func (*CreateFlowFileListingParams) WithTimeout

WithTimeout adds the timeout to the create flow file listing params

func (*CreateFlowFileListingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFlowFileListingReader

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

CreateFlowFileListingReader is a Reader for the CreateFlowFileListing structure.

func (*CreateFlowFileListingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFlowFileListingUnauthorized

type CreateFlowFileListingUnauthorized struct {
}

CreateFlowFileListingUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateFlowFileListingUnauthorized

func NewCreateFlowFileListingUnauthorized() *CreateFlowFileListingUnauthorized

NewCreateFlowFileListingUnauthorized creates a CreateFlowFileListingUnauthorized with default headers values

func (*CreateFlowFileListingUnauthorized) Error

func (*CreateFlowFileListingUnauthorized) IsClientError added in v1.19.1

func (o *CreateFlowFileListingUnauthorized) IsClientError() bool

IsClientError returns true when this create flow file listing unauthorized response has a 4xx status code

func (*CreateFlowFileListingUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this create flow file listing unauthorized response a status code equal to that given

func (*CreateFlowFileListingUnauthorized) IsRedirect added in v1.19.1

func (o *CreateFlowFileListingUnauthorized) IsRedirect() bool

IsRedirect returns true when this create flow file listing unauthorized response has a 3xx status code

func (*CreateFlowFileListingUnauthorized) IsServerError added in v1.19.1

func (o *CreateFlowFileListingUnauthorized) IsServerError() bool

IsServerError returns true when this create flow file listing unauthorized response has a 5xx status code

func (*CreateFlowFileListingUnauthorized) IsSuccess added in v1.19.1

func (o *CreateFlowFileListingUnauthorized) IsSuccess() bool

IsSuccess returns true when this create flow file listing unauthorized response has a 2xx status code

func (*CreateFlowFileListingUnauthorized) String added in v1.19.1

type DeleteListingRequestBadRequest

type DeleteListingRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewDeleteListingRequestBadRequest

func NewDeleteListingRequestBadRequest() *DeleteListingRequestBadRequest

NewDeleteListingRequestBadRequest creates a DeleteListingRequestBadRequest with default headers values

func (*DeleteListingRequestBadRequest) Error

func (*DeleteListingRequestBadRequest) IsClientError added in v1.19.1

func (o *DeleteListingRequestBadRequest) IsClientError() bool

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

func (*DeleteListingRequestBadRequest) IsCode added in v1.19.1

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

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

func (*DeleteListingRequestBadRequest) IsRedirect added in v1.19.1

func (o *DeleteListingRequestBadRequest) IsRedirect() bool

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

func (*DeleteListingRequestBadRequest) IsServerError added in v1.19.1

func (o *DeleteListingRequestBadRequest) IsServerError() bool

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

func (*DeleteListingRequestBadRequest) IsSuccess added in v1.19.1

func (o *DeleteListingRequestBadRequest) IsSuccess() bool

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

func (*DeleteListingRequestBadRequest) String added in v1.19.1

type DeleteListingRequestConflict

type DeleteListingRequestConflict struct {
}

DeleteListingRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewDeleteListingRequestConflict

func NewDeleteListingRequestConflict() *DeleteListingRequestConflict

NewDeleteListingRequestConflict creates a DeleteListingRequestConflict with default headers values

func (*DeleteListingRequestConflict) Error

func (*DeleteListingRequestConflict) IsClientError added in v1.19.1

func (o *DeleteListingRequestConflict) IsClientError() bool

IsClientError returns true when this delete listing request conflict response has a 4xx status code

func (*DeleteListingRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this delete listing request conflict response a status code equal to that given

func (*DeleteListingRequestConflict) IsRedirect added in v1.19.1

func (o *DeleteListingRequestConflict) IsRedirect() bool

IsRedirect returns true when this delete listing request conflict response has a 3xx status code

func (*DeleteListingRequestConflict) IsServerError added in v1.19.1

func (o *DeleteListingRequestConflict) IsServerError() bool

IsServerError returns true when this delete listing request conflict response has a 5xx status code

func (*DeleteListingRequestConflict) IsSuccess added in v1.19.1

func (o *DeleteListingRequestConflict) IsSuccess() bool

IsSuccess returns true when this delete listing request conflict response has a 2xx status code

func (*DeleteListingRequestConflict) String added in v1.19.1

type DeleteListingRequestForbidden

type DeleteListingRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewDeleteListingRequestForbidden

func NewDeleteListingRequestForbidden() *DeleteListingRequestForbidden

NewDeleteListingRequestForbidden creates a DeleteListingRequestForbidden with default headers values

func (*DeleteListingRequestForbidden) Error

func (*DeleteListingRequestForbidden) IsClientError added in v1.19.1

func (o *DeleteListingRequestForbidden) IsClientError() bool

IsClientError returns true when this delete listing request forbidden response has a 4xx status code

func (*DeleteListingRequestForbidden) IsCode added in v1.19.1

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

IsCode returns true when this delete listing request forbidden response a status code equal to that given

func (*DeleteListingRequestForbidden) IsRedirect added in v1.19.1

func (o *DeleteListingRequestForbidden) IsRedirect() bool

IsRedirect returns true when this delete listing request forbidden response has a 3xx status code

func (*DeleteListingRequestForbidden) IsServerError added in v1.19.1

func (o *DeleteListingRequestForbidden) IsServerError() bool

IsServerError returns true when this delete listing request forbidden response has a 5xx status code

func (*DeleteListingRequestForbidden) IsSuccess added in v1.19.1

func (o *DeleteListingRequestForbidden) IsSuccess() bool

IsSuccess returns true when this delete listing request forbidden response has a 2xx status code

func (*DeleteListingRequestForbidden) String added in v1.19.1

type DeleteListingRequestNotFound

type DeleteListingRequestNotFound struct {
}

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

The specified resource could not be found.

func NewDeleteListingRequestNotFound

func NewDeleteListingRequestNotFound() *DeleteListingRequestNotFound

NewDeleteListingRequestNotFound creates a DeleteListingRequestNotFound with default headers values

func (*DeleteListingRequestNotFound) Error

func (*DeleteListingRequestNotFound) IsClientError added in v1.19.1

func (o *DeleteListingRequestNotFound) IsClientError() bool

IsClientError returns true when this delete listing request not found response has a 4xx status code

func (*DeleteListingRequestNotFound) IsCode added in v1.19.1

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

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

func (*DeleteListingRequestNotFound) IsRedirect added in v1.19.1

func (o *DeleteListingRequestNotFound) IsRedirect() bool

IsRedirect returns true when this delete listing request not found response has a 3xx status code

func (*DeleteListingRequestNotFound) IsServerError added in v1.19.1

func (o *DeleteListingRequestNotFound) IsServerError() bool

IsServerError returns true when this delete listing request not found response has a 5xx status code

func (*DeleteListingRequestNotFound) IsSuccess added in v1.19.1

func (o *DeleteListingRequestNotFound) IsSuccess() bool

IsSuccess returns true when this delete listing request not found response has a 2xx status code

func (*DeleteListingRequestNotFound) String added in v1.19.1

type DeleteListingRequestOK

type DeleteListingRequestOK struct {
	Payload *models.ListingRequestEntity
}

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

successful operation

func NewDeleteListingRequestOK

func NewDeleteListingRequestOK() *DeleteListingRequestOK

NewDeleteListingRequestOK creates a DeleteListingRequestOK with default headers values

func (*DeleteListingRequestOK) Error

func (o *DeleteListingRequestOK) Error() string

func (*DeleteListingRequestOK) GetPayload

func (*DeleteListingRequestOK) IsClientError added in v1.19.1

func (o *DeleteListingRequestOK) IsClientError() bool

IsClientError returns true when this delete listing request o k response has a 4xx status code

func (*DeleteListingRequestOK) IsCode added in v1.19.1

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

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

func (*DeleteListingRequestOK) IsRedirect added in v1.19.1

func (o *DeleteListingRequestOK) IsRedirect() bool

IsRedirect returns true when this delete listing request o k response has a 3xx status code

func (*DeleteListingRequestOK) IsServerError added in v1.19.1

func (o *DeleteListingRequestOK) IsServerError() bool

IsServerError returns true when this delete listing request o k response has a 5xx status code

func (*DeleteListingRequestOK) IsSuccess added in v1.19.1

func (o *DeleteListingRequestOK) IsSuccess() bool

IsSuccess returns true when this delete listing request o k response has a 2xx status code

func (*DeleteListingRequestOK) String added in v1.19.1

func (o *DeleteListingRequestOK) String() string

type DeleteListingRequestParams

type DeleteListingRequestParams struct {

	/* ID.

	   The connection id.
	*/
	ID string

	/* ListingRequestID.

	   The listing request id.
	*/
	ListingRequestID string

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

DeleteListingRequestParams contains all the parameters to send to the API endpoint

for the delete listing request operation.

Typically these are written to a http.Request.

func NewDeleteListingRequestParams

func NewDeleteListingRequestParams() *DeleteListingRequestParams

NewDeleteListingRequestParams creates a new DeleteListingRequestParams 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 NewDeleteListingRequestParamsWithContext

func NewDeleteListingRequestParamsWithContext(ctx context.Context) *DeleteListingRequestParams

NewDeleteListingRequestParamsWithContext creates a new DeleteListingRequestParams object with the ability to set a context for a request.

func NewDeleteListingRequestParamsWithHTTPClient

func NewDeleteListingRequestParamsWithHTTPClient(client *http.Client) *DeleteListingRequestParams

NewDeleteListingRequestParamsWithHTTPClient creates a new DeleteListingRequestParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteListingRequestParamsWithTimeout

func NewDeleteListingRequestParamsWithTimeout(timeout time.Duration) *DeleteListingRequestParams

NewDeleteListingRequestParamsWithTimeout creates a new DeleteListingRequestParams object with the ability to set a timeout on a request.

func (*DeleteListingRequestParams) SetContext

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

SetContext adds the context to the delete listing request params

func (*DeleteListingRequestParams) SetDefaults

func (o *DeleteListingRequestParams) SetDefaults()

SetDefaults hydrates default values in the delete listing request params (not the query body).

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

func (*DeleteListingRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete listing request params

func (*DeleteListingRequestParams) SetID

func (o *DeleteListingRequestParams) SetID(id string)

SetID adds the id to the delete listing request params

func (*DeleteListingRequestParams) SetListingRequestID

func (o *DeleteListingRequestParams) SetListingRequestID(listingRequestID string)

SetListingRequestID adds the listingRequestId to the delete listing request params

func (*DeleteListingRequestParams) SetTimeout

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

SetTimeout adds the timeout to the delete listing request params

func (*DeleteListingRequestParams) WithContext

WithContext adds the context to the delete listing request params

func (*DeleteListingRequestParams) WithDefaults

WithDefaults hydrates default values in the delete listing request params (not the query body).

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

func (*DeleteListingRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete listing request params

func (*DeleteListingRequestParams) WithID

WithID adds the id to the delete listing request params

func (*DeleteListingRequestParams) WithListingRequestID

func (o *DeleteListingRequestParams) WithListingRequestID(listingRequestID string) *DeleteListingRequestParams

WithListingRequestID adds the listingRequestID to the delete listing request params

func (*DeleteListingRequestParams) WithTimeout

WithTimeout adds the timeout to the delete listing request params

func (*DeleteListingRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteListingRequestReader

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

DeleteListingRequestReader is a Reader for the DeleteListingRequest structure.

func (*DeleteListingRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteListingRequestUnauthorized

type DeleteListingRequestUnauthorized struct {
}

DeleteListingRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewDeleteListingRequestUnauthorized

func NewDeleteListingRequestUnauthorized() *DeleteListingRequestUnauthorized

NewDeleteListingRequestUnauthorized creates a DeleteListingRequestUnauthorized with default headers values

func (*DeleteListingRequestUnauthorized) Error

func (*DeleteListingRequestUnauthorized) IsClientError added in v1.19.1

func (o *DeleteListingRequestUnauthorized) IsClientError() bool

IsClientError returns true when this delete listing request unauthorized response has a 4xx status code

func (*DeleteListingRequestUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this delete listing request unauthorized response a status code equal to that given

func (*DeleteListingRequestUnauthorized) IsRedirect added in v1.19.1

func (o *DeleteListingRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete listing request unauthorized response has a 3xx status code

func (*DeleteListingRequestUnauthorized) IsServerError added in v1.19.1

func (o *DeleteListingRequestUnauthorized) IsServerError() bool

IsServerError returns true when this delete listing request unauthorized response has a 5xx status code

func (*DeleteListingRequestUnauthorized) IsSuccess added in v1.19.1

func (o *DeleteListingRequestUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete listing request unauthorized response has a 2xx status code

func (*DeleteListingRequestUnauthorized) String added in v1.19.1

type DownloadFlowFileContentBadRequest

type DownloadFlowFileContentBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewDownloadFlowFileContentBadRequest

func NewDownloadFlowFileContentBadRequest() *DownloadFlowFileContentBadRequest

NewDownloadFlowFileContentBadRequest creates a DownloadFlowFileContentBadRequest with default headers values

func (*DownloadFlowFileContentBadRequest) Error

func (*DownloadFlowFileContentBadRequest) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentBadRequest) IsClientError() bool

IsClientError returns true when this download flow file content bad request response has a 4xx status code

func (*DownloadFlowFileContentBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this download flow file content bad request response a status code equal to that given

func (*DownloadFlowFileContentBadRequest) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentBadRequest) IsRedirect() bool

IsRedirect returns true when this download flow file content bad request response has a 3xx status code

func (*DownloadFlowFileContentBadRequest) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentBadRequest) IsServerError() bool

IsServerError returns true when this download flow file content bad request response has a 5xx status code

func (*DownloadFlowFileContentBadRequest) IsSuccess added in v1.19.1

func (o *DownloadFlowFileContentBadRequest) IsSuccess() bool

IsSuccess returns true when this download flow file content bad request response has a 2xx status code

func (*DownloadFlowFileContentBadRequest) String added in v1.19.1

type DownloadFlowFileContentConflict

type DownloadFlowFileContentConflict struct {
}

DownloadFlowFileContentConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewDownloadFlowFileContentConflict

func NewDownloadFlowFileContentConflict() *DownloadFlowFileContentConflict

NewDownloadFlowFileContentConflict creates a DownloadFlowFileContentConflict with default headers values

func (*DownloadFlowFileContentConflict) Error

func (*DownloadFlowFileContentConflict) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentConflict) IsClientError() bool

IsClientError returns true when this download flow file content conflict response has a 4xx status code

func (*DownloadFlowFileContentConflict) IsCode added in v1.19.1

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

IsCode returns true when this download flow file content conflict response a status code equal to that given

func (*DownloadFlowFileContentConflict) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentConflict) IsRedirect() bool

IsRedirect returns true when this download flow file content conflict response has a 3xx status code

func (*DownloadFlowFileContentConflict) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentConflict) IsServerError() bool

IsServerError returns true when this download flow file content conflict response has a 5xx status code

func (*DownloadFlowFileContentConflict) IsSuccess added in v1.19.1

func (o *DownloadFlowFileContentConflict) IsSuccess() bool

IsSuccess returns true when this download flow file content conflict response has a 2xx status code

func (*DownloadFlowFileContentConflict) String added in v1.19.1

type DownloadFlowFileContentForbidden

type DownloadFlowFileContentForbidden struct {
}

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

Client is not authorized to make this request.

func NewDownloadFlowFileContentForbidden

func NewDownloadFlowFileContentForbidden() *DownloadFlowFileContentForbidden

NewDownloadFlowFileContentForbidden creates a DownloadFlowFileContentForbidden with default headers values

func (*DownloadFlowFileContentForbidden) Error

func (*DownloadFlowFileContentForbidden) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentForbidden) IsClientError() bool

IsClientError returns true when this download flow file content forbidden response has a 4xx status code

func (*DownloadFlowFileContentForbidden) IsCode added in v1.19.1

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

IsCode returns true when this download flow file content forbidden response a status code equal to that given

func (*DownloadFlowFileContentForbidden) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentForbidden) IsRedirect() bool

IsRedirect returns true when this download flow file content forbidden response has a 3xx status code

func (*DownloadFlowFileContentForbidden) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentForbidden) IsServerError() bool

IsServerError returns true when this download flow file content forbidden response has a 5xx status code

func (*DownloadFlowFileContentForbidden) IsSuccess added in v1.19.1

func (o *DownloadFlowFileContentForbidden) IsSuccess() bool

IsSuccess returns true when this download flow file content forbidden response has a 2xx status code

func (*DownloadFlowFileContentForbidden) String added in v1.19.1

type DownloadFlowFileContentNotFound

type DownloadFlowFileContentNotFound struct {
}

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

The specified resource could not be found.

func NewDownloadFlowFileContentNotFound

func NewDownloadFlowFileContentNotFound() *DownloadFlowFileContentNotFound

NewDownloadFlowFileContentNotFound creates a DownloadFlowFileContentNotFound with default headers values

func (*DownloadFlowFileContentNotFound) Error

func (*DownloadFlowFileContentNotFound) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentNotFound) IsClientError() bool

IsClientError returns true when this download flow file content not found response has a 4xx status code

func (*DownloadFlowFileContentNotFound) IsCode added in v1.19.1

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

IsCode returns true when this download flow file content not found response a status code equal to that given

func (*DownloadFlowFileContentNotFound) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentNotFound) IsRedirect() bool

IsRedirect returns true when this download flow file content not found response has a 3xx status code

func (*DownloadFlowFileContentNotFound) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentNotFound) IsServerError() bool

IsServerError returns true when this download flow file content not found response has a 5xx status code

func (*DownloadFlowFileContentNotFound) IsSuccess added in v1.19.1

func (o *DownloadFlowFileContentNotFound) IsSuccess() bool

IsSuccess returns true when this download flow file content not found response has a 2xx status code

func (*DownloadFlowFileContentNotFound) String added in v1.19.1

type DownloadFlowFileContentOK

type DownloadFlowFileContentOK struct {
	Payload models.StreamingOutput
}

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

successful operation

func NewDownloadFlowFileContentOK

func NewDownloadFlowFileContentOK() *DownloadFlowFileContentOK

NewDownloadFlowFileContentOK creates a DownloadFlowFileContentOK with default headers values

func (*DownloadFlowFileContentOK) Error

func (o *DownloadFlowFileContentOK) Error() string

func (*DownloadFlowFileContentOK) GetPayload

func (*DownloadFlowFileContentOK) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentOK) IsClientError() bool

IsClientError returns true when this download flow file content o k response has a 4xx status code

func (*DownloadFlowFileContentOK) IsCode added in v1.19.1

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

IsCode returns true when this download flow file content o k response a status code equal to that given

func (*DownloadFlowFileContentOK) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentOK) IsRedirect() bool

IsRedirect returns true when this download flow file content o k response has a 3xx status code

func (*DownloadFlowFileContentOK) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentOK) IsServerError() bool

IsServerError returns true when this download flow file content o k response has a 5xx status code

func (*DownloadFlowFileContentOK) IsSuccess added in v1.19.1

func (o *DownloadFlowFileContentOK) IsSuccess() bool

IsSuccess returns true when this download flow file content o k response has a 2xx status code

func (*DownloadFlowFileContentOK) String added in v1.19.1

func (o *DownloadFlowFileContentOK) String() string

type DownloadFlowFileContentParams

type DownloadFlowFileContentParams struct {

	/* ClientID.

	   If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.
	*/
	ClientID *string

	/* ClusterNodeID.

	   The id of the node where the content exists if clustered.
	*/
	ClusterNodeID *string

	/* FlowfileUUID.

	   The flowfile uuid.
	*/
	FlowfileUUID string

	/* ID.

	   The connection id.
	*/
	ID string

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

DownloadFlowFileContentParams contains all the parameters to send to the API endpoint

for the download flow file content operation.

Typically these are written to a http.Request.

func NewDownloadFlowFileContentParams

func NewDownloadFlowFileContentParams() *DownloadFlowFileContentParams

NewDownloadFlowFileContentParams creates a new DownloadFlowFileContentParams 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 NewDownloadFlowFileContentParamsWithContext

func NewDownloadFlowFileContentParamsWithContext(ctx context.Context) *DownloadFlowFileContentParams

NewDownloadFlowFileContentParamsWithContext creates a new DownloadFlowFileContentParams object with the ability to set a context for a request.

func NewDownloadFlowFileContentParamsWithHTTPClient

func NewDownloadFlowFileContentParamsWithHTTPClient(client *http.Client) *DownloadFlowFileContentParams

NewDownloadFlowFileContentParamsWithHTTPClient creates a new DownloadFlowFileContentParams object with the ability to set a custom HTTPClient for a request.

func NewDownloadFlowFileContentParamsWithTimeout

func NewDownloadFlowFileContentParamsWithTimeout(timeout time.Duration) *DownloadFlowFileContentParams

NewDownloadFlowFileContentParamsWithTimeout creates a new DownloadFlowFileContentParams object with the ability to set a timeout on a request.

func (*DownloadFlowFileContentParams) SetClientID

func (o *DownloadFlowFileContentParams) SetClientID(clientID *string)

SetClientID adds the clientId to the download flow file content params

func (*DownloadFlowFileContentParams) SetClusterNodeID

func (o *DownloadFlowFileContentParams) SetClusterNodeID(clusterNodeID *string)

SetClusterNodeID adds the clusterNodeId to the download flow file content params

func (*DownloadFlowFileContentParams) SetContext

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

SetContext adds the context to the download flow file content params

func (*DownloadFlowFileContentParams) SetDefaults

func (o *DownloadFlowFileContentParams) SetDefaults()

SetDefaults hydrates default values in the download flow file content params (not the query body).

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

func (*DownloadFlowFileContentParams) SetFlowfileUUID

func (o *DownloadFlowFileContentParams) SetFlowfileUUID(flowfileUUID string)

SetFlowfileUUID adds the flowfileUuid to the download flow file content params

func (*DownloadFlowFileContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download flow file content params

func (*DownloadFlowFileContentParams) SetID

SetID adds the id to the download flow file content params

func (*DownloadFlowFileContentParams) SetTimeout

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

SetTimeout adds the timeout to the download flow file content params

func (*DownloadFlowFileContentParams) WithClientID

WithClientID adds the clientID to the download flow file content params

func (*DownloadFlowFileContentParams) WithClusterNodeID

func (o *DownloadFlowFileContentParams) WithClusterNodeID(clusterNodeID *string) *DownloadFlowFileContentParams

WithClusterNodeID adds the clusterNodeID to the download flow file content params

func (*DownloadFlowFileContentParams) WithContext

WithContext adds the context to the download flow file content params

func (*DownloadFlowFileContentParams) WithDefaults

WithDefaults hydrates default values in the download flow file content params (not the query body).

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

func (*DownloadFlowFileContentParams) WithFlowfileUUID

func (o *DownloadFlowFileContentParams) WithFlowfileUUID(flowfileUUID string) *DownloadFlowFileContentParams

WithFlowfileUUID adds the flowfileUUID to the download flow file content params

func (*DownloadFlowFileContentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download flow file content params

func (*DownloadFlowFileContentParams) WithID

WithID adds the id to the download flow file content params

func (*DownloadFlowFileContentParams) WithTimeout

WithTimeout adds the timeout to the download flow file content params

func (*DownloadFlowFileContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadFlowFileContentReader

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

DownloadFlowFileContentReader is a Reader for the DownloadFlowFileContent structure.

func (*DownloadFlowFileContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadFlowFileContentUnauthorized

type DownloadFlowFileContentUnauthorized struct {
}

DownloadFlowFileContentUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewDownloadFlowFileContentUnauthorized

func NewDownloadFlowFileContentUnauthorized() *DownloadFlowFileContentUnauthorized

NewDownloadFlowFileContentUnauthorized creates a DownloadFlowFileContentUnauthorized with default headers values

func (*DownloadFlowFileContentUnauthorized) Error

func (*DownloadFlowFileContentUnauthorized) IsClientError added in v1.19.1

func (o *DownloadFlowFileContentUnauthorized) IsClientError() bool

IsClientError returns true when this download flow file content unauthorized response has a 4xx status code

func (*DownloadFlowFileContentUnauthorized) IsCode added in v1.19.1

IsCode returns true when this download flow file content unauthorized response a status code equal to that given

func (*DownloadFlowFileContentUnauthorized) IsRedirect added in v1.19.1

func (o *DownloadFlowFileContentUnauthorized) IsRedirect() bool

IsRedirect returns true when this download flow file content unauthorized response has a 3xx status code

func (*DownloadFlowFileContentUnauthorized) IsServerError added in v1.19.1

func (o *DownloadFlowFileContentUnauthorized) IsServerError() bool

IsServerError returns true when this download flow file content unauthorized response has a 5xx status code

func (*DownloadFlowFileContentUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this download flow file content unauthorized response has a 2xx status code

func (*DownloadFlowFileContentUnauthorized) String added in v1.19.1

type GetDropRequestBadRequest

type GetDropRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetDropRequestBadRequest

func NewGetDropRequestBadRequest() *GetDropRequestBadRequest

NewGetDropRequestBadRequest creates a GetDropRequestBadRequest with default headers values

func (*GetDropRequestBadRequest) Error

func (o *GetDropRequestBadRequest) Error() string

func (*GetDropRequestBadRequest) IsClientError added in v1.19.1

func (o *GetDropRequestBadRequest) IsClientError() bool

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

func (*GetDropRequestBadRequest) IsCode added in v1.19.1

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

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

func (*GetDropRequestBadRequest) IsRedirect added in v1.19.1

func (o *GetDropRequestBadRequest) IsRedirect() bool

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

func (*GetDropRequestBadRequest) IsServerError added in v1.19.1

func (o *GetDropRequestBadRequest) IsServerError() bool

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

func (*GetDropRequestBadRequest) IsSuccess added in v1.19.1

func (o *GetDropRequestBadRequest) IsSuccess() bool

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

func (*GetDropRequestBadRequest) String added in v1.19.1

func (o *GetDropRequestBadRequest) String() string

type GetDropRequestConflict

type GetDropRequestConflict struct {
}

GetDropRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetDropRequestConflict

func NewGetDropRequestConflict() *GetDropRequestConflict

NewGetDropRequestConflict creates a GetDropRequestConflict with default headers values

func (*GetDropRequestConflict) Error

func (o *GetDropRequestConflict) Error() string

func (*GetDropRequestConflict) IsClientError added in v1.19.1

func (o *GetDropRequestConflict) IsClientError() bool

IsClientError returns true when this get drop request conflict response has a 4xx status code

func (*GetDropRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this get drop request conflict response a status code equal to that given

func (*GetDropRequestConflict) IsRedirect added in v1.19.1

func (o *GetDropRequestConflict) IsRedirect() bool

IsRedirect returns true when this get drop request conflict response has a 3xx status code

func (*GetDropRequestConflict) IsServerError added in v1.19.1

func (o *GetDropRequestConflict) IsServerError() bool

IsServerError returns true when this get drop request conflict response has a 5xx status code

func (*GetDropRequestConflict) IsSuccess added in v1.19.1

func (o *GetDropRequestConflict) IsSuccess() bool

IsSuccess returns true when this get drop request conflict response has a 2xx status code

func (*GetDropRequestConflict) String added in v1.19.1

func (o *GetDropRequestConflict) String() string

type GetDropRequestForbidden

type GetDropRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetDropRequestForbidden

func NewGetDropRequestForbidden() *GetDropRequestForbidden

NewGetDropRequestForbidden creates a GetDropRequestForbidden with default headers values

func (*GetDropRequestForbidden) Error

func (o *GetDropRequestForbidden) Error() string

func (*GetDropRequestForbidden) IsClientError added in v1.19.1

func (o *GetDropRequestForbidden) IsClientError() bool

IsClientError returns true when this get drop request forbidden response has a 4xx status code

func (*GetDropRequestForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get drop request forbidden response a status code equal to that given

func (*GetDropRequestForbidden) IsRedirect added in v1.19.1

func (o *GetDropRequestForbidden) IsRedirect() bool

IsRedirect returns true when this get drop request forbidden response has a 3xx status code

func (*GetDropRequestForbidden) IsServerError added in v1.19.1

func (o *GetDropRequestForbidden) IsServerError() bool

IsServerError returns true when this get drop request forbidden response has a 5xx status code

func (*GetDropRequestForbidden) IsSuccess added in v1.19.1

func (o *GetDropRequestForbidden) IsSuccess() bool

IsSuccess returns true when this get drop request forbidden response has a 2xx status code

func (*GetDropRequestForbidden) String added in v1.19.1

func (o *GetDropRequestForbidden) String() string

type GetDropRequestNotFound

type GetDropRequestNotFound struct {
}

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

The specified resource could not be found.

func NewGetDropRequestNotFound

func NewGetDropRequestNotFound() *GetDropRequestNotFound

NewGetDropRequestNotFound creates a GetDropRequestNotFound with default headers values

func (*GetDropRequestNotFound) Error

func (o *GetDropRequestNotFound) Error() string

func (*GetDropRequestNotFound) IsClientError added in v1.19.1

func (o *GetDropRequestNotFound) IsClientError() bool

IsClientError returns true when this get drop request not found response has a 4xx status code

func (*GetDropRequestNotFound) IsCode added in v1.19.1

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

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

func (*GetDropRequestNotFound) IsRedirect added in v1.19.1

func (o *GetDropRequestNotFound) IsRedirect() bool

IsRedirect returns true when this get drop request not found response has a 3xx status code

func (*GetDropRequestNotFound) IsServerError added in v1.19.1

func (o *GetDropRequestNotFound) IsServerError() bool

IsServerError returns true when this get drop request not found response has a 5xx status code

func (*GetDropRequestNotFound) IsSuccess added in v1.19.1

func (o *GetDropRequestNotFound) IsSuccess() bool

IsSuccess returns true when this get drop request not found response has a 2xx status code

func (*GetDropRequestNotFound) String added in v1.19.1

func (o *GetDropRequestNotFound) String() string

type GetDropRequestOK

type GetDropRequestOK struct {
	Payload *models.DropRequestEntity
}

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

successful operation

func NewGetDropRequestOK

func NewGetDropRequestOK() *GetDropRequestOK

NewGetDropRequestOK creates a GetDropRequestOK with default headers values

func (*GetDropRequestOK) Error

func (o *GetDropRequestOK) Error() string

func (*GetDropRequestOK) GetPayload

func (o *GetDropRequestOK) GetPayload() *models.DropRequestEntity

func (*GetDropRequestOK) IsClientError added in v1.19.1

func (o *GetDropRequestOK) IsClientError() bool

IsClientError returns true when this get drop request o k response has a 4xx status code

func (*GetDropRequestOK) IsCode added in v1.19.1

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

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

func (*GetDropRequestOK) IsRedirect added in v1.19.1

func (o *GetDropRequestOK) IsRedirect() bool

IsRedirect returns true when this get drop request o k response has a 3xx status code

func (*GetDropRequestOK) IsServerError added in v1.19.1

func (o *GetDropRequestOK) IsServerError() bool

IsServerError returns true when this get drop request o k response has a 5xx status code

func (*GetDropRequestOK) IsSuccess added in v1.19.1

func (o *GetDropRequestOK) IsSuccess() bool

IsSuccess returns true when this get drop request o k response has a 2xx status code

func (*GetDropRequestOK) String added in v1.19.1

func (o *GetDropRequestOK) String() string

type GetDropRequestParams

type GetDropRequestParams struct {

	/* DropRequestID.

	   The drop request id.
	*/
	DropRequestID string

	/* ID.

	   The connection id.
	*/
	ID string

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

GetDropRequestParams contains all the parameters to send to the API endpoint

for the get drop request operation.

Typically these are written to a http.Request.

func NewGetDropRequestParams

func NewGetDropRequestParams() *GetDropRequestParams

NewGetDropRequestParams creates a new GetDropRequestParams 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 NewGetDropRequestParamsWithContext

func NewGetDropRequestParamsWithContext(ctx context.Context) *GetDropRequestParams

NewGetDropRequestParamsWithContext creates a new GetDropRequestParams object with the ability to set a context for a request.

func NewGetDropRequestParamsWithHTTPClient

func NewGetDropRequestParamsWithHTTPClient(client *http.Client) *GetDropRequestParams

NewGetDropRequestParamsWithHTTPClient creates a new GetDropRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetDropRequestParamsWithTimeout

func NewGetDropRequestParamsWithTimeout(timeout time.Duration) *GetDropRequestParams

NewGetDropRequestParamsWithTimeout creates a new GetDropRequestParams object with the ability to set a timeout on a request.

func (*GetDropRequestParams) SetContext

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

SetContext adds the context to the get drop request params

func (*GetDropRequestParams) SetDefaults

func (o *GetDropRequestParams) SetDefaults()

SetDefaults hydrates default values in the get drop request params (not the query body).

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

func (*GetDropRequestParams) SetDropRequestID

func (o *GetDropRequestParams) SetDropRequestID(dropRequestID string)

SetDropRequestID adds the dropRequestId to the get drop request params

func (*GetDropRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get drop request params

func (*GetDropRequestParams) SetID

func (o *GetDropRequestParams) SetID(id string)

SetID adds the id to the get drop request params

func (*GetDropRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get drop request params

func (*GetDropRequestParams) WithContext

WithContext adds the context to the get drop request params

func (*GetDropRequestParams) WithDefaults

func (o *GetDropRequestParams) WithDefaults() *GetDropRequestParams

WithDefaults hydrates default values in the get drop request params (not the query body).

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

func (*GetDropRequestParams) WithDropRequestID

func (o *GetDropRequestParams) WithDropRequestID(dropRequestID string) *GetDropRequestParams

WithDropRequestID adds the dropRequestID to the get drop request params

func (*GetDropRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get drop request params

func (*GetDropRequestParams) WithID

WithID adds the id to the get drop request params

func (*GetDropRequestParams) WithTimeout

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

WithTimeout adds the timeout to the get drop request params

func (*GetDropRequestParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDropRequestReader

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

GetDropRequestReader is a Reader for the GetDropRequest structure.

func (*GetDropRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDropRequestUnauthorized

type GetDropRequestUnauthorized struct {
}

GetDropRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetDropRequestUnauthorized

func NewGetDropRequestUnauthorized() *GetDropRequestUnauthorized

NewGetDropRequestUnauthorized creates a GetDropRequestUnauthorized with default headers values

func (*GetDropRequestUnauthorized) Error

func (*GetDropRequestUnauthorized) IsClientError added in v1.19.1

func (o *GetDropRequestUnauthorized) IsClientError() bool

IsClientError returns true when this get drop request unauthorized response has a 4xx status code

func (*GetDropRequestUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get drop request unauthorized response a status code equal to that given

func (*GetDropRequestUnauthorized) IsRedirect added in v1.19.1

func (o *GetDropRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this get drop request unauthorized response has a 3xx status code

func (*GetDropRequestUnauthorized) IsServerError added in v1.19.1

func (o *GetDropRequestUnauthorized) IsServerError() bool

IsServerError returns true when this get drop request unauthorized response has a 5xx status code

func (*GetDropRequestUnauthorized) IsSuccess added in v1.19.1

func (o *GetDropRequestUnauthorized) IsSuccess() bool

IsSuccess returns true when this get drop request unauthorized response has a 2xx status code

func (*GetDropRequestUnauthorized) String added in v1.19.1

func (o *GetDropRequestUnauthorized) String() string

type GetFlowFileBadRequest

type GetFlowFileBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetFlowFileBadRequest

func NewGetFlowFileBadRequest() *GetFlowFileBadRequest

NewGetFlowFileBadRequest creates a GetFlowFileBadRequest with default headers values

func (*GetFlowFileBadRequest) Error

func (o *GetFlowFileBadRequest) Error() string

func (*GetFlowFileBadRequest) IsClientError added in v1.19.1

func (o *GetFlowFileBadRequest) IsClientError() bool

IsClientError returns true when this get flow file bad request response has a 4xx status code

func (*GetFlowFileBadRequest) IsCode added in v1.19.1

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

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

func (*GetFlowFileBadRequest) IsRedirect added in v1.19.1

func (o *GetFlowFileBadRequest) IsRedirect() bool

IsRedirect returns true when this get flow file bad request response has a 3xx status code

func (*GetFlowFileBadRequest) IsServerError added in v1.19.1

func (o *GetFlowFileBadRequest) IsServerError() bool

IsServerError returns true when this get flow file bad request response has a 5xx status code

func (*GetFlowFileBadRequest) IsSuccess added in v1.19.1

func (o *GetFlowFileBadRequest) IsSuccess() bool

IsSuccess returns true when this get flow file bad request response has a 2xx status code

func (*GetFlowFileBadRequest) String added in v1.19.1

func (o *GetFlowFileBadRequest) String() string

type GetFlowFileConflict

type GetFlowFileConflict struct {
}

GetFlowFileConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetFlowFileConflict

func NewGetFlowFileConflict() *GetFlowFileConflict

NewGetFlowFileConflict creates a GetFlowFileConflict with default headers values

func (*GetFlowFileConflict) Error

func (o *GetFlowFileConflict) Error() string

func (*GetFlowFileConflict) IsClientError added in v1.19.1

func (o *GetFlowFileConflict) IsClientError() bool

IsClientError returns true when this get flow file conflict response has a 4xx status code

func (*GetFlowFileConflict) IsCode added in v1.19.1

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

IsCode returns true when this get flow file conflict response a status code equal to that given

func (*GetFlowFileConflict) IsRedirect added in v1.19.1

func (o *GetFlowFileConflict) IsRedirect() bool

IsRedirect returns true when this get flow file conflict response has a 3xx status code

func (*GetFlowFileConflict) IsServerError added in v1.19.1

func (o *GetFlowFileConflict) IsServerError() bool

IsServerError returns true when this get flow file conflict response has a 5xx status code

func (*GetFlowFileConflict) IsSuccess added in v1.19.1

func (o *GetFlowFileConflict) IsSuccess() bool

IsSuccess returns true when this get flow file conflict response has a 2xx status code

func (*GetFlowFileConflict) String added in v1.19.1

func (o *GetFlowFileConflict) String() string

type GetFlowFileForbidden

type GetFlowFileForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetFlowFileForbidden

func NewGetFlowFileForbidden() *GetFlowFileForbidden

NewGetFlowFileForbidden creates a GetFlowFileForbidden with default headers values

func (*GetFlowFileForbidden) Error

func (o *GetFlowFileForbidden) Error() string

func (*GetFlowFileForbidden) IsClientError added in v1.19.1

func (o *GetFlowFileForbidden) IsClientError() bool

IsClientError returns true when this get flow file forbidden response has a 4xx status code

func (*GetFlowFileForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get flow file forbidden response a status code equal to that given

func (*GetFlowFileForbidden) IsRedirect added in v1.19.1

func (o *GetFlowFileForbidden) IsRedirect() bool

IsRedirect returns true when this get flow file forbidden response has a 3xx status code

func (*GetFlowFileForbidden) IsServerError added in v1.19.1

func (o *GetFlowFileForbidden) IsServerError() bool

IsServerError returns true when this get flow file forbidden response has a 5xx status code

func (*GetFlowFileForbidden) IsSuccess added in v1.19.1

func (o *GetFlowFileForbidden) IsSuccess() bool

IsSuccess returns true when this get flow file forbidden response has a 2xx status code

func (*GetFlowFileForbidden) String added in v1.19.1

func (o *GetFlowFileForbidden) String() string

type GetFlowFileNotFound

type GetFlowFileNotFound struct {
}

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

The specified resource could not be found.

func NewGetFlowFileNotFound

func NewGetFlowFileNotFound() *GetFlowFileNotFound

NewGetFlowFileNotFound creates a GetFlowFileNotFound with default headers values

func (*GetFlowFileNotFound) Error

func (o *GetFlowFileNotFound) Error() string

func (*GetFlowFileNotFound) IsClientError added in v1.19.1

func (o *GetFlowFileNotFound) IsClientError() bool

IsClientError returns true when this get flow file not found response has a 4xx status code

func (*GetFlowFileNotFound) IsCode added in v1.19.1

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

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

func (*GetFlowFileNotFound) IsRedirect added in v1.19.1

func (o *GetFlowFileNotFound) IsRedirect() bool

IsRedirect returns true when this get flow file not found response has a 3xx status code

func (*GetFlowFileNotFound) IsServerError added in v1.19.1

func (o *GetFlowFileNotFound) IsServerError() bool

IsServerError returns true when this get flow file not found response has a 5xx status code

func (*GetFlowFileNotFound) IsSuccess added in v1.19.1

func (o *GetFlowFileNotFound) IsSuccess() bool

IsSuccess returns true when this get flow file not found response has a 2xx status code

func (*GetFlowFileNotFound) String added in v1.19.1

func (o *GetFlowFileNotFound) String() string

type GetFlowFileOK

type GetFlowFileOK struct {
	Payload *models.FlowFileEntity
}

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

successful operation

func NewGetFlowFileOK

func NewGetFlowFileOK() *GetFlowFileOK

NewGetFlowFileOK creates a GetFlowFileOK with default headers values

func (*GetFlowFileOK) Error

func (o *GetFlowFileOK) Error() string

func (*GetFlowFileOK) GetPayload

func (o *GetFlowFileOK) GetPayload() *models.FlowFileEntity

func (*GetFlowFileOK) IsClientError added in v1.19.1

func (o *GetFlowFileOK) IsClientError() bool

IsClientError returns true when this get flow file o k response has a 4xx status code

func (*GetFlowFileOK) IsCode added in v1.19.1

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

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

func (*GetFlowFileOK) IsRedirect added in v1.19.1

func (o *GetFlowFileOK) IsRedirect() bool

IsRedirect returns true when this get flow file o k response has a 3xx status code

func (*GetFlowFileOK) IsServerError added in v1.19.1

func (o *GetFlowFileOK) IsServerError() bool

IsServerError returns true when this get flow file o k response has a 5xx status code

func (*GetFlowFileOK) IsSuccess added in v1.19.1

func (o *GetFlowFileOK) IsSuccess() bool

IsSuccess returns true when this get flow file o k response has a 2xx status code

func (*GetFlowFileOK) String added in v1.19.1

func (o *GetFlowFileOK) String() string

type GetFlowFileParams

type GetFlowFileParams struct {

	/* ClusterNodeID.

	   The id of the node where the content exists if clustered.
	*/
	ClusterNodeID *string

	/* FlowfileUUID.

	   The flowfile uuid.
	*/
	FlowfileUUID string

	/* ID.

	   The connection id.
	*/
	ID string

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

GetFlowFileParams contains all the parameters to send to the API endpoint

for the get flow file operation.

Typically these are written to a http.Request.

func NewGetFlowFileParams

func NewGetFlowFileParams() *GetFlowFileParams

NewGetFlowFileParams creates a new GetFlowFileParams 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 NewGetFlowFileParamsWithContext

func NewGetFlowFileParamsWithContext(ctx context.Context) *GetFlowFileParams

NewGetFlowFileParamsWithContext creates a new GetFlowFileParams object with the ability to set a context for a request.

func NewGetFlowFileParamsWithHTTPClient

func NewGetFlowFileParamsWithHTTPClient(client *http.Client) *GetFlowFileParams

NewGetFlowFileParamsWithHTTPClient creates a new GetFlowFileParams object with the ability to set a custom HTTPClient for a request.

func NewGetFlowFileParamsWithTimeout

func NewGetFlowFileParamsWithTimeout(timeout time.Duration) *GetFlowFileParams

NewGetFlowFileParamsWithTimeout creates a new GetFlowFileParams object with the ability to set a timeout on a request.

func (*GetFlowFileParams) SetClusterNodeID

func (o *GetFlowFileParams) SetClusterNodeID(clusterNodeID *string)

SetClusterNodeID adds the clusterNodeId to the get flow file params

func (*GetFlowFileParams) SetContext

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

SetContext adds the context to the get flow file params

func (*GetFlowFileParams) SetDefaults

func (o *GetFlowFileParams) SetDefaults()

SetDefaults hydrates default values in the get flow file params (not the query body).

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

func (*GetFlowFileParams) SetFlowfileUUID

func (o *GetFlowFileParams) SetFlowfileUUID(flowfileUUID string)

SetFlowfileUUID adds the flowfileUuid to the get flow file params

func (*GetFlowFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get flow file params

func (*GetFlowFileParams) SetID

func (o *GetFlowFileParams) SetID(id string)

SetID adds the id to the get flow file params

func (*GetFlowFileParams) SetTimeout

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

SetTimeout adds the timeout to the get flow file params

func (*GetFlowFileParams) WithClusterNodeID

func (o *GetFlowFileParams) WithClusterNodeID(clusterNodeID *string) *GetFlowFileParams

WithClusterNodeID adds the clusterNodeID to the get flow file params

func (*GetFlowFileParams) WithContext

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

WithContext adds the context to the get flow file params

func (*GetFlowFileParams) WithDefaults

func (o *GetFlowFileParams) WithDefaults() *GetFlowFileParams

WithDefaults hydrates default values in the get flow file params (not the query body).

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

func (*GetFlowFileParams) WithFlowfileUUID

func (o *GetFlowFileParams) WithFlowfileUUID(flowfileUUID string) *GetFlowFileParams

WithFlowfileUUID adds the flowfileUUID to the get flow file params

func (*GetFlowFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get flow file params

func (*GetFlowFileParams) WithID

WithID adds the id to the get flow file params

func (*GetFlowFileParams) WithTimeout

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

WithTimeout adds the timeout to the get flow file params

func (*GetFlowFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFlowFileReader

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

GetFlowFileReader is a Reader for the GetFlowFile structure.

func (*GetFlowFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFlowFileUnauthorized

type GetFlowFileUnauthorized struct {
}

GetFlowFileUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetFlowFileUnauthorized

func NewGetFlowFileUnauthorized() *GetFlowFileUnauthorized

NewGetFlowFileUnauthorized creates a GetFlowFileUnauthorized with default headers values

func (*GetFlowFileUnauthorized) Error

func (o *GetFlowFileUnauthorized) Error() string

func (*GetFlowFileUnauthorized) IsClientError added in v1.19.1

func (o *GetFlowFileUnauthorized) IsClientError() bool

IsClientError returns true when this get flow file unauthorized response has a 4xx status code

func (*GetFlowFileUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get flow file unauthorized response a status code equal to that given

func (*GetFlowFileUnauthorized) IsRedirect added in v1.19.1

func (o *GetFlowFileUnauthorized) IsRedirect() bool

IsRedirect returns true when this get flow file unauthorized response has a 3xx status code

func (*GetFlowFileUnauthorized) IsServerError added in v1.19.1

func (o *GetFlowFileUnauthorized) IsServerError() bool

IsServerError returns true when this get flow file unauthorized response has a 5xx status code

func (*GetFlowFileUnauthorized) IsSuccess added in v1.19.1

func (o *GetFlowFileUnauthorized) IsSuccess() bool

IsSuccess returns true when this get flow file unauthorized response has a 2xx status code

func (*GetFlowFileUnauthorized) String added in v1.19.1

func (o *GetFlowFileUnauthorized) String() string

type GetListingRequestBadRequest

type GetListingRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetListingRequestBadRequest

func NewGetListingRequestBadRequest() *GetListingRequestBadRequest

NewGetListingRequestBadRequest creates a GetListingRequestBadRequest with default headers values

func (*GetListingRequestBadRequest) Error

func (*GetListingRequestBadRequest) IsClientError added in v1.19.1

func (o *GetListingRequestBadRequest) IsClientError() bool

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

func (*GetListingRequestBadRequest) IsCode added in v1.19.1

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

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

func (*GetListingRequestBadRequest) IsRedirect added in v1.19.1

func (o *GetListingRequestBadRequest) IsRedirect() bool

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

func (*GetListingRequestBadRequest) IsServerError added in v1.19.1

func (o *GetListingRequestBadRequest) IsServerError() bool

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

func (*GetListingRequestBadRequest) IsSuccess added in v1.19.1

func (o *GetListingRequestBadRequest) IsSuccess() bool

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

func (*GetListingRequestBadRequest) String added in v1.19.1

func (o *GetListingRequestBadRequest) String() string

type GetListingRequestConflict

type GetListingRequestConflict struct {
}

GetListingRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetListingRequestConflict

func NewGetListingRequestConflict() *GetListingRequestConflict

NewGetListingRequestConflict creates a GetListingRequestConflict with default headers values

func (*GetListingRequestConflict) Error

func (o *GetListingRequestConflict) Error() string

func (*GetListingRequestConflict) IsClientError added in v1.19.1

func (o *GetListingRequestConflict) IsClientError() bool

IsClientError returns true when this get listing request conflict response has a 4xx status code

func (*GetListingRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this get listing request conflict response a status code equal to that given

func (*GetListingRequestConflict) IsRedirect added in v1.19.1

func (o *GetListingRequestConflict) IsRedirect() bool

IsRedirect returns true when this get listing request conflict response has a 3xx status code

func (*GetListingRequestConflict) IsServerError added in v1.19.1

func (o *GetListingRequestConflict) IsServerError() bool

IsServerError returns true when this get listing request conflict response has a 5xx status code

func (*GetListingRequestConflict) IsSuccess added in v1.19.1

func (o *GetListingRequestConflict) IsSuccess() bool

IsSuccess returns true when this get listing request conflict response has a 2xx status code

func (*GetListingRequestConflict) String added in v1.19.1

func (o *GetListingRequestConflict) String() string

type GetListingRequestForbidden

type GetListingRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetListingRequestForbidden

func NewGetListingRequestForbidden() *GetListingRequestForbidden

NewGetListingRequestForbidden creates a GetListingRequestForbidden with default headers values

func (*GetListingRequestForbidden) Error

func (*GetListingRequestForbidden) IsClientError added in v1.19.1

func (o *GetListingRequestForbidden) IsClientError() bool

IsClientError returns true when this get listing request forbidden response has a 4xx status code

func (*GetListingRequestForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get listing request forbidden response a status code equal to that given

func (*GetListingRequestForbidden) IsRedirect added in v1.19.1

func (o *GetListingRequestForbidden) IsRedirect() bool

IsRedirect returns true when this get listing request forbidden response has a 3xx status code

func (*GetListingRequestForbidden) IsServerError added in v1.19.1

func (o *GetListingRequestForbidden) IsServerError() bool

IsServerError returns true when this get listing request forbidden response has a 5xx status code

func (*GetListingRequestForbidden) IsSuccess added in v1.19.1

func (o *GetListingRequestForbidden) IsSuccess() bool

IsSuccess returns true when this get listing request forbidden response has a 2xx status code

func (*GetListingRequestForbidden) String added in v1.19.1

func (o *GetListingRequestForbidden) String() string

type GetListingRequestNotFound

type GetListingRequestNotFound struct {
}

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

The specified resource could not be found.

func NewGetListingRequestNotFound

func NewGetListingRequestNotFound() *GetListingRequestNotFound

NewGetListingRequestNotFound creates a GetListingRequestNotFound with default headers values

func (*GetListingRequestNotFound) Error

func (o *GetListingRequestNotFound) Error() string

func (*GetListingRequestNotFound) IsClientError added in v1.19.1

func (o *GetListingRequestNotFound) IsClientError() bool

IsClientError returns true when this get listing request not found response has a 4xx status code

func (*GetListingRequestNotFound) IsCode added in v1.19.1

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

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

func (*GetListingRequestNotFound) IsRedirect added in v1.19.1

func (o *GetListingRequestNotFound) IsRedirect() bool

IsRedirect returns true when this get listing request not found response has a 3xx status code

func (*GetListingRequestNotFound) IsServerError added in v1.19.1

func (o *GetListingRequestNotFound) IsServerError() bool

IsServerError returns true when this get listing request not found response has a 5xx status code

func (*GetListingRequestNotFound) IsSuccess added in v1.19.1

func (o *GetListingRequestNotFound) IsSuccess() bool

IsSuccess returns true when this get listing request not found response has a 2xx status code

func (*GetListingRequestNotFound) String added in v1.19.1

func (o *GetListingRequestNotFound) String() string

type GetListingRequestOK

type GetListingRequestOK struct {
	Payload *models.ListingRequestEntity
}

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

successful operation

func NewGetListingRequestOK

func NewGetListingRequestOK() *GetListingRequestOK

NewGetListingRequestOK creates a GetListingRequestOK with default headers values

func (*GetListingRequestOK) Error

func (o *GetListingRequestOK) Error() string

func (*GetListingRequestOK) GetPayload

func (*GetListingRequestOK) IsClientError added in v1.19.1

func (o *GetListingRequestOK) IsClientError() bool

IsClientError returns true when this get listing request o k response has a 4xx status code

func (*GetListingRequestOK) IsCode added in v1.19.1

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

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

func (*GetListingRequestOK) IsRedirect added in v1.19.1

func (o *GetListingRequestOK) IsRedirect() bool

IsRedirect returns true when this get listing request o k response has a 3xx status code

func (*GetListingRequestOK) IsServerError added in v1.19.1

func (o *GetListingRequestOK) IsServerError() bool

IsServerError returns true when this get listing request o k response has a 5xx status code

func (*GetListingRequestOK) IsSuccess added in v1.19.1

func (o *GetListingRequestOK) IsSuccess() bool

IsSuccess returns true when this get listing request o k response has a 2xx status code

func (*GetListingRequestOK) String added in v1.19.1

func (o *GetListingRequestOK) String() string

type GetListingRequestParams

type GetListingRequestParams struct {

	/* ID.

	   The connection id.
	*/
	ID string

	/* ListingRequestID.

	   The listing request id.
	*/
	ListingRequestID string

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

GetListingRequestParams contains all the parameters to send to the API endpoint

for the get listing request operation.

Typically these are written to a http.Request.

func NewGetListingRequestParams

func NewGetListingRequestParams() *GetListingRequestParams

NewGetListingRequestParams creates a new GetListingRequestParams 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 NewGetListingRequestParamsWithContext

func NewGetListingRequestParamsWithContext(ctx context.Context) *GetListingRequestParams

NewGetListingRequestParamsWithContext creates a new GetListingRequestParams object with the ability to set a context for a request.

func NewGetListingRequestParamsWithHTTPClient

func NewGetListingRequestParamsWithHTTPClient(client *http.Client) *GetListingRequestParams

NewGetListingRequestParamsWithHTTPClient creates a new GetListingRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetListingRequestParamsWithTimeout

func NewGetListingRequestParamsWithTimeout(timeout time.Duration) *GetListingRequestParams

NewGetListingRequestParamsWithTimeout creates a new GetListingRequestParams object with the ability to set a timeout on a request.

func (*GetListingRequestParams) SetContext

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

SetContext adds the context to the get listing request params

func (*GetListingRequestParams) SetDefaults

func (o *GetListingRequestParams) SetDefaults()

SetDefaults hydrates default values in the get listing request params (not the query body).

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

func (*GetListingRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get listing request params

func (*GetListingRequestParams) SetID

func (o *GetListingRequestParams) SetID(id string)

SetID adds the id to the get listing request params

func (*GetListingRequestParams) SetListingRequestID

func (o *GetListingRequestParams) SetListingRequestID(listingRequestID string)

SetListingRequestID adds the listingRequestId to the get listing request params

func (*GetListingRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get listing request params

func (*GetListingRequestParams) WithContext

WithContext adds the context to the get listing request params

func (*GetListingRequestParams) WithDefaults

WithDefaults hydrates default values in the get listing request params (not the query body).

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

func (*GetListingRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get listing request params

func (*GetListingRequestParams) WithID

WithID adds the id to the get listing request params

func (*GetListingRequestParams) WithListingRequestID

func (o *GetListingRequestParams) WithListingRequestID(listingRequestID string) *GetListingRequestParams

WithListingRequestID adds the listingRequestID to the get listing request params

func (*GetListingRequestParams) WithTimeout

WithTimeout adds the timeout to the get listing request params

func (*GetListingRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetListingRequestReader

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

GetListingRequestReader is a Reader for the GetListingRequest structure.

func (*GetListingRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetListingRequestUnauthorized

type GetListingRequestUnauthorized struct {
}

GetListingRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetListingRequestUnauthorized

func NewGetListingRequestUnauthorized() *GetListingRequestUnauthorized

NewGetListingRequestUnauthorized creates a GetListingRequestUnauthorized with default headers values

func (*GetListingRequestUnauthorized) Error

func (*GetListingRequestUnauthorized) IsClientError added in v1.19.1

func (o *GetListingRequestUnauthorized) IsClientError() bool

IsClientError returns true when this get listing request unauthorized response has a 4xx status code

func (*GetListingRequestUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get listing request unauthorized response a status code equal to that given

func (*GetListingRequestUnauthorized) IsRedirect added in v1.19.1

func (o *GetListingRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this get listing request unauthorized response has a 3xx status code

func (*GetListingRequestUnauthorized) IsServerError added in v1.19.1

func (o *GetListingRequestUnauthorized) IsServerError() bool

IsServerError returns true when this get listing request unauthorized response has a 5xx status code

func (*GetListingRequestUnauthorized) IsSuccess added in v1.19.1

func (o *GetListingRequestUnauthorized) IsSuccess() bool

IsSuccess returns true when this get listing request unauthorized response has a 2xx status code

func (*GetListingRequestUnauthorized) String added in v1.19.1

Jump to

Keyboard shortcuts

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