Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteJobID(params *DeleteJobIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteJobIDOK, error)
- func (a *Client) GetDacProjectNumber(params *GetDacProjectNumberParams, opts ...ClientOption) (*GetDacProjectNumberOK, error)
- func (a *Client) GetDir(params *GetDirParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetDirOK, error)
- func (a *Client) GetJobID(params *GetJobIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetJobIDOK, error)
- func (a *Client) GetJobs(params *GetJobsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetJobsOK, error)
- func (a *Client) GetJobsStatus(params *GetJobsStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetJobsStatusOK, error)
- func (a *Client) GetPing(params *GetPingParams, opts ...ClientOption) (*GetPingOK, error)
- func (a *Client) PostJob(params *PostJobParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostJobOK, error)
- func (a *Client) PostJobs(params *PostJobsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostJobsOK, *PostJobsMultiStatus, error)
- func (a *Client) PutJobScheduledID(params *PutJobScheduledIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutJobScheduledIDOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeleteJobIDInternalServerError
- func (o *DeleteJobIDInternalServerError) Code() int
- func (o *DeleteJobIDInternalServerError) Error() string
- func (o *DeleteJobIDInternalServerError) GetPayload() *models.ResponseBody500
- func (o *DeleteJobIDInternalServerError) IsClientError() bool
- func (o *DeleteJobIDInternalServerError) IsCode(code int) bool
- func (o *DeleteJobIDInternalServerError) IsRedirect() bool
- func (o *DeleteJobIDInternalServerError) IsServerError() bool
- func (o *DeleteJobIDInternalServerError) IsSuccess() bool
- func (o *DeleteJobIDInternalServerError) String() string
- type DeleteJobIDNotFound
- func (o *DeleteJobIDNotFound) Code() int
- func (o *DeleteJobIDNotFound) Error() string
- func (o *DeleteJobIDNotFound) GetPayload() string
- func (o *DeleteJobIDNotFound) IsClientError() bool
- func (o *DeleteJobIDNotFound) IsCode(code int) bool
- func (o *DeleteJobIDNotFound) IsRedirect() bool
- func (o *DeleteJobIDNotFound) IsServerError() bool
- func (o *DeleteJobIDNotFound) IsSuccess() bool
- func (o *DeleteJobIDNotFound) String() string
- type DeleteJobIDOK
- func (o *DeleteJobIDOK) Code() int
- func (o *DeleteJobIDOK) Error() string
- func (o *DeleteJobIDOK) GetPayload() *models.JobInfo
- func (o *DeleteJobIDOK) IsClientError() bool
- func (o *DeleteJobIDOK) IsCode(code int) bool
- func (o *DeleteJobIDOK) IsRedirect() bool
- func (o *DeleteJobIDOK) IsServerError() bool
- func (o *DeleteJobIDOK) IsSuccess() bool
- func (o *DeleteJobIDOK) String() string
- type DeleteJobIDParams
- func (o *DeleteJobIDParams) SetContext(ctx context.Context)
- func (o *DeleteJobIDParams) SetDefaults()
- func (o *DeleteJobIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJobIDParams) SetID(id string)
- func (o *DeleteJobIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJobIDParams) WithContext(ctx context.Context) *DeleteJobIDParams
- func (o *DeleteJobIDParams) WithDefaults() *DeleteJobIDParams
- func (o *DeleteJobIDParams) WithHTTPClient(client *http.Client) *DeleteJobIDParams
- func (o *DeleteJobIDParams) WithID(id string) *DeleteJobIDParams
- func (o *DeleteJobIDParams) WithTimeout(timeout time.Duration) *DeleteJobIDParams
- func (o *DeleteJobIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJobIDReader
- type GetDacProjectNumberInternalServerError
- func (o *GetDacProjectNumberInternalServerError) Code() int
- func (o *GetDacProjectNumberInternalServerError) Error() string
- func (o *GetDacProjectNumberInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetDacProjectNumberInternalServerError) IsClientError() bool
- func (o *GetDacProjectNumberInternalServerError) IsCode(code int) bool
- func (o *GetDacProjectNumberInternalServerError) IsRedirect() bool
- func (o *GetDacProjectNumberInternalServerError) IsServerError() bool
- func (o *GetDacProjectNumberInternalServerError) IsSuccess() bool
- func (o *GetDacProjectNumberInternalServerError) String() string
- type GetDacProjectNumberNotFound
- func (o *GetDacProjectNumberNotFound) Code() int
- func (o *GetDacProjectNumberNotFound) Error() string
- func (o *GetDacProjectNumberNotFound) GetPayload() string
- func (o *GetDacProjectNumberNotFound) IsClientError() bool
- func (o *GetDacProjectNumberNotFound) IsCode(code int) bool
- func (o *GetDacProjectNumberNotFound) IsRedirect() bool
- func (o *GetDacProjectNumberNotFound) IsServerError() bool
- func (o *GetDacProjectNumberNotFound) IsSuccess() bool
- func (o *GetDacProjectNumberNotFound) String() string
- type GetDacProjectNumberOK
- func (o *GetDacProjectNumberOK) Code() int
- func (o *GetDacProjectNumberOK) Error() string
- func (o *GetDacProjectNumberOK) GetPayload() *models.Collection
- func (o *GetDacProjectNumberOK) IsClientError() bool
- func (o *GetDacProjectNumberOK) IsCode(code int) bool
- func (o *GetDacProjectNumberOK) IsRedirect() bool
- func (o *GetDacProjectNumberOK) IsServerError() bool
- func (o *GetDacProjectNumberOK) IsSuccess() bool
- func (o *GetDacProjectNumberOK) String() string
- type GetDacProjectNumberParams
- func NewGetDacProjectNumberParams() *GetDacProjectNumberParams
- func NewGetDacProjectNumberParamsWithContext(ctx context.Context) *GetDacProjectNumberParams
- func NewGetDacProjectNumberParamsWithHTTPClient(client *http.Client) *GetDacProjectNumberParams
- func NewGetDacProjectNumberParamsWithTimeout(timeout time.Duration) *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) SetContext(ctx context.Context)
- func (o *GetDacProjectNumberParams) SetDefaults()
- func (o *GetDacProjectNumberParams) SetHTTPClient(client *http.Client)
- func (o *GetDacProjectNumberParams) SetNumber(number string)
- func (o *GetDacProjectNumberParams) SetTimeout(timeout time.Duration)
- func (o *GetDacProjectNumberParams) WithContext(ctx context.Context) *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) WithDefaults() *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) WithHTTPClient(client *http.Client) *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) WithNumber(number string) *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) WithTimeout(timeout time.Duration) *GetDacProjectNumberParams
- func (o *GetDacProjectNumberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDacProjectNumberReader
- type GetDirInternalServerError
- func (o *GetDirInternalServerError) Code() int
- func (o *GetDirInternalServerError) Error() string
- func (o *GetDirInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetDirInternalServerError) IsClientError() bool
- func (o *GetDirInternalServerError) IsCode(code int) bool
- func (o *GetDirInternalServerError) IsRedirect() bool
- func (o *GetDirInternalServerError) IsServerError() bool
- func (o *GetDirInternalServerError) IsSuccess() bool
- func (o *GetDirInternalServerError) String() string
- type GetDirOK
- func (o *GetDirOK) Code() int
- func (o *GetDirOK) Error() string
- func (o *GetDirOK) GetPayload() *models.ResponseDirEntries
- func (o *GetDirOK) IsClientError() bool
- func (o *GetDirOK) IsCode(code int) bool
- func (o *GetDirOK) IsRedirect() bool
- func (o *GetDirOK) IsServerError() bool
- func (o *GetDirOK) IsSuccess() bool
- func (o *GetDirOK) String() string
- type GetDirParams
- func (o *GetDirParams) SetContext(ctx context.Context)
- func (o *GetDirParams) SetDefaults()
- func (o *GetDirParams) SetDir(dir *models.DirPath)
- func (o *GetDirParams) SetHTTPClient(client *http.Client)
- func (o *GetDirParams) SetTimeout(timeout time.Duration)
- func (o *GetDirParams) WithContext(ctx context.Context) *GetDirParams
- func (o *GetDirParams) WithDefaults() *GetDirParams
- func (o *GetDirParams) WithDir(dir *models.DirPath) *GetDirParams
- func (o *GetDirParams) WithHTTPClient(client *http.Client) *GetDirParams
- func (o *GetDirParams) WithTimeout(timeout time.Duration) *GetDirParams
- func (o *GetDirParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDirReader
- type GetJobIDInternalServerError
- func (o *GetJobIDInternalServerError) Code() int
- func (o *GetJobIDInternalServerError) Error() string
- func (o *GetJobIDInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetJobIDInternalServerError) IsClientError() bool
- func (o *GetJobIDInternalServerError) IsCode(code int) bool
- func (o *GetJobIDInternalServerError) IsRedirect() bool
- func (o *GetJobIDInternalServerError) IsServerError() bool
- func (o *GetJobIDInternalServerError) IsSuccess() bool
- func (o *GetJobIDInternalServerError) String() string
- type GetJobIDNotFound
- func (o *GetJobIDNotFound) Code() int
- func (o *GetJobIDNotFound) Error() string
- func (o *GetJobIDNotFound) GetPayload() string
- func (o *GetJobIDNotFound) IsClientError() bool
- func (o *GetJobIDNotFound) IsCode(code int) bool
- func (o *GetJobIDNotFound) IsRedirect() bool
- func (o *GetJobIDNotFound) IsServerError() bool
- func (o *GetJobIDNotFound) IsSuccess() bool
- func (o *GetJobIDNotFound) String() string
- type GetJobIDOK
- func (o *GetJobIDOK) Code() int
- func (o *GetJobIDOK) Error() string
- func (o *GetJobIDOK) GetPayload() *models.JobInfo
- func (o *GetJobIDOK) IsClientError() bool
- func (o *GetJobIDOK) IsCode(code int) bool
- func (o *GetJobIDOK) IsRedirect() bool
- func (o *GetJobIDOK) IsServerError() bool
- func (o *GetJobIDOK) IsSuccess() bool
- func (o *GetJobIDOK) String() string
- type GetJobIDParams
- func (o *GetJobIDParams) SetContext(ctx context.Context)
- func (o *GetJobIDParams) SetDefaults()
- func (o *GetJobIDParams) SetHTTPClient(client *http.Client)
- func (o *GetJobIDParams) SetID(id string)
- func (o *GetJobIDParams) SetTimeout(timeout time.Duration)
- func (o *GetJobIDParams) WithContext(ctx context.Context) *GetJobIDParams
- func (o *GetJobIDParams) WithDefaults() *GetJobIDParams
- func (o *GetJobIDParams) WithHTTPClient(client *http.Client) *GetJobIDParams
- func (o *GetJobIDParams) WithID(id string) *GetJobIDParams
- func (o *GetJobIDParams) WithTimeout(timeout time.Duration) *GetJobIDParams
- func (o *GetJobIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJobIDReader
- type GetJobsInternalServerError
- func (o *GetJobsInternalServerError) Code() int
- func (o *GetJobsInternalServerError) Error() string
- func (o *GetJobsInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetJobsInternalServerError) IsClientError() bool
- func (o *GetJobsInternalServerError) IsCode(code int) bool
- func (o *GetJobsInternalServerError) IsRedirect() bool
- func (o *GetJobsInternalServerError) IsServerError() bool
- func (o *GetJobsInternalServerError) IsSuccess() bool
- func (o *GetJobsInternalServerError) String() string
- type GetJobsOK
- func (o *GetJobsOK) Code() int
- func (o *GetJobsOK) Error() string
- func (o *GetJobsOK) GetPayload() *models.ResponseBodyJobs
- func (o *GetJobsOK) IsClientError() bool
- func (o *GetJobsOK) IsCode(code int) bool
- func (o *GetJobsOK) IsRedirect() bool
- func (o *GetJobsOK) IsServerError() bool
- func (o *GetJobsOK) IsSuccess() bool
- func (o *GetJobsOK) String() string
- type GetJobsParams
- func (o *GetJobsParams) SetContext(ctx context.Context)
- func (o *GetJobsParams) SetDefaults()
- func (o *GetJobsParams) SetHTTPClient(client *http.Client)
- func (o *GetJobsParams) SetTimeout(timeout time.Duration)
- func (o *GetJobsParams) WithContext(ctx context.Context) *GetJobsParams
- func (o *GetJobsParams) WithDefaults() *GetJobsParams
- func (o *GetJobsParams) WithHTTPClient(client *http.Client) *GetJobsParams
- func (o *GetJobsParams) WithTimeout(timeout time.Duration) *GetJobsParams
- func (o *GetJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJobsReader
- type GetJobsStatusInternalServerError
- func (o *GetJobsStatusInternalServerError) Code() int
- func (o *GetJobsStatusInternalServerError) Error() string
- func (o *GetJobsStatusInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetJobsStatusInternalServerError) IsClientError() bool
- func (o *GetJobsStatusInternalServerError) IsCode(code int) bool
- func (o *GetJobsStatusInternalServerError) IsRedirect() bool
- func (o *GetJobsStatusInternalServerError) IsServerError() bool
- func (o *GetJobsStatusInternalServerError) IsSuccess() bool
- func (o *GetJobsStatusInternalServerError) String() string
- type GetJobsStatusOK
- func (o *GetJobsStatusOK) Code() int
- func (o *GetJobsStatusOK) Error() string
- func (o *GetJobsStatusOK) GetPayload() *models.ResponseBodyJobs
- func (o *GetJobsStatusOK) IsClientError() bool
- func (o *GetJobsStatusOK) IsCode(code int) bool
- func (o *GetJobsStatusOK) IsRedirect() bool
- func (o *GetJobsStatusOK) IsServerError() bool
- func (o *GetJobsStatusOK) IsSuccess() bool
- func (o *GetJobsStatusOK) String() string
- type GetJobsStatusParams
- func (o *GetJobsStatusParams) SetContext(ctx context.Context)
- func (o *GetJobsStatusParams) SetDefaults()
- func (o *GetJobsStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetJobsStatusParams) SetStatus(status string)
- func (o *GetJobsStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetJobsStatusParams) WithContext(ctx context.Context) *GetJobsStatusParams
- func (o *GetJobsStatusParams) WithDefaults() *GetJobsStatusParams
- func (o *GetJobsStatusParams) WithHTTPClient(client *http.Client) *GetJobsStatusParams
- func (o *GetJobsStatusParams) WithStatus(status string) *GetJobsStatusParams
- func (o *GetJobsStatusParams) WithTimeout(timeout time.Duration) *GetJobsStatusParams
- func (o *GetJobsStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJobsStatusReader
- type GetPingInternalServerError
- func (o *GetPingInternalServerError) Code() int
- func (o *GetPingInternalServerError) Error() string
- func (o *GetPingInternalServerError) GetPayload() *models.ResponseBody500
- func (o *GetPingInternalServerError) IsClientError() bool
- func (o *GetPingInternalServerError) IsCode(code int) bool
- func (o *GetPingInternalServerError) IsRedirect() bool
- func (o *GetPingInternalServerError) IsServerError() bool
- func (o *GetPingInternalServerError) IsSuccess() bool
- func (o *GetPingInternalServerError) String() string
- type GetPingOK
- func (o *GetPingOK) Code() int
- func (o *GetPingOK) Error() string
- func (o *GetPingOK) GetPayload() string
- func (o *GetPingOK) IsClientError() bool
- func (o *GetPingOK) IsCode(code int) bool
- func (o *GetPingOK) IsRedirect() bool
- func (o *GetPingOK) IsServerError() bool
- func (o *GetPingOK) IsSuccess() bool
- func (o *GetPingOK) String() string
- type GetPingParams
- func (o *GetPingParams) SetContext(ctx context.Context)
- func (o *GetPingParams) SetDefaults()
- func (o *GetPingParams) SetHTTPClient(client *http.Client)
- func (o *GetPingParams) SetTimeout(timeout time.Duration)
- func (o *GetPingParams) WithContext(ctx context.Context) *GetPingParams
- func (o *GetPingParams) WithDefaults() *GetPingParams
- func (o *GetPingParams) WithHTTPClient(client *http.Client) *GetPingParams
- func (o *GetPingParams) WithTimeout(timeout time.Duration) *GetPingParams
- func (o *GetPingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPingReader
- type PostJobInternalServerError
- func (o *PostJobInternalServerError) Code() int
- func (o *PostJobInternalServerError) Error() string
- func (o *PostJobInternalServerError) GetPayload() *models.ResponseBody500
- func (o *PostJobInternalServerError) IsClientError() bool
- func (o *PostJobInternalServerError) IsCode(code int) bool
- func (o *PostJobInternalServerError) IsRedirect() bool
- func (o *PostJobInternalServerError) IsServerError() bool
- func (o *PostJobInternalServerError) IsSuccess() bool
- func (o *PostJobInternalServerError) String() string
- type PostJobOK
- func (o *PostJobOK) Code() int
- func (o *PostJobOK) Error() string
- func (o *PostJobOK) GetPayload() *models.JobInfo
- func (o *PostJobOK) IsClientError() bool
- func (o *PostJobOK) IsCode(code int) bool
- func (o *PostJobOK) IsRedirect() bool
- func (o *PostJobOK) IsServerError() bool
- func (o *PostJobOK) IsSuccess() bool
- func (o *PostJobOK) String() string
- type PostJobParams
- func (o *PostJobParams) SetContext(ctx context.Context)
- func (o *PostJobParams) SetData(data *models.JobData)
- func (o *PostJobParams) SetDefaults()
- func (o *PostJobParams) SetHTTPClient(client *http.Client)
- func (o *PostJobParams) SetTimeout(timeout time.Duration)
- func (o *PostJobParams) WithContext(ctx context.Context) *PostJobParams
- func (o *PostJobParams) WithData(data *models.JobData) *PostJobParams
- func (o *PostJobParams) WithDefaults() *PostJobParams
- func (o *PostJobParams) WithHTTPClient(client *http.Client) *PostJobParams
- func (o *PostJobParams) WithTimeout(timeout time.Duration) *PostJobParams
- func (o *PostJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJobReader
- type PostJobsInternalServerError
- func (o *PostJobsInternalServerError) Code() int
- func (o *PostJobsInternalServerError) Error() string
- func (o *PostJobsInternalServerError) GetPayload() *models.ResponseBody500
- func (o *PostJobsInternalServerError) IsClientError() bool
- func (o *PostJobsInternalServerError) IsCode(code int) bool
- func (o *PostJobsInternalServerError) IsRedirect() bool
- func (o *PostJobsInternalServerError) IsServerError() bool
- func (o *PostJobsInternalServerError) IsSuccess() bool
- func (o *PostJobsInternalServerError) String() string
- type PostJobsMultiStatus
- func (o *PostJobsMultiStatus) Code() int
- func (o *PostJobsMultiStatus) Error() string
- func (o *PostJobsMultiStatus) GetPayload() *models.ResponseBodyJobs
- func (o *PostJobsMultiStatus) IsClientError() bool
- func (o *PostJobsMultiStatus) IsCode(code int) bool
- func (o *PostJobsMultiStatus) IsRedirect() bool
- func (o *PostJobsMultiStatus) IsServerError() bool
- func (o *PostJobsMultiStatus) IsSuccess() bool
- func (o *PostJobsMultiStatus) String() string
- type PostJobsOK
- func (o *PostJobsOK) Code() int
- func (o *PostJobsOK) Error() string
- func (o *PostJobsOK) GetPayload() *models.ResponseBodyJobs
- func (o *PostJobsOK) IsClientError() bool
- func (o *PostJobsOK) IsCode(code int) bool
- func (o *PostJobsOK) IsRedirect() bool
- func (o *PostJobsOK) IsServerError() bool
- func (o *PostJobsOK) IsSuccess() bool
- func (o *PostJobsOK) String() string
- type PostJobsParams
- func (o *PostJobsParams) SetContext(ctx context.Context)
- func (o *PostJobsParams) SetData(data *models.RequestBodyJobs)
- func (o *PostJobsParams) SetDefaults()
- func (o *PostJobsParams) SetHTTPClient(client *http.Client)
- func (o *PostJobsParams) SetTimeout(timeout time.Duration)
- func (o *PostJobsParams) WithContext(ctx context.Context) *PostJobsParams
- func (o *PostJobsParams) WithData(data *models.RequestBodyJobs) *PostJobsParams
- func (o *PostJobsParams) WithDefaults() *PostJobsParams
- func (o *PostJobsParams) WithHTTPClient(client *http.Client) *PostJobsParams
- func (o *PostJobsParams) WithTimeout(timeout time.Duration) *PostJobsParams
- func (o *PostJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJobsReader
- type PutJobScheduledIDBadRequest
- func (o *PutJobScheduledIDBadRequest) Code() int
- func (o *PutJobScheduledIDBadRequest) Error() string
- func (o *PutJobScheduledIDBadRequest) GetPayload() string
- func (o *PutJobScheduledIDBadRequest) IsClientError() bool
- func (o *PutJobScheduledIDBadRequest) IsCode(code int) bool
- func (o *PutJobScheduledIDBadRequest) IsRedirect() bool
- func (o *PutJobScheduledIDBadRequest) IsServerError() bool
- func (o *PutJobScheduledIDBadRequest) IsSuccess() bool
- func (o *PutJobScheduledIDBadRequest) String() string
- type PutJobScheduledIDInternalServerError
- func (o *PutJobScheduledIDInternalServerError) Code() int
- func (o *PutJobScheduledIDInternalServerError) Error() string
- func (o *PutJobScheduledIDInternalServerError) GetPayload() *models.ResponseBody500
- func (o *PutJobScheduledIDInternalServerError) IsClientError() bool
- func (o *PutJobScheduledIDInternalServerError) IsCode(code int) bool
- func (o *PutJobScheduledIDInternalServerError) IsRedirect() bool
- func (o *PutJobScheduledIDInternalServerError) IsServerError() bool
- func (o *PutJobScheduledIDInternalServerError) IsSuccess() bool
- func (o *PutJobScheduledIDInternalServerError) String() string
- type PutJobScheduledIDNotFound
- func (o *PutJobScheduledIDNotFound) Code() int
- func (o *PutJobScheduledIDNotFound) Error() string
- func (o *PutJobScheduledIDNotFound) GetPayload() string
- func (o *PutJobScheduledIDNotFound) IsClientError() bool
- func (o *PutJobScheduledIDNotFound) IsCode(code int) bool
- func (o *PutJobScheduledIDNotFound) IsRedirect() bool
- func (o *PutJobScheduledIDNotFound) IsServerError() bool
- func (o *PutJobScheduledIDNotFound) IsSuccess() bool
- func (o *PutJobScheduledIDNotFound) String() string
- type PutJobScheduledIDOK
- func (o *PutJobScheduledIDOK) Code() int
- func (o *PutJobScheduledIDOK) Error() string
- func (o *PutJobScheduledIDOK) GetPayload() *models.JobInfo
- func (o *PutJobScheduledIDOK) IsClientError() bool
- func (o *PutJobScheduledIDOK) IsCode(code int) bool
- func (o *PutJobScheduledIDOK) IsRedirect() bool
- func (o *PutJobScheduledIDOK) IsServerError() bool
- func (o *PutJobScheduledIDOK) IsSuccess() bool
- func (o *PutJobScheduledIDOK) String() string
- type PutJobScheduledIDParams
- func NewPutJobScheduledIDParams() *PutJobScheduledIDParams
- func NewPutJobScheduledIDParamsWithContext(ctx context.Context) *PutJobScheduledIDParams
- func NewPutJobScheduledIDParamsWithHTTPClient(client *http.Client) *PutJobScheduledIDParams
- func NewPutJobScheduledIDParamsWithTimeout(timeout time.Duration) *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) SetContext(ctx context.Context)
- func (o *PutJobScheduledIDParams) SetDefaults()
- func (o *PutJobScheduledIDParams) SetHTTPClient(client *http.Client)
- func (o *PutJobScheduledIDParams) SetID(id string)
- func (o *PutJobScheduledIDParams) SetTimeout(timeout time.Duration)
- func (o *PutJobScheduledIDParams) WithContext(ctx context.Context) *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) WithDefaults() *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) WithHTTPClient(client *http.Client) *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) WithID(id string) *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) WithTimeout(timeout time.Duration) *PutJobScheduledIDParams
- func (o *PutJobScheduledIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutJobScheduledIDReader
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 operations API
func (*Client) DeleteJobID ¶
func (a *Client) DeleteJobID(params *DeleteJobIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobIDOK, error)
DeleteJobID cancels a stager job
func (*Client) GetDacProjectNumber ¶
func (a *Client) GetDacProjectNumber(params *GetDacProjectNumberParams, opts ...ClientOption) (*GetDacProjectNumberOK, error)
GetDacProjectNumber retrieves the data acquisition collection associated with a project
func (*Client) GetDir ¶
func (a *Client) GetDir(params *GetDirParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDirOK, error)
GetDir gets entities within a filesystem path
func (*Client) GetJobID ¶
func (a *Client) GetJobID(params *GetJobIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobIDOK, error)
GetJobID gets stager job information
func (*Client) GetJobs ¶
func (a *Client) GetJobs(params *GetJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobsOK, error)
GetJobs gets all jobs of a user
func (*Client) GetJobsStatus ¶
func (a *Client) GetJobsStatus(params *GetJobsStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobsStatusOK, error)
GetJobsStatus gets list of jobs at given status
func (*Client) GetPing ¶
func (a *Client) GetPing(params *GetPingParams, opts ...ClientOption) (*GetPingOK, error)
GetPing checks API server health
func (*Client) PostJob ¶
func (a *Client) PostJob(params *PostJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostJobOK, error)
PostJob creates a new stager job
func (*Client) PostJobs ¶
func (a *Client) PostJobs(params *PostJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostJobsOK, *PostJobsMultiStatus, error)
PostJobs creates multiple new stager jobs
func (*Client) PutJobScheduledID ¶
func (a *Client) PutJobScheduledID(params *PutJobScheduledIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutJobScheduledIDOK, error)
PutJobScheduledID reschedules a job in completed or archived state
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 { DeleteJobID(params *DeleteJobIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobIDOK, error) GetDacProjectNumber(params *GetDacProjectNumberParams, opts ...ClientOption) (*GetDacProjectNumberOK, error) GetDir(params *GetDirParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDirOK, error) GetJobID(params *GetJobIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobIDOK, error) GetJobs(params *GetJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobsOK, error) GetJobsStatus(params *GetJobsStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobsStatusOK, error) GetPing(params *GetPingParams, opts ...ClientOption) (*GetPingOK, error) PostJob(params *PostJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostJobOK, error) PostJobs(params *PostJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostJobsOK, *PostJobsMultiStatus, error) PutJobScheduledID(params *PutJobScheduledIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutJobScheduledIDOK, 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 operations API client.
type DeleteJobIDInternalServerError ¶
type DeleteJobIDInternalServerError struct {
Payload *models.ResponseBody500
}
DeleteJobIDInternalServerError describes a response with status code 500, with default header values.
failure
func NewDeleteJobIDInternalServerError ¶
func NewDeleteJobIDInternalServerError() *DeleteJobIDInternalServerError
NewDeleteJobIDInternalServerError creates a DeleteJobIDInternalServerError with default headers values
func (*DeleteJobIDInternalServerError) Code ¶
func (o *DeleteJobIDInternalServerError) Code() int
Code gets the status code for the delete job Id internal server error response
func (*DeleteJobIDInternalServerError) Error ¶
func (o *DeleteJobIDInternalServerError) Error() string
func (*DeleteJobIDInternalServerError) GetPayload ¶
func (o *DeleteJobIDInternalServerError) GetPayload() *models.ResponseBody500
func (*DeleteJobIDInternalServerError) IsClientError ¶
func (o *DeleteJobIDInternalServerError) IsClientError() bool
IsClientError returns true when this delete job Id internal server error response has a 4xx status code
func (*DeleteJobIDInternalServerError) IsCode ¶
func (o *DeleteJobIDInternalServerError) IsCode(code int) bool
IsCode returns true when this delete job Id internal server error response a status code equal to that given
func (*DeleteJobIDInternalServerError) IsRedirect ¶
func (o *DeleteJobIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete job Id internal server error response has a 3xx status code
func (*DeleteJobIDInternalServerError) IsServerError ¶
func (o *DeleteJobIDInternalServerError) IsServerError() bool
IsServerError returns true when this delete job Id internal server error response has a 5xx status code
func (*DeleteJobIDInternalServerError) IsSuccess ¶
func (o *DeleteJobIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete job Id internal server error response has a 2xx status code
func (*DeleteJobIDInternalServerError) String ¶
func (o *DeleteJobIDInternalServerError) String() string
type DeleteJobIDNotFound ¶
type DeleteJobIDNotFound struct {
Payload string
}
DeleteJobIDNotFound describes a response with status code 404, with default header values.
job not found
func NewDeleteJobIDNotFound ¶
func NewDeleteJobIDNotFound() *DeleteJobIDNotFound
NewDeleteJobIDNotFound creates a DeleteJobIDNotFound with default headers values
func (*DeleteJobIDNotFound) Code ¶
func (o *DeleteJobIDNotFound) Code() int
Code gets the status code for the delete job Id not found response
func (*DeleteJobIDNotFound) Error ¶
func (o *DeleteJobIDNotFound) Error() string
func (*DeleteJobIDNotFound) GetPayload ¶
func (o *DeleteJobIDNotFound) GetPayload() string
func (*DeleteJobIDNotFound) IsClientError ¶
func (o *DeleteJobIDNotFound) IsClientError() bool
IsClientError returns true when this delete job Id not found response has a 4xx status code
func (*DeleteJobIDNotFound) IsCode ¶
func (o *DeleteJobIDNotFound) IsCode(code int) bool
IsCode returns true when this delete job Id not found response a status code equal to that given
func (*DeleteJobIDNotFound) IsRedirect ¶
func (o *DeleteJobIDNotFound) IsRedirect() bool
IsRedirect returns true when this delete job Id not found response has a 3xx status code
func (*DeleteJobIDNotFound) IsServerError ¶
func (o *DeleteJobIDNotFound) IsServerError() bool
IsServerError returns true when this delete job Id not found response has a 5xx status code
func (*DeleteJobIDNotFound) IsSuccess ¶
func (o *DeleteJobIDNotFound) IsSuccess() bool
IsSuccess returns true when this delete job Id not found response has a 2xx status code
func (*DeleteJobIDNotFound) String ¶
func (o *DeleteJobIDNotFound) String() string
type DeleteJobIDOK ¶
DeleteJobIDOK describes a response with status code 200, with default header values.
success
func NewDeleteJobIDOK ¶
func NewDeleteJobIDOK() *DeleteJobIDOK
NewDeleteJobIDOK creates a DeleteJobIDOK with default headers values
func (*DeleteJobIDOK) Code ¶
func (o *DeleteJobIDOK) Code() int
Code gets the status code for the delete job Id o k response
func (*DeleteJobIDOK) Error ¶
func (o *DeleteJobIDOK) Error() string
func (*DeleteJobIDOK) GetPayload ¶
func (o *DeleteJobIDOK) GetPayload() *models.JobInfo
func (*DeleteJobIDOK) IsClientError ¶
func (o *DeleteJobIDOK) IsClientError() bool
IsClientError returns true when this delete job Id o k response has a 4xx status code
func (*DeleteJobIDOK) IsCode ¶
func (o *DeleteJobIDOK) IsCode(code int) bool
IsCode returns true when this delete job Id o k response a status code equal to that given
func (*DeleteJobIDOK) IsRedirect ¶
func (o *DeleteJobIDOK) IsRedirect() bool
IsRedirect returns true when this delete job Id o k response has a 3xx status code
func (*DeleteJobIDOK) IsServerError ¶
func (o *DeleteJobIDOK) IsServerError() bool
IsServerError returns true when this delete job Id o k response has a 5xx status code
func (*DeleteJobIDOK) IsSuccess ¶
func (o *DeleteJobIDOK) IsSuccess() bool
IsSuccess returns true when this delete job Id o k response has a 2xx status code
func (*DeleteJobIDOK) String ¶
func (o *DeleteJobIDOK) String() string
type DeleteJobIDParams ¶
type DeleteJobIDParams struct { /* ID. job identifier */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJobIDParams contains all the parameters to send to the API endpoint
for the delete job ID operation. Typically these are written to a http.Request.
func NewDeleteJobIDParams ¶
func NewDeleteJobIDParams() *DeleteJobIDParams
NewDeleteJobIDParams creates a new DeleteJobIDParams 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 NewDeleteJobIDParamsWithContext ¶
func NewDeleteJobIDParamsWithContext(ctx context.Context) *DeleteJobIDParams
NewDeleteJobIDParamsWithContext creates a new DeleteJobIDParams object with the ability to set a context for a request.
func NewDeleteJobIDParamsWithHTTPClient ¶
func NewDeleteJobIDParamsWithHTTPClient(client *http.Client) *DeleteJobIDParams
NewDeleteJobIDParamsWithHTTPClient creates a new DeleteJobIDParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJobIDParamsWithTimeout ¶
func NewDeleteJobIDParamsWithTimeout(timeout time.Duration) *DeleteJobIDParams
NewDeleteJobIDParamsWithTimeout creates a new DeleteJobIDParams object with the ability to set a timeout on a request.
func (*DeleteJobIDParams) SetContext ¶
func (o *DeleteJobIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete job ID params
func (*DeleteJobIDParams) SetDefaults ¶
func (o *DeleteJobIDParams) SetDefaults()
SetDefaults hydrates default values in the delete job ID params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJobIDParams) SetHTTPClient ¶
func (o *DeleteJobIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete job ID params
func (*DeleteJobIDParams) SetID ¶
func (o *DeleteJobIDParams) SetID(id string)
SetID adds the id to the delete job ID params
func (*DeleteJobIDParams) SetTimeout ¶
func (o *DeleteJobIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete job ID params
func (*DeleteJobIDParams) WithContext ¶
func (o *DeleteJobIDParams) WithContext(ctx context.Context) *DeleteJobIDParams
WithContext adds the context to the delete job ID params
func (*DeleteJobIDParams) WithDefaults ¶
func (o *DeleteJobIDParams) WithDefaults() *DeleteJobIDParams
WithDefaults hydrates default values in the delete job ID params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJobIDParams) WithHTTPClient ¶
func (o *DeleteJobIDParams) WithHTTPClient(client *http.Client) *DeleteJobIDParams
WithHTTPClient adds the HTTPClient to the delete job ID params
func (*DeleteJobIDParams) WithID ¶
func (o *DeleteJobIDParams) WithID(id string) *DeleteJobIDParams
WithID adds the id to the delete job ID params
func (*DeleteJobIDParams) WithTimeout ¶
func (o *DeleteJobIDParams) WithTimeout(timeout time.Duration) *DeleteJobIDParams
WithTimeout adds the timeout to the delete job ID params
func (*DeleteJobIDParams) WriteToRequest ¶
func (o *DeleteJobIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJobIDReader ¶
type DeleteJobIDReader struct {
// contains filtered or unexported fields
}
DeleteJobIDReader is a Reader for the DeleteJobID structure.
func (*DeleteJobIDReader) ReadResponse ¶
func (o *DeleteJobIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDacProjectNumberInternalServerError ¶
type GetDacProjectNumberInternalServerError struct {
Payload *models.ResponseBody500
}
GetDacProjectNumberInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetDacProjectNumberInternalServerError ¶
func NewGetDacProjectNumberInternalServerError() *GetDacProjectNumberInternalServerError
NewGetDacProjectNumberInternalServerError creates a GetDacProjectNumberInternalServerError with default headers values
func (*GetDacProjectNumberInternalServerError) Code ¶
func (o *GetDacProjectNumberInternalServerError) Code() int
Code gets the status code for the get dac project number internal server error response
func (*GetDacProjectNumberInternalServerError) Error ¶
func (o *GetDacProjectNumberInternalServerError) Error() string
func (*GetDacProjectNumberInternalServerError) GetPayload ¶
func (o *GetDacProjectNumberInternalServerError) GetPayload() *models.ResponseBody500
func (*GetDacProjectNumberInternalServerError) IsClientError ¶
func (o *GetDacProjectNumberInternalServerError) IsClientError() bool
IsClientError returns true when this get dac project number internal server error response has a 4xx status code
func (*GetDacProjectNumberInternalServerError) IsCode ¶
func (o *GetDacProjectNumberInternalServerError) IsCode(code int) bool
IsCode returns true when this get dac project number internal server error response a status code equal to that given
func (*GetDacProjectNumberInternalServerError) IsRedirect ¶
func (o *GetDacProjectNumberInternalServerError) IsRedirect() bool
IsRedirect returns true when this get dac project number internal server error response has a 3xx status code
func (*GetDacProjectNumberInternalServerError) IsServerError ¶
func (o *GetDacProjectNumberInternalServerError) IsServerError() bool
IsServerError returns true when this get dac project number internal server error response has a 5xx status code
func (*GetDacProjectNumberInternalServerError) IsSuccess ¶
func (o *GetDacProjectNumberInternalServerError) IsSuccess() bool
IsSuccess returns true when this get dac project number internal server error response has a 2xx status code
func (*GetDacProjectNumberInternalServerError) String ¶
func (o *GetDacProjectNumberInternalServerError) String() string
type GetDacProjectNumberNotFound ¶
type GetDacProjectNumberNotFound struct {
Payload string
}
GetDacProjectNumberNotFound describes a response with status code 404, with default header values.
collection not found
func NewGetDacProjectNumberNotFound ¶
func NewGetDacProjectNumberNotFound() *GetDacProjectNumberNotFound
NewGetDacProjectNumberNotFound creates a GetDacProjectNumberNotFound with default headers values
func (*GetDacProjectNumberNotFound) Code ¶
func (o *GetDacProjectNumberNotFound) Code() int
Code gets the status code for the get dac project number not found response
func (*GetDacProjectNumberNotFound) Error ¶
func (o *GetDacProjectNumberNotFound) Error() string
func (*GetDacProjectNumberNotFound) GetPayload ¶
func (o *GetDacProjectNumberNotFound) GetPayload() string
func (*GetDacProjectNumberNotFound) IsClientError ¶
func (o *GetDacProjectNumberNotFound) IsClientError() bool
IsClientError returns true when this get dac project number not found response has a 4xx status code
func (*GetDacProjectNumberNotFound) IsCode ¶
func (o *GetDacProjectNumberNotFound) IsCode(code int) bool
IsCode returns true when this get dac project number not found response a status code equal to that given
func (*GetDacProjectNumberNotFound) IsRedirect ¶
func (o *GetDacProjectNumberNotFound) IsRedirect() bool
IsRedirect returns true when this get dac project number not found response has a 3xx status code
func (*GetDacProjectNumberNotFound) IsServerError ¶
func (o *GetDacProjectNumberNotFound) IsServerError() bool
IsServerError returns true when this get dac project number not found response has a 5xx status code
func (*GetDacProjectNumberNotFound) IsSuccess ¶
func (o *GetDacProjectNumberNotFound) IsSuccess() bool
IsSuccess returns true when this get dac project number not found response has a 2xx status code
func (*GetDacProjectNumberNotFound) String ¶
func (o *GetDacProjectNumberNotFound) String() string
type GetDacProjectNumberOK ¶
type GetDacProjectNumberOK struct {
Payload *models.Collection
}
GetDacProjectNumberOK describes a response with status code 200, with default header values.
success
func NewGetDacProjectNumberOK ¶
func NewGetDacProjectNumberOK() *GetDacProjectNumberOK
NewGetDacProjectNumberOK creates a GetDacProjectNumberOK with default headers values
func (*GetDacProjectNumberOK) Code ¶
func (o *GetDacProjectNumberOK) Code() int
Code gets the status code for the get dac project number o k response
func (*GetDacProjectNumberOK) Error ¶
func (o *GetDacProjectNumberOK) Error() string
func (*GetDacProjectNumberOK) GetPayload ¶
func (o *GetDacProjectNumberOK) GetPayload() *models.Collection
func (*GetDacProjectNumberOK) IsClientError ¶
func (o *GetDacProjectNumberOK) IsClientError() bool
IsClientError returns true when this get dac project number o k response has a 4xx status code
func (*GetDacProjectNumberOK) IsCode ¶
func (o *GetDacProjectNumberOK) IsCode(code int) bool
IsCode returns true when this get dac project number o k response a status code equal to that given
func (*GetDacProjectNumberOK) IsRedirect ¶
func (o *GetDacProjectNumberOK) IsRedirect() bool
IsRedirect returns true when this get dac project number o k response has a 3xx status code
func (*GetDacProjectNumberOK) IsServerError ¶
func (o *GetDacProjectNumberOK) IsServerError() bool
IsServerError returns true when this get dac project number o k response has a 5xx status code
func (*GetDacProjectNumberOK) IsSuccess ¶
func (o *GetDacProjectNumberOK) IsSuccess() bool
IsSuccess returns true when this get dac project number o k response has a 2xx status code
func (*GetDacProjectNumberOK) String ¶
func (o *GetDacProjectNumberOK) String() string
type GetDacProjectNumberParams ¶
type GetDacProjectNumberParams struct { /* Number. project number */ Number string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDacProjectNumberParams contains all the parameters to send to the API endpoint
for the get dac project number operation. Typically these are written to a http.Request.
func NewGetDacProjectNumberParams ¶
func NewGetDacProjectNumberParams() *GetDacProjectNumberParams
NewGetDacProjectNumberParams creates a new GetDacProjectNumberParams 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 NewGetDacProjectNumberParamsWithContext ¶
func NewGetDacProjectNumberParamsWithContext(ctx context.Context) *GetDacProjectNumberParams
NewGetDacProjectNumberParamsWithContext creates a new GetDacProjectNumberParams object with the ability to set a context for a request.
func NewGetDacProjectNumberParamsWithHTTPClient ¶
func NewGetDacProjectNumberParamsWithHTTPClient(client *http.Client) *GetDacProjectNumberParams
NewGetDacProjectNumberParamsWithHTTPClient creates a new GetDacProjectNumberParams object with the ability to set a custom HTTPClient for a request.
func NewGetDacProjectNumberParamsWithTimeout ¶
func NewGetDacProjectNumberParamsWithTimeout(timeout time.Duration) *GetDacProjectNumberParams
NewGetDacProjectNumberParamsWithTimeout creates a new GetDacProjectNumberParams object with the ability to set a timeout on a request.
func (*GetDacProjectNumberParams) SetContext ¶
func (o *GetDacProjectNumberParams) SetContext(ctx context.Context)
SetContext adds the context to the get dac project number params
func (*GetDacProjectNumberParams) SetDefaults ¶
func (o *GetDacProjectNumberParams) SetDefaults()
SetDefaults hydrates default values in the get dac project number params (not the query body).
All values with no default are reset to their zero value.
func (*GetDacProjectNumberParams) SetHTTPClient ¶
func (o *GetDacProjectNumberParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get dac project number params
func (*GetDacProjectNumberParams) SetNumber ¶
func (o *GetDacProjectNumberParams) SetNumber(number string)
SetNumber adds the number to the get dac project number params
func (*GetDacProjectNumberParams) SetTimeout ¶
func (o *GetDacProjectNumberParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get dac project number params
func (*GetDacProjectNumberParams) WithContext ¶
func (o *GetDacProjectNumberParams) WithContext(ctx context.Context) *GetDacProjectNumberParams
WithContext adds the context to the get dac project number params
func (*GetDacProjectNumberParams) WithDefaults ¶
func (o *GetDacProjectNumberParams) WithDefaults() *GetDacProjectNumberParams
WithDefaults hydrates default values in the get dac project number params (not the query body).
All values with no default are reset to their zero value.
func (*GetDacProjectNumberParams) WithHTTPClient ¶
func (o *GetDacProjectNumberParams) WithHTTPClient(client *http.Client) *GetDacProjectNumberParams
WithHTTPClient adds the HTTPClient to the get dac project number params
func (*GetDacProjectNumberParams) WithNumber ¶
func (o *GetDacProjectNumberParams) WithNumber(number string) *GetDacProjectNumberParams
WithNumber adds the number to the get dac project number params
func (*GetDacProjectNumberParams) WithTimeout ¶
func (o *GetDacProjectNumberParams) WithTimeout(timeout time.Duration) *GetDacProjectNumberParams
WithTimeout adds the timeout to the get dac project number params
func (*GetDacProjectNumberParams) WriteToRequest ¶
func (o *GetDacProjectNumberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDacProjectNumberReader ¶
type GetDacProjectNumberReader struct {
// contains filtered or unexported fields
}
GetDacProjectNumberReader is a Reader for the GetDacProjectNumber structure.
func (*GetDacProjectNumberReader) ReadResponse ¶
func (o *GetDacProjectNumberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDirInternalServerError ¶
type GetDirInternalServerError struct {
Payload *models.ResponseBody500
}
GetDirInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetDirInternalServerError ¶
func NewGetDirInternalServerError() *GetDirInternalServerError
NewGetDirInternalServerError creates a GetDirInternalServerError with default headers values
func (*GetDirInternalServerError) Code ¶
func (o *GetDirInternalServerError) Code() int
Code gets the status code for the get dir internal server error response
func (*GetDirInternalServerError) Error ¶
func (o *GetDirInternalServerError) Error() string
func (*GetDirInternalServerError) GetPayload ¶
func (o *GetDirInternalServerError) GetPayload() *models.ResponseBody500
func (*GetDirInternalServerError) IsClientError ¶
func (o *GetDirInternalServerError) IsClientError() bool
IsClientError returns true when this get dir internal server error response has a 4xx status code
func (*GetDirInternalServerError) IsCode ¶
func (o *GetDirInternalServerError) IsCode(code int) bool
IsCode returns true when this get dir internal server error response a status code equal to that given
func (*GetDirInternalServerError) IsRedirect ¶
func (o *GetDirInternalServerError) IsRedirect() bool
IsRedirect returns true when this get dir internal server error response has a 3xx status code
func (*GetDirInternalServerError) IsServerError ¶
func (o *GetDirInternalServerError) IsServerError() bool
IsServerError returns true when this get dir internal server error response has a 5xx status code
func (*GetDirInternalServerError) IsSuccess ¶
func (o *GetDirInternalServerError) IsSuccess() bool
IsSuccess returns true when this get dir internal server error response has a 2xx status code
func (*GetDirInternalServerError) String ¶
func (o *GetDirInternalServerError) String() string
type GetDirOK ¶
type GetDirOK struct {
Payload *models.ResponseDirEntries
}
GetDirOK describes a response with status code 200, with default header values.
success
func NewGetDirOK ¶
func NewGetDirOK() *GetDirOK
NewGetDirOK creates a GetDirOK with default headers values
func (*GetDirOK) GetPayload ¶
func (o *GetDirOK) GetPayload() *models.ResponseDirEntries
func (*GetDirOK) IsClientError ¶
IsClientError returns true when this get dir o k response has a 4xx status code
func (*GetDirOK) IsCode ¶
IsCode returns true when this get dir o k response a status code equal to that given
func (*GetDirOK) IsRedirect ¶
IsRedirect returns true when this get dir o k response has a 3xx status code
func (*GetDirOK) IsServerError ¶
IsServerError returns true when this get dir o k response has a 5xx status code
type GetDirParams ¶
type GetDirParams struct { /* Dir. the directory */ Dir *models.DirPath Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDirParams contains all the parameters to send to the API endpoint
for the get dir operation. Typically these are written to a http.Request.
func NewGetDirParams ¶
func NewGetDirParams() *GetDirParams
NewGetDirParams creates a new GetDirParams 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 NewGetDirParamsWithContext ¶
func NewGetDirParamsWithContext(ctx context.Context) *GetDirParams
NewGetDirParamsWithContext creates a new GetDirParams object with the ability to set a context for a request.
func NewGetDirParamsWithHTTPClient ¶
func NewGetDirParamsWithHTTPClient(client *http.Client) *GetDirParams
NewGetDirParamsWithHTTPClient creates a new GetDirParams object with the ability to set a custom HTTPClient for a request.
func NewGetDirParamsWithTimeout ¶
func NewGetDirParamsWithTimeout(timeout time.Duration) *GetDirParams
NewGetDirParamsWithTimeout creates a new GetDirParams object with the ability to set a timeout on a request.
func (*GetDirParams) SetContext ¶
func (o *GetDirParams) SetContext(ctx context.Context)
SetContext adds the context to the get dir params
func (*GetDirParams) SetDefaults ¶
func (o *GetDirParams) SetDefaults()
SetDefaults hydrates default values in the get dir params (not the query body).
All values with no default are reset to their zero value.
func (*GetDirParams) SetDir ¶
func (o *GetDirParams) SetDir(dir *models.DirPath)
SetDir adds the dir to the get dir params
func (*GetDirParams) SetHTTPClient ¶
func (o *GetDirParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get dir params
func (*GetDirParams) SetTimeout ¶
func (o *GetDirParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get dir params
func (*GetDirParams) WithContext ¶
func (o *GetDirParams) WithContext(ctx context.Context) *GetDirParams
WithContext adds the context to the get dir params
func (*GetDirParams) WithDefaults ¶
func (o *GetDirParams) WithDefaults() *GetDirParams
WithDefaults hydrates default values in the get dir params (not the query body).
All values with no default are reset to their zero value.
func (*GetDirParams) WithDir ¶
func (o *GetDirParams) WithDir(dir *models.DirPath) *GetDirParams
WithDir adds the dir to the get dir params
func (*GetDirParams) WithHTTPClient ¶
func (o *GetDirParams) WithHTTPClient(client *http.Client) *GetDirParams
WithHTTPClient adds the HTTPClient to the get dir params
func (*GetDirParams) WithTimeout ¶
func (o *GetDirParams) WithTimeout(timeout time.Duration) *GetDirParams
WithTimeout adds the timeout to the get dir params
func (*GetDirParams) WriteToRequest ¶
func (o *GetDirParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDirReader ¶
type GetDirReader struct {
// contains filtered or unexported fields
}
GetDirReader is a Reader for the GetDir structure.
func (*GetDirReader) ReadResponse ¶
func (o *GetDirReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJobIDInternalServerError ¶
type GetJobIDInternalServerError struct {
Payload *models.ResponseBody500
}
GetJobIDInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetJobIDInternalServerError ¶
func NewGetJobIDInternalServerError() *GetJobIDInternalServerError
NewGetJobIDInternalServerError creates a GetJobIDInternalServerError with default headers values
func (*GetJobIDInternalServerError) Code ¶
func (o *GetJobIDInternalServerError) Code() int
Code gets the status code for the get job Id internal server error response
func (*GetJobIDInternalServerError) Error ¶
func (o *GetJobIDInternalServerError) Error() string
func (*GetJobIDInternalServerError) GetPayload ¶
func (o *GetJobIDInternalServerError) GetPayload() *models.ResponseBody500
func (*GetJobIDInternalServerError) IsClientError ¶
func (o *GetJobIDInternalServerError) IsClientError() bool
IsClientError returns true when this get job Id internal server error response has a 4xx status code
func (*GetJobIDInternalServerError) IsCode ¶
func (o *GetJobIDInternalServerError) IsCode(code int) bool
IsCode returns true when this get job Id internal server error response a status code equal to that given
func (*GetJobIDInternalServerError) IsRedirect ¶
func (o *GetJobIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this get job Id internal server error response has a 3xx status code
func (*GetJobIDInternalServerError) IsServerError ¶
func (o *GetJobIDInternalServerError) IsServerError() bool
IsServerError returns true when this get job Id internal server error response has a 5xx status code
func (*GetJobIDInternalServerError) IsSuccess ¶
func (o *GetJobIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this get job Id internal server error response has a 2xx status code
func (*GetJobIDInternalServerError) String ¶
func (o *GetJobIDInternalServerError) String() string
type GetJobIDNotFound ¶
type GetJobIDNotFound struct {
Payload string
}
GetJobIDNotFound describes a response with status code 404, with default header values.
job not found
func NewGetJobIDNotFound ¶
func NewGetJobIDNotFound() *GetJobIDNotFound
NewGetJobIDNotFound creates a GetJobIDNotFound with default headers values
func (*GetJobIDNotFound) Code ¶
func (o *GetJobIDNotFound) Code() int
Code gets the status code for the get job Id not found response
func (*GetJobIDNotFound) Error ¶
func (o *GetJobIDNotFound) Error() string
func (*GetJobIDNotFound) GetPayload ¶
func (o *GetJobIDNotFound) GetPayload() string
func (*GetJobIDNotFound) IsClientError ¶
func (o *GetJobIDNotFound) IsClientError() bool
IsClientError returns true when this get job Id not found response has a 4xx status code
func (*GetJobIDNotFound) IsCode ¶
func (o *GetJobIDNotFound) IsCode(code int) bool
IsCode returns true when this get job Id not found response a status code equal to that given
func (*GetJobIDNotFound) IsRedirect ¶
func (o *GetJobIDNotFound) IsRedirect() bool
IsRedirect returns true when this get job Id not found response has a 3xx status code
func (*GetJobIDNotFound) IsServerError ¶
func (o *GetJobIDNotFound) IsServerError() bool
IsServerError returns true when this get job Id not found response has a 5xx status code
func (*GetJobIDNotFound) IsSuccess ¶
func (o *GetJobIDNotFound) IsSuccess() bool
IsSuccess returns true when this get job Id not found response has a 2xx status code
func (*GetJobIDNotFound) String ¶
func (o *GetJobIDNotFound) String() string
type GetJobIDOK ¶
GetJobIDOK describes a response with status code 200, with default header values.
success
func NewGetJobIDOK ¶
func NewGetJobIDOK() *GetJobIDOK
NewGetJobIDOK creates a GetJobIDOK with default headers values
func (*GetJobIDOK) Code ¶
func (o *GetJobIDOK) Code() int
Code gets the status code for the get job Id o k response
func (*GetJobIDOK) Error ¶
func (o *GetJobIDOK) Error() string
func (*GetJobIDOK) GetPayload ¶
func (o *GetJobIDOK) GetPayload() *models.JobInfo
func (*GetJobIDOK) IsClientError ¶
func (o *GetJobIDOK) IsClientError() bool
IsClientError returns true when this get job Id o k response has a 4xx status code
func (*GetJobIDOK) IsCode ¶
func (o *GetJobIDOK) IsCode(code int) bool
IsCode returns true when this get job Id o k response a status code equal to that given
func (*GetJobIDOK) IsRedirect ¶
func (o *GetJobIDOK) IsRedirect() bool
IsRedirect returns true when this get job Id o k response has a 3xx status code
func (*GetJobIDOK) IsServerError ¶
func (o *GetJobIDOK) IsServerError() bool
IsServerError returns true when this get job Id o k response has a 5xx status code
func (*GetJobIDOK) IsSuccess ¶
func (o *GetJobIDOK) IsSuccess() bool
IsSuccess returns true when this get job Id o k response has a 2xx status code
func (*GetJobIDOK) String ¶
func (o *GetJobIDOK) String() string
type GetJobIDParams ¶
type GetJobIDParams struct { /* ID. job identifier */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJobIDParams contains all the parameters to send to the API endpoint
for the get job ID operation. Typically these are written to a http.Request.
func NewGetJobIDParams ¶
func NewGetJobIDParams() *GetJobIDParams
NewGetJobIDParams creates a new GetJobIDParams 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 NewGetJobIDParamsWithContext ¶
func NewGetJobIDParamsWithContext(ctx context.Context) *GetJobIDParams
NewGetJobIDParamsWithContext creates a new GetJobIDParams object with the ability to set a context for a request.
func NewGetJobIDParamsWithHTTPClient ¶
func NewGetJobIDParamsWithHTTPClient(client *http.Client) *GetJobIDParams
NewGetJobIDParamsWithHTTPClient creates a new GetJobIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetJobIDParamsWithTimeout ¶
func NewGetJobIDParamsWithTimeout(timeout time.Duration) *GetJobIDParams
NewGetJobIDParamsWithTimeout creates a new GetJobIDParams object with the ability to set a timeout on a request.
func (*GetJobIDParams) SetContext ¶
func (o *GetJobIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get job ID params
func (*GetJobIDParams) SetDefaults ¶
func (o *GetJobIDParams) SetDefaults()
SetDefaults hydrates default values in the get job ID params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobIDParams) SetHTTPClient ¶
func (o *GetJobIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get job ID params
func (*GetJobIDParams) SetID ¶
func (o *GetJobIDParams) SetID(id string)
SetID adds the id to the get job ID params
func (*GetJobIDParams) SetTimeout ¶
func (o *GetJobIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get job ID params
func (*GetJobIDParams) WithContext ¶
func (o *GetJobIDParams) WithContext(ctx context.Context) *GetJobIDParams
WithContext adds the context to the get job ID params
func (*GetJobIDParams) WithDefaults ¶
func (o *GetJobIDParams) WithDefaults() *GetJobIDParams
WithDefaults hydrates default values in the get job ID params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobIDParams) WithHTTPClient ¶
func (o *GetJobIDParams) WithHTTPClient(client *http.Client) *GetJobIDParams
WithHTTPClient adds the HTTPClient to the get job ID params
func (*GetJobIDParams) WithID ¶
func (o *GetJobIDParams) WithID(id string) *GetJobIDParams
WithID adds the id to the get job ID params
func (*GetJobIDParams) WithTimeout ¶
func (o *GetJobIDParams) WithTimeout(timeout time.Duration) *GetJobIDParams
WithTimeout adds the timeout to the get job ID params
func (*GetJobIDParams) WriteToRequest ¶
func (o *GetJobIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJobIDReader ¶
type GetJobIDReader struct {
// contains filtered or unexported fields
}
GetJobIDReader is a Reader for the GetJobID structure.
func (*GetJobIDReader) ReadResponse ¶
func (o *GetJobIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJobsInternalServerError ¶
type GetJobsInternalServerError struct {
Payload *models.ResponseBody500
}
GetJobsInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetJobsInternalServerError ¶
func NewGetJobsInternalServerError() *GetJobsInternalServerError
NewGetJobsInternalServerError creates a GetJobsInternalServerError with default headers values
func (*GetJobsInternalServerError) Code ¶
func (o *GetJobsInternalServerError) Code() int
Code gets the status code for the get jobs internal server error response
func (*GetJobsInternalServerError) Error ¶
func (o *GetJobsInternalServerError) Error() string
func (*GetJobsInternalServerError) GetPayload ¶
func (o *GetJobsInternalServerError) GetPayload() *models.ResponseBody500
func (*GetJobsInternalServerError) IsClientError ¶
func (o *GetJobsInternalServerError) IsClientError() bool
IsClientError returns true when this get jobs internal server error response has a 4xx status code
func (*GetJobsInternalServerError) IsCode ¶
func (o *GetJobsInternalServerError) IsCode(code int) bool
IsCode returns true when this get jobs internal server error response a status code equal to that given
func (*GetJobsInternalServerError) IsRedirect ¶
func (o *GetJobsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get jobs internal server error response has a 3xx status code
func (*GetJobsInternalServerError) IsServerError ¶
func (o *GetJobsInternalServerError) IsServerError() bool
IsServerError returns true when this get jobs internal server error response has a 5xx status code
func (*GetJobsInternalServerError) IsSuccess ¶
func (o *GetJobsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get jobs internal server error response has a 2xx status code
func (*GetJobsInternalServerError) String ¶
func (o *GetJobsInternalServerError) String() string
type GetJobsOK ¶
type GetJobsOK struct {
Payload *models.ResponseBodyJobs
}
GetJobsOK describes a response with status code 200, with default header values.
success
func NewGetJobsOK ¶
func NewGetJobsOK() *GetJobsOK
NewGetJobsOK creates a GetJobsOK with default headers values
func (*GetJobsOK) GetPayload ¶
func (o *GetJobsOK) GetPayload() *models.ResponseBodyJobs
func (*GetJobsOK) IsClientError ¶
IsClientError returns true when this get jobs o k response has a 4xx status code
func (*GetJobsOK) IsCode ¶
IsCode returns true when this get jobs o k response a status code equal to that given
func (*GetJobsOK) IsRedirect ¶
IsRedirect returns true when this get jobs o k response has a 3xx status code
func (*GetJobsOK) IsServerError ¶
IsServerError returns true when this get jobs o k response has a 5xx status code
type GetJobsParams ¶
type GetJobsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJobsParams contains all the parameters to send to the API endpoint
for the get jobs operation. Typically these are written to a http.Request.
func NewGetJobsParams ¶
func NewGetJobsParams() *GetJobsParams
NewGetJobsParams creates a new GetJobsParams 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 NewGetJobsParamsWithContext ¶
func NewGetJobsParamsWithContext(ctx context.Context) *GetJobsParams
NewGetJobsParamsWithContext creates a new GetJobsParams object with the ability to set a context for a request.
func NewGetJobsParamsWithHTTPClient ¶
func NewGetJobsParamsWithHTTPClient(client *http.Client) *GetJobsParams
NewGetJobsParamsWithHTTPClient creates a new GetJobsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJobsParamsWithTimeout ¶
func NewGetJobsParamsWithTimeout(timeout time.Duration) *GetJobsParams
NewGetJobsParamsWithTimeout creates a new GetJobsParams object with the ability to set a timeout on a request.
func (*GetJobsParams) SetContext ¶
func (o *GetJobsParams) SetContext(ctx context.Context)
SetContext adds the context to the get jobs params
func (*GetJobsParams) SetDefaults ¶
func (o *GetJobsParams) SetDefaults()
SetDefaults hydrates default values in the get jobs params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobsParams) SetHTTPClient ¶
func (o *GetJobsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get jobs params
func (*GetJobsParams) SetTimeout ¶
func (o *GetJobsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get jobs params
func (*GetJobsParams) WithContext ¶
func (o *GetJobsParams) WithContext(ctx context.Context) *GetJobsParams
WithContext adds the context to the get jobs params
func (*GetJobsParams) WithDefaults ¶
func (o *GetJobsParams) WithDefaults() *GetJobsParams
WithDefaults hydrates default values in the get jobs params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobsParams) WithHTTPClient ¶
func (o *GetJobsParams) WithHTTPClient(client *http.Client) *GetJobsParams
WithHTTPClient adds the HTTPClient to the get jobs params
func (*GetJobsParams) WithTimeout ¶
func (o *GetJobsParams) WithTimeout(timeout time.Duration) *GetJobsParams
WithTimeout adds the timeout to the get jobs params
func (*GetJobsParams) WriteToRequest ¶
func (o *GetJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJobsReader ¶
type GetJobsReader struct {
// contains filtered or unexported fields
}
GetJobsReader is a Reader for the GetJobs structure.
func (*GetJobsReader) ReadResponse ¶
func (o *GetJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJobsStatusInternalServerError ¶
type GetJobsStatusInternalServerError struct {
Payload *models.ResponseBody500
}
GetJobsStatusInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetJobsStatusInternalServerError ¶
func NewGetJobsStatusInternalServerError() *GetJobsStatusInternalServerError
NewGetJobsStatusInternalServerError creates a GetJobsStatusInternalServerError with default headers values
func (*GetJobsStatusInternalServerError) Code ¶
func (o *GetJobsStatusInternalServerError) Code() int
Code gets the status code for the get jobs status internal server error response
func (*GetJobsStatusInternalServerError) Error ¶
func (o *GetJobsStatusInternalServerError) Error() string
func (*GetJobsStatusInternalServerError) GetPayload ¶
func (o *GetJobsStatusInternalServerError) GetPayload() *models.ResponseBody500
func (*GetJobsStatusInternalServerError) IsClientError ¶
func (o *GetJobsStatusInternalServerError) IsClientError() bool
IsClientError returns true when this get jobs status internal server error response has a 4xx status code
func (*GetJobsStatusInternalServerError) IsCode ¶
func (o *GetJobsStatusInternalServerError) IsCode(code int) bool
IsCode returns true when this get jobs status internal server error response a status code equal to that given
func (*GetJobsStatusInternalServerError) IsRedirect ¶
func (o *GetJobsStatusInternalServerError) IsRedirect() bool
IsRedirect returns true when this get jobs status internal server error response has a 3xx status code
func (*GetJobsStatusInternalServerError) IsServerError ¶
func (o *GetJobsStatusInternalServerError) IsServerError() bool
IsServerError returns true when this get jobs status internal server error response has a 5xx status code
func (*GetJobsStatusInternalServerError) IsSuccess ¶
func (o *GetJobsStatusInternalServerError) IsSuccess() bool
IsSuccess returns true when this get jobs status internal server error response has a 2xx status code
func (*GetJobsStatusInternalServerError) String ¶
func (o *GetJobsStatusInternalServerError) String() string
type GetJobsStatusOK ¶
type GetJobsStatusOK struct {
Payload *models.ResponseBodyJobs
}
GetJobsStatusOK describes a response with status code 200, with default header values.
success
func NewGetJobsStatusOK ¶
func NewGetJobsStatusOK() *GetJobsStatusOK
NewGetJobsStatusOK creates a GetJobsStatusOK with default headers values
func (*GetJobsStatusOK) Code ¶
func (o *GetJobsStatusOK) Code() int
Code gets the status code for the get jobs status o k response
func (*GetJobsStatusOK) Error ¶
func (o *GetJobsStatusOK) Error() string
func (*GetJobsStatusOK) GetPayload ¶
func (o *GetJobsStatusOK) GetPayload() *models.ResponseBodyJobs
func (*GetJobsStatusOK) IsClientError ¶
func (o *GetJobsStatusOK) IsClientError() bool
IsClientError returns true when this get jobs status o k response has a 4xx status code
func (*GetJobsStatusOK) IsCode ¶
func (o *GetJobsStatusOK) IsCode(code int) bool
IsCode returns true when this get jobs status o k response a status code equal to that given
func (*GetJobsStatusOK) IsRedirect ¶
func (o *GetJobsStatusOK) IsRedirect() bool
IsRedirect returns true when this get jobs status o k response has a 3xx status code
func (*GetJobsStatusOK) IsServerError ¶
func (o *GetJobsStatusOK) IsServerError() bool
IsServerError returns true when this get jobs status o k response has a 5xx status code
func (*GetJobsStatusOK) IsSuccess ¶
func (o *GetJobsStatusOK) IsSuccess() bool
IsSuccess returns true when this get jobs status o k response has a 2xx status code
func (*GetJobsStatusOK) String ¶
func (o *GetJobsStatusOK) String() string
type GetJobsStatusParams ¶
type GetJobsStatusParams struct { /* Status. job status */ Status string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJobsStatusParams contains all the parameters to send to the API endpoint
for the get jobs status operation. Typically these are written to a http.Request.
func NewGetJobsStatusParams ¶
func NewGetJobsStatusParams() *GetJobsStatusParams
NewGetJobsStatusParams creates a new GetJobsStatusParams 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 NewGetJobsStatusParamsWithContext ¶
func NewGetJobsStatusParamsWithContext(ctx context.Context) *GetJobsStatusParams
NewGetJobsStatusParamsWithContext creates a new GetJobsStatusParams object with the ability to set a context for a request.
func NewGetJobsStatusParamsWithHTTPClient ¶
func NewGetJobsStatusParamsWithHTTPClient(client *http.Client) *GetJobsStatusParams
NewGetJobsStatusParamsWithHTTPClient creates a new GetJobsStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetJobsStatusParamsWithTimeout ¶
func NewGetJobsStatusParamsWithTimeout(timeout time.Duration) *GetJobsStatusParams
NewGetJobsStatusParamsWithTimeout creates a new GetJobsStatusParams object with the ability to set a timeout on a request.
func (*GetJobsStatusParams) SetContext ¶
func (o *GetJobsStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get jobs status params
func (*GetJobsStatusParams) SetDefaults ¶
func (o *GetJobsStatusParams) SetDefaults()
SetDefaults hydrates default values in the get jobs status params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobsStatusParams) SetHTTPClient ¶
func (o *GetJobsStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get jobs status params
func (*GetJobsStatusParams) SetStatus ¶
func (o *GetJobsStatusParams) SetStatus(status string)
SetStatus adds the status to the get jobs status params
func (*GetJobsStatusParams) SetTimeout ¶
func (o *GetJobsStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get jobs status params
func (*GetJobsStatusParams) WithContext ¶
func (o *GetJobsStatusParams) WithContext(ctx context.Context) *GetJobsStatusParams
WithContext adds the context to the get jobs status params
func (*GetJobsStatusParams) WithDefaults ¶
func (o *GetJobsStatusParams) WithDefaults() *GetJobsStatusParams
WithDefaults hydrates default values in the get jobs status params (not the query body).
All values with no default are reset to their zero value.
func (*GetJobsStatusParams) WithHTTPClient ¶
func (o *GetJobsStatusParams) WithHTTPClient(client *http.Client) *GetJobsStatusParams
WithHTTPClient adds the HTTPClient to the get jobs status params
func (*GetJobsStatusParams) WithStatus ¶
func (o *GetJobsStatusParams) WithStatus(status string) *GetJobsStatusParams
WithStatus adds the status to the get jobs status params
func (*GetJobsStatusParams) WithTimeout ¶
func (o *GetJobsStatusParams) WithTimeout(timeout time.Duration) *GetJobsStatusParams
WithTimeout adds the timeout to the get jobs status params
func (*GetJobsStatusParams) WriteToRequest ¶
func (o *GetJobsStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJobsStatusReader ¶
type GetJobsStatusReader struct {
// contains filtered or unexported fields
}
GetJobsStatusReader is a Reader for the GetJobsStatus structure.
func (*GetJobsStatusReader) ReadResponse ¶
func (o *GetJobsStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPingInternalServerError ¶
type GetPingInternalServerError struct {
Payload *models.ResponseBody500
}
GetPingInternalServerError describes a response with status code 500, with default header values.
failure
func NewGetPingInternalServerError ¶
func NewGetPingInternalServerError() *GetPingInternalServerError
NewGetPingInternalServerError creates a GetPingInternalServerError with default headers values
func (*GetPingInternalServerError) Code ¶
func (o *GetPingInternalServerError) Code() int
Code gets the status code for the get ping internal server error response
func (*GetPingInternalServerError) Error ¶
func (o *GetPingInternalServerError) Error() string
func (*GetPingInternalServerError) GetPayload ¶
func (o *GetPingInternalServerError) GetPayload() *models.ResponseBody500
func (*GetPingInternalServerError) IsClientError ¶
func (o *GetPingInternalServerError) IsClientError() bool
IsClientError returns true when this get ping internal server error response has a 4xx status code
func (*GetPingInternalServerError) IsCode ¶
func (o *GetPingInternalServerError) IsCode(code int) bool
IsCode returns true when this get ping internal server error response a status code equal to that given
func (*GetPingInternalServerError) IsRedirect ¶
func (o *GetPingInternalServerError) IsRedirect() bool
IsRedirect returns true when this get ping internal server error response has a 3xx status code
func (*GetPingInternalServerError) IsServerError ¶
func (o *GetPingInternalServerError) IsServerError() bool
IsServerError returns true when this get ping internal server error response has a 5xx status code
func (*GetPingInternalServerError) IsSuccess ¶
func (o *GetPingInternalServerError) IsSuccess() bool
IsSuccess returns true when this get ping internal server error response has a 2xx status code
func (*GetPingInternalServerError) String ¶
func (o *GetPingInternalServerError) String() string
type GetPingOK ¶
type GetPingOK struct {
Payload string
}
GetPingOK describes a response with status code 200, with default header values.
success
func NewGetPingOK ¶
func NewGetPingOK() *GetPingOK
NewGetPingOK creates a GetPingOK with default headers values
func (*GetPingOK) GetPayload ¶
func (*GetPingOK) IsClientError ¶
IsClientError returns true when this get ping o k response has a 4xx status code
func (*GetPingOK) IsCode ¶
IsCode returns true when this get ping o k response a status code equal to that given
func (*GetPingOK) IsRedirect ¶
IsRedirect returns true when this get ping o k response has a 3xx status code
func (*GetPingOK) IsServerError ¶
IsServerError returns true when this get ping o k response has a 5xx status code
type GetPingParams ¶
type GetPingParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPingParams contains all the parameters to send to the API endpoint
for the get ping operation. Typically these are written to a http.Request.
func NewGetPingParams ¶
func NewGetPingParams() *GetPingParams
NewGetPingParams creates a new GetPingParams 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 NewGetPingParamsWithContext ¶
func NewGetPingParamsWithContext(ctx context.Context) *GetPingParams
NewGetPingParamsWithContext creates a new GetPingParams object with the ability to set a context for a request.
func NewGetPingParamsWithHTTPClient ¶
func NewGetPingParamsWithHTTPClient(client *http.Client) *GetPingParams
NewGetPingParamsWithHTTPClient creates a new GetPingParams object with the ability to set a custom HTTPClient for a request.
func NewGetPingParamsWithTimeout ¶
func NewGetPingParamsWithTimeout(timeout time.Duration) *GetPingParams
NewGetPingParamsWithTimeout creates a new GetPingParams object with the ability to set a timeout on a request.
func (*GetPingParams) SetContext ¶
func (o *GetPingParams) SetContext(ctx context.Context)
SetContext adds the context to the get ping params
func (*GetPingParams) SetDefaults ¶
func (o *GetPingParams) SetDefaults()
SetDefaults hydrates default values in the get ping params (not the query body).
All values with no default are reset to their zero value.
func (*GetPingParams) SetHTTPClient ¶
func (o *GetPingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ping params
func (*GetPingParams) SetTimeout ¶
func (o *GetPingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ping params
func (*GetPingParams) WithContext ¶
func (o *GetPingParams) WithContext(ctx context.Context) *GetPingParams
WithContext adds the context to the get ping params
func (*GetPingParams) WithDefaults ¶
func (o *GetPingParams) WithDefaults() *GetPingParams
WithDefaults hydrates default values in the get ping params (not the query body).
All values with no default are reset to their zero value.
func (*GetPingParams) WithHTTPClient ¶
func (o *GetPingParams) WithHTTPClient(client *http.Client) *GetPingParams
WithHTTPClient adds the HTTPClient to the get ping params
func (*GetPingParams) WithTimeout ¶
func (o *GetPingParams) WithTimeout(timeout time.Duration) *GetPingParams
WithTimeout adds the timeout to the get ping params
func (*GetPingParams) WriteToRequest ¶
func (o *GetPingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPingReader ¶
type GetPingReader struct {
// contains filtered or unexported fields
}
GetPingReader is a Reader for the GetPing structure.
func (*GetPingReader) ReadResponse ¶
func (o *GetPingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJobInternalServerError ¶
type PostJobInternalServerError struct {
Payload *models.ResponseBody500
}
PostJobInternalServerError describes a response with status code 500, with default header values.
failure
func NewPostJobInternalServerError ¶
func NewPostJobInternalServerError() *PostJobInternalServerError
NewPostJobInternalServerError creates a PostJobInternalServerError with default headers values
func (*PostJobInternalServerError) Code ¶
func (o *PostJobInternalServerError) Code() int
Code gets the status code for the post job internal server error response
func (*PostJobInternalServerError) Error ¶
func (o *PostJobInternalServerError) Error() string
func (*PostJobInternalServerError) GetPayload ¶
func (o *PostJobInternalServerError) GetPayload() *models.ResponseBody500
func (*PostJobInternalServerError) IsClientError ¶
func (o *PostJobInternalServerError) IsClientError() bool
IsClientError returns true when this post job internal server error response has a 4xx status code
func (*PostJobInternalServerError) IsCode ¶
func (o *PostJobInternalServerError) IsCode(code int) bool
IsCode returns true when this post job internal server error response a status code equal to that given
func (*PostJobInternalServerError) IsRedirect ¶
func (o *PostJobInternalServerError) IsRedirect() bool
IsRedirect returns true when this post job internal server error response has a 3xx status code
func (*PostJobInternalServerError) IsServerError ¶
func (o *PostJobInternalServerError) IsServerError() bool
IsServerError returns true when this post job internal server error response has a 5xx status code
func (*PostJobInternalServerError) IsSuccess ¶
func (o *PostJobInternalServerError) IsSuccess() bool
IsSuccess returns true when this post job internal server error response has a 2xx status code
func (*PostJobInternalServerError) String ¶
func (o *PostJobInternalServerError) String() string
type PostJobOK ¶
PostJobOK describes a response with status code 200, with default header values.
success
func NewPostJobOK ¶
func NewPostJobOK() *PostJobOK
NewPostJobOK creates a PostJobOK with default headers values
func (*PostJobOK) GetPayload ¶
func (*PostJobOK) IsClientError ¶
IsClientError returns true when this post job o k response has a 4xx status code
func (*PostJobOK) IsCode ¶
IsCode returns true when this post job o k response a status code equal to that given
func (*PostJobOK) IsRedirect ¶
IsRedirect returns true when this post job o k response has a 3xx status code
func (*PostJobOK) IsServerError ¶
IsServerError returns true when this post job o k response has a 5xx status code
type PostJobParams ¶
type PostJobParams struct { /* Data. stager job data */ Data *models.JobData Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJobParams contains all the parameters to send to the API endpoint
for the post job operation. Typically these are written to a http.Request.
func NewPostJobParams ¶
func NewPostJobParams() *PostJobParams
NewPostJobParams creates a new PostJobParams 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 NewPostJobParamsWithContext ¶
func NewPostJobParamsWithContext(ctx context.Context) *PostJobParams
NewPostJobParamsWithContext creates a new PostJobParams object with the ability to set a context for a request.
func NewPostJobParamsWithHTTPClient ¶
func NewPostJobParamsWithHTTPClient(client *http.Client) *PostJobParams
NewPostJobParamsWithHTTPClient creates a new PostJobParams object with the ability to set a custom HTTPClient for a request.
func NewPostJobParamsWithTimeout ¶
func NewPostJobParamsWithTimeout(timeout time.Duration) *PostJobParams
NewPostJobParamsWithTimeout creates a new PostJobParams object with the ability to set a timeout on a request.
func (*PostJobParams) SetContext ¶
func (o *PostJobParams) SetContext(ctx context.Context)
SetContext adds the context to the post job params
func (*PostJobParams) SetData ¶
func (o *PostJobParams) SetData(data *models.JobData)
SetData adds the data to the post job params
func (*PostJobParams) SetDefaults ¶
func (o *PostJobParams) SetDefaults()
SetDefaults hydrates default values in the post job params (not the query body).
All values with no default are reset to their zero value.
func (*PostJobParams) SetHTTPClient ¶
func (o *PostJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post job params
func (*PostJobParams) SetTimeout ¶
func (o *PostJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post job params
func (*PostJobParams) WithContext ¶
func (o *PostJobParams) WithContext(ctx context.Context) *PostJobParams
WithContext adds the context to the post job params
func (*PostJobParams) WithData ¶
func (o *PostJobParams) WithData(data *models.JobData) *PostJobParams
WithData adds the data to the post job params
func (*PostJobParams) WithDefaults ¶
func (o *PostJobParams) WithDefaults() *PostJobParams
WithDefaults hydrates default values in the post job params (not the query body).
All values with no default are reset to their zero value.
func (*PostJobParams) WithHTTPClient ¶
func (o *PostJobParams) WithHTTPClient(client *http.Client) *PostJobParams
WithHTTPClient adds the HTTPClient to the post job params
func (*PostJobParams) WithTimeout ¶
func (o *PostJobParams) WithTimeout(timeout time.Duration) *PostJobParams
WithTimeout adds the timeout to the post job params
func (*PostJobParams) WriteToRequest ¶
func (o *PostJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJobReader ¶
type PostJobReader struct {
// contains filtered or unexported fields
}
PostJobReader is a Reader for the PostJob structure.
func (*PostJobReader) ReadResponse ¶
func (o *PostJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJobsInternalServerError ¶
type PostJobsInternalServerError struct {
Payload *models.ResponseBody500
}
PostJobsInternalServerError describes a response with status code 500, with default header values.
failure
func NewPostJobsInternalServerError ¶
func NewPostJobsInternalServerError() *PostJobsInternalServerError
NewPostJobsInternalServerError creates a PostJobsInternalServerError with default headers values
func (*PostJobsInternalServerError) Code ¶
func (o *PostJobsInternalServerError) Code() int
Code gets the status code for the post jobs internal server error response
func (*PostJobsInternalServerError) Error ¶
func (o *PostJobsInternalServerError) Error() string
func (*PostJobsInternalServerError) GetPayload ¶
func (o *PostJobsInternalServerError) GetPayload() *models.ResponseBody500
func (*PostJobsInternalServerError) IsClientError ¶
func (o *PostJobsInternalServerError) IsClientError() bool
IsClientError returns true when this post jobs internal server error response has a 4xx status code
func (*PostJobsInternalServerError) IsCode ¶
func (o *PostJobsInternalServerError) IsCode(code int) bool
IsCode returns true when this post jobs internal server error response a status code equal to that given
func (*PostJobsInternalServerError) IsRedirect ¶
func (o *PostJobsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post jobs internal server error response has a 3xx status code
func (*PostJobsInternalServerError) IsServerError ¶
func (o *PostJobsInternalServerError) IsServerError() bool
IsServerError returns true when this post jobs internal server error response has a 5xx status code
func (*PostJobsInternalServerError) IsSuccess ¶
func (o *PostJobsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post jobs internal server error response has a 2xx status code
func (*PostJobsInternalServerError) String ¶
func (o *PostJobsInternalServerError) String() string
type PostJobsMultiStatus ¶
type PostJobsMultiStatus struct {
Payload *models.ResponseBodyJobs
}
PostJobsMultiStatus describes a response with status code 207, with default header values.
multi-status
func NewPostJobsMultiStatus ¶
func NewPostJobsMultiStatus() *PostJobsMultiStatus
NewPostJobsMultiStatus creates a PostJobsMultiStatus with default headers values
func (*PostJobsMultiStatus) Code ¶
func (o *PostJobsMultiStatus) Code() int
Code gets the status code for the post jobs multi status response
func (*PostJobsMultiStatus) Error ¶
func (o *PostJobsMultiStatus) Error() string
func (*PostJobsMultiStatus) GetPayload ¶
func (o *PostJobsMultiStatus) GetPayload() *models.ResponseBodyJobs
func (*PostJobsMultiStatus) IsClientError ¶
func (o *PostJobsMultiStatus) IsClientError() bool
IsClientError returns true when this post jobs multi status response has a 4xx status code
func (*PostJobsMultiStatus) IsCode ¶
func (o *PostJobsMultiStatus) IsCode(code int) bool
IsCode returns true when this post jobs multi status response a status code equal to that given
func (*PostJobsMultiStatus) IsRedirect ¶
func (o *PostJobsMultiStatus) IsRedirect() bool
IsRedirect returns true when this post jobs multi status response has a 3xx status code
func (*PostJobsMultiStatus) IsServerError ¶
func (o *PostJobsMultiStatus) IsServerError() bool
IsServerError returns true when this post jobs multi status response has a 5xx status code
func (*PostJobsMultiStatus) IsSuccess ¶
func (o *PostJobsMultiStatus) IsSuccess() bool
IsSuccess returns true when this post jobs multi status response has a 2xx status code
func (*PostJobsMultiStatus) String ¶
func (o *PostJobsMultiStatus) String() string
type PostJobsOK ¶
type PostJobsOK struct {
Payload *models.ResponseBodyJobs
}
PostJobsOK describes a response with status code 200, with default header values.
success
func NewPostJobsOK ¶
func NewPostJobsOK() *PostJobsOK
NewPostJobsOK creates a PostJobsOK with default headers values
func (*PostJobsOK) Code ¶
func (o *PostJobsOK) Code() int
Code gets the status code for the post jobs o k response
func (*PostJobsOK) Error ¶
func (o *PostJobsOK) Error() string
func (*PostJobsOK) GetPayload ¶
func (o *PostJobsOK) GetPayload() *models.ResponseBodyJobs
func (*PostJobsOK) IsClientError ¶
func (o *PostJobsOK) IsClientError() bool
IsClientError returns true when this post jobs o k response has a 4xx status code
func (*PostJobsOK) IsCode ¶
func (o *PostJobsOK) IsCode(code int) bool
IsCode returns true when this post jobs o k response a status code equal to that given
func (*PostJobsOK) IsRedirect ¶
func (o *PostJobsOK) IsRedirect() bool
IsRedirect returns true when this post jobs o k response has a 3xx status code
func (*PostJobsOK) IsServerError ¶
func (o *PostJobsOK) IsServerError() bool
IsServerError returns true when this post jobs o k response has a 5xx status code
func (*PostJobsOK) IsSuccess ¶
func (o *PostJobsOK) IsSuccess() bool
IsSuccess returns true when this post jobs o k response has a 2xx status code
func (*PostJobsOK) String ¶
func (o *PostJobsOK) String() string
type PostJobsParams ¶
type PostJobsParams struct { /* Data. stager job data */ Data *models.RequestBodyJobs Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJobsParams contains all the parameters to send to the API endpoint
for the post jobs operation. Typically these are written to a http.Request.
func NewPostJobsParams ¶
func NewPostJobsParams() *PostJobsParams
NewPostJobsParams creates a new PostJobsParams 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 NewPostJobsParamsWithContext ¶
func NewPostJobsParamsWithContext(ctx context.Context) *PostJobsParams
NewPostJobsParamsWithContext creates a new PostJobsParams object with the ability to set a context for a request.
func NewPostJobsParamsWithHTTPClient ¶
func NewPostJobsParamsWithHTTPClient(client *http.Client) *PostJobsParams
NewPostJobsParamsWithHTTPClient creates a new PostJobsParams object with the ability to set a custom HTTPClient for a request.
func NewPostJobsParamsWithTimeout ¶
func NewPostJobsParamsWithTimeout(timeout time.Duration) *PostJobsParams
NewPostJobsParamsWithTimeout creates a new PostJobsParams object with the ability to set a timeout on a request.
func (*PostJobsParams) SetContext ¶
func (o *PostJobsParams) SetContext(ctx context.Context)
SetContext adds the context to the post jobs params
func (*PostJobsParams) SetData ¶
func (o *PostJobsParams) SetData(data *models.RequestBodyJobs)
SetData adds the data to the post jobs params
func (*PostJobsParams) SetDefaults ¶
func (o *PostJobsParams) SetDefaults()
SetDefaults hydrates default values in the post jobs params (not the query body).
All values with no default are reset to their zero value.
func (*PostJobsParams) SetHTTPClient ¶
func (o *PostJobsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post jobs params
func (*PostJobsParams) SetTimeout ¶
func (o *PostJobsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post jobs params
func (*PostJobsParams) WithContext ¶
func (o *PostJobsParams) WithContext(ctx context.Context) *PostJobsParams
WithContext adds the context to the post jobs params
func (*PostJobsParams) WithData ¶
func (o *PostJobsParams) WithData(data *models.RequestBodyJobs) *PostJobsParams
WithData adds the data to the post jobs params
func (*PostJobsParams) WithDefaults ¶
func (o *PostJobsParams) WithDefaults() *PostJobsParams
WithDefaults hydrates default values in the post jobs params (not the query body).
All values with no default are reset to their zero value.
func (*PostJobsParams) WithHTTPClient ¶
func (o *PostJobsParams) WithHTTPClient(client *http.Client) *PostJobsParams
WithHTTPClient adds the HTTPClient to the post jobs params
func (*PostJobsParams) WithTimeout ¶
func (o *PostJobsParams) WithTimeout(timeout time.Duration) *PostJobsParams
WithTimeout adds the timeout to the post jobs params
func (*PostJobsParams) WriteToRequest ¶
func (o *PostJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJobsReader ¶
type PostJobsReader struct {
// contains filtered or unexported fields
}
PostJobsReader is a Reader for the PostJobs structure.
func (*PostJobsReader) ReadResponse ¶
func (o *PostJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutJobScheduledIDBadRequest ¶
type PutJobScheduledIDBadRequest struct {
Payload string
}
PutJobScheduledIDBadRequest describes a response with status code 400, with default header values.
bad request
func NewPutJobScheduledIDBadRequest ¶
func NewPutJobScheduledIDBadRequest() *PutJobScheduledIDBadRequest
NewPutJobScheduledIDBadRequest creates a PutJobScheduledIDBadRequest with default headers values
func (*PutJobScheduledIDBadRequest) Code ¶
func (o *PutJobScheduledIDBadRequest) Code() int
Code gets the status code for the put job scheduled Id bad request response
func (*PutJobScheduledIDBadRequest) Error ¶
func (o *PutJobScheduledIDBadRequest) Error() string
func (*PutJobScheduledIDBadRequest) GetPayload ¶
func (o *PutJobScheduledIDBadRequest) GetPayload() string
func (*PutJobScheduledIDBadRequest) IsClientError ¶
func (o *PutJobScheduledIDBadRequest) IsClientError() bool
IsClientError returns true when this put job scheduled Id bad request response has a 4xx status code
func (*PutJobScheduledIDBadRequest) IsCode ¶
func (o *PutJobScheduledIDBadRequest) IsCode(code int) bool
IsCode returns true when this put job scheduled Id bad request response a status code equal to that given
func (*PutJobScheduledIDBadRequest) IsRedirect ¶
func (o *PutJobScheduledIDBadRequest) IsRedirect() bool
IsRedirect returns true when this put job scheduled Id bad request response has a 3xx status code
func (*PutJobScheduledIDBadRequest) IsServerError ¶
func (o *PutJobScheduledIDBadRequest) IsServerError() bool
IsServerError returns true when this put job scheduled Id bad request response has a 5xx status code
func (*PutJobScheduledIDBadRequest) IsSuccess ¶
func (o *PutJobScheduledIDBadRequest) IsSuccess() bool
IsSuccess returns true when this put job scheduled Id bad request response has a 2xx status code
func (*PutJobScheduledIDBadRequest) String ¶
func (o *PutJobScheduledIDBadRequest) String() string
type PutJobScheduledIDInternalServerError ¶
type PutJobScheduledIDInternalServerError struct {
Payload *models.ResponseBody500
}
PutJobScheduledIDInternalServerError describes a response with status code 500, with default header values.
failure
func NewPutJobScheduledIDInternalServerError ¶
func NewPutJobScheduledIDInternalServerError() *PutJobScheduledIDInternalServerError
NewPutJobScheduledIDInternalServerError creates a PutJobScheduledIDInternalServerError with default headers values
func (*PutJobScheduledIDInternalServerError) Code ¶
func (o *PutJobScheduledIDInternalServerError) Code() int
Code gets the status code for the put job scheduled Id internal server error response
func (*PutJobScheduledIDInternalServerError) Error ¶
func (o *PutJobScheduledIDInternalServerError) Error() string
func (*PutJobScheduledIDInternalServerError) GetPayload ¶
func (o *PutJobScheduledIDInternalServerError) GetPayload() *models.ResponseBody500
func (*PutJobScheduledIDInternalServerError) IsClientError ¶
func (o *PutJobScheduledIDInternalServerError) IsClientError() bool
IsClientError returns true when this put job scheduled Id internal server error response has a 4xx status code
func (*PutJobScheduledIDInternalServerError) IsCode ¶
func (o *PutJobScheduledIDInternalServerError) IsCode(code int) bool
IsCode returns true when this put job scheduled Id internal server error response a status code equal to that given
func (*PutJobScheduledIDInternalServerError) IsRedirect ¶
func (o *PutJobScheduledIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this put job scheduled Id internal server error response has a 3xx status code
func (*PutJobScheduledIDInternalServerError) IsServerError ¶
func (o *PutJobScheduledIDInternalServerError) IsServerError() bool
IsServerError returns true when this put job scheduled Id internal server error response has a 5xx status code
func (*PutJobScheduledIDInternalServerError) IsSuccess ¶
func (o *PutJobScheduledIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this put job scheduled Id internal server error response has a 2xx status code
func (*PutJobScheduledIDInternalServerError) String ¶
func (o *PutJobScheduledIDInternalServerError) String() string
type PutJobScheduledIDNotFound ¶
type PutJobScheduledIDNotFound struct {
Payload string
}
PutJobScheduledIDNotFound describes a response with status code 404, with default header values.
job not found
func NewPutJobScheduledIDNotFound ¶
func NewPutJobScheduledIDNotFound() *PutJobScheduledIDNotFound
NewPutJobScheduledIDNotFound creates a PutJobScheduledIDNotFound with default headers values
func (*PutJobScheduledIDNotFound) Code ¶
func (o *PutJobScheduledIDNotFound) Code() int
Code gets the status code for the put job scheduled Id not found response
func (*PutJobScheduledIDNotFound) Error ¶
func (o *PutJobScheduledIDNotFound) Error() string
func (*PutJobScheduledIDNotFound) GetPayload ¶
func (o *PutJobScheduledIDNotFound) GetPayload() string
func (*PutJobScheduledIDNotFound) IsClientError ¶
func (o *PutJobScheduledIDNotFound) IsClientError() bool
IsClientError returns true when this put job scheduled Id not found response has a 4xx status code
func (*PutJobScheduledIDNotFound) IsCode ¶
func (o *PutJobScheduledIDNotFound) IsCode(code int) bool
IsCode returns true when this put job scheduled Id not found response a status code equal to that given
func (*PutJobScheduledIDNotFound) IsRedirect ¶
func (o *PutJobScheduledIDNotFound) IsRedirect() bool
IsRedirect returns true when this put job scheduled Id not found response has a 3xx status code
func (*PutJobScheduledIDNotFound) IsServerError ¶
func (o *PutJobScheduledIDNotFound) IsServerError() bool
IsServerError returns true when this put job scheduled Id not found response has a 5xx status code
func (*PutJobScheduledIDNotFound) IsSuccess ¶
func (o *PutJobScheduledIDNotFound) IsSuccess() bool
IsSuccess returns true when this put job scheduled Id not found response has a 2xx status code
func (*PutJobScheduledIDNotFound) String ¶
func (o *PutJobScheduledIDNotFound) String() string
type PutJobScheduledIDOK ¶
PutJobScheduledIDOK describes a response with status code 200, with default header values.
success
func NewPutJobScheduledIDOK ¶
func NewPutJobScheduledIDOK() *PutJobScheduledIDOK
NewPutJobScheduledIDOK creates a PutJobScheduledIDOK with default headers values
func (*PutJobScheduledIDOK) Code ¶
func (o *PutJobScheduledIDOK) Code() int
Code gets the status code for the put job scheduled Id o k response
func (*PutJobScheduledIDOK) Error ¶
func (o *PutJobScheduledIDOK) Error() string
func (*PutJobScheduledIDOK) GetPayload ¶
func (o *PutJobScheduledIDOK) GetPayload() *models.JobInfo
func (*PutJobScheduledIDOK) IsClientError ¶
func (o *PutJobScheduledIDOK) IsClientError() bool
IsClientError returns true when this put job scheduled Id o k response has a 4xx status code
func (*PutJobScheduledIDOK) IsCode ¶
func (o *PutJobScheduledIDOK) IsCode(code int) bool
IsCode returns true when this put job scheduled Id o k response a status code equal to that given
func (*PutJobScheduledIDOK) IsRedirect ¶
func (o *PutJobScheduledIDOK) IsRedirect() bool
IsRedirect returns true when this put job scheduled Id o k response has a 3xx status code
func (*PutJobScheduledIDOK) IsServerError ¶
func (o *PutJobScheduledIDOK) IsServerError() bool
IsServerError returns true when this put job scheduled Id o k response has a 5xx status code
func (*PutJobScheduledIDOK) IsSuccess ¶
func (o *PutJobScheduledIDOK) IsSuccess() bool
IsSuccess returns true when this put job scheduled Id o k response has a 2xx status code
func (*PutJobScheduledIDOK) String ¶
func (o *PutJobScheduledIDOK) String() string
type PutJobScheduledIDParams ¶
type PutJobScheduledIDParams struct { /* ID. job id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutJobScheduledIDParams contains all the parameters to send to the API endpoint
for the put job scheduled ID operation. Typically these are written to a http.Request.
func NewPutJobScheduledIDParams ¶
func NewPutJobScheduledIDParams() *PutJobScheduledIDParams
NewPutJobScheduledIDParams creates a new PutJobScheduledIDParams 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 NewPutJobScheduledIDParamsWithContext ¶
func NewPutJobScheduledIDParamsWithContext(ctx context.Context) *PutJobScheduledIDParams
NewPutJobScheduledIDParamsWithContext creates a new PutJobScheduledIDParams object with the ability to set a context for a request.
func NewPutJobScheduledIDParamsWithHTTPClient ¶
func NewPutJobScheduledIDParamsWithHTTPClient(client *http.Client) *PutJobScheduledIDParams
NewPutJobScheduledIDParamsWithHTTPClient creates a new PutJobScheduledIDParams object with the ability to set a custom HTTPClient for a request.
func NewPutJobScheduledIDParamsWithTimeout ¶
func NewPutJobScheduledIDParamsWithTimeout(timeout time.Duration) *PutJobScheduledIDParams
NewPutJobScheduledIDParamsWithTimeout creates a new PutJobScheduledIDParams object with the ability to set a timeout on a request.
func (*PutJobScheduledIDParams) SetContext ¶
func (o *PutJobScheduledIDParams) SetContext(ctx context.Context)
SetContext adds the context to the put job scheduled ID params
func (*PutJobScheduledIDParams) SetDefaults ¶
func (o *PutJobScheduledIDParams) SetDefaults()
SetDefaults hydrates default values in the put job scheduled ID params (not the query body).
All values with no default are reset to their zero value.
func (*PutJobScheduledIDParams) SetHTTPClient ¶
func (o *PutJobScheduledIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put job scheduled ID params
func (*PutJobScheduledIDParams) SetID ¶
func (o *PutJobScheduledIDParams) SetID(id string)
SetID adds the id to the put job scheduled ID params
func (*PutJobScheduledIDParams) SetTimeout ¶
func (o *PutJobScheduledIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put job scheduled ID params
func (*PutJobScheduledIDParams) WithContext ¶
func (o *PutJobScheduledIDParams) WithContext(ctx context.Context) *PutJobScheduledIDParams
WithContext adds the context to the put job scheduled ID params
func (*PutJobScheduledIDParams) WithDefaults ¶
func (o *PutJobScheduledIDParams) WithDefaults() *PutJobScheduledIDParams
WithDefaults hydrates default values in the put job scheduled ID params (not the query body).
All values with no default are reset to their zero value.
func (*PutJobScheduledIDParams) WithHTTPClient ¶
func (o *PutJobScheduledIDParams) WithHTTPClient(client *http.Client) *PutJobScheduledIDParams
WithHTTPClient adds the HTTPClient to the put job scheduled ID params
func (*PutJobScheduledIDParams) WithID ¶
func (o *PutJobScheduledIDParams) WithID(id string) *PutJobScheduledIDParams
WithID adds the id to the put job scheduled ID params
func (*PutJobScheduledIDParams) WithTimeout ¶
func (o *PutJobScheduledIDParams) WithTimeout(timeout time.Duration) *PutJobScheduledIDParams
WithTimeout adds the timeout to the put job scheduled ID params
func (*PutJobScheduledIDParams) WriteToRequest ¶
func (o *PutJobScheduledIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutJobScheduledIDReader ¶
type PutJobScheduledIDReader struct {
// contains filtered or unexported fields
}
PutJobScheduledIDReader is a Reader for the PutJobScheduledID structure.
func (*PutJobScheduledIDReader) ReadResponse ¶
func (o *PutJobScheduledIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- delete_job_id_parameters.go
- delete_job_id_responses.go
- get_dac_project_number_parameters.go
- get_dac_project_number_responses.go
- get_dir_parameters.go
- get_dir_responses.go
- get_job_id_parameters.go
- get_job_id_responses.go
- get_jobs_parameters.go
- get_jobs_responses.go
- get_jobs_status_parameters.go
- get_jobs_status_responses.go
- get_ping_parameters.go
- get_ping_responses.go
- operations_client.go
- post_job_parameters.go
- post_job_responses.go
- post_jobs_parameters.go
- post_jobs_responses.go
- put_job_scheduled_id_parameters.go
- put_job_scheduled_id_responses.go