cloud_job_of_cloud_worker_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for cloud job of cloud worker controller API

func (*Client) ListCloudJobOfCloudWorker

func (a *Client) ListCloudJobOfCloudWorker(params *ListCloudJobOfCloudWorkerParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOfCloudWorkerOK, error)

ListCloudJobOfCloudWorker lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListCloudJobOfCloudWorker(params *ListCloudJobOfCloudWorkerParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOfCloudWorkerOK, 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 cloud job of cloud worker controller API client.

type ListCloudJobOfCloudWorkerBadRequest

type ListCloudJobOfCloudWorkerBadRequest struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerBadRequest handles this case with default header values.

Bad Request

func NewListCloudJobOfCloudWorkerBadRequest

func NewListCloudJobOfCloudWorkerBadRequest() *ListCloudJobOfCloudWorkerBadRequest

NewListCloudJobOfCloudWorkerBadRequest creates a ListCloudJobOfCloudWorkerBadRequest with default headers values

func (*ListCloudJobOfCloudWorkerBadRequest) Error

func (*ListCloudJobOfCloudWorkerBadRequest) GetPayload

type ListCloudJobOfCloudWorkerConflict

type ListCloudJobOfCloudWorkerConflict struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerConflict handles this case with default header values.

Conflict

func NewListCloudJobOfCloudWorkerConflict

func NewListCloudJobOfCloudWorkerConflict() *ListCloudJobOfCloudWorkerConflict

NewListCloudJobOfCloudWorkerConflict creates a ListCloudJobOfCloudWorkerConflict with default headers values

func (*ListCloudJobOfCloudWorkerConflict) Error

func (*ListCloudJobOfCloudWorkerConflict) GetPayload

type ListCloudJobOfCloudWorkerForbidden

type ListCloudJobOfCloudWorkerForbidden struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerForbidden handles this case with default header values.

Forbidden

func NewListCloudJobOfCloudWorkerForbidden

func NewListCloudJobOfCloudWorkerForbidden() *ListCloudJobOfCloudWorkerForbidden

NewListCloudJobOfCloudWorkerForbidden creates a ListCloudJobOfCloudWorkerForbidden with default headers values

func (*ListCloudJobOfCloudWorkerForbidden) Error

func (*ListCloudJobOfCloudWorkerForbidden) GetPayload

type ListCloudJobOfCloudWorkerInternalServerError

type ListCloudJobOfCloudWorkerInternalServerError struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerInternalServerError handles this case with default header values.

Internal Server Error

func NewListCloudJobOfCloudWorkerInternalServerError

func NewListCloudJobOfCloudWorkerInternalServerError() *ListCloudJobOfCloudWorkerInternalServerError

NewListCloudJobOfCloudWorkerInternalServerError creates a ListCloudJobOfCloudWorkerInternalServerError with default headers values

func (*ListCloudJobOfCloudWorkerInternalServerError) Error

func (*ListCloudJobOfCloudWorkerInternalServerError) GetPayload

type ListCloudJobOfCloudWorkerNotFound

type ListCloudJobOfCloudWorkerNotFound struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerNotFound handles this case with default header values.

Not Found

func NewListCloudJobOfCloudWorkerNotFound

func NewListCloudJobOfCloudWorkerNotFound() *ListCloudJobOfCloudWorkerNotFound

NewListCloudJobOfCloudWorkerNotFound creates a ListCloudJobOfCloudWorkerNotFound with default headers values

func (*ListCloudJobOfCloudWorkerNotFound) Error

func (*ListCloudJobOfCloudWorkerNotFound) GetPayload

type ListCloudJobOfCloudWorkerOK

type ListCloudJobOfCloudWorkerOK struct {
	Payload *models.APIResultListCloudJob
}

ListCloudJobOfCloudWorkerOK handles this case with default header values.

OK

func NewListCloudJobOfCloudWorkerOK

func NewListCloudJobOfCloudWorkerOK() *ListCloudJobOfCloudWorkerOK

NewListCloudJobOfCloudWorkerOK creates a ListCloudJobOfCloudWorkerOK with default headers values

func (*ListCloudJobOfCloudWorkerOK) Error

func (*ListCloudJobOfCloudWorkerOK) GetPayload

type ListCloudJobOfCloudWorkerParams

type ListCloudJobOfCloudWorkerParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*ParentID
	  parentId

	*/
	ParentID string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListCloudJobOfCloudWorkerParams contains all the parameters to send to the API endpoint for the list cloud job of cloud worker operation typically these are written to a http.Request

func NewListCloudJobOfCloudWorkerParams

func NewListCloudJobOfCloudWorkerParams() *ListCloudJobOfCloudWorkerParams

NewListCloudJobOfCloudWorkerParams creates a new ListCloudJobOfCloudWorkerParams object with the default values initialized.

func NewListCloudJobOfCloudWorkerParamsWithContext

func NewListCloudJobOfCloudWorkerParamsWithContext(ctx context.Context) *ListCloudJobOfCloudWorkerParams

NewListCloudJobOfCloudWorkerParamsWithContext creates a new ListCloudJobOfCloudWorkerParams object with the default values initialized, and the ability to set a context for a request

func NewListCloudJobOfCloudWorkerParamsWithHTTPClient

func NewListCloudJobOfCloudWorkerParamsWithHTTPClient(client *http.Client) *ListCloudJobOfCloudWorkerParams

NewListCloudJobOfCloudWorkerParamsWithHTTPClient creates a new ListCloudJobOfCloudWorkerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListCloudJobOfCloudWorkerParamsWithTimeout

func NewListCloudJobOfCloudWorkerParamsWithTimeout(timeout time.Duration) *ListCloudJobOfCloudWorkerParams

NewListCloudJobOfCloudWorkerParamsWithTimeout creates a new ListCloudJobOfCloudWorkerParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListCloudJobOfCloudWorkerParams) SetContext

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

SetContext adds the context to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetFields

func (o *ListCloudJobOfCloudWorkerParams) SetFields(fields *string)

SetFields adds the fields to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetLimit

func (o *ListCloudJobOfCloudWorkerParams) SetLimit(limit *int32)

SetLimit adds the limit to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetParentID

func (o *ListCloudJobOfCloudWorkerParams) SetParentID(parentID string)

SetParentID adds the parentId to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetStart

func (o *ListCloudJobOfCloudWorkerParams) SetStart(start *int32)

SetStart adds the start to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) SetTimeout

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

SetTimeout adds the timeout to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithContext

WithContext adds the context to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithFields

WithFields adds the fields to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithLimit

WithLimit adds the limit to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithParentID

WithParentID adds the parentID to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithStart

WithStart adds the start to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WithTimeout

WithTimeout adds the timeout to the list cloud job of cloud worker params

func (*ListCloudJobOfCloudWorkerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCloudJobOfCloudWorkerReader

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

ListCloudJobOfCloudWorkerReader is a Reader for the ListCloudJobOfCloudWorker structure.

func (*ListCloudJobOfCloudWorkerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCloudJobOfCloudWorkerUnauthorized

type ListCloudJobOfCloudWorkerUnauthorized struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudWorkerUnauthorized handles this case with default header values.

Unauthorized

func NewListCloudJobOfCloudWorkerUnauthorized

func NewListCloudJobOfCloudWorkerUnauthorized() *ListCloudJobOfCloudWorkerUnauthorized

NewListCloudJobOfCloudWorkerUnauthorized creates a ListCloudJobOfCloudWorkerUnauthorized with default headers values

func (*ListCloudJobOfCloudWorkerUnauthorized) Error

func (*ListCloudJobOfCloudWorkerUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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