content_library_image

package
v2.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: ISC 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 content library image API

func (*Client) CreateContentLibraryImage

func (a *Client) CreateContentLibraryImage(params *CreateContentLibraryImageParams, opts ...ClientOption) (*CreateContentLibraryImageOK, error)

CreateContentLibraryImage create content library image API

func (*Client) DeleteContentLibraryImage

func (a *Client) DeleteContentLibraryImage(params *DeleteContentLibraryImageParams, opts ...ClientOption) (*DeleteContentLibraryImageOK, error)

DeleteContentLibraryImage delete content library image API

func (*Client) DistributeContentLibraryImageClusters

func (a *Client) DistributeContentLibraryImageClusters(params *DistributeContentLibraryImageClustersParams, opts ...ClientOption) (*DistributeContentLibraryImageClustersOK, error)

DistributeContentLibraryImageClusters distribute content library image clusters API

func (*Client) GetContentLibraryImages

func (a *Client) GetContentLibraryImages(params *GetContentLibraryImagesParams, opts ...ClientOption) (*GetContentLibraryImagesOK, error)

GetContentLibraryImages get content library images API

func (*Client) GetContentLibraryImagesConnection

func (a *Client) GetContentLibraryImagesConnection(params *GetContentLibraryImagesConnectionParams, opts ...ClientOption) (*GetContentLibraryImagesConnectionOK, error)

GetContentLibraryImagesConnection get content library images connection API

func (*Client) ImportContentLibraryImage added in v2.14.0

func (a *Client) ImportContentLibraryImage(params *ImportContentLibraryImageParams, opts ...ClientOption) (*ImportContentLibraryImageOK, error)

ImportContentLibraryImage import content library image API

func (*Client) RemoveContentLibraryImageClusters

func (a *Client) RemoveContentLibraryImageClusters(params *RemoveContentLibraryImageClustersParams, opts ...ClientOption) (*RemoveContentLibraryImageClustersOK, error)

RemoveContentLibraryImageClusters remove content library image clusters API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateContentLibraryImage

func (a *Client) UpdateContentLibraryImage(params *UpdateContentLibraryImageParams, opts ...ClientOption) (*UpdateContentLibraryImageOK, error)

UpdateContentLibraryImage update content library image API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateContentLibraryImage(params *CreateContentLibraryImageParams, opts ...ClientOption) (*CreateContentLibraryImageOK, error)

	DeleteContentLibraryImage(params *DeleteContentLibraryImageParams, opts ...ClientOption) (*DeleteContentLibraryImageOK, error)

	DistributeContentLibraryImageClusters(params *DistributeContentLibraryImageClustersParams, opts ...ClientOption) (*DistributeContentLibraryImageClustersOK, error)

	GetContentLibraryImages(params *GetContentLibraryImagesParams, opts ...ClientOption) (*GetContentLibraryImagesOK, error)

	GetContentLibraryImagesConnection(params *GetContentLibraryImagesConnectionParams, opts ...ClientOption) (*GetContentLibraryImagesConnectionOK, error)

	ImportContentLibraryImage(params *ImportContentLibraryImageParams, opts ...ClientOption) (*ImportContentLibraryImageOK, error)

	RemoveContentLibraryImageClusters(params *RemoveContentLibraryImageClustersParams, opts ...ClientOption) (*RemoveContentLibraryImageClustersOK, error)

	UpdateContentLibraryImage(params *UpdateContentLibraryImageParams, opts ...ClientOption) (*UpdateContentLibraryImageOK, 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 content library image API client.

type CreateContentLibraryImageBadRequest

type CreateContentLibraryImageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateContentLibraryImageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateContentLibraryImageBadRequest

func NewCreateContentLibraryImageBadRequest() *CreateContentLibraryImageBadRequest

NewCreateContentLibraryImageBadRequest creates a CreateContentLibraryImageBadRequest with default headers values

func (*CreateContentLibraryImageBadRequest) Error

func (*CreateContentLibraryImageBadRequest) GetPayload

type CreateContentLibraryImageInternalServerError

type CreateContentLibraryImageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateContentLibraryImageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateContentLibraryImageInternalServerError

func NewCreateContentLibraryImageInternalServerError() *CreateContentLibraryImageInternalServerError

NewCreateContentLibraryImageInternalServerError creates a CreateContentLibraryImageInternalServerError with default headers values

func (*CreateContentLibraryImageInternalServerError) Error

func (*CreateContentLibraryImageInternalServerError) GetPayload

type CreateContentLibraryImageNotFound

type CreateContentLibraryImageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateContentLibraryImageNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateContentLibraryImageNotFound

func NewCreateContentLibraryImageNotFound() *CreateContentLibraryImageNotFound

NewCreateContentLibraryImageNotFound creates a CreateContentLibraryImageNotFound with default headers values

func (*CreateContentLibraryImageNotFound) Error

func (*CreateContentLibraryImageNotFound) GetPayload

type CreateContentLibraryImageNotModified

type CreateContentLibraryImageNotModified struct {
}
CreateContentLibraryImageNotModified describes a response with status code 304, with default header values.

Not modified

func NewCreateContentLibraryImageNotModified

func NewCreateContentLibraryImageNotModified() *CreateContentLibraryImageNotModified

NewCreateContentLibraryImageNotModified creates a CreateContentLibraryImageNotModified with default headers values

func (*CreateContentLibraryImageNotModified) Error

type CreateContentLibraryImageOK

type CreateContentLibraryImageOK struct {
	XTowerRequestID string

	Payload []*models.UploadTask
}
CreateContentLibraryImageOK describes a response with status code 200, with default header values.

CreateContentLibraryImageOK create content library image o k

func NewCreateContentLibraryImageOK

func NewCreateContentLibraryImageOK() *CreateContentLibraryImageOK

NewCreateContentLibraryImageOK creates a CreateContentLibraryImageOK with default headers values

func (*CreateContentLibraryImageOK) Error

func (*CreateContentLibraryImageOK) GetPayload

func (o *CreateContentLibraryImageOK) GetPayload() []*models.UploadTask

type CreateContentLibraryImageParams

type CreateContentLibraryImageParams struct {

	// Clusters.
	Clusters string

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// Description.
	Description *string

	// File.
	File runtime.NamedReadCloser

	// Name.
	Name *string

	// Size.
	Size *string

	// SizeUnit.
	SizeUnit *string

	// UploadTaskID.
	UploadTaskID *string

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

CreateContentLibraryImageParams contains all the parameters to send to the API endpoint

for the create content library image operation.

Typically these are written to a http.Request.

func NewCreateContentLibraryImageParams

func NewCreateContentLibraryImageParams() *CreateContentLibraryImageParams

NewCreateContentLibraryImageParams creates a new CreateContentLibraryImageParams 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 NewCreateContentLibraryImageParamsWithContext

func NewCreateContentLibraryImageParamsWithContext(ctx context.Context) *CreateContentLibraryImageParams

NewCreateContentLibraryImageParamsWithContext creates a new CreateContentLibraryImageParams object with the ability to set a context for a request.

func NewCreateContentLibraryImageParamsWithHTTPClient

func NewCreateContentLibraryImageParamsWithHTTPClient(client *http.Client) *CreateContentLibraryImageParams

NewCreateContentLibraryImageParamsWithHTTPClient creates a new CreateContentLibraryImageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateContentLibraryImageParamsWithTimeout

func NewCreateContentLibraryImageParamsWithTimeout(timeout time.Duration) *CreateContentLibraryImageParams

NewCreateContentLibraryImageParamsWithTimeout creates a new CreateContentLibraryImageParams object with the ability to set a timeout on a request.

func (*CreateContentLibraryImageParams) SetClusters

func (o *CreateContentLibraryImageParams) SetClusters(clusters string)

SetClusters adds the clusters to the create content library image params

func (*CreateContentLibraryImageParams) SetContentLanguage

func (o *CreateContentLibraryImageParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the create content library image params

func (*CreateContentLibraryImageParams) SetContext

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

SetContext adds the context to the create content library image params

func (*CreateContentLibraryImageParams) SetDefaults

func (o *CreateContentLibraryImageParams) SetDefaults()

SetDefaults hydrates default values in the create content library image params (not the query body).

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

func (*CreateContentLibraryImageParams) SetDescription

func (o *CreateContentLibraryImageParams) SetDescription(description *string)

SetDescription adds the description to the create content library image params

func (*CreateContentLibraryImageParams) SetFile

SetFile adds the file to the create content library image params

func (*CreateContentLibraryImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create content library image params

func (*CreateContentLibraryImageParams) SetName

func (o *CreateContentLibraryImageParams) SetName(name *string)

SetName adds the name to the create content library image params

func (*CreateContentLibraryImageParams) SetSize

func (o *CreateContentLibraryImageParams) SetSize(size *string)

SetSize adds the size to the create content library image params

func (*CreateContentLibraryImageParams) SetSizeUnit added in v2.4.0

func (o *CreateContentLibraryImageParams) SetSizeUnit(sizeUnit *string)

SetSizeUnit adds the sizeUnit to the create content library image params

func (*CreateContentLibraryImageParams) SetTimeout

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

SetTimeout adds the timeout to the create content library image params

func (*CreateContentLibraryImageParams) SetUploadTaskID

func (o *CreateContentLibraryImageParams) SetUploadTaskID(uploadTaskID *string)

SetUploadTaskID adds the uploadTaskId to the create content library image params

func (*CreateContentLibraryImageParams) WithClusters

WithClusters adds the clusters to the create content library image params

func (*CreateContentLibraryImageParams) WithContentLanguage

func (o *CreateContentLibraryImageParams) WithContentLanguage(contentLanguage *string) *CreateContentLibraryImageParams

WithContentLanguage adds the contentLanguage to the create content library image params

func (*CreateContentLibraryImageParams) WithContext

WithContext adds the context to the create content library image params

func (*CreateContentLibraryImageParams) WithDefaults

WithDefaults hydrates default values in the create content library image params (not the query body).

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

func (*CreateContentLibraryImageParams) WithDescription

WithDescription adds the description to the create content library image params

func (*CreateContentLibraryImageParams) WithFile

WithFile adds the file to the create content library image params

func (*CreateContentLibraryImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create content library image params

func (*CreateContentLibraryImageParams) WithName

WithName adds the name to the create content library image params

func (*CreateContentLibraryImageParams) WithSize

WithSize adds the size to the create content library image params

func (*CreateContentLibraryImageParams) WithSizeUnit added in v2.4.0

WithSizeUnit adds the sizeUnit to the create content library image params

func (*CreateContentLibraryImageParams) WithTimeout

WithTimeout adds the timeout to the create content library image params

func (*CreateContentLibraryImageParams) WithUploadTaskID

func (o *CreateContentLibraryImageParams) WithUploadTaskID(uploadTaskID *string) *CreateContentLibraryImageParams

WithUploadTaskID adds the uploadTaskID to the create content library image params

func (*CreateContentLibraryImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateContentLibraryImageReader

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

CreateContentLibraryImageReader is a Reader for the CreateContentLibraryImage structure.

func (*CreateContentLibraryImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentLibraryImageBadRequest

type DeleteContentLibraryImageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteContentLibraryImageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteContentLibraryImageBadRequest

func NewDeleteContentLibraryImageBadRequest() *DeleteContentLibraryImageBadRequest

NewDeleteContentLibraryImageBadRequest creates a DeleteContentLibraryImageBadRequest with default headers values

func (*DeleteContentLibraryImageBadRequest) Error

func (*DeleteContentLibraryImageBadRequest) GetPayload

type DeleteContentLibraryImageInternalServerError

type DeleteContentLibraryImageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteContentLibraryImageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeleteContentLibraryImageInternalServerError

func NewDeleteContentLibraryImageInternalServerError() *DeleteContentLibraryImageInternalServerError

NewDeleteContentLibraryImageInternalServerError creates a DeleteContentLibraryImageInternalServerError with default headers values

func (*DeleteContentLibraryImageInternalServerError) Error

func (*DeleteContentLibraryImageInternalServerError) GetPayload

type DeleteContentLibraryImageNotFound

type DeleteContentLibraryImageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteContentLibraryImageNotFound describes a response with status code 404, with default header values.

Not found

func NewDeleteContentLibraryImageNotFound

func NewDeleteContentLibraryImageNotFound() *DeleteContentLibraryImageNotFound

NewDeleteContentLibraryImageNotFound creates a DeleteContentLibraryImageNotFound with default headers values

func (*DeleteContentLibraryImageNotFound) Error

func (*DeleteContentLibraryImageNotFound) GetPayload

type DeleteContentLibraryImageOK

type DeleteContentLibraryImageOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskDeleteContentLibraryImage
}
DeleteContentLibraryImageOK describes a response with status code 200, with default header values.

DeleteContentLibraryImageOK delete content library image o k

func NewDeleteContentLibraryImageOK

func NewDeleteContentLibraryImageOK() *DeleteContentLibraryImageOK

NewDeleteContentLibraryImageOK creates a DeleteContentLibraryImageOK with default headers values

func (*DeleteContentLibraryImageOK) Error

func (*DeleteContentLibraryImageOK) GetPayload

type DeleteContentLibraryImageParams

type DeleteContentLibraryImageParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ContentLibraryImageDeletionParams

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

DeleteContentLibraryImageParams contains all the parameters to send to the API endpoint

for the delete content library image operation.

Typically these are written to a http.Request.

func NewDeleteContentLibraryImageParams

func NewDeleteContentLibraryImageParams() *DeleteContentLibraryImageParams

NewDeleteContentLibraryImageParams creates a new DeleteContentLibraryImageParams 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 NewDeleteContentLibraryImageParamsWithContext

func NewDeleteContentLibraryImageParamsWithContext(ctx context.Context) *DeleteContentLibraryImageParams

NewDeleteContentLibraryImageParamsWithContext creates a new DeleteContentLibraryImageParams object with the ability to set a context for a request.

func NewDeleteContentLibraryImageParamsWithHTTPClient

func NewDeleteContentLibraryImageParamsWithHTTPClient(client *http.Client) *DeleteContentLibraryImageParams

NewDeleteContentLibraryImageParamsWithHTTPClient creates a new DeleteContentLibraryImageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentLibraryImageParamsWithTimeout

func NewDeleteContentLibraryImageParamsWithTimeout(timeout time.Duration) *DeleteContentLibraryImageParams

NewDeleteContentLibraryImageParamsWithTimeout creates a new DeleteContentLibraryImageParams object with the ability to set a timeout on a request.

func (*DeleteContentLibraryImageParams) SetContentLanguage

func (o *DeleteContentLibraryImageParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the delete content library image params

func (*DeleteContentLibraryImageParams) SetContext

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

SetContext adds the context to the delete content library image params

func (*DeleteContentLibraryImageParams) SetDefaults

func (o *DeleteContentLibraryImageParams) SetDefaults()

SetDefaults hydrates default values in the delete content library image params (not the query body).

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

func (*DeleteContentLibraryImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete content library image params

func (*DeleteContentLibraryImageParams) SetRequestBody

SetRequestBody adds the requestBody to the delete content library image params

func (*DeleteContentLibraryImageParams) SetTimeout

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

SetTimeout adds the timeout to the delete content library image params

func (*DeleteContentLibraryImageParams) WithContentLanguage

func (o *DeleteContentLibraryImageParams) WithContentLanguage(contentLanguage *string) *DeleteContentLibraryImageParams

WithContentLanguage adds the contentLanguage to the delete content library image params

func (*DeleteContentLibraryImageParams) WithContext

WithContext adds the context to the delete content library image params

func (*DeleteContentLibraryImageParams) WithDefaults

WithDefaults hydrates default values in the delete content library image params (not the query body).

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

func (*DeleteContentLibraryImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete content library image params

func (*DeleteContentLibraryImageParams) WithRequestBody

WithRequestBody adds the requestBody to the delete content library image params

func (*DeleteContentLibraryImageParams) WithTimeout

WithTimeout adds the timeout to the delete content library image params

func (*DeleteContentLibraryImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentLibraryImageReader

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

DeleteContentLibraryImageReader is a Reader for the DeleteContentLibraryImage structure.

func (*DeleteContentLibraryImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistributeContentLibraryImageClustersBadRequest

type DistributeContentLibraryImageClustersBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DistributeContentLibraryImageClustersBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDistributeContentLibraryImageClustersBadRequest

func NewDistributeContentLibraryImageClustersBadRequest() *DistributeContentLibraryImageClustersBadRequest

NewDistributeContentLibraryImageClustersBadRequest creates a DistributeContentLibraryImageClustersBadRequest with default headers values

func (*DistributeContentLibraryImageClustersBadRequest) Error

func (*DistributeContentLibraryImageClustersBadRequest) GetPayload

type DistributeContentLibraryImageClustersInternalServerError

type DistributeContentLibraryImageClustersInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DistributeContentLibraryImageClustersInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDistributeContentLibraryImageClustersInternalServerError

func NewDistributeContentLibraryImageClustersInternalServerError() *DistributeContentLibraryImageClustersInternalServerError

NewDistributeContentLibraryImageClustersInternalServerError creates a DistributeContentLibraryImageClustersInternalServerError with default headers values

func (*DistributeContentLibraryImageClustersInternalServerError) Error

func (*DistributeContentLibraryImageClustersInternalServerError) GetPayload

type DistributeContentLibraryImageClustersNotFound

type DistributeContentLibraryImageClustersNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DistributeContentLibraryImageClustersNotFound describes a response with status code 404, with default header values.

Not found

func NewDistributeContentLibraryImageClustersNotFound

func NewDistributeContentLibraryImageClustersNotFound() *DistributeContentLibraryImageClustersNotFound

NewDistributeContentLibraryImageClustersNotFound creates a DistributeContentLibraryImageClustersNotFound with default headers values

func (*DistributeContentLibraryImageClustersNotFound) Error

func (*DistributeContentLibraryImageClustersNotFound) GetPayload

type DistributeContentLibraryImageClustersOK

type DistributeContentLibraryImageClustersOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskContentLibraryImage
}
DistributeContentLibraryImageClustersOK describes a response with status code 200, with default header values.

DistributeContentLibraryImageClustersOK distribute content library image clusters o k

func NewDistributeContentLibraryImageClustersOK

func NewDistributeContentLibraryImageClustersOK() *DistributeContentLibraryImageClustersOK

NewDistributeContentLibraryImageClustersOK creates a DistributeContentLibraryImageClustersOK with default headers values

func (*DistributeContentLibraryImageClustersOK) Error

func (*DistributeContentLibraryImageClustersOK) GetPayload

type DistributeContentLibraryImageClustersParams

type DistributeContentLibraryImageClustersParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ContentLibraryImageUpdationClusterParams

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

DistributeContentLibraryImageClustersParams contains all the parameters to send to the API endpoint

for the distribute content library image clusters operation.

Typically these are written to a http.Request.

func NewDistributeContentLibraryImageClustersParams

func NewDistributeContentLibraryImageClustersParams() *DistributeContentLibraryImageClustersParams

NewDistributeContentLibraryImageClustersParams creates a new DistributeContentLibraryImageClustersParams 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 NewDistributeContentLibraryImageClustersParamsWithContext

func NewDistributeContentLibraryImageClustersParamsWithContext(ctx context.Context) *DistributeContentLibraryImageClustersParams

NewDistributeContentLibraryImageClustersParamsWithContext creates a new DistributeContentLibraryImageClustersParams object with the ability to set a context for a request.

func NewDistributeContentLibraryImageClustersParamsWithHTTPClient

func NewDistributeContentLibraryImageClustersParamsWithHTTPClient(client *http.Client) *DistributeContentLibraryImageClustersParams

NewDistributeContentLibraryImageClustersParamsWithHTTPClient creates a new DistributeContentLibraryImageClustersParams object with the ability to set a custom HTTPClient for a request.

func NewDistributeContentLibraryImageClustersParamsWithTimeout

func NewDistributeContentLibraryImageClustersParamsWithTimeout(timeout time.Duration) *DistributeContentLibraryImageClustersParams

NewDistributeContentLibraryImageClustersParamsWithTimeout creates a new DistributeContentLibraryImageClustersParams object with the ability to set a timeout on a request.

func (*DistributeContentLibraryImageClustersParams) SetContentLanguage

func (o *DistributeContentLibraryImageClustersParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) SetContext

SetContext adds the context to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) SetDefaults

SetDefaults hydrates default values in the distribute content library image clusters params (not the query body).

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

func (*DistributeContentLibraryImageClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) SetRequestBody

SetRequestBody adds the requestBody to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) SetTimeout

SetTimeout adds the timeout to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WithContext

WithContext adds the context to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WithDefaults

WithDefaults hydrates default values in the distribute content library image clusters params (not the query body).

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

func (*DistributeContentLibraryImageClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WithRequestBody

WithRequestBody adds the requestBody to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WithTimeout

WithTimeout adds the timeout to the distribute content library image clusters params

func (*DistributeContentLibraryImageClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistributeContentLibraryImageClustersReader

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

DistributeContentLibraryImageClustersReader is a Reader for the DistributeContentLibraryImageClusters structure.

func (*DistributeContentLibraryImageClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentLibraryImagesBadRequest

type GetContentLibraryImagesBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetContentLibraryImagesBadRequest

func NewGetContentLibraryImagesBadRequest() *GetContentLibraryImagesBadRequest

NewGetContentLibraryImagesBadRequest creates a GetContentLibraryImagesBadRequest with default headers values

func (*GetContentLibraryImagesBadRequest) Error

func (*GetContentLibraryImagesBadRequest) GetPayload

type GetContentLibraryImagesConnectionBadRequest

type GetContentLibraryImagesConnectionBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesConnectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetContentLibraryImagesConnectionBadRequest

func NewGetContentLibraryImagesConnectionBadRequest() *GetContentLibraryImagesConnectionBadRequest

NewGetContentLibraryImagesConnectionBadRequest creates a GetContentLibraryImagesConnectionBadRequest with default headers values

func (*GetContentLibraryImagesConnectionBadRequest) Error

func (*GetContentLibraryImagesConnectionBadRequest) GetPayload

type GetContentLibraryImagesConnectionInternalServerError

type GetContentLibraryImagesConnectionInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesConnectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetContentLibraryImagesConnectionInternalServerError

func NewGetContentLibraryImagesConnectionInternalServerError() *GetContentLibraryImagesConnectionInternalServerError

NewGetContentLibraryImagesConnectionInternalServerError creates a GetContentLibraryImagesConnectionInternalServerError with default headers values

func (*GetContentLibraryImagesConnectionInternalServerError) Error

func (*GetContentLibraryImagesConnectionInternalServerError) GetPayload

type GetContentLibraryImagesConnectionNotFound

type GetContentLibraryImagesConnectionNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesConnectionNotFound describes a response with status code 404, with default header values.

Not found

func NewGetContentLibraryImagesConnectionNotFound

func NewGetContentLibraryImagesConnectionNotFound() *GetContentLibraryImagesConnectionNotFound

NewGetContentLibraryImagesConnectionNotFound creates a GetContentLibraryImagesConnectionNotFound with default headers values

func (*GetContentLibraryImagesConnectionNotFound) Error

func (*GetContentLibraryImagesConnectionNotFound) GetPayload

type GetContentLibraryImagesConnectionOK

type GetContentLibraryImagesConnectionOK struct {
	XTowerRequestID string

	Payload *models.ContentLibraryImageConnection
}
GetContentLibraryImagesConnectionOK describes a response with status code 200, with default header values.

GetContentLibraryImagesConnectionOK get content library images connection o k

func NewGetContentLibraryImagesConnectionOK

func NewGetContentLibraryImagesConnectionOK() *GetContentLibraryImagesConnectionOK

NewGetContentLibraryImagesConnectionOK creates a GetContentLibraryImagesConnectionOK with default headers values

func (*GetContentLibraryImagesConnectionOK) Error

func (*GetContentLibraryImagesConnectionOK) GetPayload

type GetContentLibraryImagesConnectionParams

type GetContentLibraryImagesConnectionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetContentLibraryImagesConnectionRequestBody

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

GetContentLibraryImagesConnectionParams contains all the parameters to send to the API endpoint

for the get content library images connection operation.

Typically these are written to a http.Request.

func NewGetContentLibraryImagesConnectionParams

func NewGetContentLibraryImagesConnectionParams() *GetContentLibraryImagesConnectionParams

NewGetContentLibraryImagesConnectionParams creates a new GetContentLibraryImagesConnectionParams 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 NewGetContentLibraryImagesConnectionParamsWithContext

func NewGetContentLibraryImagesConnectionParamsWithContext(ctx context.Context) *GetContentLibraryImagesConnectionParams

NewGetContentLibraryImagesConnectionParamsWithContext creates a new GetContentLibraryImagesConnectionParams object with the ability to set a context for a request.

func NewGetContentLibraryImagesConnectionParamsWithHTTPClient

func NewGetContentLibraryImagesConnectionParamsWithHTTPClient(client *http.Client) *GetContentLibraryImagesConnectionParams

NewGetContentLibraryImagesConnectionParamsWithHTTPClient creates a new GetContentLibraryImagesConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentLibraryImagesConnectionParamsWithTimeout

func NewGetContentLibraryImagesConnectionParamsWithTimeout(timeout time.Duration) *GetContentLibraryImagesConnectionParams

NewGetContentLibraryImagesConnectionParamsWithTimeout creates a new GetContentLibraryImagesConnectionParams object with the ability to set a timeout on a request.

func (*GetContentLibraryImagesConnectionParams) SetContentLanguage

func (o *GetContentLibraryImagesConnectionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) SetContext

SetContext adds the context to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) SetDefaults

func (o *GetContentLibraryImagesConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get content library images connection params (not the query body).

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

func (*GetContentLibraryImagesConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WithContext

WithContext adds the context to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WithDefaults

WithDefaults hydrates default values in the get content library images connection params (not the query body).

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

func (*GetContentLibraryImagesConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WithTimeout

WithTimeout adds the timeout to the get content library images connection params

func (*GetContentLibraryImagesConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentLibraryImagesConnectionReader

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

GetContentLibraryImagesConnectionReader is a Reader for the GetContentLibraryImagesConnection structure.

func (*GetContentLibraryImagesConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentLibraryImagesInternalServerError

type GetContentLibraryImagesInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetContentLibraryImagesInternalServerError

func NewGetContentLibraryImagesInternalServerError() *GetContentLibraryImagesInternalServerError

NewGetContentLibraryImagesInternalServerError creates a GetContentLibraryImagesInternalServerError with default headers values

func (*GetContentLibraryImagesInternalServerError) Error

func (*GetContentLibraryImagesInternalServerError) GetPayload

type GetContentLibraryImagesNotFound

type GetContentLibraryImagesNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetContentLibraryImagesNotFound describes a response with status code 404, with default header values.

Not found

func NewGetContentLibraryImagesNotFound

func NewGetContentLibraryImagesNotFound() *GetContentLibraryImagesNotFound

NewGetContentLibraryImagesNotFound creates a GetContentLibraryImagesNotFound with default headers values

func (*GetContentLibraryImagesNotFound) Error

func (*GetContentLibraryImagesNotFound) GetPayload

type GetContentLibraryImagesOK

type GetContentLibraryImagesOK struct {
	XTowerRequestID string

	Payload []*models.ContentLibraryImage
}
GetContentLibraryImagesOK describes a response with status code 200, with default header values.

GetContentLibraryImagesOK get content library images o k

func NewGetContentLibraryImagesOK

func NewGetContentLibraryImagesOK() *GetContentLibraryImagesOK

NewGetContentLibraryImagesOK creates a GetContentLibraryImagesOK with default headers values

func (*GetContentLibraryImagesOK) Error

func (o *GetContentLibraryImagesOK) Error() string

func (*GetContentLibraryImagesOK) GetPayload

type GetContentLibraryImagesParams

type GetContentLibraryImagesParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetContentLibraryImagesRequestBody

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

GetContentLibraryImagesParams contains all the parameters to send to the API endpoint

for the get content library images operation.

Typically these are written to a http.Request.

func NewGetContentLibraryImagesParams

func NewGetContentLibraryImagesParams() *GetContentLibraryImagesParams

NewGetContentLibraryImagesParams creates a new GetContentLibraryImagesParams 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 NewGetContentLibraryImagesParamsWithContext

func NewGetContentLibraryImagesParamsWithContext(ctx context.Context) *GetContentLibraryImagesParams

NewGetContentLibraryImagesParamsWithContext creates a new GetContentLibraryImagesParams object with the ability to set a context for a request.

func NewGetContentLibraryImagesParamsWithHTTPClient

func NewGetContentLibraryImagesParamsWithHTTPClient(client *http.Client) *GetContentLibraryImagesParams

NewGetContentLibraryImagesParamsWithHTTPClient creates a new GetContentLibraryImagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentLibraryImagesParamsWithTimeout

func NewGetContentLibraryImagesParamsWithTimeout(timeout time.Duration) *GetContentLibraryImagesParams

NewGetContentLibraryImagesParamsWithTimeout creates a new GetContentLibraryImagesParams object with the ability to set a timeout on a request.

func (*GetContentLibraryImagesParams) SetContentLanguage

func (o *GetContentLibraryImagesParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get content library images params

func (*GetContentLibraryImagesParams) SetContext

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

SetContext adds the context to the get content library images params

func (*GetContentLibraryImagesParams) SetDefaults

func (o *GetContentLibraryImagesParams) SetDefaults()

SetDefaults hydrates default values in the get content library images params (not the query body).

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

func (*GetContentLibraryImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get content library images params

func (*GetContentLibraryImagesParams) SetRequestBody

SetRequestBody adds the requestBody to the get content library images params

func (*GetContentLibraryImagesParams) SetTimeout

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

SetTimeout adds the timeout to the get content library images params

func (*GetContentLibraryImagesParams) WithContentLanguage

func (o *GetContentLibraryImagesParams) WithContentLanguage(contentLanguage *string) *GetContentLibraryImagesParams

WithContentLanguage adds the contentLanguage to the get content library images params

func (*GetContentLibraryImagesParams) WithContext

WithContext adds the context to the get content library images params

func (*GetContentLibraryImagesParams) WithDefaults

WithDefaults hydrates default values in the get content library images params (not the query body).

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

func (*GetContentLibraryImagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get content library images params

func (*GetContentLibraryImagesParams) WithRequestBody

WithRequestBody adds the requestBody to the get content library images params

func (*GetContentLibraryImagesParams) WithTimeout

WithTimeout adds the timeout to the get content library images params

func (*GetContentLibraryImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentLibraryImagesReader

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

GetContentLibraryImagesReader is a Reader for the GetContentLibraryImages structure.

func (*GetContentLibraryImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportContentLibraryImageBadRequest added in v2.14.0

type ImportContentLibraryImageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
ImportContentLibraryImageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewImportContentLibraryImageBadRequest added in v2.14.0

func NewImportContentLibraryImageBadRequest() *ImportContentLibraryImageBadRequest

NewImportContentLibraryImageBadRequest creates a ImportContentLibraryImageBadRequest with default headers values

func (*ImportContentLibraryImageBadRequest) Error added in v2.14.0

func (*ImportContentLibraryImageBadRequest) GetPayload added in v2.14.0

type ImportContentLibraryImageInternalServerError added in v2.14.0

type ImportContentLibraryImageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
ImportContentLibraryImageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewImportContentLibraryImageInternalServerError added in v2.14.0

func NewImportContentLibraryImageInternalServerError() *ImportContentLibraryImageInternalServerError

NewImportContentLibraryImageInternalServerError creates a ImportContentLibraryImageInternalServerError with default headers values

func (*ImportContentLibraryImageInternalServerError) Error added in v2.14.0

func (*ImportContentLibraryImageInternalServerError) GetPayload added in v2.14.0

type ImportContentLibraryImageNotFound added in v2.14.0

type ImportContentLibraryImageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
ImportContentLibraryImageNotFound describes a response with status code 404, with default header values.

Not found

func NewImportContentLibraryImageNotFound added in v2.14.0

func NewImportContentLibraryImageNotFound() *ImportContentLibraryImageNotFound

NewImportContentLibraryImageNotFound creates a ImportContentLibraryImageNotFound with default headers values

func (*ImportContentLibraryImageNotFound) Error added in v2.14.0

func (*ImportContentLibraryImageNotFound) GetPayload added in v2.14.0

type ImportContentLibraryImageOK added in v2.14.0

type ImportContentLibraryImageOK struct {
	XTowerRequestID string

	Payload *models.UploadTask
}
ImportContentLibraryImageOK describes a response with status code 200, with default header values.

ImportContentLibraryImageOK import content library image o k

func NewImportContentLibraryImageOK added in v2.14.0

func NewImportContentLibraryImageOK() *ImportContentLibraryImageOK

NewImportContentLibraryImageOK creates a ImportContentLibraryImageOK with default headers values

func (*ImportContentLibraryImageOK) Error added in v2.14.0

func (*ImportContentLibraryImageOK) GetPayload added in v2.14.0

type ImportContentLibraryImageParams added in v2.14.0

type ImportContentLibraryImageParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ContentLibraryImageImportParams

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

ImportContentLibraryImageParams contains all the parameters to send to the API endpoint

for the import content library image operation.

Typically these are written to a http.Request.

func NewImportContentLibraryImageParams added in v2.14.0

func NewImportContentLibraryImageParams() *ImportContentLibraryImageParams

NewImportContentLibraryImageParams creates a new ImportContentLibraryImageParams 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 NewImportContentLibraryImageParamsWithContext added in v2.14.0

func NewImportContentLibraryImageParamsWithContext(ctx context.Context) *ImportContentLibraryImageParams

NewImportContentLibraryImageParamsWithContext creates a new ImportContentLibraryImageParams object with the ability to set a context for a request.

func NewImportContentLibraryImageParamsWithHTTPClient added in v2.14.0

func NewImportContentLibraryImageParamsWithHTTPClient(client *http.Client) *ImportContentLibraryImageParams

NewImportContentLibraryImageParamsWithHTTPClient creates a new ImportContentLibraryImageParams object with the ability to set a custom HTTPClient for a request.

func NewImportContentLibraryImageParamsWithTimeout added in v2.14.0

func NewImportContentLibraryImageParamsWithTimeout(timeout time.Duration) *ImportContentLibraryImageParams

NewImportContentLibraryImageParamsWithTimeout creates a new ImportContentLibraryImageParams object with the ability to set a timeout on a request.

func (*ImportContentLibraryImageParams) SetContentLanguage added in v2.14.0

func (o *ImportContentLibraryImageParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the import content library image params

func (*ImportContentLibraryImageParams) SetContext added in v2.14.0

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

SetContext adds the context to the import content library image params

func (*ImportContentLibraryImageParams) SetDefaults added in v2.14.0

func (o *ImportContentLibraryImageParams) SetDefaults()

SetDefaults hydrates default values in the import content library image params (not the query body).

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

func (*ImportContentLibraryImageParams) SetHTTPClient added in v2.14.0

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

SetHTTPClient adds the HTTPClient to the import content library image params

func (*ImportContentLibraryImageParams) SetRequestBody added in v2.14.0

SetRequestBody adds the requestBody to the import content library image params

func (*ImportContentLibraryImageParams) SetTimeout added in v2.14.0

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

SetTimeout adds the timeout to the import content library image params

func (*ImportContentLibraryImageParams) WithContentLanguage added in v2.14.0

func (o *ImportContentLibraryImageParams) WithContentLanguage(contentLanguage *string) *ImportContentLibraryImageParams

WithContentLanguage adds the contentLanguage to the import content library image params

func (*ImportContentLibraryImageParams) WithContext added in v2.14.0

WithContext adds the context to the import content library image params

func (*ImportContentLibraryImageParams) WithDefaults added in v2.14.0

WithDefaults hydrates default values in the import content library image params (not the query body).

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

func (*ImportContentLibraryImageParams) WithHTTPClient added in v2.14.0

WithHTTPClient adds the HTTPClient to the import content library image params

func (*ImportContentLibraryImageParams) WithRequestBody added in v2.14.0

WithRequestBody adds the requestBody to the import content library image params

func (*ImportContentLibraryImageParams) WithTimeout added in v2.14.0

WithTimeout adds the timeout to the import content library image params

func (*ImportContentLibraryImageParams) WriteToRequest added in v2.14.0

WriteToRequest writes these params to a swagger request

type ImportContentLibraryImageReader added in v2.14.0

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

ImportContentLibraryImageReader is a Reader for the ImportContentLibraryImage structure.

func (*ImportContentLibraryImageReader) ReadResponse added in v2.14.0

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

ReadResponse reads a server response into the received o.

type RemoveContentLibraryImageClustersBadRequest

type RemoveContentLibraryImageClustersBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
RemoveContentLibraryImageClustersBadRequest describes a response with status code 400, with default header values.

Bad request

func NewRemoveContentLibraryImageClustersBadRequest

func NewRemoveContentLibraryImageClustersBadRequest() *RemoveContentLibraryImageClustersBadRequest

NewRemoveContentLibraryImageClustersBadRequest creates a RemoveContentLibraryImageClustersBadRequest with default headers values

func (*RemoveContentLibraryImageClustersBadRequest) Error

func (*RemoveContentLibraryImageClustersBadRequest) GetPayload

type RemoveContentLibraryImageClustersInternalServerError

type RemoveContentLibraryImageClustersInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
RemoveContentLibraryImageClustersInternalServerError describes a response with status code 500, with default header values.

Server error

func NewRemoveContentLibraryImageClustersInternalServerError

func NewRemoveContentLibraryImageClustersInternalServerError() *RemoveContentLibraryImageClustersInternalServerError

NewRemoveContentLibraryImageClustersInternalServerError creates a RemoveContentLibraryImageClustersInternalServerError with default headers values

func (*RemoveContentLibraryImageClustersInternalServerError) Error

func (*RemoveContentLibraryImageClustersInternalServerError) GetPayload

type RemoveContentLibraryImageClustersNotFound

type RemoveContentLibraryImageClustersNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
RemoveContentLibraryImageClustersNotFound describes a response with status code 404, with default header values.

Not found

func NewRemoveContentLibraryImageClustersNotFound

func NewRemoveContentLibraryImageClustersNotFound() *RemoveContentLibraryImageClustersNotFound

NewRemoveContentLibraryImageClustersNotFound creates a RemoveContentLibraryImageClustersNotFound with default headers values

func (*RemoveContentLibraryImageClustersNotFound) Error

func (*RemoveContentLibraryImageClustersNotFound) GetPayload

type RemoveContentLibraryImageClustersOK

type RemoveContentLibraryImageClustersOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskContentLibraryImage
}
RemoveContentLibraryImageClustersOK describes a response with status code 200, with default header values.

RemoveContentLibraryImageClustersOK remove content library image clusters o k

func NewRemoveContentLibraryImageClustersOK

func NewRemoveContentLibraryImageClustersOK() *RemoveContentLibraryImageClustersOK

NewRemoveContentLibraryImageClustersOK creates a RemoveContentLibraryImageClustersOK with default headers values

func (*RemoveContentLibraryImageClustersOK) Error

func (*RemoveContentLibraryImageClustersOK) GetPayload

type RemoveContentLibraryImageClustersParams

type RemoveContentLibraryImageClustersParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ContentLibraryImageUpdationClusterParams

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

RemoveContentLibraryImageClustersParams contains all the parameters to send to the API endpoint

for the remove content library image clusters operation.

Typically these are written to a http.Request.

func NewRemoveContentLibraryImageClustersParams

func NewRemoveContentLibraryImageClustersParams() *RemoveContentLibraryImageClustersParams

NewRemoveContentLibraryImageClustersParams creates a new RemoveContentLibraryImageClustersParams 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 NewRemoveContentLibraryImageClustersParamsWithContext

func NewRemoveContentLibraryImageClustersParamsWithContext(ctx context.Context) *RemoveContentLibraryImageClustersParams

NewRemoveContentLibraryImageClustersParamsWithContext creates a new RemoveContentLibraryImageClustersParams object with the ability to set a context for a request.

func NewRemoveContentLibraryImageClustersParamsWithHTTPClient

func NewRemoveContentLibraryImageClustersParamsWithHTTPClient(client *http.Client) *RemoveContentLibraryImageClustersParams

NewRemoveContentLibraryImageClustersParamsWithHTTPClient creates a new RemoveContentLibraryImageClustersParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveContentLibraryImageClustersParamsWithTimeout

func NewRemoveContentLibraryImageClustersParamsWithTimeout(timeout time.Duration) *RemoveContentLibraryImageClustersParams

NewRemoveContentLibraryImageClustersParamsWithTimeout creates a new RemoveContentLibraryImageClustersParams object with the ability to set a timeout on a request.

func (*RemoveContentLibraryImageClustersParams) SetContentLanguage

func (o *RemoveContentLibraryImageClustersParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) SetContext

SetContext adds the context to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) SetDefaults

func (o *RemoveContentLibraryImageClustersParams) SetDefaults()

SetDefaults hydrates default values in the remove content library image clusters params (not the query body).

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

func (*RemoveContentLibraryImageClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) SetRequestBody

SetRequestBody adds the requestBody to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) SetTimeout

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

SetTimeout adds the timeout to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WithContext

WithContext adds the context to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WithDefaults

WithDefaults hydrates default values in the remove content library image clusters params (not the query body).

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

func (*RemoveContentLibraryImageClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WithRequestBody

WithRequestBody adds the requestBody to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WithTimeout

WithTimeout adds the timeout to the remove content library image clusters params

func (*RemoveContentLibraryImageClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveContentLibraryImageClustersReader

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

RemoveContentLibraryImageClustersReader is a Reader for the RemoveContentLibraryImageClusters structure.

func (*RemoveContentLibraryImageClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateContentLibraryImageBadRequest

type UpdateContentLibraryImageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateContentLibraryImageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateContentLibraryImageBadRequest

func NewUpdateContentLibraryImageBadRequest() *UpdateContentLibraryImageBadRequest

NewUpdateContentLibraryImageBadRequest creates a UpdateContentLibraryImageBadRequest with default headers values

func (*UpdateContentLibraryImageBadRequest) Error

func (*UpdateContentLibraryImageBadRequest) GetPayload

type UpdateContentLibraryImageInternalServerError

type UpdateContentLibraryImageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateContentLibraryImageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateContentLibraryImageInternalServerError

func NewUpdateContentLibraryImageInternalServerError() *UpdateContentLibraryImageInternalServerError

NewUpdateContentLibraryImageInternalServerError creates a UpdateContentLibraryImageInternalServerError with default headers values

func (*UpdateContentLibraryImageInternalServerError) Error

func (*UpdateContentLibraryImageInternalServerError) GetPayload

type UpdateContentLibraryImageNotFound

type UpdateContentLibraryImageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateContentLibraryImageNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateContentLibraryImageNotFound

func NewUpdateContentLibraryImageNotFound() *UpdateContentLibraryImageNotFound

NewUpdateContentLibraryImageNotFound creates a UpdateContentLibraryImageNotFound with default headers values

func (*UpdateContentLibraryImageNotFound) Error

func (*UpdateContentLibraryImageNotFound) GetPayload

type UpdateContentLibraryImageOK

type UpdateContentLibraryImageOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskContentLibraryImage
}
UpdateContentLibraryImageOK describes a response with status code 200, with default header values.

UpdateContentLibraryImageOK update content library image o k

func NewUpdateContentLibraryImageOK

func NewUpdateContentLibraryImageOK() *UpdateContentLibraryImageOK

NewUpdateContentLibraryImageOK creates a UpdateContentLibraryImageOK with default headers values

func (*UpdateContentLibraryImageOK) Error

func (*UpdateContentLibraryImageOK) GetPayload

type UpdateContentLibraryImageParams

type UpdateContentLibraryImageParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ContentLibraryImageUpdationParams

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

UpdateContentLibraryImageParams contains all the parameters to send to the API endpoint

for the update content library image operation.

Typically these are written to a http.Request.

func NewUpdateContentLibraryImageParams

func NewUpdateContentLibraryImageParams() *UpdateContentLibraryImageParams

NewUpdateContentLibraryImageParams creates a new UpdateContentLibraryImageParams 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 NewUpdateContentLibraryImageParamsWithContext

func NewUpdateContentLibraryImageParamsWithContext(ctx context.Context) *UpdateContentLibraryImageParams

NewUpdateContentLibraryImageParamsWithContext creates a new UpdateContentLibraryImageParams object with the ability to set a context for a request.

func NewUpdateContentLibraryImageParamsWithHTTPClient

func NewUpdateContentLibraryImageParamsWithHTTPClient(client *http.Client) *UpdateContentLibraryImageParams

NewUpdateContentLibraryImageParamsWithHTTPClient creates a new UpdateContentLibraryImageParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateContentLibraryImageParamsWithTimeout

func NewUpdateContentLibraryImageParamsWithTimeout(timeout time.Duration) *UpdateContentLibraryImageParams

NewUpdateContentLibraryImageParamsWithTimeout creates a new UpdateContentLibraryImageParams object with the ability to set a timeout on a request.

func (*UpdateContentLibraryImageParams) SetContentLanguage

func (o *UpdateContentLibraryImageParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update content library image params

func (*UpdateContentLibraryImageParams) SetContext

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

SetContext adds the context to the update content library image params

func (*UpdateContentLibraryImageParams) SetDefaults

func (o *UpdateContentLibraryImageParams) SetDefaults()

SetDefaults hydrates default values in the update content library image params (not the query body).

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

func (*UpdateContentLibraryImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update content library image params

func (*UpdateContentLibraryImageParams) SetRequestBody

SetRequestBody adds the requestBody to the update content library image params

func (*UpdateContentLibraryImageParams) SetTimeout

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

SetTimeout adds the timeout to the update content library image params

func (*UpdateContentLibraryImageParams) WithContentLanguage

func (o *UpdateContentLibraryImageParams) WithContentLanguage(contentLanguage *string) *UpdateContentLibraryImageParams

WithContentLanguage adds the contentLanguage to the update content library image params

func (*UpdateContentLibraryImageParams) WithContext

WithContext adds the context to the update content library image params

func (*UpdateContentLibraryImageParams) WithDefaults

WithDefaults hydrates default values in the update content library image params (not the query body).

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

func (*UpdateContentLibraryImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update content library image params

func (*UpdateContentLibraryImageParams) WithRequestBody

WithRequestBody adds the requestBody to the update content library image params

func (*UpdateContentLibraryImageParams) WithTimeout

WithTimeout adds the timeout to the update content library image params

func (*UpdateContentLibraryImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateContentLibraryImageReader

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

UpdateContentLibraryImageReader is a Reader for the UpdateContentLibraryImage structure.

func (*UpdateContentLibraryImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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