bundles

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 bundles API

func (*Client) GetBundleVersionExtensionAdditionalDetailsDocs

GetBundleVersionExtensionAdditionalDetailsDocs gets bundle version extension docs details

Gets the additional details documentation for the given extension in the given extension bundle version.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GetBundleVersionExtensionDocs

func (a *Client) GetBundleVersionExtensionDocs(params *GetBundleVersionExtensionDocsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundleVersionExtensionDocsOK, error)
GetBundleVersionExtensionDocs gets bundle version extension docs

Gets the documentation for the given extension in the given extension bundle version.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GetBundleVersions

func (a *Client) GetBundleVersions(params *GetBundleVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundleVersionsOK, error)
GetBundleVersions gets all bundle versions

Gets the metadata about extension bundle versions across all authorized buckets with optional filters applied. If the user is not authorized to any buckets, an empty list will be returned.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GetBundles

func (a *Client) GetBundles(params *GetBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundlesOK, error)
GetBundles gets all bundles

Gets the metadata for all bundles across all authorized buckets with optional filters applied. The returned results will include only items from buckets for which the user is authorized. If the user is not authorized to any buckets, an empty list will be returned.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalDeleteBundleVersion

func (a *Client) GlobalDeleteBundleVersion(params *GlobalDeleteBundleVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalDeleteBundleVersionOK, error)
GlobalDeleteBundleVersion deletes bundle version

Deletes the given extension bundle version and it's associated binary content.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalDeleteExtensionBundle

func (a *Client) GlobalDeleteExtensionBundle(params *GlobalDeleteExtensionBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalDeleteExtensionBundleOK, error)
GlobalDeleteExtensionBundle deletes bundle

Deletes the given extension bundle and all of it's versions.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetBundleVersion

func (a *Client) GlobalGetBundleVersion(params *GlobalGetBundleVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionOK, error)
GlobalGetBundleVersion gets bundle version

Gets the descriptor for the given version of the given extension bundle.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetBundleVersionContent

func (a *Client) GlobalGetBundleVersionContent(params *GlobalGetBundleVersionContentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionContentOK, error)
GlobalGetBundleVersionContent gets bundle version content

Gets the binary content for the given version of the given extension bundle.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetBundleVersionExtension

func (a *Client) GlobalGetBundleVersionExtension(params *GlobalGetBundleVersionExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionExtensionOK, error)
GlobalGetBundleVersionExtension gets bundle version extension

Gets the metadata about the extension with the given name in the given extension bundle version.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetBundleVersionExtensions

func (a *Client) GlobalGetBundleVersionExtensions(params *GlobalGetBundleVersionExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionExtensionsOK, error)
GlobalGetBundleVersionExtensions gets bundle version extensions

Gets the metadata about the extensions in the given extension bundle version.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetBundleVersions

func (a *Client) GlobalGetBundleVersions(params *GlobalGetBundleVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionsOK, error)
GlobalGetBundleVersions gets bundle versions

Gets the metadata for the versions of the given extension bundle.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

func (*Client) GlobalGetExtensionBundle

func (a *Client) GlobalGetExtensionBundle(params *GlobalGetExtensionBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetExtensionBundleOK, error)
GlobalGetExtensionBundle gets bundle

Gets the metadata about an extension bundle.

NOTE: This endpoint is subject to change as NiFi Registry and its REST API evolve.

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 {
	GetBundleVersionExtensionAdditionalDetailsDocs(params *GetBundleVersionExtensionAdditionalDetailsDocsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundleVersionExtensionAdditionalDetailsDocsOK, error)

	GetBundleVersionExtensionDocs(params *GetBundleVersionExtensionDocsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundleVersionExtensionDocsOK, error)

	GetBundleVersions(params *GetBundleVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundleVersionsOK, error)

	GetBundles(params *GetBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBundlesOK, error)

	GlobalDeleteBundleVersion(params *GlobalDeleteBundleVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalDeleteBundleVersionOK, error)

	GlobalDeleteExtensionBundle(params *GlobalDeleteExtensionBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalDeleteExtensionBundleOK, error)

	GlobalGetBundleVersion(params *GlobalGetBundleVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionOK, error)

	GlobalGetBundleVersionContent(params *GlobalGetBundleVersionContentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionContentOK, error)

	GlobalGetBundleVersionExtension(params *GlobalGetBundleVersionExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionExtensionOK, error)

	GlobalGetBundleVersionExtensions(params *GlobalGetBundleVersionExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionExtensionsOK, error)

	GlobalGetBundleVersions(params *GlobalGetBundleVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetBundleVersionsOK, error)

	GlobalGetExtensionBundle(params *GlobalGetExtensionBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GlobalGetExtensionBundleOK, 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 bundles API client.

type GetBundleVersionExtensionAdditionalDetailsDocsBadRequest

type GetBundleVersionExtensionAdditionalDetailsDocsBadRequest struct {
}

GetBundleVersionExtensionAdditionalDetailsDocsBadRequest 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 NewGetBundleVersionExtensionAdditionalDetailsDocsBadRequest

func NewGetBundleVersionExtensionAdditionalDetailsDocsBadRequest() *GetBundleVersionExtensionAdditionalDetailsDocsBadRequest

NewGetBundleVersionExtensionAdditionalDetailsDocsBadRequest creates a GetBundleVersionExtensionAdditionalDetailsDocsBadRequest with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs bad request response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs bad request response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs bad request response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs bad request response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs bad request response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsBadRequest) String added in v1.19.1

type GetBundleVersionExtensionAdditionalDetailsDocsConflict

type GetBundleVersionExtensionAdditionalDetailsDocsConflict struct {
}

GetBundleVersionExtensionAdditionalDetailsDocsConflict 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 NewGetBundleVersionExtensionAdditionalDetailsDocsConflict

func NewGetBundleVersionExtensionAdditionalDetailsDocsConflict() *GetBundleVersionExtensionAdditionalDetailsDocsConflict

NewGetBundleVersionExtensionAdditionalDetailsDocsConflict creates a GetBundleVersionExtensionAdditionalDetailsDocsConflict with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs conflict response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs conflict response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs conflict response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs conflict response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs conflict response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsConflict) String added in v1.19.1

type GetBundleVersionExtensionAdditionalDetailsDocsForbidden

type GetBundleVersionExtensionAdditionalDetailsDocsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetBundleVersionExtensionAdditionalDetailsDocsForbidden

func NewGetBundleVersionExtensionAdditionalDetailsDocsForbidden() *GetBundleVersionExtensionAdditionalDetailsDocsForbidden

NewGetBundleVersionExtensionAdditionalDetailsDocsForbidden creates a GetBundleVersionExtensionAdditionalDetailsDocsForbidden with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs forbidden response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs forbidden response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs forbidden response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs forbidden response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs forbidden response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsForbidden) String added in v1.19.1

type GetBundleVersionExtensionAdditionalDetailsDocsNotFound

type GetBundleVersionExtensionAdditionalDetailsDocsNotFound struct {
}

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

The specified resource could not be found.

func NewGetBundleVersionExtensionAdditionalDetailsDocsNotFound

func NewGetBundleVersionExtensionAdditionalDetailsDocsNotFound() *GetBundleVersionExtensionAdditionalDetailsDocsNotFound

NewGetBundleVersionExtensionAdditionalDetailsDocsNotFound creates a GetBundleVersionExtensionAdditionalDetailsDocsNotFound with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs not found response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs not found response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs not found response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs not found response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs not found response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsNotFound) String added in v1.19.1

type GetBundleVersionExtensionAdditionalDetailsDocsOK

type GetBundleVersionExtensionAdditionalDetailsDocsOK struct {
	Payload string
}

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

successful operation

func NewGetBundleVersionExtensionAdditionalDetailsDocsOK

func NewGetBundleVersionExtensionAdditionalDetailsDocsOK() *GetBundleVersionExtensionAdditionalDetailsDocsOK

NewGetBundleVersionExtensionAdditionalDetailsDocsOK creates a GetBundleVersionExtensionAdditionalDetailsDocsOK with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) GetPayload

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs o k response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs o k response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs o k response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs o k response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs o k response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsOK) String added in v1.19.1

type GetBundleVersionExtensionAdditionalDetailsDocsParams

type GetBundleVersionExtensionAdditionalDetailsDocsParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Name.

	   The fully qualified name of the extension
	*/
	Name string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GetBundleVersionExtensionAdditionalDetailsDocsParams contains all the parameters to send to the API endpoint

for the get bundle version extension additional details docs operation.

Typically these are written to a http.Request.

func NewGetBundleVersionExtensionAdditionalDetailsDocsParams

func NewGetBundleVersionExtensionAdditionalDetailsDocsParams() *GetBundleVersionExtensionAdditionalDetailsDocsParams

NewGetBundleVersionExtensionAdditionalDetailsDocsParams creates a new GetBundleVersionExtensionAdditionalDetailsDocsParams 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 NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithContext

func NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithContext(ctx context.Context) *GetBundleVersionExtensionAdditionalDetailsDocsParams

NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithContext creates a new GetBundleVersionExtensionAdditionalDetailsDocsParams object with the ability to set a context for a request.

func NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithHTTPClient

func NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithHTTPClient(client *http.Client) *GetBundleVersionExtensionAdditionalDetailsDocsParams

NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithHTTPClient creates a new GetBundleVersionExtensionAdditionalDetailsDocsParams object with the ability to set a custom HTTPClient for a request.

func NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithTimeout

func NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithTimeout(timeout time.Duration) *GetBundleVersionExtensionAdditionalDetailsDocsParams

NewGetBundleVersionExtensionAdditionalDetailsDocsParamsWithTimeout creates a new GetBundleVersionExtensionAdditionalDetailsDocsParams object with the ability to set a timeout on a request.

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetBundleID

SetBundleID adds the bundleId to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetContext

SetContext adds the context to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetDefaults

SetDefaults hydrates default values in the get bundle version extension additional details docs params (not the query body).

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

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetName

SetName adds the name to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetTimeout

SetTimeout adds the timeout to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) SetVersion

SetVersion adds the version to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithBundleID

WithBundleID adds the bundleID to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithContext

WithContext adds the context to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithDefaults

WithDefaults hydrates default values in the get bundle version extension additional details docs params (not the query body).

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

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithName

WithName adds the name to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithTimeout

WithTimeout adds the timeout to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WithVersion

WithVersion adds the version to the get bundle version extension additional details docs params

func (*GetBundleVersionExtensionAdditionalDetailsDocsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBundleVersionExtensionAdditionalDetailsDocsReader

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

GetBundleVersionExtensionAdditionalDetailsDocsReader is a Reader for the GetBundleVersionExtensionAdditionalDetailsDocs structure.

func (*GetBundleVersionExtensionAdditionalDetailsDocsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized

type GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetBundleVersionExtensionAdditionalDetailsDocsUnauthorized

func NewGetBundleVersionExtensionAdditionalDetailsDocsUnauthorized() *GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized

NewGetBundleVersionExtensionAdditionalDetailsDocsUnauthorized creates a GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized with default headers values

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) Error

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension additional details docs unauthorized response has a 4xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension additional details docs unauthorized response a status code equal to that given

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension additional details docs unauthorized response has a 3xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension additional details docs unauthorized response has a 5xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension additional details docs unauthorized response has a 2xx status code

func (*GetBundleVersionExtensionAdditionalDetailsDocsUnauthorized) String added in v1.19.1

type GetBundleVersionExtensionDocsBadRequest

type GetBundleVersionExtensionDocsBadRequest struct {
}

GetBundleVersionExtensionDocsBadRequest 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 NewGetBundleVersionExtensionDocsBadRequest

func NewGetBundleVersionExtensionDocsBadRequest() *GetBundleVersionExtensionDocsBadRequest

NewGetBundleVersionExtensionDocsBadRequest creates a GetBundleVersionExtensionDocsBadRequest with default headers values

func (*GetBundleVersionExtensionDocsBadRequest) Error

func (*GetBundleVersionExtensionDocsBadRequest) IsClientError added in v1.19.1

func (o *GetBundleVersionExtensionDocsBadRequest) IsClientError() bool

IsClientError returns true when this get bundle version extension docs bad request response has a 4xx status code

func (*GetBundleVersionExtensionDocsBadRequest) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension docs bad request response a status code equal to that given

func (*GetBundleVersionExtensionDocsBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension docs bad request response has a 3xx status code

func (*GetBundleVersionExtensionDocsBadRequest) IsServerError added in v1.19.1

func (o *GetBundleVersionExtensionDocsBadRequest) IsServerError() bool

IsServerError returns true when this get bundle version extension docs bad request response has a 5xx status code

func (*GetBundleVersionExtensionDocsBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension docs bad request response has a 2xx status code

func (*GetBundleVersionExtensionDocsBadRequest) String added in v1.19.1

type GetBundleVersionExtensionDocsConflict

type GetBundleVersionExtensionDocsConflict struct {
}

GetBundleVersionExtensionDocsConflict 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 NewGetBundleVersionExtensionDocsConflict

func NewGetBundleVersionExtensionDocsConflict() *GetBundleVersionExtensionDocsConflict

NewGetBundleVersionExtensionDocsConflict creates a GetBundleVersionExtensionDocsConflict with default headers values

func (*GetBundleVersionExtensionDocsConflict) Error

func (*GetBundleVersionExtensionDocsConflict) IsClientError added in v1.19.1

func (o *GetBundleVersionExtensionDocsConflict) IsClientError() bool

IsClientError returns true when this get bundle version extension docs conflict response has a 4xx status code

func (*GetBundleVersionExtensionDocsConflict) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension docs conflict response a status code equal to that given

func (*GetBundleVersionExtensionDocsConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension docs conflict response has a 3xx status code

func (*GetBundleVersionExtensionDocsConflict) IsServerError added in v1.19.1

func (o *GetBundleVersionExtensionDocsConflict) IsServerError() bool

IsServerError returns true when this get bundle version extension docs conflict response has a 5xx status code

func (*GetBundleVersionExtensionDocsConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension docs conflict response has a 2xx status code

func (*GetBundleVersionExtensionDocsConflict) String added in v1.19.1

type GetBundleVersionExtensionDocsForbidden

type GetBundleVersionExtensionDocsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetBundleVersionExtensionDocsForbidden

func NewGetBundleVersionExtensionDocsForbidden() *GetBundleVersionExtensionDocsForbidden

NewGetBundleVersionExtensionDocsForbidden creates a GetBundleVersionExtensionDocsForbidden with default headers values

func (*GetBundleVersionExtensionDocsForbidden) Error

func (*GetBundleVersionExtensionDocsForbidden) IsClientError added in v1.19.1

func (o *GetBundleVersionExtensionDocsForbidden) IsClientError() bool

IsClientError returns true when this get bundle version extension docs forbidden response has a 4xx status code

func (*GetBundleVersionExtensionDocsForbidden) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension docs forbidden response a status code equal to that given

func (*GetBundleVersionExtensionDocsForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension docs forbidden response has a 3xx status code

func (*GetBundleVersionExtensionDocsForbidden) IsServerError added in v1.19.1

func (o *GetBundleVersionExtensionDocsForbidden) IsServerError() bool

IsServerError returns true when this get bundle version extension docs forbidden response has a 5xx status code

func (*GetBundleVersionExtensionDocsForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension docs forbidden response has a 2xx status code

func (*GetBundleVersionExtensionDocsForbidden) String added in v1.19.1

type GetBundleVersionExtensionDocsNotFound

type GetBundleVersionExtensionDocsNotFound struct {
}

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

The specified resource could not be found.

func NewGetBundleVersionExtensionDocsNotFound

func NewGetBundleVersionExtensionDocsNotFound() *GetBundleVersionExtensionDocsNotFound

NewGetBundleVersionExtensionDocsNotFound creates a GetBundleVersionExtensionDocsNotFound with default headers values

func (*GetBundleVersionExtensionDocsNotFound) Error

func (*GetBundleVersionExtensionDocsNotFound) IsClientError added in v1.19.1

func (o *GetBundleVersionExtensionDocsNotFound) IsClientError() bool

IsClientError returns true when this get bundle version extension docs not found response has a 4xx status code

func (*GetBundleVersionExtensionDocsNotFound) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension docs not found response a status code equal to that given

func (*GetBundleVersionExtensionDocsNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension docs not found response has a 3xx status code

func (*GetBundleVersionExtensionDocsNotFound) IsServerError added in v1.19.1

func (o *GetBundleVersionExtensionDocsNotFound) IsServerError() bool

IsServerError returns true when this get bundle version extension docs not found response has a 5xx status code

func (*GetBundleVersionExtensionDocsNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension docs not found response has a 2xx status code

func (*GetBundleVersionExtensionDocsNotFound) String added in v1.19.1

type GetBundleVersionExtensionDocsOK

type GetBundleVersionExtensionDocsOK struct {
	Payload string
}

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

successful operation

func NewGetBundleVersionExtensionDocsOK

func NewGetBundleVersionExtensionDocsOK() *GetBundleVersionExtensionDocsOK

NewGetBundleVersionExtensionDocsOK creates a GetBundleVersionExtensionDocsOK with default headers values

func (*GetBundleVersionExtensionDocsOK) Error

func (*GetBundleVersionExtensionDocsOK) GetPayload

func (o *GetBundleVersionExtensionDocsOK) GetPayload() string

func (*GetBundleVersionExtensionDocsOK) IsClientError added in v1.19.1

func (o *GetBundleVersionExtensionDocsOK) IsClientError() bool

IsClientError returns true when this get bundle version extension docs o k response has a 4xx status code

func (*GetBundleVersionExtensionDocsOK) IsCode added in v1.19.1

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

IsCode returns true when this get bundle version extension docs o k response a status code equal to that given

func (*GetBundleVersionExtensionDocsOK) IsRedirect added in v1.19.1

func (o *GetBundleVersionExtensionDocsOK) IsRedirect() bool

IsRedirect returns true when this get bundle version extension docs o k response has a 3xx status code

func (*GetBundleVersionExtensionDocsOK) IsServerError added in v1.19.1

func (o *GetBundleVersionExtensionDocsOK) IsServerError() bool

IsServerError returns true when this get bundle version extension docs o k response has a 5xx status code

func (*GetBundleVersionExtensionDocsOK) IsSuccess added in v1.19.1

func (o *GetBundleVersionExtensionDocsOK) IsSuccess() bool

IsSuccess returns true when this get bundle version extension docs o k response has a 2xx status code

func (*GetBundleVersionExtensionDocsOK) String added in v1.19.1

type GetBundleVersionExtensionDocsParams

type GetBundleVersionExtensionDocsParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Name.

	   The fully qualified name of the extension
	*/
	Name string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GetBundleVersionExtensionDocsParams contains all the parameters to send to the API endpoint

for the get bundle version extension docs operation.

Typically these are written to a http.Request.

func NewGetBundleVersionExtensionDocsParams

func NewGetBundleVersionExtensionDocsParams() *GetBundleVersionExtensionDocsParams

NewGetBundleVersionExtensionDocsParams creates a new GetBundleVersionExtensionDocsParams 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 NewGetBundleVersionExtensionDocsParamsWithContext

func NewGetBundleVersionExtensionDocsParamsWithContext(ctx context.Context) *GetBundleVersionExtensionDocsParams

NewGetBundleVersionExtensionDocsParamsWithContext creates a new GetBundleVersionExtensionDocsParams object with the ability to set a context for a request.

func NewGetBundleVersionExtensionDocsParamsWithHTTPClient

func NewGetBundleVersionExtensionDocsParamsWithHTTPClient(client *http.Client) *GetBundleVersionExtensionDocsParams

NewGetBundleVersionExtensionDocsParamsWithHTTPClient creates a new GetBundleVersionExtensionDocsParams object with the ability to set a custom HTTPClient for a request.

func NewGetBundleVersionExtensionDocsParamsWithTimeout

func NewGetBundleVersionExtensionDocsParamsWithTimeout(timeout time.Duration) *GetBundleVersionExtensionDocsParams

NewGetBundleVersionExtensionDocsParamsWithTimeout creates a new GetBundleVersionExtensionDocsParams object with the ability to set a timeout on a request.

func (*GetBundleVersionExtensionDocsParams) SetBundleID

func (o *GetBundleVersionExtensionDocsParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) SetContext

SetContext adds the context to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) SetDefaults

func (o *GetBundleVersionExtensionDocsParams) SetDefaults()

SetDefaults hydrates default values in the get bundle version extension docs params (not the query body).

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

func (*GetBundleVersionExtensionDocsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) SetName

SetName adds the name to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) SetTimeout

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

SetTimeout adds the timeout to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) SetVersion

func (o *GetBundleVersionExtensionDocsParams) SetVersion(version string)

SetVersion adds the version to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithBundleID

WithBundleID adds the bundleID to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithContext

WithContext adds the context to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithDefaults

WithDefaults hydrates default values in the get bundle version extension docs params (not the query body).

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

func (*GetBundleVersionExtensionDocsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithName

WithName adds the name to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithTimeout

WithTimeout adds the timeout to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WithVersion

WithVersion adds the version to the get bundle version extension docs params

func (*GetBundleVersionExtensionDocsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBundleVersionExtensionDocsReader

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

GetBundleVersionExtensionDocsReader is a Reader for the GetBundleVersionExtensionDocs structure.

func (*GetBundleVersionExtensionDocsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBundleVersionExtensionDocsUnauthorized

type GetBundleVersionExtensionDocsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetBundleVersionExtensionDocsUnauthorized

func NewGetBundleVersionExtensionDocsUnauthorized() *GetBundleVersionExtensionDocsUnauthorized

NewGetBundleVersionExtensionDocsUnauthorized creates a GetBundleVersionExtensionDocsUnauthorized with default headers values

func (*GetBundleVersionExtensionDocsUnauthorized) Error

func (*GetBundleVersionExtensionDocsUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this get bundle version extension docs unauthorized response has a 4xx status code

func (*GetBundleVersionExtensionDocsUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get bundle version extension docs unauthorized response a status code equal to that given

func (*GetBundleVersionExtensionDocsUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this get bundle version extension docs unauthorized response has a 3xx status code

func (*GetBundleVersionExtensionDocsUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this get bundle version extension docs unauthorized response has a 5xx status code

func (*GetBundleVersionExtensionDocsUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get bundle version extension docs unauthorized response has a 2xx status code

func (*GetBundleVersionExtensionDocsUnauthorized) String added in v1.19.1

type GetBundleVersionsOK

type GetBundleVersionsOK struct {
	Payload []*models.BundleVersionMetadata
}

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

successful operation

func NewGetBundleVersionsOK

func NewGetBundleVersionsOK() *GetBundleVersionsOK

NewGetBundleVersionsOK creates a GetBundleVersionsOK with default headers values

func (*GetBundleVersionsOK) Error

func (o *GetBundleVersionsOK) Error() string

func (*GetBundleVersionsOK) GetPayload

func (*GetBundleVersionsOK) IsClientError added in v1.19.1

func (o *GetBundleVersionsOK) IsClientError() bool

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

func (*GetBundleVersionsOK) IsCode added in v1.19.1

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

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

func (*GetBundleVersionsOK) IsRedirect added in v1.19.1

func (o *GetBundleVersionsOK) IsRedirect() bool

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

func (*GetBundleVersionsOK) IsServerError added in v1.19.1

func (o *GetBundleVersionsOK) IsServerError() bool

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

func (*GetBundleVersionsOK) IsSuccess added in v1.19.1

func (o *GetBundleVersionsOK) IsSuccess() bool

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

func (*GetBundleVersionsOK) String added in v1.19.1

func (o *GetBundleVersionsOK) String() string

type GetBundleVersionsParams

type GetBundleVersionsParams struct {

	/* ArtifactID.

	   Optional artifactId to filter results. The value may be an exact match, or a wildcard, such as 'nifi-%' to select all bundle versions where the artifactId starts with 'nifi-'.
	*/
	ArtifactID *string

	/* GroupID.

	   Optional groupId to filter results. The value may be an exact match, or a wildcard, such as 'com.%' to select all bundle versions where the groupId starts with 'com.'.
	*/
	GroupID *string

	/* Version.

	   Optional version to filter results. The value maye be an exact match, or a wildcard, such as '1.0.%' to select all bundle versions where the version starts with '1.0.'.
	*/
	Version *string

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

GetBundleVersionsParams contains all the parameters to send to the API endpoint

for the get bundle versions operation.

Typically these are written to a http.Request.

func NewGetBundleVersionsParams

func NewGetBundleVersionsParams() *GetBundleVersionsParams

NewGetBundleVersionsParams creates a new GetBundleVersionsParams 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 NewGetBundleVersionsParamsWithContext

func NewGetBundleVersionsParamsWithContext(ctx context.Context) *GetBundleVersionsParams

NewGetBundleVersionsParamsWithContext creates a new GetBundleVersionsParams object with the ability to set a context for a request.

func NewGetBundleVersionsParamsWithHTTPClient

func NewGetBundleVersionsParamsWithHTTPClient(client *http.Client) *GetBundleVersionsParams

NewGetBundleVersionsParamsWithHTTPClient creates a new GetBundleVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetBundleVersionsParamsWithTimeout

func NewGetBundleVersionsParamsWithTimeout(timeout time.Duration) *GetBundleVersionsParams

NewGetBundleVersionsParamsWithTimeout creates a new GetBundleVersionsParams object with the ability to set a timeout on a request.

func (*GetBundleVersionsParams) SetArtifactID

func (o *GetBundleVersionsParams) SetArtifactID(artifactID *string)

SetArtifactID adds the artifactId to the get bundle versions params

func (*GetBundleVersionsParams) SetContext

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

SetContext adds the context to the get bundle versions params

func (*GetBundleVersionsParams) SetDefaults

func (o *GetBundleVersionsParams) SetDefaults()

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

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

func (*GetBundleVersionsParams) SetGroupID

func (o *GetBundleVersionsParams) SetGroupID(groupID *string)

SetGroupID adds the groupId to the get bundle versions params

func (*GetBundleVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bundle versions params

func (*GetBundleVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the get bundle versions params

func (*GetBundleVersionsParams) SetVersion

func (o *GetBundleVersionsParams) SetVersion(version *string)

SetVersion adds the version to the get bundle versions params

func (*GetBundleVersionsParams) WithArtifactID

func (o *GetBundleVersionsParams) WithArtifactID(artifactID *string) *GetBundleVersionsParams

WithArtifactID adds the artifactID to the get bundle versions params

func (*GetBundleVersionsParams) WithContext

WithContext adds the context to the get bundle versions params

func (*GetBundleVersionsParams) WithDefaults

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

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

func (*GetBundleVersionsParams) WithGroupID

func (o *GetBundleVersionsParams) WithGroupID(groupID *string) *GetBundleVersionsParams

WithGroupID adds the groupID to the get bundle versions params

func (*GetBundleVersionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bundle versions params

func (*GetBundleVersionsParams) WithTimeout

WithTimeout adds the timeout to the get bundle versions params

func (*GetBundleVersionsParams) WithVersion

func (o *GetBundleVersionsParams) WithVersion(version *string) *GetBundleVersionsParams

WithVersion adds the version to the get bundle versions params

func (*GetBundleVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBundleVersionsReader

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

GetBundleVersionsReader is a Reader for the GetBundleVersions structure.

func (*GetBundleVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBundleVersionsUnauthorized

type GetBundleVersionsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetBundleVersionsUnauthorized

func NewGetBundleVersionsUnauthorized() *GetBundleVersionsUnauthorized

NewGetBundleVersionsUnauthorized creates a GetBundleVersionsUnauthorized with default headers values

func (*GetBundleVersionsUnauthorized) Error

func (*GetBundleVersionsUnauthorized) IsClientError added in v1.19.1

func (o *GetBundleVersionsUnauthorized) IsClientError() bool

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

func (*GetBundleVersionsUnauthorized) IsCode added in v1.19.1

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

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

func (*GetBundleVersionsUnauthorized) IsRedirect added in v1.19.1

func (o *GetBundleVersionsUnauthorized) IsRedirect() bool

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

func (*GetBundleVersionsUnauthorized) IsServerError added in v1.19.1

func (o *GetBundleVersionsUnauthorized) IsServerError() bool

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

func (*GetBundleVersionsUnauthorized) IsSuccess added in v1.19.1

func (o *GetBundleVersionsUnauthorized) IsSuccess() bool

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

func (*GetBundleVersionsUnauthorized) String added in v1.19.1

type GetBundlesOK

type GetBundlesOK struct {
	Payload []*models.ExtensionBundle
}

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

successful operation

func NewGetBundlesOK

func NewGetBundlesOK() *GetBundlesOK

NewGetBundlesOK creates a GetBundlesOK with default headers values

func (*GetBundlesOK) Error

func (o *GetBundlesOK) Error() string

func (*GetBundlesOK) GetPayload

func (o *GetBundlesOK) GetPayload() []*models.ExtensionBundle

func (*GetBundlesOK) IsClientError added in v1.19.1

func (o *GetBundlesOK) IsClientError() bool

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

func (*GetBundlesOK) IsCode added in v1.19.1

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

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

func (*GetBundlesOK) IsRedirect added in v1.19.1

func (o *GetBundlesOK) IsRedirect() bool

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

func (*GetBundlesOK) IsServerError added in v1.19.1

func (o *GetBundlesOK) IsServerError() bool

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

func (*GetBundlesOK) IsSuccess added in v1.19.1

func (o *GetBundlesOK) IsSuccess() bool

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

func (*GetBundlesOK) String added in v1.19.1

func (o *GetBundlesOK) String() string

type GetBundlesParams

type GetBundlesParams struct {

	/* ArtifactID.

	   Optional artifactId to filter results. The value may be an exact match, or a wildcard, such as 'nifi-%' to select all bundles where the artifactId starts with 'nifi-'.
	*/
	ArtifactID *string

	/* BucketName.

	   Optional bucket name to filter results. The value may be an exact match, or a wildcard, such as 'My Bucket%' to select all bundles where the bucket name starts with 'My Bucket'.
	*/
	BucketName *string

	/* GroupID.

	   Optional groupId to filter results. The value may be an exact match, or a wildcard, such as 'com.%' to select all bundles where the groupId starts with 'com.'.
	*/
	GroupID *string

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

GetBundlesParams contains all the parameters to send to the API endpoint

for the get bundles operation.

Typically these are written to a http.Request.

func NewGetBundlesParams

func NewGetBundlesParams() *GetBundlesParams

NewGetBundlesParams creates a new GetBundlesParams 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 NewGetBundlesParamsWithContext

func NewGetBundlesParamsWithContext(ctx context.Context) *GetBundlesParams

NewGetBundlesParamsWithContext creates a new GetBundlesParams object with the ability to set a context for a request.

func NewGetBundlesParamsWithHTTPClient

func NewGetBundlesParamsWithHTTPClient(client *http.Client) *GetBundlesParams

NewGetBundlesParamsWithHTTPClient creates a new GetBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewGetBundlesParamsWithTimeout

func NewGetBundlesParamsWithTimeout(timeout time.Duration) *GetBundlesParams

NewGetBundlesParamsWithTimeout creates a new GetBundlesParams object with the ability to set a timeout on a request.

func (*GetBundlesParams) SetArtifactID

func (o *GetBundlesParams) SetArtifactID(artifactID *string)

SetArtifactID adds the artifactId to the get bundles params

func (*GetBundlesParams) SetBucketName

func (o *GetBundlesParams) SetBucketName(bucketName *string)

SetBucketName adds the bucketName to the get bundles params

func (*GetBundlesParams) SetContext

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

SetContext adds the context to the get bundles params

func (*GetBundlesParams) SetDefaults

func (o *GetBundlesParams) SetDefaults()

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

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

func (*GetBundlesParams) SetGroupID

func (o *GetBundlesParams) SetGroupID(groupID *string)

SetGroupID adds the groupId to the get bundles params

func (*GetBundlesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bundles params

func (*GetBundlesParams) SetTimeout

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

SetTimeout adds the timeout to the get bundles params

func (*GetBundlesParams) WithArtifactID

func (o *GetBundlesParams) WithArtifactID(artifactID *string) *GetBundlesParams

WithArtifactID adds the artifactID to the get bundles params

func (*GetBundlesParams) WithBucketName

func (o *GetBundlesParams) WithBucketName(bucketName *string) *GetBundlesParams

WithBucketName adds the bucketName to the get bundles params

func (*GetBundlesParams) WithContext

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

WithContext adds the context to the get bundles params

func (*GetBundlesParams) WithDefaults

func (o *GetBundlesParams) WithDefaults() *GetBundlesParams

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

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

func (*GetBundlesParams) WithGroupID

func (o *GetBundlesParams) WithGroupID(groupID *string) *GetBundlesParams

WithGroupID adds the groupID to the get bundles params

func (*GetBundlesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bundles params

func (*GetBundlesParams) WithTimeout

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

WithTimeout adds the timeout to the get bundles params

func (*GetBundlesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBundlesReader

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

GetBundlesReader is a Reader for the GetBundles structure.

func (*GetBundlesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBundlesUnauthorized

type GetBundlesUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetBundlesUnauthorized

func NewGetBundlesUnauthorized() *GetBundlesUnauthorized

NewGetBundlesUnauthorized creates a GetBundlesUnauthorized with default headers values

func (*GetBundlesUnauthorized) Error

func (o *GetBundlesUnauthorized) Error() string

func (*GetBundlesUnauthorized) IsClientError added in v1.19.1

func (o *GetBundlesUnauthorized) IsClientError() bool

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

func (*GetBundlesUnauthorized) IsCode added in v1.19.1

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

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

func (*GetBundlesUnauthorized) IsRedirect added in v1.19.1

func (o *GetBundlesUnauthorized) IsRedirect() bool

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

func (*GetBundlesUnauthorized) IsServerError added in v1.19.1

func (o *GetBundlesUnauthorized) IsServerError() bool

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

func (*GetBundlesUnauthorized) IsSuccess added in v1.19.1

func (o *GetBundlesUnauthorized) IsSuccess() bool

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

func (*GetBundlesUnauthorized) String added in v1.19.1

func (o *GetBundlesUnauthorized) String() string

type GlobalDeleteBundleVersionBadRequest

type GlobalDeleteBundleVersionBadRequest struct {
}

GlobalDeleteBundleVersionBadRequest 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 NewGlobalDeleteBundleVersionBadRequest

func NewGlobalDeleteBundleVersionBadRequest() *GlobalDeleteBundleVersionBadRequest

NewGlobalDeleteBundleVersionBadRequest creates a GlobalDeleteBundleVersionBadRequest with default headers values

func (*GlobalDeleteBundleVersionBadRequest) Error

func (*GlobalDeleteBundleVersionBadRequest) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionBadRequest) IsClientError() bool

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

func (*GlobalDeleteBundleVersionBadRequest) IsCode added in v1.19.1

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

func (*GlobalDeleteBundleVersionBadRequest) IsRedirect added in v1.19.1

func (o *GlobalDeleteBundleVersionBadRequest) IsRedirect() bool

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

func (*GlobalDeleteBundleVersionBadRequest) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionBadRequest) IsServerError() bool

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

func (*GlobalDeleteBundleVersionBadRequest) IsSuccess added in v1.19.1

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

func (*GlobalDeleteBundleVersionBadRequest) String added in v1.19.1

type GlobalDeleteBundleVersionConflict

type GlobalDeleteBundleVersionConflict struct {
}

GlobalDeleteBundleVersionConflict 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 NewGlobalDeleteBundleVersionConflict

func NewGlobalDeleteBundleVersionConflict() *GlobalDeleteBundleVersionConflict

NewGlobalDeleteBundleVersionConflict creates a GlobalDeleteBundleVersionConflict with default headers values

func (*GlobalDeleteBundleVersionConflict) Error

func (*GlobalDeleteBundleVersionConflict) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionConflict) IsClientError() bool

IsClientError returns true when this global delete bundle version conflict response has a 4xx status code

func (*GlobalDeleteBundleVersionConflict) IsCode added in v1.19.1

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

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

func (*GlobalDeleteBundleVersionConflict) IsRedirect added in v1.19.1

func (o *GlobalDeleteBundleVersionConflict) IsRedirect() bool

IsRedirect returns true when this global delete bundle version conflict response has a 3xx status code

func (*GlobalDeleteBundleVersionConflict) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionConflict) IsServerError() bool

IsServerError returns true when this global delete bundle version conflict response has a 5xx status code

func (*GlobalDeleteBundleVersionConflict) IsSuccess added in v1.19.1

func (o *GlobalDeleteBundleVersionConflict) IsSuccess() bool

IsSuccess returns true when this global delete bundle version conflict response has a 2xx status code

func (*GlobalDeleteBundleVersionConflict) String added in v1.19.1

type GlobalDeleteBundleVersionForbidden

type GlobalDeleteBundleVersionForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalDeleteBundleVersionForbidden

func NewGlobalDeleteBundleVersionForbidden() *GlobalDeleteBundleVersionForbidden

NewGlobalDeleteBundleVersionForbidden creates a GlobalDeleteBundleVersionForbidden with default headers values

func (*GlobalDeleteBundleVersionForbidden) Error

func (*GlobalDeleteBundleVersionForbidden) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionForbidden) IsClientError() bool

IsClientError returns true when this global delete bundle version forbidden response has a 4xx status code

func (*GlobalDeleteBundleVersionForbidden) IsCode added in v1.19.1

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

func (*GlobalDeleteBundleVersionForbidden) IsRedirect added in v1.19.1

func (o *GlobalDeleteBundleVersionForbidden) IsRedirect() bool

IsRedirect returns true when this global delete bundle version forbidden response has a 3xx status code

func (*GlobalDeleteBundleVersionForbidden) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionForbidden) IsServerError() bool

IsServerError returns true when this global delete bundle version forbidden response has a 5xx status code

func (*GlobalDeleteBundleVersionForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete bundle version forbidden response has a 2xx status code

func (*GlobalDeleteBundleVersionForbidden) String added in v1.19.1

type GlobalDeleteBundleVersionNotFound

type GlobalDeleteBundleVersionNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalDeleteBundleVersionNotFound

func NewGlobalDeleteBundleVersionNotFound() *GlobalDeleteBundleVersionNotFound

NewGlobalDeleteBundleVersionNotFound creates a GlobalDeleteBundleVersionNotFound with default headers values

func (*GlobalDeleteBundleVersionNotFound) Error

func (*GlobalDeleteBundleVersionNotFound) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionNotFound) IsClientError() bool

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

func (*GlobalDeleteBundleVersionNotFound) IsCode added in v1.19.1

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

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

func (*GlobalDeleteBundleVersionNotFound) IsRedirect added in v1.19.1

func (o *GlobalDeleteBundleVersionNotFound) IsRedirect() bool

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

func (*GlobalDeleteBundleVersionNotFound) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionNotFound) IsServerError() bool

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

func (*GlobalDeleteBundleVersionNotFound) IsSuccess added in v1.19.1

func (o *GlobalDeleteBundleVersionNotFound) IsSuccess() bool

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

func (*GlobalDeleteBundleVersionNotFound) String added in v1.19.1

type GlobalDeleteBundleVersionOK

type GlobalDeleteBundleVersionOK struct {
	Payload *models.BundleVersion
}

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

successful operation

func NewGlobalDeleteBundleVersionOK

func NewGlobalDeleteBundleVersionOK() *GlobalDeleteBundleVersionOK

NewGlobalDeleteBundleVersionOK creates a GlobalDeleteBundleVersionOK with default headers values

func (*GlobalDeleteBundleVersionOK) Error

func (*GlobalDeleteBundleVersionOK) GetPayload

func (*GlobalDeleteBundleVersionOK) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionOK) IsClientError() bool

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

func (*GlobalDeleteBundleVersionOK) IsCode added in v1.19.1

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

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

func (*GlobalDeleteBundleVersionOK) IsRedirect added in v1.19.1

func (o *GlobalDeleteBundleVersionOK) IsRedirect() bool

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

func (*GlobalDeleteBundleVersionOK) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionOK) IsServerError() bool

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

func (*GlobalDeleteBundleVersionOK) IsSuccess added in v1.19.1

func (o *GlobalDeleteBundleVersionOK) IsSuccess() bool

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

func (*GlobalDeleteBundleVersionOK) String added in v1.19.1

func (o *GlobalDeleteBundleVersionOK) String() string

type GlobalDeleteBundleVersionParams

type GlobalDeleteBundleVersionParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GlobalDeleteBundleVersionParams contains all the parameters to send to the API endpoint

for the global delete bundle version operation.

Typically these are written to a http.Request.

func NewGlobalDeleteBundleVersionParams

func NewGlobalDeleteBundleVersionParams() *GlobalDeleteBundleVersionParams

NewGlobalDeleteBundleVersionParams creates a new GlobalDeleteBundleVersionParams 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 NewGlobalDeleteBundleVersionParamsWithContext

func NewGlobalDeleteBundleVersionParamsWithContext(ctx context.Context) *GlobalDeleteBundleVersionParams

NewGlobalDeleteBundleVersionParamsWithContext creates a new GlobalDeleteBundleVersionParams object with the ability to set a context for a request.

func NewGlobalDeleteBundleVersionParamsWithHTTPClient

func NewGlobalDeleteBundleVersionParamsWithHTTPClient(client *http.Client) *GlobalDeleteBundleVersionParams

NewGlobalDeleteBundleVersionParamsWithHTTPClient creates a new GlobalDeleteBundleVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalDeleteBundleVersionParamsWithTimeout

func NewGlobalDeleteBundleVersionParamsWithTimeout(timeout time.Duration) *GlobalDeleteBundleVersionParams

NewGlobalDeleteBundleVersionParamsWithTimeout creates a new GlobalDeleteBundleVersionParams object with the ability to set a timeout on a request.

func (*GlobalDeleteBundleVersionParams) SetBundleID

func (o *GlobalDeleteBundleVersionParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) SetContext

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

SetContext adds the context to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) SetDefaults

func (o *GlobalDeleteBundleVersionParams) SetDefaults()

SetDefaults hydrates default values in the global delete bundle version params (not the query body).

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

func (*GlobalDeleteBundleVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) SetTimeout

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

SetTimeout adds the timeout to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) SetVersion

func (o *GlobalDeleteBundleVersionParams) SetVersion(version string)

SetVersion adds the version to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WithBundleID

WithBundleID adds the bundleID to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WithContext

WithContext adds the context to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WithDefaults

WithDefaults hydrates default values in the global delete bundle version params (not the query body).

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

func (*GlobalDeleteBundleVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WithTimeout

WithTimeout adds the timeout to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WithVersion

WithVersion adds the version to the global delete bundle version params

func (*GlobalDeleteBundleVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalDeleteBundleVersionReader

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

GlobalDeleteBundleVersionReader is a Reader for the GlobalDeleteBundleVersion structure.

func (*GlobalDeleteBundleVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalDeleteBundleVersionUnauthorized

type GlobalDeleteBundleVersionUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalDeleteBundleVersionUnauthorized

func NewGlobalDeleteBundleVersionUnauthorized() *GlobalDeleteBundleVersionUnauthorized

NewGlobalDeleteBundleVersionUnauthorized creates a GlobalDeleteBundleVersionUnauthorized with default headers values

func (*GlobalDeleteBundleVersionUnauthorized) Error

func (*GlobalDeleteBundleVersionUnauthorized) IsClientError added in v1.19.1

func (o *GlobalDeleteBundleVersionUnauthorized) IsClientError() bool

IsClientError returns true when this global delete bundle version unauthorized response has a 4xx status code

func (*GlobalDeleteBundleVersionUnauthorized) IsCode added in v1.19.1

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

func (*GlobalDeleteBundleVersionUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this global delete bundle version unauthorized response has a 3xx status code

func (*GlobalDeleteBundleVersionUnauthorized) IsServerError added in v1.19.1

func (o *GlobalDeleteBundleVersionUnauthorized) IsServerError() bool

IsServerError returns true when this global delete bundle version unauthorized response has a 5xx status code

func (*GlobalDeleteBundleVersionUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete bundle version unauthorized response has a 2xx status code

func (*GlobalDeleteBundleVersionUnauthorized) String added in v1.19.1

type GlobalDeleteExtensionBundleBadRequest

type GlobalDeleteExtensionBundleBadRequest struct {
}

GlobalDeleteExtensionBundleBadRequest 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 NewGlobalDeleteExtensionBundleBadRequest

func NewGlobalDeleteExtensionBundleBadRequest() *GlobalDeleteExtensionBundleBadRequest

NewGlobalDeleteExtensionBundleBadRequest creates a GlobalDeleteExtensionBundleBadRequest with default headers values

func (*GlobalDeleteExtensionBundleBadRequest) Error

func (*GlobalDeleteExtensionBundleBadRequest) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleBadRequest) IsClientError() bool

IsClientError returns true when this global delete extension bundle bad request response has a 4xx status code

func (*GlobalDeleteExtensionBundleBadRequest) IsCode added in v1.19.1

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

func (*GlobalDeleteExtensionBundleBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this global delete extension bundle bad request response has a 3xx status code

func (*GlobalDeleteExtensionBundleBadRequest) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleBadRequest) IsServerError() bool

IsServerError returns true when this global delete extension bundle bad request response has a 5xx status code

func (*GlobalDeleteExtensionBundleBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete extension bundle bad request response has a 2xx status code

func (*GlobalDeleteExtensionBundleBadRequest) String added in v1.19.1

type GlobalDeleteExtensionBundleConflict

type GlobalDeleteExtensionBundleConflict struct {
}

GlobalDeleteExtensionBundleConflict 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 NewGlobalDeleteExtensionBundleConflict

func NewGlobalDeleteExtensionBundleConflict() *GlobalDeleteExtensionBundleConflict

NewGlobalDeleteExtensionBundleConflict creates a GlobalDeleteExtensionBundleConflict with default headers values

func (*GlobalDeleteExtensionBundleConflict) Error

func (*GlobalDeleteExtensionBundleConflict) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleConflict) IsClientError() bool

IsClientError returns true when this global delete extension bundle conflict response has a 4xx status code

func (*GlobalDeleteExtensionBundleConflict) IsCode added in v1.19.1

IsCode returns true when this global delete extension bundle conflict response a status code equal to that given

func (*GlobalDeleteExtensionBundleConflict) IsRedirect added in v1.19.1

func (o *GlobalDeleteExtensionBundleConflict) IsRedirect() bool

IsRedirect returns true when this global delete extension bundle conflict response has a 3xx status code

func (*GlobalDeleteExtensionBundleConflict) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleConflict) IsServerError() bool

IsServerError returns true when this global delete extension bundle conflict response has a 5xx status code

func (*GlobalDeleteExtensionBundleConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete extension bundle conflict response has a 2xx status code

func (*GlobalDeleteExtensionBundleConflict) String added in v1.19.1

type GlobalDeleteExtensionBundleForbidden

type GlobalDeleteExtensionBundleForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalDeleteExtensionBundleForbidden

func NewGlobalDeleteExtensionBundleForbidden() *GlobalDeleteExtensionBundleForbidden

NewGlobalDeleteExtensionBundleForbidden creates a GlobalDeleteExtensionBundleForbidden with default headers values

func (*GlobalDeleteExtensionBundleForbidden) Error

func (*GlobalDeleteExtensionBundleForbidden) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleForbidden) IsClientError() bool

IsClientError returns true when this global delete extension bundle forbidden response has a 4xx status code

func (*GlobalDeleteExtensionBundleForbidden) IsCode added in v1.19.1

IsCode returns true when this global delete extension bundle forbidden response a status code equal to that given

func (*GlobalDeleteExtensionBundleForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this global delete extension bundle forbidden response has a 3xx status code

func (*GlobalDeleteExtensionBundleForbidden) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleForbidden) IsServerError() bool

IsServerError returns true when this global delete extension bundle forbidden response has a 5xx status code

func (*GlobalDeleteExtensionBundleForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete extension bundle forbidden response has a 2xx status code

func (*GlobalDeleteExtensionBundleForbidden) String added in v1.19.1

type GlobalDeleteExtensionBundleNotFound

type GlobalDeleteExtensionBundleNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalDeleteExtensionBundleNotFound

func NewGlobalDeleteExtensionBundleNotFound() *GlobalDeleteExtensionBundleNotFound

NewGlobalDeleteExtensionBundleNotFound creates a GlobalDeleteExtensionBundleNotFound with default headers values

func (*GlobalDeleteExtensionBundleNotFound) Error

func (*GlobalDeleteExtensionBundleNotFound) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleNotFound) IsClientError() bool

IsClientError returns true when this global delete extension bundle not found response has a 4xx status code

func (*GlobalDeleteExtensionBundleNotFound) IsCode added in v1.19.1

IsCode returns true when this global delete extension bundle not found response a status code equal to that given

func (*GlobalDeleteExtensionBundleNotFound) IsRedirect added in v1.19.1

func (o *GlobalDeleteExtensionBundleNotFound) IsRedirect() bool

IsRedirect returns true when this global delete extension bundle not found response has a 3xx status code

func (*GlobalDeleteExtensionBundleNotFound) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleNotFound) IsServerError() bool

IsServerError returns true when this global delete extension bundle not found response has a 5xx status code

func (*GlobalDeleteExtensionBundleNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete extension bundle not found response has a 2xx status code

func (*GlobalDeleteExtensionBundleNotFound) String added in v1.19.1

type GlobalDeleteExtensionBundleOK

type GlobalDeleteExtensionBundleOK struct {
	Payload *models.ExtensionBundle
}

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

successful operation

func NewGlobalDeleteExtensionBundleOK

func NewGlobalDeleteExtensionBundleOK() *GlobalDeleteExtensionBundleOK

NewGlobalDeleteExtensionBundleOK creates a GlobalDeleteExtensionBundleOK with default headers values

func (*GlobalDeleteExtensionBundleOK) Error

func (*GlobalDeleteExtensionBundleOK) GetPayload

func (*GlobalDeleteExtensionBundleOK) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleOK) IsClientError() bool

IsClientError returns true when this global delete extension bundle o k response has a 4xx status code

func (*GlobalDeleteExtensionBundleOK) IsCode added in v1.19.1

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

IsCode returns true when this global delete extension bundle o k response a status code equal to that given

func (*GlobalDeleteExtensionBundleOK) IsRedirect added in v1.19.1

func (o *GlobalDeleteExtensionBundleOK) IsRedirect() bool

IsRedirect returns true when this global delete extension bundle o k response has a 3xx status code

func (*GlobalDeleteExtensionBundleOK) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleOK) IsServerError() bool

IsServerError returns true when this global delete extension bundle o k response has a 5xx status code

func (*GlobalDeleteExtensionBundleOK) IsSuccess added in v1.19.1

func (o *GlobalDeleteExtensionBundleOK) IsSuccess() bool

IsSuccess returns true when this global delete extension bundle o k response has a 2xx status code

func (*GlobalDeleteExtensionBundleOK) String added in v1.19.1

type GlobalDeleteExtensionBundleParams

type GlobalDeleteExtensionBundleParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

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

GlobalDeleteExtensionBundleParams contains all the parameters to send to the API endpoint

for the global delete extension bundle operation.

Typically these are written to a http.Request.

func NewGlobalDeleteExtensionBundleParams

func NewGlobalDeleteExtensionBundleParams() *GlobalDeleteExtensionBundleParams

NewGlobalDeleteExtensionBundleParams creates a new GlobalDeleteExtensionBundleParams 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 NewGlobalDeleteExtensionBundleParamsWithContext

func NewGlobalDeleteExtensionBundleParamsWithContext(ctx context.Context) *GlobalDeleteExtensionBundleParams

NewGlobalDeleteExtensionBundleParamsWithContext creates a new GlobalDeleteExtensionBundleParams object with the ability to set a context for a request.

func NewGlobalDeleteExtensionBundleParamsWithHTTPClient

func NewGlobalDeleteExtensionBundleParamsWithHTTPClient(client *http.Client) *GlobalDeleteExtensionBundleParams

NewGlobalDeleteExtensionBundleParamsWithHTTPClient creates a new GlobalDeleteExtensionBundleParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalDeleteExtensionBundleParamsWithTimeout

func NewGlobalDeleteExtensionBundleParamsWithTimeout(timeout time.Duration) *GlobalDeleteExtensionBundleParams

NewGlobalDeleteExtensionBundleParamsWithTimeout creates a new GlobalDeleteExtensionBundleParams object with the ability to set a timeout on a request.

func (*GlobalDeleteExtensionBundleParams) SetBundleID

func (o *GlobalDeleteExtensionBundleParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) SetContext

SetContext adds the context to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) SetDefaults

func (o *GlobalDeleteExtensionBundleParams) SetDefaults()

SetDefaults hydrates default values in the global delete extension bundle params (not the query body).

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

func (*GlobalDeleteExtensionBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) SetTimeout

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

SetTimeout adds the timeout to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) WithBundleID

WithBundleID adds the bundleID to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) WithContext

WithContext adds the context to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) WithDefaults

WithDefaults hydrates default values in the global delete extension bundle params (not the query body).

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

func (*GlobalDeleteExtensionBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) WithTimeout

WithTimeout adds the timeout to the global delete extension bundle params

func (*GlobalDeleteExtensionBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalDeleteExtensionBundleReader

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

GlobalDeleteExtensionBundleReader is a Reader for the GlobalDeleteExtensionBundle structure.

func (*GlobalDeleteExtensionBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalDeleteExtensionBundleUnauthorized

type GlobalDeleteExtensionBundleUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalDeleteExtensionBundleUnauthorized

func NewGlobalDeleteExtensionBundleUnauthorized() *GlobalDeleteExtensionBundleUnauthorized

NewGlobalDeleteExtensionBundleUnauthorized creates a GlobalDeleteExtensionBundleUnauthorized with default headers values

func (*GlobalDeleteExtensionBundleUnauthorized) Error

func (*GlobalDeleteExtensionBundleUnauthorized) IsClientError added in v1.19.1

func (o *GlobalDeleteExtensionBundleUnauthorized) IsClientError() bool

IsClientError returns true when this global delete extension bundle unauthorized response has a 4xx status code

func (*GlobalDeleteExtensionBundleUnauthorized) IsCode added in v1.19.1

IsCode returns true when this global delete extension bundle unauthorized response a status code equal to that given

func (*GlobalDeleteExtensionBundleUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this global delete extension bundle unauthorized response has a 3xx status code

func (*GlobalDeleteExtensionBundleUnauthorized) IsServerError added in v1.19.1

func (o *GlobalDeleteExtensionBundleUnauthorized) IsServerError() bool

IsServerError returns true when this global delete extension bundle unauthorized response has a 5xx status code

func (*GlobalDeleteExtensionBundleUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this global delete extension bundle unauthorized response has a 2xx status code

func (*GlobalDeleteExtensionBundleUnauthorized) String added in v1.19.1

type GlobalGetBundleVersionBadRequest

type GlobalGetBundleVersionBadRequest struct {
}

GlobalGetBundleVersionBadRequest 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 NewGlobalGetBundleVersionBadRequest

func NewGlobalGetBundleVersionBadRequest() *GlobalGetBundleVersionBadRequest

NewGlobalGetBundleVersionBadRequest creates a GlobalGetBundleVersionBadRequest with default headers values

func (*GlobalGetBundleVersionBadRequest) Error

func (*GlobalGetBundleVersionBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionBadRequest) IsClientError() bool

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

func (*GlobalGetBundleVersionBadRequest) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionBadRequest) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionBadRequest) IsRedirect() bool

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

func (*GlobalGetBundleVersionBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionBadRequest) IsServerError() bool

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

func (*GlobalGetBundleVersionBadRequest) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionBadRequest) IsSuccess() bool

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

func (*GlobalGetBundleVersionBadRequest) String added in v1.19.1

type GlobalGetBundleVersionConflict

type GlobalGetBundleVersionConflict struct {
}

GlobalGetBundleVersionConflict 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 NewGlobalGetBundleVersionConflict

func NewGlobalGetBundleVersionConflict() *GlobalGetBundleVersionConflict

NewGlobalGetBundleVersionConflict creates a GlobalGetBundleVersionConflict with default headers values

func (*GlobalGetBundleVersionConflict) Error

func (*GlobalGetBundleVersionConflict) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionConflict) IsClientError() bool

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

func (*GlobalGetBundleVersionConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionConflict) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionConflict) IsRedirect() bool

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

func (*GlobalGetBundleVersionConflict) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionConflict) IsServerError() bool

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

func (*GlobalGetBundleVersionConflict) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionConflict) IsSuccess() bool

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

func (*GlobalGetBundleVersionConflict) String added in v1.19.1

type GlobalGetBundleVersionContentBadRequest

type GlobalGetBundleVersionContentBadRequest struct {
}

GlobalGetBundleVersionContentBadRequest 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 NewGlobalGetBundleVersionContentBadRequest

func NewGlobalGetBundleVersionContentBadRequest() *GlobalGetBundleVersionContentBadRequest

NewGlobalGetBundleVersionContentBadRequest creates a GlobalGetBundleVersionContentBadRequest with default headers values

func (*GlobalGetBundleVersionContentBadRequest) Error

func (*GlobalGetBundleVersionContentBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionContentBadRequest) IsClientError() bool

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

func (*GlobalGetBundleVersionContentBadRequest) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionContentBadRequest) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionContentBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionContentBadRequest) IsServerError() bool

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

func (*GlobalGetBundleVersionContentBadRequest) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionContentBadRequest) String added in v1.19.1

type GlobalGetBundleVersionContentConflict

type GlobalGetBundleVersionContentConflict struct {
}

GlobalGetBundleVersionContentConflict 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 NewGlobalGetBundleVersionContentConflict

func NewGlobalGetBundleVersionContentConflict() *GlobalGetBundleVersionContentConflict

NewGlobalGetBundleVersionContentConflict creates a GlobalGetBundleVersionContentConflict with default headers values

func (*GlobalGetBundleVersionContentConflict) Error

func (*GlobalGetBundleVersionContentConflict) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionContentConflict) IsClientError() bool

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

func (*GlobalGetBundleVersionContentConflict) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionContentConflict) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionContentConflict) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionContentConflict) IsServerError() bool

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

func (*GlobalGetBundleVersionContentConflict) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionContentConflict) String added in v1.19.1

type GlobalGetBundleVersionContentForbidden

type GlobalGetBundleVersionContentForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetBundleVersionContentForbidden

func NewGlobalGetBundleVersionContentForbidden() *GlobalGetBundleVersionContentForbidden

NewGlobalGetBundleVersionContentForbidden creates a GlobalGetBundleVersionContentForbidden with default headers values

func (*GlobalGetBundleVersionContentForbidden) Error

func (*GlobalGetBundleVersionContentForbidden) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionContentForbidden) IsClientError() bool

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

func (*GlobalGetBundleVersionContentForbidden) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionContentForbidden) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionContentForbidden) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionContentForbidden) IsServerError() bool

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

func (*GlobalGetBundleVersionContentForbidden) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionContentForbidden) String added in v1.19.1

type GlobalGetBundleVersionContentNotFound

type GlobalGetBundleVersionContentNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetBundleVersionContentNotFound

func NewGlobalGetBundleVersionContentNotFound() *GlobalGetBundleVersionContentNotFound

NewGlobalGetBundleVersionContentNotFound creates a GlobalGetBundleVersionContentNotFound with default headers values

func (*GlobalGetBundleVersionContentNotFound) Error

func (*GlobalGetBundleVersionContentNotFound) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionContentNotFound) IsClientError() bool

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

func (*GlobalGetBundleVersionContentNotFound) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionContentNotFound) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionContentNotFound) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionContentNotFound) IsServerError() bool

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

func (*GlobalGetBundleVersionContentNotFound) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionContentNotFound) String added in v1.19.1

type GlobalGetBundleVersionContentOK

type GlobalGetBundleVersionContentOK struct {
	Payload []strfmt.Base64
}

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

successful operation

func NewGlobalGetBundleVersionContentOK

func NewGlobalGetBundleVersionContentOK() *GlobalGetBundleVersionContentOK

NewGlobalGetBundleVersionContentOK creates a GlobalGetBundleVersionContentOK with default headers values

func (*GlobalGetBundleVersionContentOK) Error

func (*GlobalGetBundleVersionContentOK) GetPayload

func (o *GlobalGetBundleVersionContentOK) GetPayload() []strfmt.Base64

func (*GlobalGetBundleVersionContentOK) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionContentOK) IsClientError() bool

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

func (*GlobalGetBundleVersionContentOK) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionContentOK) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionContentOK) IsRedirect() bool

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

func (*GlobalGetBundleVersionContentOK) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionContentOK) IsServerError() bool

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

func (*GlobalGetBundleVersionContentOK) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionContentOK) IsSuccess() bool

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

func (*GlobalGetBundleVersionContentOK) String added in v1.19.1

type GlobalGetBundleVersionContentParams

type GlobalGetBundleVersionContentParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GlobalGetBundleVersionContentParams contains all the parameters to send to the API endpoint

for the global get bundle version content operation.

Typically these are written to a http.Request.

func NewGlobalGetBundleVersionContentParams

func NewGlobalGetBundleVersionContentParams() *GlobalGetBundleVersionContentParams

NewGlobalGetBundleVersionContentParams creates a new GlobalGetBundleVersionContentParams 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 NewGlobalGetBundleVersionContentParamsWithContext

func NewGlobalGetBundleVersionContentParamsWithContext(ctx context.Context) *GlobalGetBundleVersionContentParams

NewGlobalGetBundleVersionContentParamsWithContext creates a new GlobalGetBundleVersionContentParams object with the ability to set a context for a request.

func NewGlobalGetBundleVersionContentParamsWithHTTPClient

func NewGlobalGetBundleVersionContentParamsWithHTTPClient(client *http.Client) *GlobalGetBundleVersionContentParams

NewGlobalGetBundleVersionContentParamsWithHTTPClient creates a new GlobalGetBundleVersionContentParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetBundleVersionContentParamsWithTimeout

func NewGlobalGetBundleVersionContentParamsWithTimeout(timeout time.Duration) *GlobalGetBundleVersionContentParams

NewGlobalGetBundleVersionContentParamsWithTimeout creates a new GlobalGetBundleVersionContentParams object with the ability to set a timeout on a request.

func (*GlobalGetBundleVersionContentParams) SetBundleID

func (o *GlobalGetBundleVersionContentParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) SetContext

SetContext adds the context to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) SetDefaults

func (o *GlobalGetBundleVersionContentParams) SetDefaults()

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

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

func (*GlobalGetBundleVersionContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) SetTimeout

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

SetTimeout adds the timeout to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) SetVersion

func (o *GlobalGetBundleVersionContentParams) SetVersion(version string)

SetVersion adds the version to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WithBundleID

WithBundleID adds the bundleID to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WithContext

WithContext adds the context to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WithDefaults

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

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

func (*GlobalGetBundleVersionContentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WithTimeout

WithTimeout adds the timeout to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WithVersion

WithVersion adds the version to the global get bundle version content params

func (*GlobalGetBundleVersionContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetBundleVersionContentReader

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

GlobalGetBundleVersionContentReader is a Reader for the GlobalGetBundleVersionContent structure.

func (*GlobalGetBundleVersionContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetBundleVersionContentUnauthorized

type GlobalGetBundleVersionContentUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetBundleVersionContentUnauthorized

func NewGlobalGetBundleVersionContentUnauthorized() *GlobalGetBundleVersionContentUnauthorized

NewGlobalGetBundleVersionContentUnauthorized creates a GlobalGetBundleVersionContentUnauthorized with default headers values

func (*GlobalGetBundleVersionContentUnauthorized) Error

func (*GlobalGetBundleVersionContentUnauthorized) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionContentUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionContentUnauthorized) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionContentUnauthorized) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionContentUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionContentUnauthorized) String added in v1.19.1

type GlobalGetBundleVersionExtensionBadRequest

type GlobalGetBundleVersionExtensionBadRequest struct {
}

GlobalGetBundleVersionExtensionBadRequest 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 NewGlobalGetBundleVersionExtensionBadRequest

func NewGlobalGetBundleVersionExtensionBadRequest() *GlobalGetBundleVersionExtensionBadRequest

NewGlobalGetBundleVersionExtensionBadRequest creates a GlobalGetBundleVersionExtensionBadRequest with default headers values

func (*GlobalGetBundleVersionExtensionBadRequest) Error

func (*GlobalGetBundleVersionExtensionBadRequest) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionBadRequest) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionBadRequest) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionBadRequest) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionBadRequest) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionBadRequest) String added in v1.19.1

type GlobalGetBundleVersionExtensionConflict

type GlobalGetBundleVersionExtensionConflict struct {
}

GlobalGetBundleVersionExtensionConflict 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 NewGlobalGetBundleVersionExtensionConflict

func NewGlobalGetBundleVersionExtensionConflict() *GlobalGetBundleVersionExtensionConflict

NewGlobalGetBundleVersionExtensionConflict creates a GlobalGetBundleVersionExtensionConflict with default headers values

func (*GlobalGetBundleVersionExtensionConflict) Error

func (*GlobalGetBundleVersionExtensionConflict) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionConflict) IsClientError() bool

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

func (*GlobalGetBundleVersionExtensionConflict) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionConflict) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionConflict) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionConflict) IsServerError() bool

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

func (*GlobalGetBundleVersionExtensionConflict) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionConflict) String added in v1.19.1

type GlobalGetBundleVersionExtensionForbidden

type GlobalGetBundleVersionExtensionForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetBundleVersionExtensionForbidden

func NewGlobalGetBundleVersionExtensionForbidden() *GlobalGetBundleVersionExtensionForbidden

NewGlobalGetBundleVersionExtensionForbidden creates a GlobalGetBundleVersionExtensionForbidden with default headers values

func (*GlobalGetBundleVersionExtensionForbidden) Error

func (*GlobalGetBundleVersionExtensionForbidden) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionForbidden) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionForbidden) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionForbidden) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionForbidden) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionForbidden) String added in v1.19.1

type GlobalGetBundleVersionExtensionNotFound

type GlobalGetBundleVersionExtensionNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetBundleVersionExtensionNotFound

func NewGlobalGetBundleVersionExtensionNotFound() *GlobalGetBundleVersionExtensionNotFound

NewGlobalGetBundleVersionExtensionNotFound creates a GlobalGetBundleVersionExtensionNotFound with default headers values

func (*GlobalGetBundleVersionExtensionNotFound) Error

func (*GlobalGetBundleVersionExtensionNotFound) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionNotFound) IsClientError() bool

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

func (*GlobalGetBundleVersionExtensionNotFound) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionNotFound) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionNotFound) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionNotFound) IsServerError() bool

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

func (*GlobalGetBundleVersionExtensionNotFound) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionNotFound) String added in v1.19.1

type GlobalGetBundleVersionExtensionOK

type GlobalGetBundleVersionExtensionOK struct {
	Payload []*models.Extension
}

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

successful operation

func NewGlobalGetBundleVersionExtensionOK

func NewGlobalGetBundleVersionExtensionOK() *GlobalGetBundleVersionExtensionOK

NewGlobalGetBundleVersionExtensionOK creates a GlobalGetBundleVersionExtensionOK with default headers values

func (*GlobalGetBundleVersionExtensionOK) Error

func (*GlobalGetBundleVersionExtensionOK) GetPayload

func (*GlobalGetBundleVersionExtensionOK) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionOK) IsClientError() bool

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

func (*GlobalGetBundleVersionExtensionOK) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionExtensionOK) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionExtensionOK) IsRedirect() bool

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

func (*GlobalGetBundleVersionExtensionOK) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionOK) IsServerError() bool

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

func (*GlobalGetBundleVersionExtensionOK) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionExtensionOK) IsSuccess() bool

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

func (*GlobalGetBundleVersionExtensionOK) String added in v1.19.1

type GlobalGetBundleVersionExtensionParams

type GlobalGetBundleVersionExtensionParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Name.

	   The fully qualified name of the extension
	*/
	Name string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GlobalGetBundleVersionExtensionParams contains all the parameters to send to the API endpoint

for the global get bundle version extension operation.

Typically these are written to a http.Request.

func NewGlobalGetBundleVersionExtensionParams

func NewGlobalGetBundleVersionExtensionParams() *GlobalGetBundleVersionExtensionParams

NewGlobalGetBundleVersionExtensionParams creates a new GlobalGetBundleVersionExtensionParams 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 NewGlobalGetBundleVersionExtensionParamsWithContext

func NewGlobalGetBundleVersionExtensionParamsWithContext(ctx context.Context) *GlobalGetBundleVersionExtensionParams

NewGlobalGetBundleVersionExtensionParamsWithContext creates a new GlobalGetBundleVersionExtensionParams object with the ability to set a context for a request.

func NewGlobalGetBundleVersionExtensionParamsWithHTTPClient

func NewGlobalGetBundleVersionExtensionParamsWithHTTPClient(client *http.Client) *GlobalGetBundleVersionExtensionParams

NewGlobalGetBundleVersionExtensionParamsWithHTTPClient creates a new GlobalGetBundleVersionExtensionParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetBundleVersionExtensionParamsWithTimeout

func NewGlobalGetBundleVersionExtensionParamsWithTimeout(timeout time.Duration) *GlobalGetBundleVersionExtensionParams

NewGlobalGetBundleVersionExtensionParamsWithTimeout creates a new GlobalGetBundleVersionExtensionParams object with the ability to set a timeout on a request.

func (*GlobalGetBundleVersionExtensionParams) SetBundleID

func (o *GlobalGetBundleVersionExtensionParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) SetContext

SetContext adds the context to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) SetDefaults

func (o *GlobalGetBundleVersionExtensionParams) SetDefaults()

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

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

func (*GlobalGetBundleVersionExtensionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) SetName

SetName adds the name to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) SetTimeout

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

SetTimeout adds the timeout to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) SetVersion

func (o *GlobalGetBundleVersionExtensionParams) SetVersion(version string)

SetVersion adds the version to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithBundleID

WithBundleID adds the bundleID to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithContext

WithContext adds the context to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithDefaults

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

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

func (*GlobalGetBundleVersionExtensionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithName

WithName adds the name to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithTimeout

WithTimeout adds the timeout to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WithVersion

WithVersion adds the version to the global get bundle version extension params

func (*GlobalGetBundleVersionExtensionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetBundleVersionExtensionReader

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

GlobalGetBundleVersionExtensionReader is a Reader for the GlobalGetBundleVersionExtension structure.

func (*GlobalGetBundleVersionExtensionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetBundleVersionExtensionUnauthorized

type GlobalGetBundleVersionExtensionUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetBundleVersionExtensionUnauthorized

func NewGlobalGetBundleVersionExtensionUnauthorized() *GlobalGetBundleVersionExtensionUnauthorized

NewGlobalGetBundleVersionExtensionUnauthorized creates a GlobalGetBundleVersionExtensionUnauthorized with default headers values

func (*GlobalGetBundleVersionExtensionUnauthorized) Error

func (*GlobalGetBundleVersionExtensionUnauthorized) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionUnauthorized) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionUnauthorized) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionUnauthorized) String added in v1.19.1

type GlobalGetBundleVersionExtensionsBadRequest

type GlobalGetBundleVersionExtensionsBadRequest struct {
}

GlobalGetBundleVersionExtensionsBadRequest 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 NewGlobalGetBundleVersionExtensionsBadRequest

func NewGlobalGetBundleVersionExtensionsBadRequest() *GlobalGetBundleVersionExtensionsBadRequest

NewGlobalGetBundleVersionExtensionsBadRequest creates a GlobalGetBundleVersionExtensionsBadRequest with default headers values

func (*GlobalGetBundleVersionExtensionsBadRequest) Error

func (*GlobalGetBundleVersionExtensionsBadRequest) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsBadRequest) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsBadRequest) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsBadRequest) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsBadRequest) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsBadRequest) String added in v1.19.1

type GlobalGetBundleVersionExtensionsConflict

type GlobalGetBundleVersionExtensionsConflict struct {
}

GlobalGetBundleVersionExtensionsConflict 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 NewGlobalGetBundleVersionExtensionsConflict

func NewGlobalGetBundleVersionExtensionsConflict() *GlobalGetBundleVersionExtensionsConflict

NewGlobalGetBundleVersionExtensionsConflict creates a GlobalGetBundleVersionExtensionsConflict with default headers values

func (*GlobalGetBundleVersionExtensionsConflict) Error

func (*GlobalGetBundleVersionExtensionsConflict) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsConflict) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsConflict) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsConflict) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsConflict) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsConflict) String added in v1.19.1

type GlobalGetBundleVersionExtensionsForbidden

type GlobalGetBundleVersionExtensionsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetBundleVersionExtensionsForbidden

func NewGlobalGetBundleVersionExtensionsForbidden() *GlobalGetBundleVersionExtensionsForbidden

NewGlobalGetBundleVersionExtensionsForbidden creates a GlobalGetBundleVersionExtensionsForbidden with default headers values

func (*GlobalGetBundleVersionExtensionsForbidden) Error

func (*GlobalGetBundleVersionExtensionsForbidden) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsForbidden) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsForbidden) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsForbidden) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsForbidden) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsForbidden) String added in v1.19.1

type GlobalGetBundleVersionExtensionsNotFound

type GlobalGetBundleVersionExtensionsNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetBundleVersionExtensionsNotFound

func NewGlobalGetBundleVersionExtensionsNotFound() *GlobalGetBundleVersionExtensionsNotFound

NewGlobalGetBundleVersionExtensionsNotFound creates a GlobalGetBundleVersionExtensionsNotFound with default headers values

func (*GlobalGetBundleVersionExtensionsNotFound) Error

func (*GlobalGetBundleVersionExtensionsNotFound) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsNotFound) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsNotFound) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsNotFound) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsNotFound) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsNotFound) String added in v1.19.1

type GlobalGetBundleVersionExtensionsOK

type GlobalGetBundleVersionExtensionsOK struct {
	Payload []*models.ExtensionMetadata
}

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

successful operation

func NewGlobalGetBundleVersionExtensionsOK

func NewGlobalGetBundleVersionExtensionsOK() *GlobalGetBundleVersionExtensionsOK

NewGlobalGetBundleVersionExtensionsOK creates a GlobalGetBundleVersionExtensionsOK with default headers values

func (*GlobalGetBundleVersionExtensionsOK) Error

func (*GlobalGetBundleVersionExtensionsOK) GetPayload

func (*GlobalGetBundleVersionExtensionsOK) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionsOK) IsClientError() bool

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

func (*GlobalGetBundleVersionExtensionsOK) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsOK) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionExtensionsOK) IsRedirect() bool

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

func (*GlobalGetBundleVersionExtensionsOK) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionExtensionsOK) IsServerError() bool

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

func (*GlobalGetBundleVersionExtensionsOK) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsOK) String added in v1.19.1

type GlobalGetBundleVersionExtensionsParams

type GlobalGetBundleVersionExtensionsParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GlobalGetBundleVersionExtensionsParams contains all the parameters to send to the API endpoint

for the global get bundle version extensions operation.

Typically these are written to a http.Request.

func NewGlobalGetBundleVersionExtensionsParams

func NewGlobalGetBundleVersionExtensionsParams() *GlobalGetBundleVersionExtensionsParams

NewGlobalGetBundleVersionExtensionsParams creates a new GlobalGetBundleVersionExtensionsParams 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 NewGlobalGetBundleVersionExtensionsParamsWithContext

func NewGlobalGetBundleVersionExtensionsParamsWithContext(ctx context.Context) *GlobalGetBundleVersionExtensionsParams

NewGlobalGetBundleVersionExtensionsParamsWithContext creates a new GlobalGetBundleVersionExtensionsParams object with the ability to set a context for a request.

func NewGlobalGetBundleVersionExtensionsParamsWithHTTPClient

func NewGlobalGetBundleVersionExtensionsParamsWithHTTPClient(client *http.Client) *GlobalGetBundleVersionExtensionsParams

NewGlobalGetBundleVersionExtensionsParamsWithHTTPClient creates a new GlobalGetBundleVersionExtensionsParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetBundleVersionExtensionsParamsWithTimeout

func NewGlobalGetBundleVersionExtensionsParamsWithTimeout(timeout time.Duration) *GlobalGetBundleVersionExtensionsParams

NewGlobalGetBundleVersionExtensionsParamsWithTimeout creates a new GlobalGetBundleVersionExtensionsParams object with the ability to set a timeout on a request.

func (*GlobalGetBundleVersionExtensionsParams) SetBundleID

func (o *GlobalGetBundleVersionExtensionsParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) SetContext

SetContext adds the context to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) SetDefaults

func (o *GlobalGetBundleVersionExtensionsParams) SetDefaults()

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

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

func (*GlobalGetBundleVersionExtensionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) SetTimeout

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

SetTimeout adds the timeout to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) SetVersion

func (o *GlobalGetBundleVersionExtensionsParams) SetVersion(version string)

SetVersion adds the version to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WithBundleID

WithBundleID adds the bundleID to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WithContext

WithContext adds the context to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WithDefaults

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

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

func (*GlobalGetBundleVersionExtensionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WithTimeout

WithTimeout adds the timeout to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WithVersion

WithVersion adds the version to the global get bundle version extensions params

func (*GlobalGetBundleVersionExtensionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetBundleVersionExtensionsReader

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

GlobalGetBundleVersionExtensionsReader is a Reader for the GlobalGetBundleVersionExtensions structure.

func (*GlobalGetBundleVersionExtensionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetBundleVersionExtensionsUnauthorized

type GlobalGetBundleVersionExtensionsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetBundleVersionExtensionsUnauthorized

func NewGlobalGetBundleVersionExtensionsUnauthorized() *GlobalGetBundleVersionExtensionsUnauthorized

NewGlobalGetBundleVersionExtensionsUnauthorized creates a GlobalGetBundleVersionExtensionsUnauthorized with default headers values

func (*GlobalGetBundleVersionExtensionsUnauthorized) Error

func (*GlobalGetBundleVersionExtensionsUnauthorized) IsClientError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsUnauthorized) IsRedirect added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsUnauthorized) IsServerError added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionExtensionsUnauthorized) String added in v1.19.1

type GlobalGetBundleVersionForbidden

type GlobalGetBundleVersionForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetBundleVersionForbidden

func NewGlobalGetBundleVersionForbidden() *GlobalGetBundleVersionForbidden

NewGlobalGetBundleVersionForbidden creates a GlobalGetBundleVersionForbidden with default headers values

func (*GlobalGetBundleVersionForbidden) Error

func (*GlobalGetBundleVersionForbidden) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionForbidden) IsClientError() bool

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

func (*GlobalGetBundleVersionForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionForbidden) IsRedirect() bool

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

func (*GlobalGetBundleVersionForbidden) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionForbidden) IsServerError() bool

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

func (*GlobalGetBundleVersionForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionForbidden) IsSuccess() bool

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

func (*GlobalGetBundleVersionForbidden) String added in v1.19.1

type GlobalGetBundleVersionNotFound

type GlobalGetBundleVersionNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetBundleVersionNotFound

func NewGlobalGetBundleVersionNotFound() *GlobalGetBundleVersionNotFound

NewGlobalGetBundleVersionNotFound creates a GlobalGetBundleVersionNotFound with default headers values

func (*GlobalGetBundleVersionNotFound) Error

func (*GlobalGetBundleVersionNotFound) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionNotFound) IsClientError() bool

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

func (*GlobalGetBundleVersionNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionNotFound) IsRedirect() bool

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

func (*GlobalGetBundleVersionNotFound) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionNotFound) IsServerError() bool

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

func (*GlobalGetBundleVersionNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionNotFound) IsSuccess() bool

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

func (*GlobalGetBundleVersionNotFound) String added in v1.19.1

type GlobalGetBundleVersionOK

type GlobalGetBundleVersionOK struct {
	Payload *models.BundleVersion
}

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

successful operation

func NewGlobalGetBundleVersionOK

func NewGlobalGetBundleVersionOK() *GlobalGetBundleVersionOK

NewGlobalGetBundleVersionOK creates a GlobalGetBundleVersionOK with default headers values

func (*GlobalGetBundleVersionOK) Error

func (o *GlobalGetBundleVersionOK) Error() string

func (*GlobalGetBundleVersionOK) GetPayload

func (*GlobalGetBundleVersionOK) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionOK) IsClientError() bool

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

func (*GlobalGetBundleVersionOK) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionOK) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionOK) IsRedirect() bool

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

func (*GlobalGetBundleVersionOK) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionOK) IsServerError() bool

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

func (*GlobalGetBundleVersionOK) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionOK) IsSuccess() bool

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

func (*GlobalGetBundleVersionOK) String added in v1.19.1

func (o *GlobalGetBundleVersionOK) String() string

type GlobalGetBundleVersionParams

type GlobalGetBundleVersionParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

	/* Version.

	   The version of the bundle
	*/
	Version string

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

GlobalGetBundleVersionParams contains all the parameters to send to the API endpoint

for the global get bundle version operation.

Typically these are written to a http.Request.

func NewGlobalGetBundleVersionParams

func NewGlobalGetBundleVersionParams() *GlobalGetBundleVersionParams

NewGlobalGetBundleVersionParams creates a new GlobalGetBundleVersionParams 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 NewGlobalGetBundleVersionParamsWithContext

func NewGlobalGetBundleVersionParamsWithContext(ctx context.Context) *GlobalGetBundleVersionParams

NewGlobalGetBundleVersionParamsWithContext creates a new GlobalGetBundleVersionParams object with the ability to set a context for a request.

func NewGlobalGetBundleVersionParamsWithHTTPClient

func NewGlobalGetBundleVersionParamsWithHTTPClient(client *http.Client) *GlobalGetBundleVersionParams

NewGlobalGetBundleVersionParamsWithHTTPClient creates a new GlobalGetBundleVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetBundleVersionParamsWithTimeout

func NewGlobalGetBundleVersionParamsWithTimeout(timeout time.Duration) *GlobalGetBundleVersionParams

NewGlobalGetBundleVersionParamsWithTimeout creates a new GlobalGetBundleVersionParams object with the ability to set a timeout on a request.

func (*GlobalGetBundleVersionParams) SetBundleID

func (o *GlobalGetBundleVersionParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get bundle version params

func (*GlobalGetBundleVersionParams) SetContext

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

SetContext adds the context to the global get bundle version params

func (*GlobalGetBundleVersionParams) SetDefaults

func (o *GlobalGetBundleVersionParams) SetDefaults()

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

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

func (*GlobalGetBundleVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get bundle version params

func (*GlobalGetBundleVersionParams) SetTimeout

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

SetTimeout adds the timeout to the global get bundle version params

func (*GlobalGetBundleVersionParams) SetVersion

func (o *GlobalGetBundleVersionParams) SetVersion(version string)

SetVersion adds the version to the global get bundle version params

func (*GlobalGetBundleVersionParams) WithBundleID

WithBundleID adds the bundleID to the global get bundle version params

func (*GlobalGetBundleVersionParams) WithContext

WithContext adds the context to the global get bundle version params

func (*GlobalGetBundleVersionParams) WithDefaults

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

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

func (*GlobalGetBundleVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get bundle version params

func (*GlobalGetBundleVersionParams) WithTimeout

WithTimeout adds the timeout to the global get bundle version params

func (*GlobalGetBundleVersionParams) WithVersion

WithVersion adds the version to the global get bundle version params

func (*GlobalGetBundleVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetBundleVersionReader

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

GlobalGetBundleVersionReader is a Reader for the GlobalGetBundleVersion structure.

func (*GlobalGetBundleVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetBundleVersionUnauthorized

type GlobalGetBundleVersionUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetBundleVersionUnauthorized

func NewGlobalGetBundleVersionUnauthorized() *GlobalGetBundleVersionUnauthorized

NewGlobalGetBundleVersionUnauthorized creates a GlobalGetBundleVersionUnauthorized with default headers values

func (*GlobalGetBundleVersionUnauthorized) Error

func (*GlobalGetBundleVersionUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionUnauthorized) IsClientError() bool

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

func (*GlobalGetBundleVersionUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionUnauthorized) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionUnauthorized) IsRedirect() bool

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

func (*GlobalGetBundleVersionUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionUnauthorized) IsServerError() bool

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

func (*GlobalGetBundleVersionUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionUnauthorized) String added in v1.19.1

type GlobalGetBundleVersionsBadRequest

type GlobalGetBundleVersionsBadRequest struct {
}

GlobalGetBundleVersionsBadRequest 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 NewGlobalGetBundleVersionsBadRequest

func NewGlobalGetBundleVersionsBadRequest() *GlobalGetBundleVersionsBadRequest

NewGlobalGetBundleVersionsBadRequest creates a GlobalGetBundleVersionsBadRequest with default headers values

func (*GlobalGetBundleVersionsBadRequest) Error

func (*GlobalGetBundleVersionsBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsBadRequest) IsClientError() bool

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

func (*GlobalGetBundleVersionsBadRequest) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionsBadRequest) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsBadRequest) IsRedirect() bool

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

func (*GlobalGetBundleVersionsBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsBadRequest) IsServerError() bool

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

func (*GlobalGetBundleVersionsBadRequest) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionsBadRequest) IsSuccess() bool

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

func (*GlobalGetBundleVersionsBadRequest) String added in v1.19.1

type GlobalGetBundleVersionsConflict

type GlobalGetBundleVersionsConflict struct {
}

GlobalGetBundleVersionsConflict 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 NewGlobalGetBundleVersionsConflict

func NewGlobalGetBundleVersionsConflict() *GlobalGetBundleVersionsConflict

NewGlobalGetBundleVersionsConflict creates a GlobalGetBundleVersionsConflict with default headers values

func (*GlobalGetBundleVersionsConflict) Error

func (*GlobalGetBundleVersionsConflict) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsConflict) IsClientError() bool

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

func (*GlobalGetBundleVersionsConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionsConflict) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsConflict) IsRedirect() bool

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

func (*GlobalGetBundleVersionsConflict) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsConflict) IsServerError() bool

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

func (*GlobalGetBundleVersionsConflict) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionsConflict) IsSuccess() bool

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

func (*GlobalGetBundleVersionsConflict) String added in v1.19.1

type GlobalGetBundleVersionsForbidden

type GlobalGetBundleVersionsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetBundleVersionsForbidden

func NewGlobalGetBundleVersionsForbidden() *GlobalGetBundleVersionsForbidden

NewGlobalGetBundleVersionsForbidden creates a GlobalGetBundleVersionsForbidden with default headers values

func (*GlobalGetBundleVersionsForbidden) Error

func (*GlobalGetBundleVersionsForbidden) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsForbidden) IsClientError() bool

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

func (*GlobalGetBundleVersionsForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionsForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsForbidden) IsRedirect() bool

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

func (*GlobalGetBundleVersionsForbidden) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsForbidden) IsServerError() bool

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

func (*GlobalGetBundleVersionsForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionsForbidden) IsSuccess() bool

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

func (*GlobalGetBundleVersionsForbidden) String added in v1.19.1

type GlobalGetBundleVersionsNotFound

type GlobalGetBundleVersionsNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetBundleVersionsNotFound

func NewGlobalGetBundleVersionsNotFound() *GlobalGetBundleVersionsNotFound

NewGlobalGetBundleVersionsNotFound creates a GlobalGetBundleVersionsNotFound with default headers values

func (*GlobalGetBundleVersionsNotFound) Error

func (*GlobalGetBundleVersionsNotFound) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsNotFound) IsClientError() bool

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

func (*GlobalGetBundleVersionsNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionsNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsNotFound) IsRedirect() bool

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

func (*GlobalGetBundleVersionsNotFound) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsNotFound) IsServerError() bool

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

func (*GlobalGetBundleVersionsNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionsNotFound) IsSuccess() bool

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

func (*GlobalGetBundleVersionsNotFound) String added in v1.19.1

type GlobalGetBundleVersionsOK

type GlobalGetBundleVersionsOK struct {
	Payload []*models.BundleVersionMetadata
}

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

successful operation

func NewGlobalGetBundleVersionsOK

func NewGlobalGetBundleVersionsOK() *GlobalGetBundleVersionsOK

NewGlobalGetBundleVersionsOK creates a GlobalGetBundleVersionsOK with default headers values

func (*GlobalGetBundleVersionsOK) Error

func (o *GlobalGetBundleVersionsOK) Error() string

func (*GlobalGetBundleVersionsOK) GetPayload

func (*GlobalGetBundleVersionsOK) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsOK) IsClientError() bool

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

func (*GlobalGetBundleVersionsOK) IsCode added in v1.19.1

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

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

func (*GlobalGetBundleVersionsOK) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsOK) IsRedirect() bool

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

func (*GlobalGetBundleVersionsOK) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsOK) IsServerError() bool

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

func (*GlobalGetBundleVersionsOK) IsSuccess added in v1.19.1

func (o *GlobalGetBundleVersionsOK) IsSuccess() bool

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

func (*GlobalGetBundleVersionsOK) String added in v1.19.1

func (o *GlobalGetBundleVersionsOK) String() string

type GlobalGetBundleVersionsParams

type GlobalGetBundleVersionsParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

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

GlobalGetBundleVersionsParams contains all the parameters to send to the API endpoint

for the global get bundle versions operation.

Typically these are written to a http.Request.

func NewGlobalGetBundleVersionsParams

func NewGlobalGetBundleVersionsParams() *GlobalGetBundleVersionsParams

NewGlobalGetBundleVersionsParams creates a new GlobalGetBundleVersionsParams 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 NewGlobalGetBundleVersionsParamsWithContext

func NewGlobalGetBundleVersionsParamsWithContext(ctx context.Context) *GlobalGetBundleVersionsParams

NewGlobalGetBundleVersionsParamsWithContext creates a new GlobalGetBundleVersionsParams object with the ability to set a context for a request.

func NewGlobalGetBundleVersionsParamsWithHTTPClient

func NewGlobalGetBundleVersionsParamsWithHTTPClient(client *http.Client) *GlobalGetBundleVersionsParams

NewGlobalGetBundleVersionsParamsWithHTTPClient creates a new GlobalGetBundleVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetBundleVersionsParamsWithTimeout

func NewGlobalGetBundleVersionsParamsWithTimeout(timeout time.Duration) *GlobalGetBundleVersionsParams

NewGlobalGetBundleVersionsParamsWithTimeout creates a new GlobalGetBundleVersionsParams object with the ability to set a timeout on a request.

func (*GlobalGetBundleVersionsParams) SetBundleID

func (o *GlobalGetBundleVersionsParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) SetContext

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

SetContext adds the context to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) SetDefaults

func (o *GlobalGetBundleVersionsParams) SetDefaults()

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

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

func (*GlobalGetBundleVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) WithBundleID

WithBundleID adds the bundleID to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) WithContext

WithContext adds the context to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) WithDefaults

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

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

func (*GlobalGetBundleVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) WithTimeout

WithTimeout adds the timeout to the global get bundle versions params

func (*GlobalGetBundleVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetBundleVersionsReader

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

GlobalGetBundleVersionsReader is a Reader for the GlobalGetBundleVersions structure.

func (*GlobalGetBundleVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetBundleVersionsUnauthorized

type GlobalGetBundleVersionsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetBundleVersionsUnauthorized

func NewGlobalGetBundleVersionsUnauthorized() *GlobalGetBundleVersionsUnauthorized

NewGlobalGetBundleVersionsUnauthorized creates a GlobalGetBundleVersionsUnauthorized with default headers values

func (*GlobalGetBundleVersionsUnauthorized) Error

func (*GlobalGetBundleVersionsUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetBundleVersionsUnauthorized) IsClientError() bool

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

func (*GlobalGetBundleVersionsUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetBundleVersionsUnauthorized) IsRedirect added in v1.19.1

func (o *GlobalGetBundleVersionsUnauthorized) IsRedirect() bool

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

func (*GlobalGetBundleVersionsUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetBundleVersionsUnauthorized) IsServerError() bool

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

func (*GlobalGetBundleVersionsUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetBundleVersionsUnauthorized) String added in v1.19.1

type GlobalGetExtensionBundleBadRequest

type GlobalGetExtensionBundleBadRequest struct {
}

GlobalGetExtensionBundleBadRequest 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 NewGlobalGetExtensionBundleBadRequest

func NewGlobalGetExtensionBundleBadRequest() *GlobalGetExtensionBundleBadRequest

NewGlobalGetExtensionBundleBadRequest creates a GlobalGetExtensionBundleBadRequest with default headers values

func (*GlobalGetExtensionBundleBadRequest) Error

func (*GlobalGetExtensionBundleBadRequest) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleBadRequest) IsClientError() bool

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

func (*GlobalGetExtensionBundleBadRequest) IsCode added in v1.19.1

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

func (*GlobalGetExtensionBundleBadRequest) IsRedirect added in v1.19.1

func (o *GlobalGetExtensionBundleBadRequest) IsRedirect() bool

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

func (*GlobalGetExtensionBundleBadRequest) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleBadRequest) IsServerError() bool

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

func (*GlobalGetExtensionBundleBadRequest) IsSuccess added in v1.19.1

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

func (*GlobalGetExtensionBundleBadRequest) String added in v1.19.1

type GlobalGetExtensionBundleConflict

type GlobalGetExtensionBundleConflict struct {
}

GlobalGetExtensionBundleConflict 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 NewGlobalGetExtensionBundleConflict

func NewGlobalGetExtensionBundleConflict() *GlobalGetExtensionBundleConflict

NewGlobalGetExtensionBundleConflict creates a GlobalGetExtensionBundleConflict with default headers values

func (*GlobalGetExtensionBundleConflict) Error

func (*GlobalGetExtensionBundleConflict) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleConflict) IsClientError() bool

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

func (*GlobalGetExtensionBundleConflict) IsCode added in v1.19.1

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

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

func (*GlobalGetExtensionBundleConflict) IsRedirect added in v1.19.1

func (o *GlobalGetExtensionBundleConflict) IsRedirect() bool

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

func (*GlobalGetExtensionBundleConflict) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleConflict) IsServerError() bool

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

func (*GlobalGetExtensionBundleConflict) IsSuccess added in v1.19.1

func (o *GlobalGetExtensionBundleConflict) IsSuccess() bool

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

func (*GlobalGetExtensionBundleConflict) String added in v1.19.1

type GlobalGetExtensionBundleForbidden

type GlobalGetExtensionBundleForbidden struct {
}

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

Client is not authorized to make this request.

func NewGlobalGetExtensionBundleForbidden

func NewGlobalGetExtensionBundleForbidden() *GlobalGetExtensionBundleForbidden

NewGlobalGetExtensionBundleForbidden creates a GlobalGetExtensionBundleForbidden with default headers values

func (*GlobalGetExtensionBundleForbidden) Error

func (*GlobalGetExtensionBundleForbidden) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleForbidden) IsClientError() bool

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

func (*GlobalGetExtensionBundleForbidden) IsCode added in v1.19.1

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

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

func (*GlobalGetExtensionBundleForbidden) IsRedirect added in v1.19.1

func (o *GlobalGetExtensionBundleForbidden) IsRedirect() bool

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

func (*GlobalGetExtensionBundleForbidden) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleForbidden) IsServerError() bool

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

func (*GlobalGetExtensionBundleForbidden) IsSuccess added in v1.19.1

func (o *GlobalGetExtensionBundleForbidden) IsSuccess() bool

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

func (*GlobalGetExtensionBundleForbidden) String added in v1.19.1

type GlobalGetExtensionBundleNotFound

type GlobalGetExtensionBundleNotFound struct {
}

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

The specified resource could not be found.

func NewGlobalGetExtensionBundleNotFound

func NewGlobalGetExtensionBundleNotFound() *GlobalGetExtensionBundleNotFound

NewGlobalGetExtensionBundleNotFound creates a GlobalGetExtensionBundleNotFound with default headers values

func (*GlobalGetExtensionBundleNotFound) Error

func (*GlobalGetExtensionBundleNotFound) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleNotFound) IsClientError() bool

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

func (*GlobalGetExtensionBundleNotFound) IsCode added in v1.19.1

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

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

func (*GlobalGetExtensionBundleNotFound) IsRedirect added in v1.19.1

func (o *GlobalGetExtensionBundleNotFound) IsRedirect() bool

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

func (*GlobalGetExtensionBundleNotFound) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleNotFound) IsServerError() bool

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

func (*GlobalGetExtensionBundleNotFound) IsSuccess added in v1.19.1

func (o *GlobalGetExtensionBundleNotFound) IsSuccess() bool

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

func (*GlobalGetExtensionBundleNotFound) String added in v1.19.1

type GlobalGetExtensionBundleOK

type GlobalGetExtensionBundleOK struct {
	Payload *models.ExtensionBundle
}

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

successful operation

func NewGlobalGetExtensionBundleOK

func NewGlobalGetExtensionBundleOK() *GlobalGetExtensionBundleOK

NewGlobalGetExtensionBundleOK creates a GlobalGetExtensionBundleOK with default headers values

func (*GlobalGetExtensionBundleOK) Error

func (*GlobalGetExtensionBundleOK) GetPayload

func (*GlobalGetExtensionBundleOK) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleOK) IsClientError() bool

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

func (*GlobalGetExtensionBundleOK) IsCode added in v1.19.1

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

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

func (*GlobalGetExtensionBundleOK) IsRedirect added in v1.19.1

func (o *GlobalGetExtensionBundleOK) IsRedirect() bool

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

func (*GlobalGetExtensionBundleOK) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleOK) IsServerError() bool

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

func (*GlobalGetExtensionBundleOK) IsSuccess added in v1.19.1

func (o *GlobalGetExtensionBundleOK) IsSuccess() bool

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

func (*GlobalGetExtensionBundleOK) String added in v1.19.1

func (o *GlobalGetExtensionBundleOK) String() string

type GlobalGetExtensionBundleParams

type GlobalGetExtensionBundleParams struct {

	/* BundleID.

	   The extension bundle identifier
	*/
	BundleID string

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

GlobalGetExtensionBundleParams contains all the parameters to send to the API endpoint

for the global get extension bundle operation.

Typically these are written to a http.Request.

func NewGlobalGetExtensionBundleParams

func NewGlobalGetExtensionBundleParams() *GlobalGetExtensionBundleParams

NewGlobalGetExtensionBundleParams creates a new GlobalGetExtensionBundleParams 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 NewGlobalGetExtensionBundleParamsWithContext

func NewGlobalGetExtensionBundleParamsWithContext(ctx context.Context) *GlobalGetExtensionBundleParams

NewGlobalGetExtensionBundleParamsWithContext creates a new GlobalGetExtensionBundleParams object with the ability to set a context for a request.

func NewGlobalGetExtensionBundleParamsWithHTTPClient

func NewGlobalGetExtensionBundleParamsWithHTTPClient(client *http.Client) *GlobalGetExtensionBundleParams

NewGlobalGetExtensionBundleParamsWithHTTPClient creates a new GlobalGetExtensionBundleParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalGetExtensionBundleParamsWithTimeout

func NewGlobalGetExtensionBundleParamsWithTimeout(timeout time.Duration) *GlobalGetExtensionBundleParams

NewGlobalGetExtensionBundleParamsWithTimeout creates a new GlobalGetExtensionBundleParams object with the ability to set a timeout on a request.

func (*GlobalGetExtensionBundleParams) SetBundleID

func (o *GlobalGetExtensionBundleParams) SetBundleID(bundleID string)

SetBundleID adds the bundleId to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) SetContext

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

SetContext adds the context to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) SetDefaults

func (o *GlobalGetExtensionBundleParams) SetDefaults()

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

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

func (*GlobalGetExtensionBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) SetTimeout

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

SetTimeout adds the timeout to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) WithBundleID

WithBundleID adds the bundleID to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) WithContext

WithContext adds the context to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) WithDefaults

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

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

func (*GlobalGetExtensionBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) WithTimeout

WithTimeout adds the timeout to the global get extension bundle params

func (*GlobalGetExtensionBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GlobalGetExtensionBundleReader

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

GlobalGetExtensionBundleReader is a Reader for the GlobalGetExtensionBundle structure.

func (*GlobalGetExtensionBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GlobalGetExtensionBundleUnauthorized

type GlobalGetExtensionBundleUnauthorized struct {
}

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

Client could not be authenticated.

func NewGlobalGetExtensionBundleUnauthorized

func NewGlobalGetExtensionBundleUnauthorized() *GlobalGetExtensionBundleUnauthorized

NewGlobalGetExtensionBundleUnauthorized creates a GlobalGetExtensionBundleUnauthorized with default headers values

func (*GlobalGetExtensionBundleUnauthorized) Error

func (*GlobalGetExtensionBundleUnauthorized) IsClientError added in v1.19.1

func (o *GlobalGetExtensionBundleUnauthorized) IsClientError() bool

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

func (*GlobalGetExtensionBundleUnauthorized) IsCode added in v1.19.1

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

func (*GlobalGetExtensionBundleUnauthorized) IsRedirect added in v1.19.1

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

func (*GlobalGetExtensionBundleUnauthorized) IsServerError added in v1.19.1

func (o *GlobalGetExtensionBundleUnauthorized) IsServerError() bool

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

func (*GlobalGetExtensionBundleUnauthorized) IsSuccess added in v1.19.1

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

func (*GlobalGetExtensionBundleUnauthorized) String added in v1.19.1

Jump to

Keyboard shortcuts

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