flows

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for flows API

func (*Client) GetAvailableFlowFields

func (a *Client) GetAvailableFlowFields(params *GetAvailableFlowFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableFlowFieldsOK, error)

GetAvailableFlowFields gets flow fields

Retrieves the flow field names that can be used for searching or sorting on flows.

func (*Client) GlobalGetFlow

func (a *Client) GlobalGetFlow(params *GlobalGetFlowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowOK, error)

GlobalGetFlow gets flow

Gets a flow by id.

func (*Client) GlobalGetFlowVersion

func (a *Client) GlobalGetFlowVersion(params *GlobalGetFlowVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowVersionOK, error)

GlobalGetFlowVersion gets flow version

Gets the given version of a flow, including metadata and flow content.

func (*Client) GlobalGetFlowVersions

func (a *Client) GlobalGetFlowVersions(params *GlobalGetFlowVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowVersionsOK, error)

GlobalGetFlowVersions gets flow versions

Gets summary information for all versions of a given flow. Versions are ordered newest->oldest.

func (*Client) GlobalGetLatestFlowVersion

func (a *Client) GlobalGetLatestFlowVersion(params *GlobalGetLatestFlowVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetLatestFlowVersionOK, error)

GlobalGetLatestFlowVersion gets latest flow version

Gets the latest version of a flow, including metadata and flow content.

func (*Client) GlobalGetLatestFlowVersionMetadata

func (a *Client) GlobalGetLatestFlowVersionMetadata(params *GlobalGetLatestFlowVersionMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetLatestFlowVersionMetadataOK, error)

GlobalGetLatestFlowVersionMetadata gets latest flow version metadata

Gets the metadata for the latest version of a flow.

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 {
	GetAvailableFlowFields(params *GetAvailableFlowFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableFlowFieldsOK, error)

	GlobalGetFlow(params *GlobalGetFlowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowOK, error)

	GlobalGetFlowVersion(params *GlobalGetFlowVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowVersionOK, error)

	GlobalGetFlowVersions(params *GlobalGetFlowVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetFlowVersionsOK, error)

	GlobalGetLatestFlowVersion(params *GlobalGetLatestFlowVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetLatestFlowVersionOK, error)

	GlobalGetLatestFlowVersionMetadata(params *GlobalGetLatestFlowVersionMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetLatestFlowVersionMetadataOK, 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 flows API client.

type GetAvailableFlowFieldsOK

type GetAvailableFlowFieldsOK struct {
	Payload *models.Fields
}

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

successful operation

func NewGetAvailableFlowFieldsOK

func NewGetAvailableFlowFieldsOK() *GetAvailableFlowFieldsOK

NewGetAvailableFlowFieldsOK creates a GetAvailableFlowFieldsOK with default headers values

func (*GetAvailableFlowFieldsOK) Error

func (o *GetAvailableFlowFieldsOK) Error() string

func (*GetAvailableFlowFieldsOK) GetPayload

func (o *GetAvailableFlowFieldsOK) GetPayload() *models.Fields

func (*GetAvailableFlowFieldsOK) IsClientError added in v1.19.1

func (o *GetAvailableFlowFieldsOK) IsClientError() bool

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

func (*GetAvailableFlowFieldsOK) IsCode added in v1.19.1

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

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

func (*GetAvailableFlowFieldsOK) IsRedirect added in v1.19.1

func (o *GetAvailableFlowFieldsOK) IsRedirect() bool

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

func (*GetAvailableFlowFieldsOK) IsServerError added in v1.19.1

func (o *GetAvailableFlowFieldsOK) IsServerError() bool

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

func (*GetAvailableFlowFieldsOK) IsSuccess added in v1.19.1

func (o *GetAvailableFlowFieldsOK) IsSuccess() bool

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

func (*GetAvailableFlowFieldsOK) String added in v1.19.1

func (o *GetAvailableFlowFieldsOK) String() string

type GetAvailableFlowFieldsParams

type GetAvailableFlowFieldsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAvailableFlowFieldsParams contains all the parameters to send to the API endpoint

for the get available flow fields operation.

Typically these are written to a http.Request.

func NewGetAvailableFlowFieldsParams

func NewGetAvailableFlowFieldsParams() *GetAvailableFlowFieldsParams

NewGetAvailableFlowFieldsParams creates a new GetAvailableFlowFieldsParams 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 NewGetAvailableFlowFieldsParamsWithContext

func NewGetAvailableFlowFieldsParamsWithContext(ctx context.Context) *GetAvailableFlowFieldsParams

NewGetAvailableFlowFieldsParamsWithContext creates a new GetAvailableFlowFieldsParams object with the ability to set a context for a request.

func NewGetAvailableFlowFieldsParamsWithHTTPClient

func NewGetAvailableFlowFieldsParamsWithHTTPClient(client *http.Client) *GetAvailableFlowFieldsParams

NewGetAvailableFlowFieldsParamsWithHTTPClient creates a new GetAvailableFlowFieldsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAvailableFlowFieldsParamsWithTimeout

func NewGetAvailableFlowFieldsParamsWithTimeout(timeout time.Duration) *GetAvailableFlowFieldsParams

NewGetAvailableFlowFieldsParamsWithTimeout creates a new GetAvailableFlowFieldsParams object with the ability to set a timeout on a request.

func (*GetAvailableFlowFieldsParams) SetContext

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

SetContext adds the context to the get available flow fields params

func (*GetAvailableFlowFieldsParams) SetDefaults

func (o *GetAvailableFlowFieldsParams) SetDefaults()

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

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

func (*GetAvailableFlowFieldsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get available flow fields params

func (*GetAvailableFlowFieldsParams) SetTimeout

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

SetTimeout adds the timeout to the get available flow fields params

func (*GetAvailableFlowFieldsParams) WithContext

WithContext adds the context to the get available flow fields params

func (*GetAvailableFlowFieldsParams) WithDefaults

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

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

func (*GetAvailableFlowFieldsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get available flow fields params

func (*GetAvailableFlowFieldsParams) WithTimeout

WithTimeout adds the timeout to the get available flow fields params

func (*GetAvailableFlowFieldsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAvailableFlowFieldsReader

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

GetAvailableFlowFieldsReader is a Reader for the GetAvailableFlowFields structure.

func (*GetAvailableFlowFieldsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetFlowBadRequest

type GlobalGetFlowBadRequest struct {
}

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

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

func NewGlobalGetFlowBadRequest

func NewGlobalGetFlowBadRequest() *GlobalGetFlowBadRequest

NewGlobalGetFlowBadRequest creates a GlobalGetFlowBadRequest with default headers values

func (*GlobalGetFlowBadRequest) Error

func (o *GlobalGetFlowBadRequest) Error() string

func (*GlobalGetFlowBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetFlowBadRequest) IsClientError() bool

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

func (*GlobalGetFlowBadRequest) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowBadRequest) IsRedirect added in v1.19.1

func (o *GlobalGetFlowBadRequest) IsRedirect() bool

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

func (*GlobalGetFlowBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetFlowBadRequest) IsServerError() bool

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

func (*GlobalGetFlowBadRequest) IsSuccess added in v1.19.1

func (o *GlobalGetFlowBadRequest) IsSuccess() bool

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

func (*GlobalGetFlowBadRequest) String added in v1.19.1

func (o *GlobalGetFlowBadRequest) String() string

type GlobalGetFlowConflict

type GlobalGetFlowConflict struct {
}

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

NiFi Registry was unable to complete the request because it assumes a server state that is not valid.

func NewGlobalGetFlowConflict

func NewGlobalGetFlowConflict() *GlobalGetFlowConflict

NewGlobalGetFlowConflict creates a GlobalGetFlowConflict with default headers values

func (*GlobalGetFlowConflict) Error

func (o *GlobalGetFlowConflict) Error() string

func (*GlobalGetFlowConflict) IsClientError added in v1.19.1

func (o *GlobalGetFlowConflict) IsClientError() bool

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

func (*GlobalGetFlowConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowConflict) IsRedirect added in v1.19.1

func (o *GlobalGetFlowConflict) IsRedirect() bool

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

func (*GlobalGetFlowConflict) IsServerError added in v1.19.1

func (o *GlobalGetFlowConflict) IsServerError() bool

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

func (*GlobalGetFlowConflict) IsSuccess added in v1.19.1

func (o *GlobalGetFlowConflict) IsSuccess() bool

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

func (*GlobalGetFlowConflict) String added in v1.19.1

func (o *GlobalGetFlowConflict) String() string

type GlobalGetFlowForbidden

type GlobalGetFlowForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetFlowForbidden

func NewGlobalGetFlowForbidden() *GlobalGetFlowForbidden

NewGlobalGetFlowForbidden creates a GlobalGetFlowForbidden with default headers values

func (*GlobalGetFlowForbidden) Error

func (o *GlobalGetFlowForbidden) Error() string

func (*GlobalGetFlowForbidden) IsClientError added in v1.19.1

func (o *GlobalGetFlowForbidden) IsClientError() bool

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

func (*GlobalGetFlowForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetFlowForbidden) IsRedirect() bool

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

func (*GlobalGetFlowForbidden) IsServerError added in v1.19.1

func (o *GlobalGetFlowForbidden) IsServerError() bool

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

func (*GlobalGetFlowForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetFlowForbidden) IsSuccess() bool

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

func (*GlobalGetFlowForbidden) String added in v1.19.1

func (o *GlobalGetFlowForbidden) String() string

type GlobalGetFlowNotFound

type GlobalGetFlowNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetFlowNotFound

func NewGlobalGetFlowNotFound() *GlobalGetFlowNotFound

NewGlobalGetFlowNotFound creates a GlobalGetFlowNotFound with default headers values

func (*GlobalGetFlowNotFound) Error

func (o *GlobalGetFlowNotFound) Error() string

func (*GlobalGetFlowNotFound) IsClientError added in v1.19.1

func (o *GlobalGetFlowNotFound) IsClientError() bool

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

func (*GlobalGetFlowNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetFlowNotFound) IsRedirect() bool

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

func (*GlobalGetFlowNotFound) IsServerError added in v1.19.1

func (o *GlobalGetFlowNotFound) IsServerError() bool

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

func (*GlobalGetFlowNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetFlowNotFound) IsSuccess() bool

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

func (*GlobalGetFlowNotFound) String added in v1.19.1

func (o *GlobalGetFlowNotFound) String() string

type GlobalGetFlowOK

type GlobalGetFlowOK struct {
	Payload *models.VersionedFlow
}

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

successful operation

func NewGlobalGetFlowOK

func NewGlobalGetFlowOK() *GlobalGetFlowOK

NewGlobalGetFlowOK creates a GlobalGetFlowOK with default headers values

func (*GlobalGetFlowOK) Error

func (o *GlobalGetFlowOK) Error() string

func (*GlobalGetFlowOK) GetPayload

func (o *GlobalGetFlowOK) GetPayload() *models.VersionedFlow

func (*GlobalGetFlowOK) IsClientError added in v1.19.1

func (o *GlobalGetFlowOK) IsClientError() bool

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

func (*GlobalGetFlowOK) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowOK) IsRedirect added in v1.19.1

func (o *GlobalGetFlowOK) IsRedirect() bool

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

func (*GlobalGetFlowOK) IsServerError added in v1.19.1

func (o *GlobalGetFlowOK) IsServerError() bool

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

func (*GlobalGetFlowOK) IsSuccess added in v1.19.1

func (o *GlobalGetFlowOK) IsSuccess() bool

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

func (*GlobalGetFlowOK) String added in v1.19.1

func (o *GlobalGetFlowOK) String() string

type GlobalGetFlowParams

type GlobalGetFlowParams struct {

	/* FlowID.

	   The flow identifier
	*/
	FlowID string

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

GlobalGetFlowParams contains all the parameters to send to the API endpoint

for the global get flow operation.

Typically these are written to a http.Request.

func NewGlobalGetFlowParams

func NewGlobalGetFlowParams() *GlobalGetFlowParams

NewGlobalGetFlowParams creates a new GlobalGetFlowParams 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 NewGlobalGetFlowParamsWithContext

func NewGlobalGetFlowParamsWithContext(ctx context.Context) *GlobalGetFlowParams

NewGlobalGetFlowParamsWithContext creates a new GlobalGetFlowParams object with the ability to set a context for a request.

func NewGlobalGetFlowParamsWithHTTPClient

func NewGlobalGetFlowParamsWithHTTPClient(client *http.Client) *GlobalGetFlowParams

NewGlobalGetFlowParamsWithHTTPClient creates a new GlobalGetFlowParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetFlowParamsWithTimeout

func NewGlobalGetFlowParamsWithTimeout(timeout time.Duration) *GlobalGetFlowParams

NewGlobalGetFlowParamsWithTimeout creates a new GlobalGetFlowParams object with the ability to set a timeout on a request.

func (*GlobalGetFlowParams) SetContext

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

SetContext adds the context to the global get flow params

func (*GlobalGetFlowParams) SetDefaults

func (o *GlobalGetFlowParams) SetDefaults()

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

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

func (*GlobalGetFlowParams) SetFlowID

func (o *GlobalGetFlowParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the global get flow params

func (*GlobalGetFlowParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get flow params

func (*GlobalGetFlowParams) SetTimeout

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

SetTimeout adds the timeout to the global get flow params

func (*GlobalGetFlowParams) WithContext

WithContext adds the context to the global get flow params

func (*GlobalGetFlowParams) WithDefaults

func (o *GlobalGetFlowParams) WithDefaults() *GlobalGetFlowParams

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

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

func (*GlobalGetFlowParams) WithFlowID

func (o *GlobalGetFlowParams) WithFlowID(flowID string) *GlobalGetFlowParams

WithFlowID adds the flowID to the global get flow params

func (*GlobalGetFlowParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the global get flow params

func (*GlobalGetFlowParams) WithTimeout

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

WithTimeout adds the timeout to the global get flow params

func (*GlobalGetFlowParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GlobalGetFlowReader

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

GlobalGetFlowReader is a Reader for the GlobalGetFlow structure.

func (*GlobalGetFlowReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetFlowUnauthorized

type GlobalGetFlowUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetFlowUnauthorized

func NewGlobalGetFlowUnauthorized() *GlobalGetFlowUnauthorized

NewGlobalGetFlowUnauthorized creates a GlobalGetFlowUnauthorized with default headers values

func (*GlobalGetFlowUnauthorized) Error

func (o *GlobalGetFlowUnauthorized) Error() string

func (*GlobalGetFlowUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetFlowUnauthorized) IsClientError() bool

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

func (*GlobalGetFlowUnauthorized) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowUnauthorized) IsRedirect added in v1.19.1

func (o *GlobalGetFlowUnauthorized) IsRedirect() bool

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

func (*GlobalGetFlowUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetFlowUnauthorized) IsServerError() bool

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

func (*GlobalGetFlowUnauthorized) IsSuccess added in v1.19.1

func (o *GlobalGetFlowUnauthorized) IsSuccess() bool

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

func (*GlobalGetFlowUnauthorized) String added in v1.19.1

func (o *GlobalGetFlowUnauthorized) String() string

type GlobalGetFlowVersionBadRequest

type GlobalGetFlowVersionBadRequest struct {
}

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

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

func NewGlobalGetFlowVersionBadRequest

func NewGlobalGetFlowVersionBadRequest() *GlobalGetFlowVersionBadRequest

NewGlobalGetFlowVersionBadRequest creates a GlobalGetFlowVersionBadRequest with default headers values

func (*GlobalGetFlowVersionBadRequest) Error

func (*GlobalGetFlowVersionBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionBadRequest) IsClientError() bool

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

func (*GlobalGetFlowVersionBadRequest) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionBadRequest) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionBadRequest) IsRedirect() bool

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

func (*GlobalGetFlowVersionBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionBadRequest) IsServerError() bool

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

func (*GlobalGetFlowVersionBadRequest) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionBadRequest) IsSuccess() bool

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

func (*GlobalGetFlowVersionBadRequest) String added in v1.19.1

type GlobalGetFlowVersionConflict

type GlobalGetFlowVersionConflict struct {
}

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

NiFi Registry was unable to complete the request because it assumes a server state that is not valid.

func NewGlobalGetFlowVersionConflict

func NewGlobalGetFlowVersionConflict() *GlobalGetFlowVersionConflict

NewGlobalGetFlowVersionConflict creates a GlobalGetFlowVersionConflict with default headers values

func (*GlobalGetFlowVersionConflict) Error

func (*GlobalGetFlowVersionConflict) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionConflict) IsClientError() bool

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

func (*GlobalGetFlowVersionConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionConflict) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionConflict) IsRedirect() bool

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

func (*GlobalGetFlowVersionConflict) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionConflict) IsServerError() bool

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

func (*GlobalGetFlowVersionConflict) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionConflict) IsSuccess() bool

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

func (*GlobalGetFlowVersionConflict) String added in v1.19.1

type GlobalGetFlowVersionForbidden

type GlobalGetFlowVersionForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetFlowVersionForbidden

func NewGlobalGetFlowVersionForbidden() *GlobalGetFlowVersionForbidden

NewGlobalGetFlowVersionForbidden creates a GlobalGetFlowVersionForbidden with default headers values

func (*GlobalGetFlowVersionForbidden) Error

func (*GlobalGetFlowVersionForbidden) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionForbidden) IsClientError() bool

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

func (*GlobalGetFlowVersionForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionForbidden) IsRedirect() bool

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

func (*GlobalGetFlowVersionForbidden) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionForbidden) IsServerError() bool

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

func (*GlobalGetFlowVersionForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionForbidden) IsSuccess() bool

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

func (*GlobalGetFlowVersionForbidden) String added in v1.19.1

type GlobalGetFlowVersionNotFound

type GlobalGetFlowVersionNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetFlowVersionNotFound

func NewGlobalGetFlowVersionNotFound() *GlobalGetFlowVersionNotFound

NewGlobalGetFlowVersionNotFound creates a GlobalGetFlowVersionNotFound with default headers values

func (*GlobalGetFlowVersionNotFound) Error

func (*GlobalGetFlowVersionNotFound) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionNotFound) IsClientError() bool

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

func (*GlobalGetFlowVersionNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionNotFound) IsRedirect() bool

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

func (*GlobalGetFlowVersionNotFound) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionNotFound) IsServerError() bool

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

func (*GlobalGetFlowVersionNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionNotFound) IsSuccess() bool

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

func (*GlobalGetFlowVersionNotFound) String added in v1.19.1

type GlobalGetFlowVersionOK

type GlobalGetFlowVersionOK struct {
	Payload *models.VersionedFlowSnapshot
}

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

successful operation

func NewGlobalGetFlowVersionOK

func NewGlobalGetFlowVersionOK() *GlobalGetFlowVersionOK

NewGlobalGetFlowVersionOK creates a GlobalGetFlowVersionOK with default headers values

func (*GlobalGetFlowVersionOK) Error

func (o *GlobalGetFlowVersionOK) Error() string

func (*GlobalGetFlowVersionOK) GetPayload

func (*GlobalGetFlowVersionOK) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionOK) IsClientError() bool

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

func (*GlobalGetFlowVersionOK) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionOK) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionOK) IsRedirect() bool

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

func (*GlobalGetFlowVersionOK) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionOK) IsServerError() bool

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

func (*GlobalGetFlowVersionOK) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionOK) IsSuccess() bool

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

func (*GlobalGetFlowVersionOK) String added in v1.19.1

func (o *GlobalGetFlowVersionOK) String() string

type GlobalGetFlowVersionParams

type GlobalGetFlowVersionParams struct {

	/* FlowID.

	   The flow identifier
	*/
	FlowID string

	/* VersionNumber.

	   The version number

	   Format: int32
	*/
	VersionNumber int32

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

GlobalGetFlowVersionParams contains all the parameters to send to the API endpoint

for the global get flow version operation.

Typically these are written to a http.Request.

func NewGlobalGetFlowVersionParams

func NewGlobalGetFlowVersionParams() *GlobalGetFlowVersionParams

NewGlobalGetFlowVersionParams creates a new GlobalGetFlowVersionParams 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 NewGlobalGetFlowVersionParamsWithContext

func NewGlobalGetFlowVersionParamsWithContext(ctx context.Context) *GlobalGetFlowVersionParams

NewGlobalGetFlowVersionParamsWithContext creates a new GlobalGetFlowVersionParams object with the ability to set a context for a request.

func NewGlobalGetFlowVersionParamsWithHTTPClient

func NewGlobalGetFlowVersionParamsWithHTTPClient(client *http.Client) *GlobalGetFlowVersionParams

NewGlobalGetFlowVersionParamsWithHTTPClient creates a new GlobalGetFlowVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetFlowVersionParamsWithTimeout

func NewGlobalGetFlowVersionParamsWithTimeout(timeout time.Duration) *GlobalGetFlowVersionParams

NewGlobalGetFlowVersionParamsWithTimeout creates a new GlobalGetFlowVersionParams object with the ability to set a timeout on a request.

func (*GlobalGetFlowVersionParams) SetContext

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

SetContext adds the context to the global get flow version params

func (*GlobalGetFlowVersionParams) SetDefaults

func (o *GlobalGetFlowVersionParams) SetDefaults()

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

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

func (*GlobalGetFlowVersionParams) SetFlowID

func (o *GlobalGetFlowVersionParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the global get flow version params

func (*GlobalGetFlowVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get flow version params

func (*GlobalGetFlowVersionParams) SetTimeout

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

SetTimeout adds the timeout to the global get flow version params

func (*GlobalGetFlowVersionParams) SetVersionNumber

func (o *GlobalGetFlowVersionParams) SetVersionNumber(versionNumber int32)

SetVersionNumber adds the versionNumber to the global get flow version params

func (*GlobalGetFlowVersionParams) WithContext

WithContext adds the context to the global get flow version params

func (*GlobalGetFlowVersionParams) WithDefaults

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

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

func (*GlobalGetFlowVersionParams) WithFlowID

WithFlowID adds the flowID to the global get flow version params

func (*GlobalGetFlowVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get flow version params

func (*GlobalGetFlowVersionParams) WithTimeout

WithTimeout adds the timeout to the global get flow version params

func (*GlobalGetFlowVersionParams) WithVersionNumber

func (o *GlobalGetFlowVersionParams) WithVersionNumber(versionNumber int32) *GlobalGetFlowVersionParams

WithVersionNumber adds the versionNumber to the global get flow version params

func (*GlobalGetFlowVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetFlowVersionReader

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

GlobalGetFlowVersionReader is a Reader for the GlobalGetFlowVersion structure.

func (*GlobalGetFlowVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetFlowVersionUnauthorized

type GlobalGetFlowVersionUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetFlowVersionUnauthorized

func NewGlobalGetFlowVersionUnauthorized() *GlobalGetFlowVersionUnauthorized

NewGlobalGetFlowVersionUnauthorized creates a GlobalGetFlowVersionUnauthorized with default headers values

func (*GlobalGetFlowVersionUnauthorized) Error

func (*GlobalGetFlowVersionUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionUnauthorized) IsClientError() bool

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

func (*GlobalGetFlowVersionUnauthorized) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionUnauthorized) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionUnauthorized) IsRedirect() bool

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

func (*GlobalGetFlowVersionUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionUnauthorized) IsServerError() bool

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

func (*GlobalGetFlowVersionUnauthorized) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionUnauthorized) IsSuccess() bool

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

func (*GlobalGetFlowVersionUnauthorized) String added in v1.19.1

type GlobalGetFlowVersionsConflict

type GlobalGetFlowVersionsConflict struct {
}

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

NiFi Registry was unable to complete the request because it assumes a server state that is not valid.

func NewGlobalGetFlowVersionsConflict

func NewGlobalGetFlowVersionsConflict() *GlobalGetFlowVersionsConflict

NewGlobalGetFlowVersionsConflict creates a GlobalGetFlowVersionsConflict with default headers values

func (*GlobalGetFlowVersionsConflict) Error

func (*GlobalGetFlowVersionsConflict) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionsConflict) IsClientError() bool

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

func (*GlobalGetFlowVersionsConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionsConflict) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionsConflict) IsRedirect() bool

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

func (*GlobalGetFlowVersionsConflict) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionsConflict) IsServerError() bool

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

func (*GlobalGetFlowVersionsConflict) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionsConflict) IsSuccess() bool

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

func (*GlobalGetFlowVersionsConflict) String added in v1.19.1

type GlobalGetFlowVersionsForbidden

type GlobalGetFlowVersionsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetFlowVersionsForbidden

func NewGlobalGetFlowVersionsForbidden() *GlobalGetFlowVersionsForbidden

NewGlobalGetFlowVersionsForbidden creates a GlobalGetFlowVersionsForbidden with default headers values

func (*GlobalGetFlowVersionsForbidden) Error

func (*GlobalGetFlowVersionsForbidden) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionsForbidden) IsClientError() bool

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

func (*GlobalGetFlowVersionsForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionsForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionsForbidden) IsRedirect() bool

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

func (*GlobalGetFlowVersionsForbidden) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionsForbidden) IsServerError() bool

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

func (*GlobalGetFlowVersionsForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionsForbidden) IsSuccess() bool

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

func (*GlobalGetFlowVersionsForbidden) String added in v1.19.1

type GlobalGetFlowVersionsNotFound

type GlobalGetFlowVersionsNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetFlowVersionsNotFound

func NewGlobalGetFlowVersionsNotFound() *GlobalGetFlowVersionsNotFound

NewGlobalGetFlowVersionsNotFound creates a GlobalGetFlowVersionsNotFound with default headers values

func (*GlobalGetFlowVersionsNotFound) Error

func (*GlobalGetFlowVersionsNotFound) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionsNotFound) IsClientError() bool

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

func (*GlobalGetFlowVersionsNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionsNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionsNotFound) IsRedirect() bool

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

func (*GlobalGetFlowVersionsNotFound) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionsNotFound) IsServerError() bool

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

func (*GlobalGetFlowVersionsNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionsNotFound) IsSuccess() bool

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

func (*GlobalGetFlowVersionsNotFound) String added in v1.19.1

type GlobalGetFlowVersionsOK

type GlobalGetFlowVersionsOK struct {
	Payload []*models.VersionedFlowSnapshotMetadata
}

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

successful operation

func NewGlobalGetFlowVersionsOK

func NewGlobalGetFlowVersionsOK() *GlobalGetFlowVersionsOK

NewGlobalGetFlowVersionsOK creates a GlobalGetFlowVersionsOK with default headers values

func (*GlobalGetFlowVersionsOK) Error

func (o *GlobalGetFlowVersionsOK) Error() string

func (*GlobalGetFlowVersionsOK) GetPayload

func (*GlobalGetFlowVersionsOK) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionsOK) IsClientError() bool

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

func (*GlobalGetFlowVersionsOK) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionsOK) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionsOK) IsRedirect() bool

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

func (*GlobalGetFlowVersionsOK) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionsOK) IsServerError() bool

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

func (*GlobalGetFlowVersionsOK) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionsOK) IsSuccess() bool

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

func (*GlobalGetFlowVersionsOK) String added in v1.19.1

func (o *GlobalGetFlowVersionsOK) String() string

type GlobalGetFlowVersionsParams

type GlobalGetFlowVersionsParams struct {

	/* FlowID.

	   The flow identifier
	*/
	FlowID string

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

GlobalGetFlowVersionsParams contains all the parameters to send to the API endpoint

for the global get flow versions operation.

Typically these are written to a http.Request.

func NewGlobalGetFlowVersionsParams

func NewGlobalGetFlowVersionsParams() *GlobalGetFlowVersionsParams

NewGlobalGetFlowVersionsParams creates a new GlobalGetFlowVersionsParams 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 NewGlobalGetFlowVersionsParamsWithContext

func NewGlobalGetFlowVersionsParamsWithContext(ctx context.Context) *GlobalGetFlowVersionsParams

NewGlobalGetFlowVersionsParamsWithContext creates a new GlobalGetFlowVersionsParams object with the ability to set a context for a request.

func NewGlobalGetFlowVersionsParamsWithHTTPClient

func NewGlobalGetFlowVersionsParamsWithHTTPClient(client *http.Client) *GlobalGetFlowVersionsParams

NewGlobalGetFlowVersionsParamsWithHTTPClient creates a new GlobalGetFlowVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetFlowVersionsParamsWithTimeout

func NewGlobalGetFlowVersionsParamsWithTimeout(timeout time.Duration) *GlobalGetFlowVersionsParams

NewGlobalGetFlowVersionsParamsWithTimeout creates a new GlobalGetFlowVersionsParams object with the ability to set a timeout on a request.

func (*GlobalGetFlowVersionsParams) SetContext

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

SetContext adds the context to the global get flow versions params

func (*GlobalGetFlowVersionsParams) SetDefaults

func (o *GlobalGetFlowVersionsParams) SetDefaults()

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

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

func (*GlobalGetFlowVersionsParams) SetFlowID

func (o *GlobalGetFlowVersionsParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the global get flow versions params

func (*GlobalGetFlowVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get flow versions params

func (*GlobalGetFlowVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the global get flow versions params

func (*GlobalGetFlowVersionsParams) WithContext

WithContext adds the context to the global get flow versions params

func (*GlobalGetFlowVersionsParams) WithDefaults

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

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

func (*GlobalGetFlowVersionsParams) WithFlowID

WithFlowID adds the flowID to the global get flow versions params

func (*GlobalGetFlowVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get flow versions params

func (*GlobalGetFlowVersionsParams) WithTimeout

WithTimeout adds the timeout to the global get flow versions params

func (*GlobalGetFlowVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetFlowVersionsReader

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

GlobalGetFlowVersionsReader is a Reader for the GlobalGetFlowVersions structure.

func (*GlobalGetFlowVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetFlowVersionsUnauthorized

type GlobalGetFlowVersionsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetFlowVersionsUnauthorized

func NewGlobalGetFlowVersionsUnauthorized() *GlobalGetFlowVersionsUnauthorized

NewGlobalGetFlowVersionsUnauthorized creates a GlobalGetFlowVersionsUnauthorized with default headers values

func (*GlobalGetFlowVersionsUnauthorized) Error

func (*GlobalGetFlowVersionsUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetFlowVersionsUnauthorized) IsClientError() bool

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

func (*GlobalGetFlowVersionsUnauthorized) IsCode added in v1.19.1

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

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

func (*GlobalGetFlowVersionsUnauthorized) IsRedirect added in v1.19.1

func (o *GlobalGetFlowVersionsUnauthorized) IsRedirect() bool

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

func (*GlobalGetFlowVersionsUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetFlowVersionsUnauthorized) IsServerError() bool

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

func (*GlobalGetFlowVersionsUnauthorized) IsSuccess added in v1.19.1

func (o *GlobalGetFlowVersionsUnauthorized) IsSuccess() bool

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

func (*GlobalGetFlowVersionsUnauthorized) String added in v1.19.1

type GlobalGetLatestFlowVersionConflict

type GlobalGetLatestFlowVersionConflict struct {
}

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

NiFi Registry was unable to complete the request because it assumes a server state that is not valid.

func NewGlobalGetLatestFlowVersionConflict

func NewGlobalGetLatestFlowVersionConflict() *GlobalGetLatestFlowVersionConflict

NewGlobalGetLatestFlowVersionConflict creates a GlobalGetLatestFlowVersionConflict with default headers values

func (*GlobalGetLatestFlowVersionConflict) Error

func (*GlobalGetLatestFlowVersionConflict) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionConflict) IsClientError() bool

IsClientError returns true when this global get latest flow version conflict response has a 4xx status code

func (*GlobalGetLatestFlowVersionConflict) IsCode added in v1.19.1

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

func (*GlobalGetLatestFlowVersionConflict) IsRedirect added in v1.19.1

func (o *GlobalGetLatestFlowVersionConflict) IsRedirect() bool

IsRedirect returns true when this global get latest flow version conflict response has a 3xx status code

func (*GlobalGetLatestFlowVersionConflict) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionConflict) IsServerError() bool

IsServerError returns true when this global get latest flow version conflict response has a 5xx status code

func (*GlobalGetLatestFlowVersionConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version conflict response has a 2xx status code

func (*GlobalGetLatestFlowVersionConflict) String added in v1.19.1

type GlobalGetLatestFlowVersionForbidden

type GlobalGetLatestFlowVersionForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetLatestFlowVersionForbidden

func NewGlobalGetLatestFlowVersionForbidden() *GlobalGetLatestFlowVersionForbidden

NewGlobalGetLatestFlowVersionForbidden creates a GlobalGetLatestFlowVersionForbidden with default headers values

func (*GlobalGetLatestFlowVersionForbidden) Error

func (*GlobalGetLatestFlowVersionForbidden) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionForbidden) IsClientError() bool

IsClientError returns true when this global get latest flow version forbidden response has a 4xx status code

func (*GlobalGetLatestFlowVersionForbidden) IsCode added in v1.19.1

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

func (*GlobalGetLatestFlowVersionForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetLatestFlowVersionForbidden) IsRedirect() bool

IsRedirect returns true when this global get latest flow version forbidden response has a 3xx status code

func (*GlobalGetLatestFlowVersionForbidden) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionForbidden) IsServerError() bool

IsServerError returns true when this global get latest flow version forbidden response has a 5xx status code

func (*GlobalGetLatestFlowVersionForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version forbidden response has a 2xx status code

func (*GlobalGetLatestFlowVersionForbidden) String added in v1.19.1

type GlobalGetLatestFlowVersionMetadataConflict

type GlobalGetLatestFlowVersionMetadataConflict struct {
}

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

NiFi Registry was unable to complete the request because it assumes a server state that is not valid.

func NewGlobalGetLatestFlowVersionMetadataConflict

func NewGlobalGetLatestFlowVersionMetadataConflict() *GlobalGetLatestFlowVersionMetadataConflict

NewGlobalGetLatestFlowVersionMetadataConflict creates a GlobalGetLatestFlowVersionMetadataConflict with default headers values

func (*GlobalGetLatestFlowVersionMetadataConflict) Error

func (*GlobalGetLatestFlowVersionMetadataConflict) IsClientError added in v1.19.1

IsClientError returns true when this global get latest flow version metadata conflict response has a 4xx status code

func (*GlobalGetLatestFlowVersionMetadataConflict) IsCode added in v1.19.1

IsCode returns true when this global get latest flow version metadata conflict response a status code equal to that given

func (*GlobalGetLatestFlowVersionMetadataConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version metadata conflict response has a 3xx status code

func (*GlobalGetLatestFlowVersionMetadataConflict) IsServerError added in v1.19.1

IsServerError returns true when this global get latest flow version metadata conflict response has a 5xx status code

func (*GlobalGetLatestFlowVersionMetadataConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version metadata conflict response has a 2xx status code

func (*GlobalGetLatestFlowVersionMetadataConflict) String added in v1.19.1

type GlobalGetLatestFlowVersionMetadataForbidden

type GlobalGetLatestFlowVersionMetadataForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetLatestFlowVersionMetadataForbidden

func NewGlobalGetLatestFlowVersionMetadataForbidden() *GlobalGetLatestFlowVersionMetadataForbidden

NewGlobalGetLatestFlowVersionMetadataForbidden creates a GlobalGetLatestFlowVersionMetadataForbidden with default headers values

func (*GlobalGetLatestFlowVersionMetadataForbidden) Error

func (*GlobalGetLatestFlowVersionMetadataForbidden) IsClientError added in v1.19.1

IsClientError returns true when this global get latest flow version metadata forbidden response has a 4xx status code

func (*GlobalGetLatestFlowVersionMetadataForbidden) IsCode added in v1.19.1

IsCode returns true when this global get latest flow version metadata forbidden response a status code equal to that given

func (*GlobalGetLatestFlowVersionMetadataForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version metadata forbidden response has a 3xx status code

func (*GlobalGetLatestFlowVersionMetadataForbidden) IsServerError added in v1.19.1

IsServerError returns true when this global get latest flow version metadata forbidden response has a 5xx status code

func (*GlobalGetLatestFlowVersionMetadataForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version metadata forbidden response has a 2xx status code

func (*GlobalGetLatestFlowVersionMetadataForbidden) String added in v1.19.1

type GlobalGetLatestFlowVersionMetadataNotFound

type GlobalGetLatestFlowVersionMetadataNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetLatestFlowVersionMetadataNotFound

func NewGlobalGetLatestFlowVersionMetadataNotFound() *GlobalGetLatestFlowVersionMetadataNotFound

NewGlobalGetLatestFlowVersionMetadataNotFound creates a GlobalGetLatestFlowVersionMetadataNotFound with default headers values

func (*GlobalGetLatestFlowVersionMetadataNotFound) Error

func (*GlobalGetLatestFlowVersionMetadataNotFound) IsClientError added in v1.19.1

IsClientError returns true when this global get latest flow version metadata not found response has a 4xx status code

func (*GlobalGetLatestFlowVersionMetadataNotFound) IsCode added in v1.19.1

IsCode returns true when this global get latest flow version metadata not found response a status code equal to that given

func (*GlobalGetLatestFlowVersionMetadataNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version metadata not found response has a 3xx status code

func (*GlobalGetLatestFlowVersionMetadataNotFound) IsServerError added in v1.19.1

IsServerError returns true when this global get latest flow version metadata not found response has a 5xx status code

func (*GlobalGetLatestFlowVersionMetadataNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version metadata not found response has a 2xx status code

func (*GlobalGetLatestFlowVersionMetadataNotFound) String added in v1.19.1

type GlobalGetLatestFlowVersionMetadataOK

type GlobalGetLatestFlowVersionMetadataOK struct {
	Payload *models.VersionedFlowSnapshotMetadata
}

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

successful operation

func NewGlobalGetLatestFlowVersionMetadataOK

func NewGlobalGetLatestFlowVersionMetadataOK() *GlobalGetLatestFlowVersionMetadataOK

NewGlobalGetLatestFlowVersionMetadataOK creates a GlobalGetLatestFlowVersionMetadataOK with default headers values

func (*GlobalGetLatestFlowVersionMetadataOK) Error

func (*GlobalGetLatestFlowVersionMetadataOK) GetPayload

func (*GlobalGetLatestFlowVersionMetadataOK) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionMetadataOK) IsClientError() bool

IsClientError returns true when this global get latest flow version metadata o k response has a 4xx status code

func (*GlobalGetLatestFlowVersionMetadataOK) IsCode added in v1.19.1

IsCode returns true when this global get latest flow version metadata o k response a status code equal to that given

func (*GlobalGetLatestFlowVersionMetadataOK) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version metadata o k response has a 3xx status code

func (*GlobalGetLatestFlowVersionMetadataOK) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionMetadataOK) IsServerError() bool

IsServerError returns true when this global get latest flow version metadata o k response has a 5xx status code

func (*GlobalGetLatestFlowVersionMetadataOK) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version metadata o k response has a 2xx status code

func (*GlobalGetLatestFlowVersionMetadataOK) String added in v1.19.1

type GlobalGetLatestFlowVersionMetadataParams

type GlobalGetLatestFlowVersionMetadataParams struct {

	/* FlowID.

	   The flow identifier
	*/
	FlowID string

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

GlobalGetLatestFlowVersionMetadataParams contains all the parameters to send to the API endpoint

for the global get latest flow version metadata operation.

Typically these are written to a http.Request.

func NewGlobalGetLatestFlowVersionMetadataParams

func NewGlobalGetLatestFlowVersionMetadataParams() *GlobalGetLatestFlowVersionMetadataParams

NewGlobalGetLatestFlowVersionMetadataParams creates a new GlobalGetLatestFlowVersionMetadataParams 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 NewGlobalGetLatestFlowVersionMetadataParamsWithContext

func NewGlobalGetLatestFlowVersionMetadataParamsWithContext(ctx context.Context) *GlobalGetLatestFlowVersionMetadataParams

NewGlobalGetLatestFlowVersionMetadataParamsWithContext creates a new GlobalGetLatestFlowVersionMetadataParams object with the ability to set a context for a request.

func NewGlobalGetLatestFlowVersionMetadataParamsWithHTTPClient

func NewGlobalGetLatestFlowVersionMetadataParamsWithHTTPClient(client *http.Client) *GlobalGetLatestFlowVersionMetadataParams

NewGlobalGetLatestFlowVersionMetadataParamsWithHTTPClient creates a new GlobalGetLatestFlowVersionMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetLatestFlowVersionMetadataParamsWithTimeout

func NewGlobalGetLatestFlowVersionMetadataParamsWithTimeout(timeout time.Duration) *GlobalGetLatestFlowVersionMetadataParams

NewGlobalGetLatestFlowVersionMetadataParamsWithTimeout creates a new GlobalGetLatestFlowVersionMetadataParams object with the ability to set a timeout on a request.

func (*GlobalGetLatestFlowVersionMetadataParams) SetContext

SetContext adds the context to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) SetDefaults

SetDefaults hydrates default values in the global get latest flow version metadata params (not the query body).

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

func (*GlobalGetLatestFlowVersionMetadataParams) SetFlowID

func (o *GlobalGetLatestFlowVersionMetadataParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) SetTimeout

SetTimeout adds the timeout to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) WithContext

WithContext adds the context to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) WithDefaults

WithDefaults hydrates default values in the global get latest flow version metadata params (not the query body).

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

func (*GlobalGetLatestFlowVersionMetadataParams) WithFlowID

WithFlowID adds the flowID to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) WithTimeout

WithTimeout adds the timeout to the global get latest flow version metadata params

func (*GlobalGetLatestFlowVersionMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetLatestFlowVersionMetadataReader

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

GlobalGetLatestFlowVersionMetadataReader is a Reader for the GlobalGetLatestFlowVersionMetadata structure.

func (*GlobalGetLatestFlowVersionMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetLatestFlowVersionMetadataUnauthorized

type GlobalGetLatestFlowVersionMetadataUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetLatestFlowVersionMetadataUnauthorized

func NewGlobalGetLatestFlowVersionMetadataUnauthorized() *GlobalGetLatestFlowVersionMetadataUnauthorized

NewGlobalGetLatestFlowVersionMetadataUnauthorized creates a GlobalGetLatestFlowVersionMetadataUnauthorized with default headers values

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) Error

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this global get latest flow version metadata unauthorized response has a 4xx status code

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) IsCode added in v1.19.1

IsCode returns true when this global get latest flow version metadata unauthorized response a status code equal to that given

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version metadata unauthorized response has a 3xx status code

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this global get latest flow version metadata unauthorized response has a 5xx status code

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version metadata unauthorized response has a 2xx status code

func (*GlobalGetLatestFlowVersionMetadataUnauthorized) String added in v1.19.1

type GlobalGetLatestFlowVersionNotFound

type GlobalGetLatestFlowVersionNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetLatestFlowVersionNotFound

func NewGlobalGetLatestFlowVersionNotFound() *GlobalGetLatestFlowVersionNotFound

NewGlobalGetLatestFlowVersionNotFound creates a GlobalGetLatestFlowVersionNotFound with default headers values

func (*GlobalGetLatestFlowVersionNotFound) Error

func (*GlobalGetLatestFlowVersionNotFound) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionNotFound) IsClientError() bool

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

func (*GlobalGetLatestFlowVersionNotFound) IsCode added in v1.19.1

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

func (*GlobalGetLatestFlowVersionNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetLatestFlowVersionNotFound) IsRedirect() bool

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

func (*GlobalGetLatestFlowVersionNotFound) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionNotFound) IsServerError() bool

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

func (*GlobalGetLatestFlowVersionNotFound) IsSuccess added in v1.19.1

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

func (*GlobalGetLatestFlowVersionNotFound) String added in v1.19.1

type GlobalGetLatestFlowVersionOK

type GlobalGetLatestFlowVersionOK struct {
	Payload *models.VersionedFlowSnapshot
}

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

successful operation

func NewGlobalGetLatestFlowVersionOK

func NewGlobalGetLatestFlowVersionOK() *GlobalGetLatestFlowVersionOK

NewGlobalGetLatestFlowVersionOK creates a GlobalGetLatestFlowVersionOK with default headers values

func (*GlobalGetLatestFlowVersionOK) Error

func (*GlobalGetLatestFlowVersionOK) GetPayload

func (*GlobalGetLatestFlowVersionOK) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionOK) IsClientError() bool

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

func (*GlobalGetLatestFlowVersionOK) IsCode added in v1.19.1

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

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

func (*GlobalGetLatestFlowVersionOK) IsRedirect added in v1.19.1

func (o *GlobalGetLatestFlowVersionOK) IsRedirect() bool

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

func (*GlobalGetLatestFlowVersionOK) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionOK) IsServerError() bool

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

func (*GlobalGetLatestFlowVersionOK) IsSuccess added in v1.19.1

func (o *GlobalGetLatestFlowVersionOK) IsSuccess() bool

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

func (*GlobalGetLatestFlowVersionOK) String added in v1.19.1

type GlobalGetLatestFlowVersionParams

type GlobalGetLatestFlowVersionParams struct {

	/* FlowID.

	   The flow identifier
	*/
	FlowID string

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

GlobalGetLatestFlowVersionParams contains all the parameters to send to the API endpoint

for the global get latest flow version operation.

Typically these are written to a http.Request.

func NewGlobalGetLatestFlowVersionParams

func NewGlobalGetLatestFlowVersionParams() *GlobalGetLatestFlowVersionParams

NewGlobalGetLatestFlowVersionParams creates a new GlobalGetLatestFlowVersionParams 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 NewGlobalGetLatestFlowVersionParamsWithContext

func NewGlobalGetLatestFlowVersionParamsWithContext(ctx context.Context) *GlobalGetLatestFlowVersionParams

NewGlobalGetLatestFlowVersionParamsWithContext creates a new GlobalGetLatestFlowVersionParams object with the ability to set a context for a request.

func NewGlobalGetLatestFlowVersionParamsWithHTTPClient

func NewGlobalGetLatestFlowVersionParamsWithHTTPClient(client *http.Client) *GlobalGetLatestFlowVersionParams

NewGlobalGetLatestFlowVersionParamsWithHTTPClient creates a new GlobalGetLatestFlowVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetLatestFlowVersionParamsWithTimeout

func NewGlobalGetLatestFlowVersionParamsWithTimeout(timeout time.Duration) *GlobalGetLatestFlowVersionParams

NewGlobalGetLatestFlowVersionParamsWithTimeout creates a new GlobalGetLatestFlowVersionParams object with the ability to set a timeout on a request.

func (*GlobalGetLatestFlowVersionParams) SetContext

SetContext adds the context to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) SetDefaults

func (o *GlobalGetLatestFlowVersionParams) SetDefaults()

SetDefaults hydrates default values in the global get latest flow version params (not the query body).

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

func (*GlobalGetLatestFlowVersionParams) SetFlowID

func (o *GlobalGetLatestFlowVersionParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) SetTimeout

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

SetTimeout adds the timeout to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) WithContext

WithContext adds the context to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) WithDefaults

WithDefaults hydrates default values in the global get latest flow version params (not the query body).

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

func (*GlobalGetLatestFlowVersionParams) WithFlowID

WithFlowID adds the flowID to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) WithTimeout

WithTimeout adds the timeout to the global get latest flow version params

func (*GlobalGetLatestFlowVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetLatestFlowVersionReader

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

GlobalGetLatestFlowVersionReader is a Reader for the GlobalGetLatestFlowVersion structure.

func (*GlobalGetLatestFlowVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetLatestFlowVersionUnauthorized

type GlobalGetLatestFlowVersionUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetLatestFlowVersionUnauthorized

func NewGlobalGetLatestFlowVersionUnauthorized() *GlobalGetLatestFlowVersionUnauthorized

NewGlobalGetLatestFlowVersionUnauthorized creates a GlobalGetLatestFlowVersionUnauthorized with default headers values

func (*GlobalGetLatestFlowVersionUnauthorized) Error

func (*GlobalGetLatestFlowVersionUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetLatestFlowVersionUnauthorized) IsClientError() bool

IsClientError returns true when this global get latest flow version unauthorized response has a 4xx status code

func (*GlobalGetLatestFlowVersionUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetLatestFlowVersionUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this global get latest flow version unauthorized response has a 3xx status code

func (*GlobalGetLatestFlowVersionUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetLatestFlowVersionUnauthorized) IsServerError() bool

IsServerError returns true when this global get latest flow version unauthorized response has a 5xx status code

func (*GlobalGetLatestFlowVersionUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this global get latest flow version unauthorized response has a 2xx status code

func (*GlobalGetLatestFlowVersionUnauthorized) String added in v1.19.1

Jump to

Keyboard shortcuts

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