pipelines

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActOnPipelineUsingPOSTForbidden

type ActOnPipelineUsingPOSTForbidden struct {
}
ActOnPipelineUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewActOnPipelineUsingPOSTForbidden

func NewActOnPipelineUsingPOSTForbidden() *ActOnPipelineUsingPOSTForbidden

NewActOnPipelineUsingPOSTForbidden creates a ActOnPipelineUsingPOSTForbidden with default headers values

func (*ActOnPipelineUsingPOSTForbidden) Error

type ActOnPipelineUsingPOSTInternalServerError

type ActOnPipelineUsingPOSTInternalServerError struct {
}
ActOnPipelineUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewActOnPipelineUsingPOSTInternalServerError

func NewActOnPipelineUsingPOSTInternalServerError() *ActOnPipelineUsingPOSTInternalServerError

NewActOnPipelineUsingPOSTInternalServerError creates a ActOnPipelineUsingPOSTInternalServerError with default headers values

func (*ActOnPipelineUsingPOSTInternalServerError) Error

type ActOnPipelineUsingPOSTNotFound

type ActOnPipelineUsingPOSTNotFound struct {
	Payload *models.Error
}
ActOnPipelineUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewActOnPipelineUsingPOSTNotFound

func NewActOnPipelineUsingPOSTNotFound() *ActOnPipelineUsingPOSTNotFound

NewActOnPipelineUsingPOSTNotFound creates a ActOnPipelineUsingPOSTNotFound with default headers values

func (*ActOnPipelineUsingPOSTNotFound) Error

func (*ActOnPipelineUsingPOSTNotFound) GetPayload

func (o *ActOnPipelineUsingPOSTNotFound) GetPayload() *models.Error

type ActOnPipelineUsingPOSTOK

type ActOnPipelineUsingPOSTOK struct {
	Payload models.Pipeline
}
ActOnPipelineUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the cloned Pipeline

func NewActOnPipelineUsingPOSTOK

func NewActOnPipelineUsingPOSTOK() *ActOnPipelineUsingPOSTOK

NewActOnPipelineUsingPOSTOK creates a ActOnPipelineUsingPOSTOK with default headers values

func (*ActOnPipelineUsingPOSTOK) Error

func (o *ActOnPipelineUsingPOSTOK) Error() string

func (*ActOnPipelineUsingPOSTOK) GetPayload

func (o *ActOnPipelineUsingPOSTOK) GetPayload() models.Pipeline

type ActOnPipelineUsingPOSTParams

type ActOnPipelineUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* ID.

	   The ID of the Pipeline to be cloned
	*/
	ID string

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

ActOnPipelineUsingPOSTParams contains all the parameters to send to the API endpoint

for the act on pipeline using p o s t operation.

Typically these are written to a http.Request.

func NewActOnPipelineUsingPOSTParams

func NewActOnPipelineUsingPOSTParams() *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParams creates a new ActOnPipelineUsingPOSTParams 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 NewActOnPipelineUsingPOSTParamsWithContext

func NewActOnPipelineUsingPOSTParamsWithContext(ctx context.Context) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithContext creates a new ActOnPipelineUsingPOSTParams object with the ability to set a context for a request.

func NewActOnPipelineUsingPOSTParamsWithHTTPClient

func NewActOnPipelineUsingPOSTParamsWithHTTPClient(client *http.Client) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithHTTPClient creates a new ActOnPipelineUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewActOnPipelineUsingPOSTParamsWithTimeout

func NewActOnPipelineUsingPOSTParamsWithTimeout(timeout time.Duration) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithTimeout creates a new ActOnPipelineUsingPOSTParams object with the ability to set a timeout on a request.

func (*ActOnPipelineUsingPOSTParams) SetAPIVersion

func (o *ActOnPipelineUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetAuthorization

func (o *ActOnPipelineUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetBody

SetBody adds the body to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetContext

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

SetContext adds the context to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetDefaults

func (o *ActOnPipelineUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the act on pipeline using p o s t params (not the query body).

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

func (*ActOnPipelineUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetID

func (o *ActOnPipelineUsingPOSTParams) SetID(id string)

SetID adds the id to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithAPIVersion

func (o *ActOnPipelineUsingPOSTParams) WithAPIVersion(aPIVersion string) *ActOnPipelineUsingPOSTParams

WithAPIVersion adds the aPIVersion to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithAuthorization

func (o *ActOnPipelineUsingPOSTParams) WithAuthorization(authorization string) *ActOnPipelineUsingPOSTParams

WithAuthorization adds the authorization to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithBody

WithBody adds the body to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithContext

WithContext adds the context to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the act on pipeline using p o s t params (not the query body).

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

func (*ActOnPipelineUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithID

WithID adds the id to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActOnPipelineUsingPOSTReader

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

ActOnPipelineUsingPOSTReader is a Reader for the ActOnPipelineUsingPOST structure.

func (*ActOnPipelineUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ActOnPipelineUsingPOSTUnauthorized

type ActOnPipelineUsingPOSTUnauthorized struct {
}
ActOnPipelineUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewActOnPipelineUsingPOSTUnauthorized

func NewActOnPipelineUsingPOSTUnauthorized() *ActOnPipelineUsingPOSTUnauthorized

NewActOnPipelineUsingPOSTUnauthorized creates a ActOnPipelineUsingPOSTUnauthorized with default headers values

func (*ActOnPipelineUsingPOSTUnauthorized) Error

type Client

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

Client for pipelines API

func (*Client) ActOnPipelineUsingPOST

func (a *Client) ActOnPipelineUsingPOST(params *ActOnPipelineUsingPOSTParams, opts ...ClientOption) (*ActOnPipelineUsingPOSTOK, error)

ActOnPipelineUsingPOST clones a pipeline

Clone a Pipeline with the given id

func (*Client) CloneByNameUsingPOST2

func (a *Client) CloneByNameUsingPOST2(params *CloneByNameUsingPOST2Params, opts ...ClientOption) (*CloneByNameUsingPOST2OK, error)

CloneByNameUsingPOST2 clones a pipeline by project and name

Clone a Pipeline with the given project and name

func (*Client) CreateUsingPOST6

func (a *Client) CreateUsingPOST6(params *CreateUsingPOST6Params, opts ...ClientOption) (*CreateUsingPOST6OK, error)

CreateUsingPOST6 creates a pipeline

Create a Pipeline based on the given project

func (*Client) DeleteUsingDELETE8

func (a *Client) DeleteUsingDELETE8(params *DeleteUsingDELETE8Params, opts ...ClientOption) (*DeleteUsingDELETE8OK, error)

DeleteUsingDELETE8 deletes a pipeline by id

Delete a Pipeline with the given id

func (*Client) DeleteUsingDELETE9

func (a *Client) DeleteUsingDELETE9(params *DeleteUsingDELETE9Params, opts ...ClientOption) (*DeleteUsingDELETE9OK, error)

DeleteUsingDELETE9 deletes a pipeline by project and name

Delete a Pipeline with the given project and name

func (*Client) ExecuteByNameUsingPOST

ExecuteByNameUsingPOST executes a pipeline

Execute a Pipeline based on the given project and name

func (*Client) ExecuteUsingPOST

func (a *Client) ExecuteUsingPOST(params *ExecuteUsingPOSTParams, opts ...ClientOption) (*ExecuteUsingPOSTOK, *ExecuteUsingPOSTAccepted, error)

ExecuteUsingPOST executes a pipeline

Execute a Pipeline based on the given id

func (*Client) ExportUsingGET

func (a *Client) ExportUsingGET(params *ExportUsingGETParams, opts ...ClientOption) (*ExportUsingGETOK, error)

ExportUsingGET exports

Exports a single pipeline (and endpoints referred in that pipeline) or list of pipelines/ endpoints as 'YAML' in a given project

func (*Client) GetAllUsingGET9

func (a *Client) GetAllUsingGET9(params *GetAllUsingGET9Params, opts ...ClientOption) (*GetAllUsingGET9OK, error)

GetAllUsingGET9 gets all pipelines

Get all Pipelines with specified paging and filter parameters.

func (*Client) GetExecutionByIndexAndPipelineIDUsingGET

func (a *Client) GetExecutionByIndexAndPipelineIDUsingGET(params *GetExecutionByIndexAndPipelineIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIndexAndPipelineIDUsingGETOK, error)

GetExecutionByIndexAndPipelineIDUsingGET gets an execution

Get an Execution based on the given pipeline id and execution index

func (*Client) GetExecutionByNameAndIndexUsingGET

func (a *Client) GetExecutionByNameAndIndexUsingGET(params *GetExecutionByNameAndIndexUsingGETParams, opts ...ClientOption) (*GetExecutionByNameAndIndexUsingGETOK, error)

GetExecutionByNameAndIndexUsingGET gets an execution

Get an Execution based on the given pipeline id and execution index

func (*Client) GetExecutionsByIDUsingGET

func (a *Client) GetExecutionsByIDUsingGET(params *GetExecutionsByIDUsingGETParams, opts ...ClientOption) (*GetExecutionsByIDUsingGETOK, error)

GetExecutionsByIDUsingGET gets all executions of a pipeline

Get all Executions of a Pipeline with specified paging and filter parameters.

func (*Client) GetExecutionsByNameUsingGET

func (a *Client) GetExecutionsByNameUsingGET(params *GetExecutionsByNameUsingGETParams, opts ...ClientOption) (*GetExecutionsByNameUsingGETOK, error)

GetExecutionsByNameUsingGET gets all executions of a pipeline

Get all Executions of a Pipeline with specified paging and filter parameters.

func (*Client) GetPipelineTilesUsingGET

func (a *Client) GetPipelineTilesUsingGET(params *GetPipelineTilesUsingGETParams, opts ...ClientOption) (*GetPipelineTilesUsingGETOK, error)

GetPipelineTilesUsingGET gets pipeline tiles

Get Pipeline Tiles

func (*Client) GetUsingGET2

func (a *Client) GetUsingGET2(params *GetUsingGET2Params, opts ...ClientOption) (*GetUsingGET2OK, error)

GetUsingGET2 gets a pipeline

Get a Pipeline with the given id

func (*Client) GetUsingGET3

func (a *Client) GetUsingGET3(params *GetUsingGET3Params, opts ...ClientOption) (*GetUsingGET3OK, error)

GetUsingGET3 gets a pipeline by project and name

Get a Pipeline with the given project and name

func (*Client) ImportYamlUsingPOST

func (a *Client) ImportYamlUsingPOST(params *ImportYamlUsingPOSTParams, opts ...ClientOption) (*ImportYamlUsingPOSTOK, error)

ImportYamlUsingPOST imports

Imports pipeline(s)/endpoint(s) into Code Stream.

func (*Client) PatchUsingPATCH

func (a *Client) PatchUsingPATCH(params *PatchUsingPATCHParams, opts ...ClientOption) (*PatchUsingPATCHOK, error)

PatchUsingPATCH updates a pipeline by id

Update a Pipeline with the given id

func (*Client) PatchUsingPATCH1

func (a *Client) PatchUsingPATCH1(params *PatchUsingPATCH1Params, opts ...ClientOption) (*PatchUsingPATCH1OK, error)

PatchUsingPATCH1 updates a pipeline by project and name

Update a Pipeline with the given project and name

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUsingPUT2

func (a *Client) UpdateUsingPUT2(params *UpdateUsingPUT2Params, opts ...ClientOption) (*UpdateUsingPUT2OK, error)

UpdateUsingPUT2 updates a pipeline by id

Update a Pipeline with the given id

func (*Client) UpdateUsingPUT3

func (a *Client) UpdateUsingPUT3(params *UpdateUsingPUT3Params, opts ...ClientOption) (*UpdateUsingPUT3OK, error)

UpdateUsingPUT3 updates a pipeline by project and name

Update a Pipeline with the given project and name

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ActOnPipelineUsingPOST(params *ActOnPipelineUsingPOSTParams, opts ...ClientOption) (*ActOnPipelineUsingPOSTOK, error)

	CloneByNameUsingPOST2(params *CloneByNameUsingPOST2Params, opts ...ClientOption) (*CloneByNameUsingPOST2OK, error)

	CreateUsingPOST6(params *CreateUsingPOST6Params, opts ...ClientOption) (*CreateUsingPOST6OK, error)

	DeleteUsingDELETE8(params *DeleteUsingDELETE8Params, opts ...ClientOption) (*DeleteUsingDELETE8OK, error)

	DeleteUsingDELETE9(params *DeleteUsingDELETE9Params, opts ...ClientOption) (*DeleteUsingDELETE9OK, error)

	ExecuteByNameUsingPOST(params *ExecuteByNameUsingPOSTParams, opts ...ClientOption) (*ExecuteByNameUsingPOSTOK, *ExecuteByNameUsingPOSTAccepted, error)

	ExecuteUsingPOST(params *ExecuteUsingPOSTParams, opts ...ClientOption) (*ExecuteUsingPOSTOK, *ExecuteUsingPOSTAccepted, error)

	ExportUsingGET(params *ExportUsingGETParams, opts ...ClientOption) (*ExportUsingGETOK, error)

	GetAllUsingGET9(params *GetAllUsingGET9Params, opts ...ClientOption) (*GetAllUsingGET9OK, error)

	GetExecutionByIndexAndPipelineIDUsingGET(params *GetExecutionByIndexAndPipelineIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIndexAndPipelineIDUsingGETOK, error)

	GetExecutionByNameAndIndexUsingGET(params *GetExecutionByNameAndIndexUsingGETParams, opts ...ClientOption) (*GetExecutionByNameAndIndexUsingGETOK, error)

	GetExecutionsByIDUsingGET(params *GetExecutionsByIDUsingGETParams, opts ...ClientOption) (*GetExecutionsByIDUsingGETOK, error)

	GetExecutionsByNameUsingGET(params *GetExecutionsByNameUsingGETParams, opts ...ClientOption) (*GetExecutionsByNameUsingGETOK, error)

	GetPipelineTilesUsingGET(params *GetPipelineTilesUsingGETParams, opts ...ClientOption) (*GetPipelineTilesUsingGETOK, error)

	GetUsingGET2(params *GetUsingGET2Params, opts ...ClientOption) (*GetUsingGET2OK, error)

	GetUsingGET3(params *GetUsingGET3Params, opts ...ClientOption) (*GetUsingGET3OK, error)

	ImportYamlUsingPOST(params *ImportYamlUsingPOSTParams, opts ...ClientOption) (*ImportYamlUsingPOSTOK, error)

	PatchUsingPATCH(params *PatchUsingPATCHParams, opts ...ClientOption) (*PatchUsingPATCHOK, error)

	PatchUsingPATCH1(params *PatchUsingPATCH1Params, opts ...ClientOption) (*PatchUsingPATCH1OK, error)

	UpdateUsingPUT2(params *UpdateUsingPUT2Params, opts ...ClientOption) (*UpdateUsingPUT2OK, error)

	UpdateUsingPUT3(params *UpdateUsingPUT3Params, opts ...ClientOption) (*UpdateUsingPUT3OK, 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 pipelines API client.

type CloneByNameUsingPOST2Forbidden

type CloneByNameUsingPOST2Forbidden struct {
}
CloneByNameUsingPOST2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewCloneByNameUsingPOST2Forbidden

func NewCloneByNameUsingPOST2Forbidden() *CloneByNameUsingPOST2Forbidden

NewCloneByNameUsingPOST2Forbidden creates a CloneByNameUsingPOST2Forbidden with default headers values

func (*CloneByNameUsingPOST2Forbidden) Error

type CloneByNameUsingPOST2InternalServerError

type CloneByNameUsingPOST2InternalServerError struct {
}
CloneByNameUsingPOST2InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCloneByNameUsingPOST2InternalServerError

func NewCloneByNameUsingPOST2InternalServerError() *CloneByNameUsingPOST2InternalServerError

NewCloneByNameUsingPOST2InternalServerError creates a CloneByNameUsingPOST2InternalServerError with default headers values

func (*CloneByNameUsingPOST2InternalServerError) Error

type CloneByNameUsingPOST2NotFound

type CloneByNameUsingPOST2NotFound struct {
	Payload *models.Error
}
CloneByNameUsingPOST2NotFound describes a response with status code 404, with default header values.

Not Found

func NewCloneByNameUsingPOST2NotFound

func NewCloneByNameUsingPOST2NotFound() *CloneByNameUsingPOST2NotFound

NewCloneByNameUsingPOST2NotFound creates a CloneByNameUsingPOST2NotFound with default headers values

func (*CloneByNameUsingPOST2NotFound) Error

func (*CloneByNameUsingPOST2NotFound) GetPayload

func (o *CloneByNameUsingPOST2NotFound) GetPayload() *models.Error

type CloneByNameUsingPOST2OK

type CloneByNameUsingPOST2OK struct {
	Payload models.Pipeline
}
CloneByNameUsingPOST2OK describes a response with status code 200, with default header values.

'Success' with the cloned Pipeline

func NewCloneByNameUsingPOST2OK

func NewCloneByNameUsingPOST2OK() *CloneByNameUsingPOST2OK

NewCloneByNameUsingPOST2OK creates a CloneByNameUsingPOST2OK with default headers values

func (*CloneByNameUsingPOST2OK) Error

func (o *CloneByNameUsingPOST2OK) Error() string

func (*CloneByNameUsingPOST2OK) GetPayload

func (o *CloneByNameUsingPOST2OK) GetPayload() models.Pipeline

type CloneByNameUsingPOST2Params

type CloneByNameUsingPOST2Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

CloneByNameUsingPOST2Params contains all the parameters to send to the API endpoint

for the clone by name using p o s t 2 operation.

Typically these are written to a http.Request.

func NewCloneByNameUsingPOST2Params

func NewCloneByNameUsingPOST2Params() *CloneByNameUsingPOST2Params

NewCloneByNameUsingPOST2Params creates a new CloneByNameUsingPOST2Params 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 NewCloneByNameUsingPOST2ParamsWithContext

func NewCloneByNameUsingPOST2ParamsWithContext(ctx context.Context) *CloneByNameUsingPOST2Params

NewCloneByNameUsingPOST2ParamsWithContext creates a new CloneByNameUsingPOST2Params object with the ability to set a context for a request.

func NewCloneByNameUsingPOST2ParamsWithHTTPClient

func NewCloneByNameUsingPOST2ParamsWithHTTPClient(client *http.Client) *CloneByNameUsingPOST2Params

NewCloneByNameUsingPOST2ParamsWithHTTPClient creates a new CloneByNameUsingPOST2Params object with the ability to set a custom HTTPClient for a request.

func NewCloneByNameUsingPOST2ParamsWithTimeout

func NewCloneByNameUsingPOST2ParamsWithTimeout(timeout time.Duration) *CloneByNameUsingPOST2Params

NewCloneByNameUsingPOST2ParamsWithTimeout creates a new CloneByNameUsingPOST2Params object with the ability to set a timeout on a request.

func (*CloneByNameUsingPOST2Params) SetAPIVersion

func (o *CloneByNameUsingPOST2Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetAuthorization

func (o *CloneByNameUsingPOST2Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetBody

SetBody adds the body to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetContext

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

SetContext adds the context to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetDefaults

func (o *CloneByNameUsingPOST2Params) SetDefaults()

SetDefaults hydrates default values in the clone by name using p o s t 2 params (not the query body).

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

func (*CloneByNameUsingPOST2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetName

func (o *CloneByNameUsingPOST2Params) SetName(name string)

SetName adds the name to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetProject

func (o *CloneByNameUsingPOST2Params) SetProject(project string)

SetProject adds the project to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) SetTimeout

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

SetTimeout adds the timeout to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithAPIVersion

func (o *CloneByNameUsingPOST2Params) WithAPIVersion(aPIVersion string) *CloneByNameUsingPOST2Params

WithAPIVersion adds the aPIVersion to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithAuthorization

func (o *CloneByNameUsingPOST2Params) WithAuthorization(authorization string) *CloneByNameUsingPOST2Params

WithAuthorization adds the authorization to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithBody

WithBody adds the body to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithContext

WithContext adds the context to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithDefaults

WithDefaults hydrates default values in the clone by name using p o s t 2 params (not the query body).

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

func (*CloneByNameUsingPOST2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithName

WithName adds the name to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithProject

WithProject adds the project to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WithTimeout

WithTimeout adds the timeout to the clone by name using p o s t 2 params

func (*CloneByNameUsingPOST2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CloneByNameUsingPOST2Reader

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

CloneByNameUsingPOST2Reader is a Reader for the CloneByNameUsingPOST2 structure.

func (*CloneByNameUsingPOST2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CloneByNameUsingPOST2Unauthorized

type CloneByNameUsingPOST2Unauthorized struct {
}
CloneByNameUsingPOST2Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCloneByNameUsingPOST2Unauthorized

func NewCloneByNameUsingPOST2Unauthorized() *CloneByNameUsingPOST2Unauthorized

NewCloneByNameUsingPOST2Unauthorized creates a CloneByNameUsingPOST2Unauthorized with default headers values

func (*CloneByNameUsingPOST2Unauthorized) Error

type CreateUsingPOST6Forbidden

type CreateUsingPOST6Forbidden struct {
}
CreateUsingPOST6Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateUsingPOST6Forbidden

func NewCreateUsingPOST6Forbidden() *CreateUsingPOST6Forbidden

NewCreateUsingPOST6Forbidden creates a CreateUsingPOST6Forbidden with default headers values

func (*CreateUsingPOST6Forbidden) Error

func (o *CreateUsingPOST6Forbidden) Error() string

type CreateUsingPOST6InternalServerError

type CreateUsingPOST6InternalServerError struct {
}
CreateUsingPOST6InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreateUsingPOST6InternalServerError

func NewCreateUsingPOST6InternalServerError() *CreateUsingPOST6InternalServerError

NewCreateUsingPOST6InternalServerError creates a CreateUsingPOST6InternalServerError with default headers values

func (*CreateUsingPOST6InternalServerError) Error

type CreateUsingPOST6NotFound

type CreateUsingPOST6NotFound struct {
	Payload *models.Error
}
CreateUsingPOST6NotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateUsingPOST6NotFound

func NewCreateUsingPOST6NotFound() *CreateUsingPOST6NotFound

NewCreateUsingPOST6NotFound creates a CreateUsingPOST6NotFound with default headers values

func (*CreateUsingPOST6NotFound) Error

func (o *CreateUsingPOST6NotFound) Error() string

func (*CreateUsingPOST6NotFound) GetPayload

func (o *CreateUsingPOST6NotFound) GetPayload() *models.Error

type CreateUsingPOST6OK

type CreateUsingPOST6OK struct {
	Payload models.Pipeline
}
CreateUsingPOST6OK describes a response with status code 200, with default header values.

'Success' with the created Pipeline

func NewCreateUsingPOST6OK

func NewCreateUsingPOST6OK() *CreateUsingPOST6OK

NewCreateUsingPOST6OK creates a CreateUsingPOST6OK with default headers values

func (*CreateUsingPOST6OK) Error

func (o *CreateUsingPOST6OK) Error() string

func (*CreateUsingPOST6OK) GetPayload

func (o *CreateUsingPOST6OK) GetPayload() models.Pipeline

type CreateUsingPOST6Params

type CreateUsingPOST6Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

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

CreateUsingPOST6Params contains all the parameters to send to the API endpoint

for the create using p o s t 6 operation.

Typically these are written to a http.Request.

func NewCreateUsingPOST6Params

func NewCreateUsingPOST6Params() *CreateUsingPOST6Params

NewCreateUsingPOST6Params creates a new CreateUsingPOST6Params 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 NewCreateUsingPOST6ParamsWithContext

func NewCreateUsingPOST6ParamsWithContext(ctx context.Context) *CreateUsingPOST6Params

NewCreateUsingPOST6ParamsWithContext creates a new CreateUsingPOST6Params object with the ability to set a context for a request.

func NewCreateUsingPOST6ParamsWithHTTPClient

func NewCreateUsingPOST6ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST6Params

NewCreateUsingPOST6ParamsWithHTTPClient creates a new CreateUsingPOST6Params object with the ability to set a custom HTTPClient for a request.

func NewCreateUsingPOST6ParamsWithTimeout

func NewCreateUsingPOST6ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST6Params

NewCreateUsingPOST6ParamsWithTimeout creates a new CreateUsingPOST6Params object with the ability to set a timeout on a request.

func (*CreateUsingPOST6Params) SetAPIVersion

func (o *CreateUsingPOST6Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create using p o s t 6 params

func (*CreateUsingPOST6Params) SetAuthorization

func (o *CreateUsingPOST6Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create using p o s t 6 params

func (*CreateUsingPOST6Params) SetBody

func (o *CreateUsingPOST6Params) SetBody(body models.PipelineSpec)

SetBody adds the body to the create using p o s t 6 params

func (*CreateUsingPOST6Params) SetContext

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

SetContext adds the context to the create using p o s t 6 params

func (*CreateUsingPOST6Params) SetDefaults

func (o *CreateUsingPOST6Params) SetDefaults()

SetDefaults hydrates default values in the create using p o s t 6 params (not the query body).

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

func (*CreateUsingPOST6Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create using p o s t 6 params

func (*CreateUsingPOST6Params) SetTimeout

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

SetTimeout adds the timeout to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithAPIVersion

func (o *CreateUsingPOST6Params) WithAPIVersion(aPIVersion string) *CreateUsingPOST6Params

WithAPIVersion adds the aPIVersion to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithAuthorization

func (o *CreateUsingPOST6Params) WithAuthorization(authorization string) *CreateUsingPOST6Params

WithAuthorization adds the authorization to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithBody

WithBody adds the body to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithContext

WithContext adds the context to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithDefaults

WithDefaults hydrates default values in the create using p o s t 6 params (not the query body).

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

func (*CreateUsingPOST6Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WithTimeout

WithTimeout adds the timeout to the create using p o s t 6 params

func (*CreateUsingPOST6Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUsingPOST6Reader

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

CreateUsingPOST6Reader is a Reader for the CreateUsingPOST6 structure.

func (*CreateUsingPOST6Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUsingPOST6Unauthorized

type CreateUsingPOST6Unauthorized struct {
}
CreateUsingPOST6Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreateUsingPOST6Unauthorized

func NewCreateUsingPOST6Unauthorized() *CreateUsingPOST6Unauthorized

NewCreateUsingPOST6Unauthorized creates a CreateUsingPOST6Unauthorized with default headers values

func (*CreateUsingPOST6Unauthorized) Error

type DeleteUsingDELETE8Forbidden

type DeleteUsingDELETE8Forbidden struct {
}
DeleteUsingDELETE8Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteUsingDELETE8Forbidden

func NewDeleteUsingDELETE8Forbidden() *DeleteUsingDELETE8Forbidden

NewDeleteUsingDELETE8Forbidden creates a DeleteUsingDELETE8Forbidden with default headers values

func (*DeleteUsingDELETE8Forbidden) Error

type DeleteUsingDELETE8InternalServerError

type DeleteUsingDELETE8InternalServerError struct {
}
DeleteUsingDELETE8InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteUsingDELETE8InternalServerError

func NewDeleteUsingDELETE8InternalServerError() *DeleteUsingDELETE8InternalServerError

NewDeleteUsingDELETE8InternalServerError creates a DeleteUsingDELETE8InternalServerError with default headers values

func (*DeleteUsingDELETE8InternalServerError) Error

type DeleteUsingDELETE8NotFound

type DeleteUsingDELETE8NotFound struct {
	Payload *models.Error
}
DeleteUsingDELETE8NotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteUsingDELETE8NotFound

func NewDeleteUsingDELETE8NotFound() *DeleteUsingDELETE8NotFound

NewDeleteUsingDELETE8NotFound creates a DeleteUsingDELETE8NotFound with default headers values

func (*DeleteUsingDELETE8NotFound) Error

func (*DeleteUsingDELETE8NotFound) GetPayload

func (o *DeleteUsingDELETE8NotFound) GetPayload() *models.Error

type DeleteUsingDELETE8OK

type DeleteUsingDELETE8OK struct {
	Payload models.Pipeline
}
DeleteUsingDELETE8OK describes a response with status code 200, with default header values.

'Success' with the deleted Pipeline

func NewDeleteUsingDELETE8OK

func NewDeleteUsingDELETE8OK() *DeleteUsingDELETE8OK

NewDeleteUsingDELETE8OK creates a DeleteUsingDELETE8OK with default headers values

func (*DeleteUsingDELETE8OK) Error

func (o *DeleteUsingDELETE8OK) Error() string

func (*DeleteUsingDELETE8OK) GetPayload

func (o *DeleteUsingDELETE8OK) GetPayload() models.Pipeline

type DeleteUsingDELETE8Params

type DeleteUsingDELETE8Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

DeleteUsingDELETE8Params contains all the parameters to send to the API endpoint

for the delete using d e l e t e 8 operation.

Typically these are written to a http.Request.

func NewDeleteUsingDELETE8Params

func NewDeleteUsingDELETE8Params() *DeleteUsingDELETE8Params

NewDeleteUsingDELETE8Params creates a new DeleteUsingDELETE8Params 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 NewDeleteUsingDELETE8ParamsWithContext

func NewDeleteUsingDELETE8ParamsWithContext(ctx context.Context) *DeleteUsingDELETE8Params

NewDeleteUsingDELETE8ParamsWithContext creates a new DeleteUsingDELETE8Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE8ParamsWithHTTPClient

func NewDeleteUsingDELETE8ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE8Params

NewDeleteUsingDELETE8ParamsWithHTTPClient creates a new DeleteUsingDELETE8Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE8ParamsWithTimeout

func NewDeleteUsingDELETE8ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE8Params

NewDeleteUsingDELETE8ParamsWithTimeout creates a new DeleteUsingDELETE8Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE8Params) SetAPIVersion

func (o *DeleteUsingDELETE8Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) SetAuthorization

func (o *DeleteUsingDELETE8Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) SetContext

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

SetContext adds the context to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) SetDefaults

func (o *DeleteUsingDELETE8Params) SetDefaults()

SetDefaults hydrates default values in the delete using d e l e t e 8 params (not the query body).

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

func (*DeleteUsingDELETE8Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) SetID

func (o *DeleteUsingDELETE8Params) SetID(id string)

SetID adds the id to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) SetTimeout

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

SetTimeout adds the timeout to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithAPIVersion

func (o *DeleteUsingDELETE8Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE8Params

WithAPIVersion adds the aPIVersion to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithAuthorization

func (o *DeleteUsingDELETE8Params) WithAuthorization(authorization string) *DeleteUsingDELETE8Params

WithAuthorization adds the authorization to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithContext

WithContext adds the context to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithDefaults

WithDefaults hydrates default values in the delete using d e l e t e 8 params (not the query body).

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

func (*DeleteUsingDELETE8Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithID

WithID adds the id to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WithTimeout

WithTimeout adds the timeout to the delete using d e l e t e 8 params

func (*DeleteUsingDELETE8Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE8Reader

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

DeleteUsingDELETE8Reader is a Reader for the DeleteUsingDELETE8 structure.

func (*DeleteUsingDELETE8Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE8Unauthorized

type DeleteUsingDELETE8Unauthorized struct {
}
DeleteUsingDELETE8Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteUsingDELETE8Unauthorized

func NewDeleteUsingDELETE8Unauthorized() *DeleteUsingDELETE8Unauthorized

NewDeleteUsingDELETE8Unauthorized creates a DeleteUsingDELETE8Unauthorized with default headers values

func (*DeleteUsingDELETE8Unauthorized) Error

type DeleteUsingDELETE9Forbidden

type DeleteUsingDELETE9Forbidden struct {
}
DeleteUsingDELETE9Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteUsingDELETE9Forbidden

func NewDeleteUsingDELETE9Forbidden() *DeleteUsingDELETE9Forbidden

NewDeleteUsingDELETE9Forbidden creates a DeleteUsingDELETE9Forbidden with default headers values

func (*DeleteUsingDELETE9Forbidden) Error

type DeleteUsingDELETE9InternalServerError

type DeleteUsingDELETE9InternalServerError struct {
}
DeleteUsingDELETE9InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteUsingDELETE9InternalServerError

func NewDeleteUsingDELETE9InternalServerError() *DeleteUsingDELETE9InternalServerError

NewDeleteUsingDELETE9InternalServerError creates a DeleteUsingDELETE9InternalServerError with default headers values

func (*DeleteUsingDELETE9InternalServerError) Error

type DeleteUsingDELETE9NotFound

type DeleteUsingDELETE9NotFound struct {
	Payload *models.Error
}
DeleteUsingDELETE9NotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteUsingDELETE9NotFound

func NewDeleteUsingDELETE9NotFound() *DeleteUsingDELETE9NotFound

NewDeleteUsingDELETE9NotFound creates a DeleteUsingDELETE9NotFound with default headers values

func (*DeleteUsingDELETE9NotFound) Error

func (*DeleteUsingDELETE9NotFound) GetPayload

func (o *DeleteUsingDELETE9NotFound) GetPayload() *models.Error

type DeleteUsingDELETE9OK

type DeleteUsingDELETE9OK struct {
	Payload models.Pipeline
}
DeleteUsingDELETE9OK describes a response with status code 200, with default header values.

'Success' with the deleted Pipeline

func NewDeleteUsingDELETE9OK

func NewDeleteUsingDELETE9OK() *DeleteUsingDELETE9OK

NewDeleteUsingDELETE9OK creates a DeleteUsingDELETE9OK with default headers values

func (*DeleteUsingDELETE9OK) Error

func (o *DeleteUsingDELETE9OK) Error() string

func (*DeleteUsingDELETE9OK) GetPayload

func (o *DeleteUsingDELETE9OK) GetPayload() models.Pipeline

type DeleteUsingDELETE9Params

type DeleteUsingDELETE9Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

DeleteUsingDELETE9Params contains all the parameters to send to the API endpoint

for the delete using d e l e t e 9 operation.

Typically these are written to a http.Request.

func NewDeleteUsingDELETE9Params

func NewDeleteUsingDELETE9Params() *DeleteUsingDELETE9Params

NewDeleteUsingDELETE9Params creates a new DeleteUsingDELETE9Params 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 NewDeleteUsingDELETE9ParamsWithContext

func NewDeleteUsingDELETE9ParamsWithContext(ctx context.Context) *DeleteUsingDELETE9Params

NewDeleteUsingDELETE9ParamsWithContext creates a new DeleteUsingDELETE9Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE9ParamsWithHTTPClient

func NewDeleteUsingDELETE9ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE9Params

NewDeleteUsingDELETE9ParamsWithHTTPClient creates a new DeleteUsingDELETE9Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE9ParamsWithTimeout

func NewDeleteUsingDELETE9ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE9Params

NewDeleteUsingDELETE9ParamsWithTimeout creates a new DeleteUsingDELETE9Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE9Params) SetAPIVersion

func (o *DeleteUsingDELETE9Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetAuthorization

func (o *DeleteUsingDELETE9Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetContext

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

SetContext adds the context to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetDefaults

func (o *DeleteUsingDELETE9Params) SetDefaults()

SetDefaults hydrates default values in the delete using d e l e t e 9 params (not the query body).

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

func (*DeleteUsingDELETE9Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetName

func (o *DeleteUsingDELETE9Params) SetName(name string)

SetName adds the name to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetProject

func (o *DeleteUsingDELETE9Params) SetProject(project string)

SetProject adds the project to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) SetTimeout

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

SetTimeout adds the timeout to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithAPIVersion

func (o *DeleteUsingDELETE9Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE9Params

WithAPIVersion adds the aPIVersion to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithAuthorization

func (o *DeleteUsingDELETE9Params) WithAuthorization(authorization string) *DeleteUsingDELETE9Params

WithAuthorization adds the authorization to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithContext

WithContext adds the context to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithDefaults

WithDefaults hydrates default values in the delete using d e l e t e 9 params (not the query body).

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

func (*DeleteUsingDELETE9Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithName

WithName adds the name to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithProject

func (o *DeleteUsingDELETE9Params) WithProject(project string) *DeleteUsingDELETE9Params

WithProject adds the project to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WithTimeout

WithTimeout adds the timeout to the delete using d e l e t e 9 params

func (*DeleteUsingDELETE9Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE9Reader

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

DeleteUsingDELETE9Reader is a Reader for the DeleteUsingDELETE9 structure.

func (*DeleteUsingDELETE9Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE9Unauthorized

type DeleteUsingDELETE9Unauthorized struct {
}
DeleteUsingDELETE9Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteUsingDELETE9Unauthorized

func NewDeleteUsingDELETE9Unauthorized() *DeleteUsingDELETE9Unauthorized

NewDeleteUsingDELETE9Unauthorized creates a DeleteUsingDELETE9Unauthorized with default headers values

func (*DeleteUsingDELETE9Unauthorized) Error

type ExecuteByNameUsingPOSTAccepted

type ExecuteByNameUsingPOSTAccepted struct {
	Payload models.ExecutionResponse
}
ExecuteByNameUsingPOSTAccepted describes a response with status code 202, with default header values.

Accepted

func NewExecuteByNameUsingPOSTAccepted

func NewExecuteByNameUsingPOSTAccepted() *ExecuteByNameUsingPOSTAccepted

NewExecuteByNameUsingPOSTAccepted creates a ExecuteByNameUsingPOSTAccepted with default headers values

func (*ExecuteByNameUsingPOSTAccepted) Error

func (*ExecuteByNameUsingPOSTAccepted) GetPayload

type ExecuteByNameUsingPOSTForbidden

type ExecuteByNameUsingPOSTForbidden struct {
}
ExecuteByNameUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecuteByNameUsingPOSTForbidden

func NewExecuteByNameUsingPOSTForbidden() *ExecuteByNameUsingPOSTForbidden

NewExecuteByNameUsingPOSTForbidden creates a ExecuteByNameUsingPOSTForbidden with default headers values

func (*ExecuteByNameUsingPOSTForbidden) Error

type ExecuteByNameUsingPOSTInternalServerError

type ExecuteByNameUsingPOSTInternalServerError struct {
}
ExecuteByNameUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExecuteByNameUsingPOSTInternalServerError

func NewExecuteByNameUsingPOSTInternalServerError() *ExecuteByNameUsingPOSTInternalServerError

NewExecuteByNameUsingPOSTInternalServerError creates a ExecuteByNameUsingPOSTInternalServerError with default headers values

func (*ExecuteByNameUsingPOSTInternalServerError) Error

type ExecuteByNameUsingPOSTNotFound

type ExecuteByNameUsingPOSTNotFound struct {
	Payload *models.Error
}
ExecuteByNameUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecuteByNameUsingPOSTNotFound

func NewExecuteByNameUsingPOSTNotFound() *ExecuteByNameUsingPOSTNotFound

NewExecuteByNameUsingPOSTNotFound creates a ExecuteByNameUsingPOSTNotFound with default headers values

func (*ExecuteByNameUsingPOSTNotFound) Error

func (*ExecuteByNameUsingPOSTNotFound) GetPayload

func (o *ExecuteByNameUsingPOSTNotFound) GetPayload() *models.Error

type ExecuteByNameUsingPOSTOK

type ExecuteByNameUsingPOSTOK struct {
	Payload models.ExecutionResponse
}
ExecuteByNameUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the created execution response

func NewExecuteByNameUsingPOSTOK

func NewExecuteByNameUsingPOSTOK() *ExecuteByNameUsingPOSTOK

NewExecuteByNameUsingPOSTOK creates a ExecuteByNameUsingPOSTOK with default headers values

func (*ExecuteByNameUsingPOSTOK) Error

func (o *ExecuteByNameUsingPOSTOK) Error() string

func (*ExecuteByNameUsingPOSTOK) GetPayload

type ExecuteByNameUsingPOSTParams

type ExecuteByNameUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Execution Request for a pipeline
	*/
	Body models.ExecutionRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

ExecuteByNameUsingPOSTParams contains all the parameters to send to the API endpoint

for the execute by name using p o s t operation.

Typically these are written to a http.Request.

func NewExecuteByNameUsingPOSTParams

func NewExecuteByNameUsingPOSTParams() *ExecuteByNameUsingPOSTParams

NewExecuteByNameUsingPOSTParams creates a new ExecuteByNameUsingPOSTParams 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 NewExecuteByNameUsingPOSTParamsWithContext

func NewExecuteByNameUsingPOSTParamsWithContext(ctx context.Context) *ExecuteByNameUsingPOSTParams

NewExecuteByNameUsingPOSTParamsWithContext creates a new ExecuteByNameUsingPOSTParams object with the ability to set a context for a request.

func NewExecuteByNameUsingPOSTParamsWithHTTPClient

func NewExecuteByNameUsingPOSTParamsWithHTTPClient(client *http.Client) *ExecuteByNameUsingPOSTParams

NewExecuteByNameUsingPOSTParamsWithHTTPClient creates a new ExecuteByNameUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteByNameUsingPOSTParamsWithTimeout

func NewExecuteByNameUsingPOSTParamsWithTimeout(timeout time.Duration) *ExecuteByNameUsingPOSTParams

NewExecuteByNameUsingPOSTParamsWithTimeout creates a new ExecuteByNameUsingPOSTParams object with the ability to set a timeout on a request.

func (*ExecuteByNameUsingPOSTParams) SetAPIVersion

func (o *ExecuteByNameUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetAuthorization

func (o *ExecuteByNameUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetBody

SetBody adds the body to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetContext

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

SetContext adds the context to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetDefaults

func (o *ExecuteByNameUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the execute by name using p o s t params (not the query body).

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

func (*ExecuteByNameUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetName

func (o *ExecuteByNameUsingPOSTParams) SetName(name string)

SetName adds the name to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetProject

func (o *ExecuteByNameUsingPOSTParams) SetProject(project string)

SetProject adds the project to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithAPIVersion

func (o *ExecuteByNameUsingPOSTParams) WithAPIVersion(aPIVersion string) *ExecuteByNameUsingPOSTParams

WithAPIVersion adds the aPIVersion to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithAuthorization

func (o *ExecuteByNameUsingPOSTParams) WithAuthorization(authorization string) *ExecuteByNameUsingPOSTParams

WithAuthorization adds the authorization to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithBody

WithBody adds the body to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithContext

WithContext adds the context to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the execute by name using p o s t params (not the query body).

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

func (*ExecuteByNameUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithName

WithName adds the name to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithProject

WithProject adds the project to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the execute by name using p o s t params

func (*ExecuteByNameUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExecuteByNameUsingPOSTReader

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

ExecuteByNameUsingPOSTReader is a Reader for the ExecuteByNameUsingPOST structure.

func (*ExecuteByNameUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteByNameUsingPOSTUnauthorized

type ExecuteByNameUsingPOSTUnauthorized struct {
}
ExecuteByNameUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExecuteByNameUsingPOSTUnauthorized

func NewExecuteByNameUsingPOSTUnauthorized() *ExecuteByNameUsingPOSTUnauthorized

NewExecuteByNameUsingPOSTUnauthorized creates a ExecuteByNameUsingPOSTUnauthorized with default headers values

func (*ExecuteByNameUsingPOSTUnauthorized) Error

type ExecuteUsingPOSTAccepted

type ExecuteUsingPOSTAccepted struct {
	Payload models.ExecutionResponse
}
ExecuteUsingPOSTAccepted describes a response with status code 202, with default header values.

Accepted

func NewExecuteUsingPOSTAccepted

func NewExecuteUsingPOSTAccepted() *ExecuteUsingPOSTAccepted

NewExecuteUsingPOSTAccepted creates a ExecuteUsingPOSTAccepted with default headers values

func (*ExecuteUsingPOSTAccepted) Error

func (o *ExecuteUsingPOSTAccepted) Error() string

func (*ExecuteUsingPOSTAccepted) GetPayload

type ExecuteUsingPOSTForbidden

type ExecuteUsingPOSTForbidden struct {
}
ExecuteUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecuteUsingPOSTForbidden

func NewExecuteUsingPOSTForbidden() *ExecuteUsingPOSTForbidden

NewExecuteUsingPOSTForbidden creates a ExecuteUsingPOSTForbidden with default headers values

func (*ExecuteUsingPOSTForbidden) Error

func (o *ExecuteUsingPOSTForbidden) Error() string

type ExecuteUsingPOSTInternalServerError

type ExecuteUsingPOSTInternalServerError struct {
}
ExecuteUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExecuteUsingPOSTInternalServerError

func NewExecuteUsingPOSTInternalServerError() *ExecuteUsingPOSTInternalServerError

NewExecuteUsingPOSTInternalServerError creates a ExecuteUsingPOSTInternalServerError with default headers values

func (*ExecuteUsingPOSTInternalServerError) Error

type ExecuteUsingPOSTNotFound

type ExecuteUsingPOSTNotFound struct {
	Payload *models.Error
}
ExecuteUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecuteUsingPOSTNotFound

func NewExecuteUsingPOSTNotFound() *ExecuteUsingPOSTNotFound

NewExecuteUsingPOSTNotFound creates a ExecuteUsingPOSTNotFound with default headers values

func (*ExecuteUsingPOSTNotFound) Error

func (o *ExecuteUsingPOSTNotFound) Error() string

func (*ExecuteUsingPOSTNotFound) GetPayload

func (o *ExecuteUsingPOSTNotFound) GetPayload() *models.Error

type ExecuteUsingPOSTOK

type ExecuteUsingPOSTOK struct {
	Payload models.ExecutionResponse
}
ExecuteUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the created execution response

func NewExecuteUsingPOSTOK

func NewExecuteUsingPOSTOK() *ExecuteUsingPOSTOK

NewExecuteUsingPOSTOK creates a ExecuteUsingPOSTOK with default headers values

func (*ExecuteUsingPOSTOK) Error

func (o *ExecuteUsingPOSTOK) Error() string

func (*ExecuteUsingPOSTOK) GetPayload

type ExecuteUsingPOSTParams

type ExecuteUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Execution Request for a pipeline
	*/
	Body models.ExecutionRequest

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

ExecuteUsingPOSTParams contains all the parameters to send to the API endpoint

for the execute using p o s t operation.

Typically these are written to a http.Request.

func NewExecuteUsingPOSTParams

func NewExecuteUsingPOSTParams() *ExecuteUsingPOSTParams

NewExecuteUsingPOSTParams creates a new ExecuteUsingPOSTParams 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 NewExecuteUsingPOSTParamsWithContext

func NewExecuteUsingPOSTParamsWithContext(ctx context.Context) *ExecuteUsingPOSTParams

NewExecuteUsingPOSTParamsWithContext creates a new ExecuteUsingPOSTParams object with the ability to set a context for a request.

func NewExecuteUsingPOSTParamsWithHTTPClient

func NewExecuteUsingPOSTParamsWithHTTPClient(client *http.Client) *ExecuteUsingPOSTParams

NewExecuteUsingPOSTParamsWithHTTPClient creates a new ExecuteUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteUsingPOSTParamsWithTimeout

func NewExecuteUsingPOSTParamsWithTimeout(timeout time.Duration) *ExecuteUsingPOSTParams

NewExecuteUsingPOSTParamsWithTimeout creates a new ExecuteUsingPOSTParams object with the ability to set a timeout on a request.

func (*ExecuteUsingPOSTParams) SetAPIVersion

func (o *ExecuteUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetAuthorization

func (o *ExecuteUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetBody

SetBody adds the body to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetContext

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

SetContext adds the context to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetDefaults

func (o *ExecuteUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the execute using p o s t params (not the query body).

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

func (*ExecuteUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetID

func (o *ExecuteUsingPOSTParams) SetID(id string)

SetID adds the id to the execute using p o s t params

func (*ExecuteUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithAPIVersion

func (o *ExecuteUsingPOSTParams) WithAPIVersion(aPIVersion string) *ExecuteUsingPOSTParams

WithAPIVersion adds the aPIVersion to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithAuthorization

func (o *ExecuteUsingPOSTParams) WithAuthorization(authorization string) *ExecuteUsingPOSTParams

WithAuthorization adds the authorization to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithBody

WithBody adds the body to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithContext

WithContext adds the context to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the execute using p o s t params (not the query body).

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

func (*ExecuteUsingPOSTParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithID

WithID adds the id to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the execute using p o s t params

func (*ExecuteUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExecuteUsingPOSTReader

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

ExecuteUsingPOSTReader is a Reader for the ExecuteUsingPOST structure.

func (*ExecuteUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteUsingPOSTUnauthorized

type ExecuteUsingPOSTUnauthorized struct {
}
ExecuteUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExecuteUsingPOSTUnauthorized

func NewExecuteUsingPOSTUnauthorized() *ExecuteUsingPOSTUnauthorized

NewExecuteUsingPOSTUnauthorized creates a ExecuteUsingPOSTUnauthorized with default headers values

func (*ExecuteUsingPOSTUnauthorized) Error

type ExportUsingGETForbidden

type ExportUsingGETForbidden struct {
}
ExportUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExportUsingGETForbidden

func NewExportUsingGETForbidden() *ExportUsingGETForbidden

NewExportUsingGETForbidden creates a ExportUsingGETForbidden with default headers values

func (*ExportUsingGETForbidden) Error

func (o *ExportUsingGETForbidden) Error() string

type ExportUsingGETInternalServerError

type ExportUsingGETInternalServerError struct {
}
ExportUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExportUsingGETInternalServerError

func NewExportUsingGETInternalServerError() *ExportUsingGETInternalServerError

NewExportUsingGETInternalServerError creates a ExportUsingGETInternalServerError with default headers values

func (*ExportUsingGETInternalServerError) Error

type ExportUsingGETNotFound

type ExportUsingGETNotFound struct {
	Payload *models.Error
}
ExportUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewExportUsingGETNotFound

func NewExportUsingGETNotFound() *ExportUsingGETNotFound

NewExportUsingGETNotFound creates a ExportUsingGETNotFound with default headers values

func (*ExportUsingGETNotFound) Error

func (o *ExportUsingGETNotFound) Error() string

func (*ExportUsingGETNotFound) GetPayload

func (o *ExportUsingGETNotFound) GetPayload() *models.Error

type ExportUsingGETOK

type ExportUsingGETOK struct {
	Payload string
}
ExportUsingGETOK describes a response with status code 200, with default header values.

OK

func NewExportUsingGETOK

func NewExportUsingGETOK() *ExportUsingGETOK

NewExportUsingGETOK creates a ExportUsingGETOK with default headers values

func (*ExportUsingGETOK) Error

func (o *ExportUsingGETOK) Error() string

func (*ExportUsingGETOK) GetPayload

func (o *ExportUsingGETOK) GetPayload() string

type ExportUsingGETParams

type ExportUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Endpoints.

	   Comma separated list of endpoints to be exported in a given project

	   Default: "Jenkins, Jira"
	*/
	Endpoints *string

	/* Pipeline.

	   Name of the Pipeline to be exported. Here, all endpoints referred in the pipeline also get exported

	   Default: "Deploy Production"
	*/
	Pipeline *string

	/* Pipelines.

	   Comma separated list of pipelines to be exported in a given project

	   Default: "Deploy Production, Dev"
	*/
	Pipelines *string

	/* Project.

	   Name of the Project to which Endpoint(s)/Pipeline(s) belong to

	   Default: "Project-1"
	*/
	Project *string

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

ExportUsingGETParams contains all the parameters to send to the API endpoint

for the export using g e t operation.

Typically these are written to a http.Request.

func NewExportUsingGETParams

func NewExportUsingGETParams() *ExportUsingGETParams

NewExportUsingGETParams creates a new ExportUsingGETParams 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 NewExportUsingGETParamsWithContext

func NewExportUsingGETParamsWithContext(ctx context.Context) *ExportUsingGETParams

NewExportUsingGETParamsWithContext creates a new ExportUsingGETParams object with the ability to set a context for a request.

func NewExportUsingGETParamsWithHTTPClient

func NewExportUsingGETParamsWithHTTPClient(client *http.Client) *ExportUsingGETParams

NewExportUsingGETParamsWithHTTPClient creates a new ExportUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewExportUsingGETParamsWithTimeout

func NewExportUsingGETParamsWithTimeout(timeout time.Duration) *ExportUsingGETParams

NewExportUsingGETParamsWithTimeout creates a new ExportUsingGETParams object with the ability to set a timeout on a request.

func (*ExportUsingGETParams) SetAPIVersion

func (o *ExportUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the export using get params

func (*ExportUsingGETParams) SetAuthorization

func (o *ExportUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the export using get params

func (*ExportUsingGETParams) SetContext

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

SetContext adds the context to the export using get params

func (*ExportUsingGETParams) SetDefaults

func (o *ExportUsingGETParams) SetDefaults()

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

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

func (*ExportUsingGETParams) SetEndpoints

func (o *ExportUsingGETParams) SetEndpoints(endpoints *string)

SetEndpoints adds the endpoints to the export using get params

func (*ExportUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export using get params

func (*ExportUsingGETParams) SetPipeline

func (o *ExportUsingGETParams) SetPipeline(pipeline *string)

SetPipeline adds the pipeline to the export using get params

func (*ExportUsingGETParams) SetPipelines

func (o *ExportUsingGETParams) SetPipelines(pipelines *string)

SetPipelines adds the pipelines to the export using get params

func (*ExportUsingGETParams) SetProject

func (o *ExportUsingGETParams) SetProject(project *string)

SetProject adds the project to the export using get params

func (*ExportUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export using get params

func (*ExportUsingGETParams) WithAPIVersion

func (o *ExportUsingGETParams) WithAPIVersion(aPIVersion string) *ExportUsingGETParams

WithAPIVersion adds the aPIVersion to the export using get params

func (*ExportUsingGETParams) WithAuthorization

func (o *ExportUsingGETParams) WithAuthorization(authorization string) *ExportUsingGETParams

WithAuthorization adds the authorization to the export using get params

func (*ExportUsingGETParams) WithContext

WithContext adds the context to the export using get params

func (*ExportUsingGETParams) WithDefaults

func (o *ExportUsingGETParams) WithDefaults() *ExportUsingGETParams

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

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

func (*ExportUsingGETParams) WithEndpoints

func (o *ExportUsingGETParams) WithEndpoints(endpoints *string) *ExportUsingGETParams

WithEndpoints adds the endpoints to the export using get params

func (*ExportUsingGETParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export using get params

func (*ExportUsingGETParams) WithPipeline

func (o *ExportUsingGETParams) WithPipeline(pipeline *string) *ExportUsingGETParams

WithPipeline adds the pipeline to the export using get params

func (*ExportUsingGETParams) WithPipelines

func (o *ExportUsingGETParams) WithPipelines(pipelines *string) *ExportUsingGETParams

WithPipelines adds the pipelines to the export using get params

func (*ExportUsingGETParams) WithProject

func (o *ExportUsingGETParams) WithProject(project *string) *ExportUsingGETParams

WithProject adds the project to the export using get params

func (*ExportUsingGETParams) WithTimeout

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

WithTimeout adds the timeout to the export using get params

func (*ExportUsingGETParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExportUsingGETReader

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

ExportUsingGETReader is a Reader for the ExportUsingGET structure.

func (*ExportUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportUsingGETUnauthorized

type ExportUsingGETUnauthorized struct {
}
ExportUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExportUsingGETUnauthorized

func NewExportUsingGETUnauthorized() *ExportUsingGETUnauthorized

NewExportUsingGETUnauthorized creates a ExportUsingGETUnauthorized with default headers values

func (*ExportUsingGETUnauthorized) Error

type GetAllUsingGET9Forbidden

type GetAllUsingGET9Forbidden struct {
}
GetAllUsingGET9Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllUsingGET9Forbidden

func NewGetAllUsingGET9Forbidden() *GetAllUsingGET9Forbidden

NewGetAllUsingGET9Forbidden creates a GetAllUsingGET9Forbidden with default headers values

func (*GetAllUsingGET9Forbidden) Error

func (o *GetAllUsingGET9Forbidden) Error() string

type GetAllUsingGET9InternalServerError

type GetAllUsingGET9InternalServerError struct {
}
GetAllUsingGET9InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllUsingGET9InternalServerError

func NewGetAllUsingGET9InternalServerError() *GetAllUsingGET9InternalServerError

NewGetAllUsingGET9InternalServerError creates a GetAllUsingGET9InternalServerError with default headers values

func (*GetAllUsingGET9InternalServerError) Error

type GetAllUsingGET9NotFound

type GetAllUsingGET9NotFound struct {
	Payload *models.Error
}
GetAllUsingGET9NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllUsingGET9NotFound

func NewGetAllUsingGET9NotFound() *GetAllUsingGET9NotFound

NewGetAllUsingGET9NotFound creates a GetAllUsingGET9NotFound with default headers values

func (*GetAllUsingGET9NotFound) Error

func (o *GetAllUsingGET9NotFound) Error() string

func (*GetAllUsingGET9NotFound) GetPayload

func (o *GetAllUsingGET9NotFound) GetPayload() *models.Error

type GetAllUsingGET9OK

type GetAllUsingGET9OK struct {
	Payload models.Pipelines
}
GetAllUsingGET9OK describes a response with status code 200, with default header values.

'Success' with the requested Pipelines

func NewGetAllUsingGET9OK

func NewGetAllUsingGET9OK() *GetAllUsingGET9OK

NewGetAllUsingGET9OK creates a GetAllUsingGET9OK with default headers values

func (*GetAllUsingGET9OK) Error

func (o *GetAllUsingGET9OK) Error() string

func (*GetAllUsingGET9OK) GetPayload

func (o *GetAllUsingGET9OK) GetPayload() models.Pipelines

type GetAllUsingGET9Params

type GetAllUsingGET9Params struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Pipelines for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Pipelines for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllUsingGET9Params contains all the parameters to send to the API endpoint

for the get all using g e t 9 operation.

Typically these are written to a http.Request.

func NewGetAllUsingGET9Params

func NewGetAllUsingGET9Params() *GetAllUsingGET9Params

NewGetAllUsingGET9Params creates a new GetAllUsingGET9Params 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 NewGetAllUsingGET9ParamsWithContext

func NewGetAllUsingGET9ParamsWithContext(ctx context.Context) *GetAllUsingGET9Params

NewGetAllUsingGET9ParamsWithContext creates a new GetAllUsingGET9Params object with the ability to set a context for a request.

func NewGetAllUsingGET9ParamsWithHTTPClient

func NewGetAllUsingGET9ParamsWithHTTPClient(client *http.Client) *GetAllUsingGET9Params

NewGetAllUsingGET9ParamsWithHTTPClient creates a new GetAllUsingGET9Params object with the ability to set a custom HTTPClient for a request.

func NewGetAllUsingGET9ParamsWithTimeout

func NewGetAllUsingGET9ParamsWithTimeout(timeout time.Duration) *GetAllUsingGET9Params

NewGetAllUsingGET9ParamsWithTimeout creates a new GetAllUsingGET9Params object with the ability to set a timeout on a request.

func (*GetAllUsingGET9Params) SetAPIVersion

func (o *GetAllUsingGET9Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetAuthorization

func (o *GetAllUsingGET9Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetContext

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

SetContext adds the context to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetDefaults

func (o *GetAllUsingGET9Params) SetDefaults()

SetDefaults hydrates default values in the get all using g e t 9 params (not the query body).

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

func (*GetAllUsingGET9Params) SetDollarFilter

func (o *GetAllUsingGET9Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetDollarOrderby

func (o *GetAllUsingGET9Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetDollarSkip

func (o *GetAllUsingGET9Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetDollarTop

func (o *GetAllUsingGET9Params) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetPage

func (o *GetAllUsingGET9Params) SetPage(page *string)

SetPage adds the page to the get all using g e t 9 params

func (*GetAllUsingGET9Params) SetTimeout

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

SetTimeout adds the timeout to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithAPIVersion

func (o *GetAllUsingGET9Params) WithAPIVersion(aPIVersion string) *GetAllUsingGET9Params

WithAPIVersion adds the aPIVersion to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithAuthorization

func (o *GetAllUsingGET9Params) WithAuthorization(authorization string) *GetAllUsingGET9Params

WithAuthorization adds the authorization to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithContext

WithContext adds the context to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithDefaults

func (o *GetAllUsingGET9Params) WithDefaults() *GetAllUsingGET9Params

WithDefaults hydrates default values in the get all using g e t 9 params (not the query body).

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

func (*GetAllUsingGET9Params) WithDollarFilter

func (o *GetAllUsingGET9Params) WithDollarFilter(dollarFilter *string) *GetAllUsingGET9Params

WithDollarFilter adds the dollarFilter to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithDollarOrderby

func (o *GetAllUsingGET9Params) WithDollarOrderby(dollarOrderby *string) *GetAllUsingGET9Params

WithDollarOrderby adds the dollarOrderby to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithDollarSkip

func (o *GetAllUsingGET9Params) WithDollarSkip(dollarSkip *string) *GetAllUsingGET9Params

WithDollarSkip adds the dollarSkip to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithDollarTop

func (o *GetAllUsingGET9Params) WithDollarTop(dollarTop *string) *GetAllUsingGET9Params

WithDollarTop adds the dollarTop to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithPage

WithPage adds the page to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WithTimeout

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

WithTimeout adds the timeout to the get all using g e t 9 params

func (*GetAllUsingGET9Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllUsingGET9Reader

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

GetAllUsingGET9Reader is a Reader for the GetAllUsingGET9 structure.

func (*GetAllUsingGET9Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllUsingGET9Unauthorized

type GetAllUsingGET9Unauthorized struct {
}
GetAllUsingGET9Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllUsingGET9Unauthorized

func NewGetAllUsingGET9Unauthorized() *GetAllUsingGET9Unauthorized

NewGetAllUsingGET9Unauthorized creates a GetAllUsingGET9Unauthorized with default headers values

func (*GetAllUsingGET9Unauthorized) Error

type GetExecutionByIndexAndPipelineIDUsingGETForbidden

type GetExecutionByIndexAndPipelineIDUsingGETForbidden struct {
}
GetExecutionByIndexAndPipelineIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionByIndexAndPipelineIDUsingGETForbidden

func NewGetExecutionByIndexAndPipelineIDUsingGETForbidden() *GetExecutionByIndexAndPipelineIDUsingGETForbidden

NewGetExecutionByIndexAndPipelineIDUsingGETForbidden creates a GetExecutionByIndexAndPipelineIDUsingGETForbidden with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) Error

type GetExecutionByIndexAndPipelineIDUsingGETInternalServerError

type GetExecutionByIndexAndPipelineIDUsingGETInternalServerError struct {
}
GetExecutionByIndexAndPipelineIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError

func NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError() *GetExecutionByIndexAndPipelineIDUsingGETInternalServerError

NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError creates a GetExecutionByIndexAndPipelineIDUsingGETInternalServerError with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) Error

type GetExecutionByIndexAndPipelineIDUsingGETNotFound

type GetExecutionByIndexAndPipelineIDUsingGETNotFound struct {
	Payload *models.Error
}
GetExecutionByIndexAndPipelineIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionByIndexAndPipelineIDUsingGETNotFound

func NewGetExecutionByIndexAndPipelineIDUsingGETNotFound() *GetExecutionByIndexAndPipelineIDUsingGETNotFound

NewGetExecutionByIndexAndPipelineIDUsingGETNotFound creates a GetExecutionByIndexAndPipelineIDUsingGETNotFound with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) GetPayload

type GetExecutionByIndexAndPipelineIDUsingGETOK

type GetExecutionByIndexAndPipelineIDUsingGETOK struct {
	Payload models.Execution
}
GetExecutionByIndexAndPipelineIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Execution

func NewGetExecutionByIndexAndPipelineIDUsingGETOK

func NewGetExecutionByIndexAndPipelineIDUsingGETOK() *GetExecutionByIndexAndPipelineIDUsingGETOK

NewGetExecutionByIndexAndPipelineIDUsingGETOK creates a GetExecutionByIndexAndPipelineIDUsingGETOK with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) GetPayload

type GetExecutionByIndexAndPipelineIDUsingGETParams

type GetExecutionByIndexAndPipelineIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

	/* Index.

	   The index of the Execution
	*/
	Index string

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

GetExecutionByIndexAndPipelineIDUsingGETParams contains all the parameters to send to the API endpoint

for the get execution by index and pipeline Id using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParams

func NewGetExecutionByIndexAndPipelineIDUsingGETParams() *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParams creates a new GetExecutionByIndexAndPipelineIDUsingGETParams 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 NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext(ctx context.Context) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetAPIVersion

func (o *GetExecutionByIndexAndPipelineIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetAuthorization

func (o *GetExecutionByIndexAndPipelineIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetContext

SetContext adds the context to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetDefaults

SetDefaults hydrates default values in the get execution by index and pipeline Id using get params (not the query body).

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

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetID

SetID adds the id to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetIndex

SetIndex adds the index to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithContext

WithContext adds the context to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get execution by index and pipeline Id using get params (not the query body).

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

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithID

WithID adds the id to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithIndex

WithIndex adds the index to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionByIndexAndPipelineIDUsingGETReader

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

GetExecutionByIndexAndPipelineIDUsingGETReader is a Reader for the GetExecutionByIndexAndPipelineIDUsingGET structure.

func (*GetExecutionByIndexAndPipelineIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionByIndexAndPipelineIDUsingGETUnauthorized

type GetExecutionByIndexAndPipelineIDUsingGETUnauthorized struct {
}
GetExecutionByIndexAndPipelineIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized

func NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized() *GetExecutionByIndexAndPipelineIDUsingGETUnauthorized

NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized creates a GetExecutionByIndexAndPipelineIDUsingGETUnauthorized with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) Error

type GetExecutionByNameAndIndexUsingGETForbidden

type GetExecutionByNameAndIndexUsingGETForbidden struct {
}
GetExecutionByNameAndIndexUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionByNameAndIndexUsingGETForbidden

func NewGetExecutionByNameAndIndexUsingGETForbidden() *GetExecutionByNameAndIndexUsingGETForbidden

NewGetExecutionByNameAndIndexUsingGETForbidden creates a GetExecutionByNameAndIndexUsingGETForbidden with default headers values

func (*GetExecutionByNameAndIndexUsingGETForbidden) Error

type GetExecutionByNameAndIndexUsingGETInternalServerError

type GetExecutionByNameAndIndexUsingGETInternalServerError struct {
}
GetExecutionByNameAndIndexUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionByNameAndIndexUsingGETInternalServerError

func NewGetExecutionByNameAndIndexUsingGETInternalServerError() *GetExecutionByNameAndIndexUsingGETInternalServerError

NewGetExecutionByNameAndIndexUsingGETInternalServerError creates a GetExecutionByNameAndIndexUsingGETInternalServerError with default headers values

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) Error

type GetExecutionByNameAndIndexUsingGETNotFound

type GetExecutionByNameAndIndexUsingGETNotFound struct {
	Payload *models.Error
}
GetExecutionByNameAndIndexUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionByNameAndIndexUsingGETNotFound

func NewGetExecutionByNameAndIndexUsingGETNotFound() *GetExecutionByNameAndIndexUsingGETNotFound

NewGetExecutionByNameAndIndexUsingGETNotFound creates a GetExecutionByNameAndIndexUsingGETNotFound with default headers values

func (*GetExecutionByNameAndIndexUsingGETNotFound) Error

func (*GetExecutionByNameAndIndexUsingGETNotFound) GetPayload

type GetExecutionByNameAndIndexUsingGETOK

type GetExecutionByNameAndIndexUsingGETOK struct {
	Payload models.Execution
}
GetExecutionByNameAndIndexUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Execution

func NewGetExecutionByNameAndIndexUsingGETOK

func NewGetExecutionByNameAndIndexUsingGETOK() *GetExecutionByNameAndIndexUsingGETOK

NewGetExecutionByNameAndIndexUsingGETOK creates a GetExecutionByNameAndIndexUsingGETOK with default headers values

func (*GetExecutionByNameAndIndexUsingGETOK) Error

func (*GetExecutionByNameAndIndexUsingGETOK) GetPayload

type GetExecutionByNameAndIndexUsingGETParams

type GetExecutionByNameAndIndexUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Index.

	   The index of the Execution
	*/
	Index string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

GetExecutionByNameAndIndexUsingGETParams contains all the parameters to send to the API endpoint

for the get execution by name and index using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionByNameAndIndexUsingGETParams

func NewGetExecutionByNameAndIndexUsingGETParams() *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParams creates a new GetExecutionByNameAndIndexUsingGETParams 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 NewGetExecutionByNameAndIndexUsingGETParamsWithContext

func NewGetExecutionByNameAndIndexUsingGETParamsWithContext(ctx context.Context) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithContext creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient

func NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout

func NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionByNameAndIndexUsingGETParams) SetAPIVersion

func (o *GetExecutionByNameAndIndexUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetAuthorization

func (o *GetExecutionByNameAndIndexUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetContext

SetContext adds the context to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetDefaults

SetDefaults hydrates default values in the get execution by name and index using get params (not the query body).

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

func (*GetExecutionByNameAndIndexUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetIndex

SetIndex adds the index to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetName

SetName adds the name to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetProject

func (o *GetExecutionByNameAndIndexUsingGETParams) SetProject(project string)

SetProject adds the project to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithContext

WithContext adds the context to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get execution by name and index using get params (not the query body).

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

func (*GetExecutionByNameAndIndexUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithIndex

WithIndex adds the index to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithName

WithName adds the name to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithProject

WithProject adds the project to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionByNameAndIndexUsingGETReader

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

GetExecutionByNameAndIndexUsingGETReader is a Reader for the GetExecutionByNameAndIndexUsingGET structure.

func (*GetExecutionByNameAndIndexUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionByNameAndIndexUsingGETUnauthorized

type GetExecutionByNameAndIndexUsingGETUnauthorized struct {
}
GetExecutionByNameAndIndexUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionByNameAndIndexUsingGETUnauthorized

func NewGetExecutionByNameAndIndexUsingGETUnauthorized() *GetExecutionByNameAndIndexUsingGETUnauthorized

NewGetExecutionByNameAndIndexUsingGETUnauthorized creates a GetExecutionByNameAndIndexUsingGETUnauthorized with default headers values

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) Error

type GetExecutionsByIDUsingGETForbidden

type GetExecutionsByIDUsingGETForbidden struct {
}
GetExecutionsByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionsByIDUsingGETForbidden

func NewGetExecutionsByIDUsingGETForbidden() *GetExecutionsByIDUsingGETForbidden

NewGetExecutionsByIDUsingGETForbidden creates a GetExecutionsByIDUsingGETForbidden with default headers values

func (*GetExecutionsByIDUsingGETForbidden) Error

type GetExecutionsByIDUsingGETInternalServerError

type GetExecutionsByIDUsingGETInternalServerError struct {
}
GetExecutionsByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionsByIDUsingGETInternalServerError

func NewGetExecutionsByIDUsingGETInternalServerError() *GetExecutionsByIDUsingGETInternalServerError

NewGetExecutionsByIDUsingGETInternalServerError creates a GetExecutionsByIDUsingGETInternalServerError with default headers values

func (*GetExecutionsByIDUsingGETInternalServerError) Error

type GetExecutionsByIDUsingGETNotFound

type GetExecutionsByIDUsingGETNotFound struct {
	Payload *models.Error
}
GetExecutionsByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionsByIDUsingGETNotFound

func NewGetExecutionsByIDUsingGETNotFound() *GetExecutionsByIDUsingGETNotFound

NewGetExecutionsByIDUsingGETNotFound creates a GetExecutionsByIDUsingGETNotFound with default headers values

func (*GetExecutionsByIDUsingGETNotFound) Error

func (*GetExecutionsByIDUsingGETNotFound) GetPayload

type GetExecutionsByIDUsingGETOK

type GetExecutionsByIDUsingGETOK struct {
	Payload models.Executions
}
GetExecutionsByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with Executions on pages

func NewGetExecutionsByIDUsingGETOK

func NewGetExecutionsByIDUsingGETOK() *GetExecutionsByIDUsingGETOK

NewGetExecutionsByIDUsingGETOK creates a GetExecutionsByIDUsingGETOK with default headers values

func (*GetExecutionsByIDUsingGETOK) Error

func (*GetExecutionsByIDUsingGETOK) GetPayload

type GetExecutionsByIDUsingGETParams

type GetExecutionsByIDUsingGETParams struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Executions for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Executions for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetExecutionsByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get executions by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionsByIDUsingGETParams

func NewGetExecutionsByIDUsingGETParams() *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParams creates a new GetExecutionsByIDUsingGETParams 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 NewGetExecutionsByIDUsingGETParamsWithContext

func NewGetExecutionsByIDUsingGETParamsWithContext(ctx context.Context) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithContext creates a new GetExecutionsByIDUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionsByIDUsingGETParamsWithHTTPClient

func NewGetExecutionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithHTTPClient creates a new GetExecutionsByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionsByIDUsingGETParamsWithTimeout

func NewGetExecutionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithTimeout creates a new GetExecutionsByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionsByIDUsingGETParams) SetAPIVersion

func (o *GetExecutionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetAuthorization

func (o *GetExecutionsByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetContext

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

SetContext adds the context to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDefaults

func (o *GetExecutionsByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get executions by Id using get params (not the query body).

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

func (*GetExecutionsByIDUsingGETParams) SetDollarFilter

func (o *GetExecutionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarOrderby

func (o *GetExecutionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarSkip

func (o *GetExecutionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarTop

func (o *GetExecutionsByIDUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetID

SetID adds the id to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetPage

func (o *GetExecutionsByIDUsingGETParams) SetPage(page *string)

SetPage adds the page to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithAuthorization

func (o *GetExecutionsByIDUsingGETParams) WithAuthorization(authorization string) *GetExecutionsByIDUsingGETParams

WithAuthorization adds the authorization to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithContext

WithContext adds the context to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get executions by Id using get params (not the query body).

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

func (*GetExecutionsByIDUsingGETParams) WithDollarFilter

func (o *GetExecutionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetExecutionsByIDUsingGETParams

WithDollarFilter adds the dollarFilter to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarOrderby

func (o *GetExecutionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetExecutionsByIDUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithID

WithID adds the id to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithPage

WithPage adds the page to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionsByIDUsingGETReader

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

GetExecutionsByIDUsingGETReader is a Reader for the GetExecutionsByIDUsingGET structure.

func (*GetExecutionsByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionsByIDUsingGETUnauthorized

type GetExecutionsByIDUsingGETUnauthorized struct {
}
GetExecutionsByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionsByIDUsingGETUnauthorized

func NewGetExecutionsByIDUsingGETUnauthorized() *GetExecutionsByIDUsingGETUnauthorized

NewGetExecutionsByIDUsingGETUnauthorized creates a GetExecutionsByIDUsingGETUnauthorized with default headers values

func (*GetExecutionsByIDUsingGETUnauthorized) Error

type GetExecutionsByNameUsingGETForbidden

type GetExecutionsByNameUsingGETForbidden struct {
}
GetExecutionsByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionsByNameUsingGETForbidden

func NewGetExecutionsByNameUsingGETForbidden() *GetExecutionsByNameUsingGETForbidden

NewGetExecutionsByNameUsingGETForbidden creates a GetExecutionsByNameUsingGETForbidden with default headers values

func (*GetExecutionsByNameUsingGETForbidden) Error

type GetExecutionsByNameUsingGETInternalServerError

type GetExecutionsByNameUsingGETInternalServerError struct {
}
GetExecutionsByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionsByNameUsingGETInternalServerError

func NewGetExecutionsByNameUsingGETInternalServerError() *GetExecutionsByNameUsingGETInternalServerError

NewGetExecutionsByNameUsingGETInternalServerError creates a GetExecutionsByNameUsingGETInternalServerError with default headers values

func (*GetExecutionsByNameUsingGETInternalServerError) Error

type GetExecutionsByNameUsingGETNotFound

type GetExecutionsByNameUsingGETNotFound struct {
	Payload *models.Error
}
GetExecutionsByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionsByNameUsingGETNotFound

func NewGetExecutionsByNameUsingGETNotFound() *GetExecutionsByNameUsingGETNotFound

NewGetExecutionsByNameUsingGETNotFound creates a GetExecutionsByNameUsingGETNotFound with default headers values

func (*GetExecutionsByNameUsingGETNotFound) Error

func (*GetExecutionsByNameUsingGETNotFound) GetPayload

type GetExecutionsByNameUsingGETOK

type GetExecutionsByNameUsingGETOK struct {
	Payload models.Executions
}
GetExecutionsByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with Executions on pages

func NewGetExecutionsByNameUsingGETOK

func NewGetExecutionsByNameUsingGETOK() *GetExecutionsByNameUsingGETOK

NewGetExecutionsByNameUsingGETOK creates a GetExecutionsByNameUsingGETOK with default headers values

func (*GetExecutionsByNameUsingGETOK) Error

func (*GetExecutionsByNameUsingGETOK) GetPayload

type GetExecutionsByNameUsingGETParams

type GetExecutionsByNameUsingGETParams struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Executions for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Executions for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

GetExecutionsByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get executions by name using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionsByNameUsingGETParams

func NewGetExecutionsByNameUsingGETParams() *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParams creates a new GetExecutionsByNameUsingGETParams 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 NewGetExecutionsByNameUsingGETParamsWithContext

func NewGetExecutionsByNameUsingGETParamsWithContext(ctx context.Context) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithContext creates a new GetExecutionsByNameUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionsByNameUsingGETParamsWithHTTPClient

func NewGetExecutionsByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithHTTPClient creates a new GetExecutionsByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionsByNameUsingGETParamsWithTimeout

func NewGetExecutionsByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithTimeout creates a new GetExecutionsByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionsByNameUsingGETParams) SetAPIVersion

func (o *GetExecutionsByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetAuthorization

func (o *GetExecutionsByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetContext

SetContext adds the context to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDefaults

func (o *GetExecutionsByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get executions by name using get params (not the query body).

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

func (*GetExecutionsByNameUsingGETParams) SetDollarFilter

func (o *GetExecutionsByNameUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarOrderby

func (o *GetExecutionsByNameUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarSkip

func (o *GetExecutionsByNameUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarTop

func (o *GetExecutionsByNameUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetName

func (o *GetExecutionsByNameUsingGETParams) SetName(name string)

SetName adds the name to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetPage

func (o *GetExecutionsByNameUsingGETParams) SetPage(page *string)

SetPage adds the page to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetProject

func (o *GetExecutionsByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithAuthorization

func (o *GetExecutionsByNameUsingGETParams) WithAuthorization(authorization string) *GetExecutionsByNameUsingGETParams

WithAuthorization adds the authorization to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithContext

WithContext adds the context to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get executions by name using get params (not the query body).

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

func (*GetExecutionsByNameUsingGETParams) WithDollarFilter

WithDollarFilter adds the dollarFilter to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarOrderby

func (o *GetExecutionsByNameUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetExecutionsByNameUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithName

WithName adds the name to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithPage

WithPage adds the page to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithProject

WithProject adds the project to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionsByNameUsingGETReader

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

GetExecutionsByNameUsingGETReader is a Reader for the GetExecutionsByNameUsingGET structure.

func (*GetExecutionsByNameUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionsByNameUsingGETUnauthorized

type GetExecutionsByNameUsingGETUnauthorized struct {
}
GetExecutionsByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionsByNameUsingGETUnauthorized

func NewGetExecutionsByNameUsingGETUnauthorized() *GetExecutionsByNameUsingGETUnauthorized

NewGetExecutionsByNameUsingGETUnauthorized creates a GetExecutionsByNameUsingGETUnauthorized with default headers values

func (*GetExecutionsByNameUsingGETUnauthorized) Error

type GetPipelineTilesUsingGETForbidden

type GetPipelineTilesUsingGETForbidden struct {
}
GetPipelineTilesUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetPipelineTilesUsingGETForbidden

func NewGetPipelineTilesUsingGETForbidden() *GetPipelineTilesUsingGETForbidden

NewGetPipelineTilesUsingGETForbidden creates a GetPipelineTilesUsingGETForbidden with default headers values

func (*GetPipelineTilesUsingGETForbidden) Error

type GetPipelineTilesUsingGETInternalServerError

type GetPipelineTilesUsingGETInternalServerError struct {
}
GetPipelineTilesUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetPipelineTilesUsingGETInternalServerError

func NewGetPipelineTilesUsingGETInternalServerError() *GetPipelineTilesUsingGETInternalServerError

NewGetPipelineTilesUsingGETInternalServerError creates a GetPipelineTilesUsingGETInternalServerError with default headers values

func (*GetPipelineTilesUsingGETInternalServerError) Error

type GetPipelineTilesUsingGETNotFound

type GetPipelineTilesUsingGETNotFound struct {
	Payload *models.Error
}
GetPipelineTilesUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetPipelineTilesUsingGETNotFound

func NewGetPipelineTilesUsingGETNotFound() *GetPipelineTilesUsingGETNotFound

NewGetPipelineTilesUsingGETNotFound creates a GetPipelineTilesUsingGETNotFound with default headers values

func (*GetPipelineTilesUsingGETNotFound) Error

func (*GetPipelineTilesUsingGETNotFound) GetPayload

type GetPipelineTilesUsingGETOK

type GetPipelineTilesUsingGETOK struct {
	Payload models.Tiles
}
GetPipelineTilesUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline Tiles

func NewGetPipelineTilesUsingGETOK

func NewGetPipelineTilesUsingGETOK() *GetPipelineTilesUsingGETOK

NewGetPipelineTilesUsingGETOK creates a GetPipelineTilesUsingGETOK with default headers values

func (*GetPipelineTilesUsingGETOK) Error

func (*GetPipelineTilesUsingGETOK) GetPayload

func (o *GetPipelineTilesUsingGETOK) GetPayload() models.Tiles

type GetPipelineTilesUsingGETParams

type GetPipelineTilesUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

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

GetPipelineTilesUsingGETParams contains all the parameters to send to the API endpoint

for the get pipeline tiles using g e t operation.

Typically these are written to a http.Request.

func NewGetPipelineTilesUsingGETParams

func NewGetPipelineTilesUsingGETParams() *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParams creates a new GetPipelineTilesUsingGETParams 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 NewGetPipelineTilesUsingGETParamsWithContext

func NewGetPipelineTilesUsingGETParamsWithContext(ctx context.Context) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithContext creates a new GetPipelineTilesUsingGETParams object with the ability to set a context for a request.

func NewGetPipelineTilesUsingGETParamsWithHTTPClient

func NewGetPipelineTilesUsingGETParamsWithHTTPClient(client *http.Client) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithHTTPClient creates a new GetPipelineTilesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineTilesUsingGETParamsWithTimeout

func NewGetPipelineTilesUsingGETParamsWithTimeout(timeout time.Duration) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithTimeout creates a new GetPipelineTilesUsingGETParams object with the ability to set a timeout on a request.

func (*GetPipelineTilesUsingGETParams) SetAPIVersion

func (o *GetPipelineTilesUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetAuthorization

func (o *GetPipelineTilesUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetContext

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

SetContext adds the context to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetDefaults

func (o *GetPipelineTilesUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get pipeline tiles using get params (not the query body).

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

func (*GetPipelineTilesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithAuthorization

func (o *GetPipelineTilesUsingGETParams) WithAuthorization(authorization string) *GetPipelineTilesUsingGETParams

WithAuthorization adds the authorization to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithContext

WithContext adds the context to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get pipeline tiles using get params (not the query body).

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

func (*GetPipelineTilesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineTilesUsingGETReader

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

GetPipelineTilesUsingGETReader is a Reader for the GetPipelineTilesUsingGET structure.

func (*GetPipelineTilesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineTilesUsingGETUnauthorized

type GetPipelineTilesUsingGETUnauthorized struct {
}
GetPipelineTilesUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetPipelineTilesUsingGETUnauthorized

func NewGetPipelineTilesUsingGETUnauthorized() *GetPipelineTilesUsingGETUnauthorized

NewGetPipelineTilesUsingGETUnauthorized creates a GetPipelineTilesUsingGETUnauthorized with default headers values

func (*GetPipelineTilesUsingGETUnauthorized) Error

type GetUsingGET2Forbidden

type GetUsingGET2Forbidden struct {
}
GetUsingGET2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUsingGET2Forbidden

func NewGetUsingGET2Forbidden() *GetUsingGET2Forbidden

NewGetUsingGET2Forbidden creates a GetUsingGET2Forbidden with default headers values

func (*GetUsingGET2Forbidden) Error

func (o *GetUsingGET2Forbidden) Error() string

type GetUsingGET2InternalServerError

type GetUsingGET2InternalServerError struct {
}
GetUsingGET2InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetUsingGET2InternalServerError

func NewGetUsingGET2InternalServerError() *GetUsingGET2InternalServerError

NewGetUsingGET2InternalServerError creates a GetUsingGET2InternalServerError with default headers values

func (*GetUsingGET2InternalServerError) Error

type GetUsingGET2NotFound

type GetUsingGET2NotFound struct {
	Payload *models.Error
}
GetUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetUsingGET2NotFound

func NewGetUsingGET2NotFound() *GetUsingGET2NotFound

NewGetUsingGET2NotFound creates a GetUsingGET2NotFound with default headers values

func (*GetUsingGET2NotFound) Error

func (o *GetUsingGET2NotFound) Error() string

func (*GetUsingGET2NotFound) GetPayload

func (o *GetUsingGET2NotFound) GetPayload() *models.Error

type GetUsingGET2OK

type GetUsingGET2OK struct {
	Payload models.Pipeline
}
GetUsingGET2OK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline

func NewGetUsingGET2OK

func NewGetUsingGET2OK() *GetUsingGET2OK

NewGetUsingGET2OK creates a GetUsingGET2OK with default headers values

func (*GetUsingGET2OK) Error

func (o *GetUsingGET2OK) Error() string

func (*GetUsingGET2OK) GetPayload

func (o *GetUsingGET2OK) GetPayload() models.Pipeline

type GetUsingGET2Params

type GetUsingGET2Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

GetUsingGET2Params contains all the parameters to send to the API endpoint

for the get using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetUsingGET2Params

func NewGetUsingGET2Params() *GetUsingGET2Params

NewGetUsingGET2Params creates a new GetUsingGET2Params 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 NewGetUsingGET2ParamsWithContext

func NewGetUsingGET2ParamsWithContext(ctx context.Context) *GetUsingGET2Params

NewGetUsingGET2ParamsWithContext creates a new GetUsingGET2Params object with the ability to set a context for a request.

func NewGetUsingGET2ParamsWithHTTPClient

func NewGetUsingGET2ParamsWithHTTPClient(client *http.Client) *GetUsingGET2Params

NewGetUsingGET2ParamsWithHTTPClient creates a new GetUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetUsingGET2ParamsWithTimeout

func NewGetUsingGET2ParamsWithTimeout(timeout time.Duration) *GetUsingGET2Params

NewGetUsingGET2ParamsWithTimeout creates a new GetUsingGET2Params object with the ability to set a timeout on a request.

func (*GetUsingGET2Params) SetAPIVersion

func (o *GetUsingGET2Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get using g e t 2 params

func (*GetUsingGET2Params) SetAuthorization

func (o *GetUsingGET2Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get using g e t 2 params

func (*GetUsingGET2Params) SetContext

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

SetContext adds the context to the get using g e t 2 params

func (*GetUsingGET2Params) SetDefaults

func (o *GetUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get using g e t 2 params (not the query body).

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

func (*GetUsingGET2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get using g e t 2 params

func (*GetUsingGET2Params) SetID

func (o *GetUsingGET2Params) SetID(id string)

SetID adds the id to the get using g e t 2 params

func (*GetUsingGET2Params) SetTimeout

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

SetTimeout adds the timeout to the get using g e t 2 params

func (*GetUsingGET2Params) WithAPIVersion

func (o *GetUsingGET2Params) WithAPIVersion(aPIVersion string) *GetUsingGET2Params

WithAPIVersion adds the aPIVersion to the get using g e t 2 params

func (*GetUsingGET2Params) WithAuthorization

func (o *GetUsingGET2Params) WithAuthorization(authorization string) *GetUsingGET2Params

WithAuthorization adds the authorization to the get using g e t 2 params

func (*GetUsingGET2Params) WithContext

WithContext adds the context to the get using g e t 2 params

func (*GetUsingGET2Params) WithDefaults

func (o *GetUsingGET2Params) WithDefaults() *GetUsingGET2Params

WithDefaults hydrates default values in the get using g e t 2 params (not the query body).

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

func (*GetUsingGET2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get using g e t 2 params

func (*GetUsingGET2Params) WithID

WithID adds the id to the get using g e t 2 params

func (*GetUsingGET2Params) WithTimeout

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

WithTimeout adds the timeout to the get using g e t 2 params

func (*GetUsingGET2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsingGET2Reader

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

GetUsingGET2Reader is a Reader for the GetUsingGET2 structure.

func (*GetUsingGET2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsingGET2Unauthorized

type GetUsingGET2Unauthorized struct {
}
GetUsingGET2Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetUsingGET2Unauthorized

func NewGetUsingGET2Unauthorized() *GetUsingGET2Unauthorized

NewGetUsingGET2Unauthorized creates a GetUsingGET2Unauthorized with default headers values

func (*GetUsingGET2Unauthorized) Error

func (o *GetUsingGET2Unauthorized) Error() string

type GetUsingGET3Forbidden

type GetUsingGET3Forbidden struct {
}
GetUsingGET3Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUsingGET3Forbidden

func NewGetUsingGET3Forbidden() *GetUsingGET3Forbidden

NewGetUsingGET3Forbidden creates a GetUsingGET3Forbidden with default headers values

func (*GetUsingGET3Forbidden) Error

func (o *GetUsingGET3Forbidden) Error() string

type GetUsingGET3InternalServerError

type GetUsingGET3InternalServerError struct {
}
GetUsingGET3InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetUsingGET3InternalServerError

func NewGetUsingGET3InternalServerError() *GetUsingGET3InternalServerError

NewGetUsingGET3InternalServerError creates a GetUsingGET3InternalServerError with default headers values

func (*GetUsingGET3InternalServerError) Error

type GetUsingGET3NotFound

type GetUsingGET3NotFound struct {
	Payload *models.Error
}
GetUsingGET3NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetUsingGET3NotFound

func NewGetUsingGET3NotFound() *GetUsingGET3NotFound

NewGetUsingGET3NotFound creates a GetUsingGET3NotFound with default headers values

func (*GetUsingGET3NotFound) Error

func (o *GetUsingGET3NotFound) Error() string

func (*GetUsingGET3NotFound) GetPayload

func (o *GetUsingGET3NotFound) GetPayload() *models.Error

type GetUsingGET3OK

type GetUsingGET3OK struct {
	Payload models.Pipeline
}
GetUsingGET3OK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline

func NewGetUsingGET3OK

func NewGetUsingGET3OK() *GetUsingGET3OK

NewGetUsingGET3OK creates a GetUsingGET3OK with default headers values

func (*GetUsingGET3OK) Error

func (o *GetUsingGET3OK) Error() string

func (*GetUsingGET3OK) GetPayload

func (o *GetUsingGET3OK) GetPayload() models.Pipeline

type GetUsingGET3Params

type GetUsingGET3Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

GetUsingGET3Params contains all the parameters to send to the API endpoint

for the get using g e t 3 operation.

Typically these are written to a http.Request.

func NewGetUsingGET3Params

func NewGetUsingGET3Params() *GetUsingGET3Params

NewGetUsingGET3Params creates a new GetUsingGET3Params 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 NewGetUsingGET3ParamsWithContext

func NewGetUsingGET3ParamsWithContext(ctx context.Context) *GetUsingGET3Params

NewGetUsingGET3ParamsWithContext creates a new GetUsingGET3Params object with the ability to set a context for a request.

func NewGetUsingGET3ParamsWithHTTPClient

func NewGetUsingGET3ParamsWithHTTPClient(client *http.Client) *GetUsingGET3Params

NewGetUsingGET3ParamsWithHTTPClient creates a new GetUsingGET3Params object with the ability to set a custom HTTPClient for a request.

func NewGetUsingGET3ParamsWithTimeout

func NewGetUsingGET3ParamsWithTimeout(timeout time.Duration) *GetUsingGET3Params

NewGetUsingGET3ParamsWithTimeout creates a new GetUsingGET3Params object with the ability to set a timeout on a request.

func (*GetUsingGET3Params) SetAPIVersion

func (o *GetUsingGET3Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get using g e t 3 params

func (*GetUsingGET3Params) SetAuthorization

func (o *GetUsingGET3Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get using g e t 3 params

func (*GetUsingGET3Params) SetContext

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

SetContext adds the context to the get using g e t 3 params

func (*GetUsingGET3Params) SetDefaults

func (o *GetUsingGET3Params) SetDefaults()

SetDefaults hydrates default values in the get using g e t 3 params (not the query body).

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

func (*GetUsingGET3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get using g e t 3 params

func (*GetUsingGET3Params) SetName

func (o *GetUsingGET3Params) SetName(name string)

SetName adds the name to the get using g e t 3 params

func (*GetUsingGET3Params) SetProject

func (o *GetUsingGET3Params) SetProject(project string)

SetProject adds the project to the get using g e t 3 params

func (*GetUsingGET3Params) SetTimeout

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

SetTimeout adds the timeout to the get using g e t 3 params

func (*GetUsingGET3Params) WithAPIVersion

func (o *GetUsingGET3Params) WithAPIVersion(aPIVersion string) *GetUsingGET3Params

WithAPIVersion adds the aPIVersion to the get using g e t 3 params

func (*GetUsingGET3Params) WithAuthorization

func (o *GetUsingGET3Params) WithAuthorization(authorization string) *GetUsingGET3Params

WithAuthorization adds the authorization to the get using g e t 3 params

func (*GetUsingGET3Params) WithContext

WithContext adds the context to the get using g e t 3 params

func (*GetUsingGET3Params) WithDefaults

func (o *GetUsingGET3Params) WithDefaults() *GetUsingGET3Params

WithDefaults hydrates default values in the get using g e t 3 params (not the query body).

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

func (*GetUsingGET3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get using g e t 3 params

func (*GetUsingGET3Params) WithName

func (o *GetUsingGET3Params) WithName(name string) *GetUsingGET3Params

WithName adds the name to the get using g e t 3 params

func (*GetUsingGET3Params) WithProject

func (o *GetUsingGET3Params) WithProject(project string) *GetUsingGET3Params

WithProject adds the project to the get using g e t 3 params

func (*GetUsingGET3Params) WithTimeout

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

WithTimeout adds the timeout to the get using g e t 3 params

func (*GetUsingGET3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsingGET3Reader

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

GetUsingGET3Reader is a Reader for the GetUsingGET3 structure.

func (*GetUsingGET3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsingGET3Unauthorized

type GetUsingGET3Unauthorized struct {
}
GetUsingGET3Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetUsingGET3Unauthorized

func NewGetUsingGET3Unauthorized() *GetUsingGET3Unauthorized

NewGetUsingGET3Unauthorized creates a GetUsingGET3Unauthorized with default headers values

func (*GetUsingGET3Unauthorized) Error

func (o *GetUsingGET3Unauthorized) Error() string

type ImportYamlUsingPOSTForbidden

type ImportYamlUsingPOSTForbidden struct {
}
ImportYamlUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewImportYamlUsingPOSTForbidden

func NewImportYamlUsingPOSTForbidden() *ImportYamlUsingPOSTForbidden

NewImportYamlUsingPOSTForbidden creates a ImportYamlUsingPOSTForbidden with default headers values

func (*ImportYamlUsingPOSTForbidden) Error

type ImportYamlUsingPOSTInternalServerError

type ImportYamlUsingPOSTInternalServerError struct {
}
ImportYamlUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewImportYamlUsingPOSTInternalServerError

func NewImportYamlUsingPOSTInternalServerError() *ImportYamlUsingPOSTInternalServerError

NewImportYamlUsingPOSTInternalServerError creates a ImportYamlUsingPOSTInternalServerError with default headers values

func (*ImportYamlUsingPOSTInternalServerError) Error

type ImportYamlUsingPOSTNotFound

type ImportYamlUsingPOSTNotFound struct {
	Payload *models.Error
}
ImportYamlUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewImportYamlUsingPOSTNotFound

func NewImportYamlUsingPOSTNotFound() *ImportYamlUsingPOSTNotFound

NewImportYamlUsingPOSTNotFound creates a ImportYamlUsingPOSTNotFound with default headers values

func (*ImportYamlUsingPOSTNotFound) Error

func (*ImportYamlUsingPOSTNotFound) GetPayload

func (o *ImportYamlUsingPOSTNotFound) GetPayload() *models.Error

type ImportYamlUsingPOSTOK

type ImportYamlUsingPOSTOK struct {
	Payload string
}
ImportYamlUsingPOSTOK describes a response with status code 200, with default header values.

Data imported successfully

func NewImportYamlUsingPOSTOK

func NewImportYamlUsingPOSTOK() *ImportYamlUsingPOSTOK

NewImportYamlUsingPOSTOK creates a ImportYamlUsingPOSTOK with default headers values

func (*ImportYamlUsingPOSTOK) Error

func (o *ImportYamlUsingPOSTOK) Error() string

func (*ImportYamlUsingPOSTOK) GetPayload

func (o *ImportYamlUsingPOSTOK) GetPayload() string

type ImportYamlUsingPOSTParams

type ImportYamlUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline/Endpoint specification/body in YAML.
	*/
	Body string

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

ImportYamlUsingPOSTParams contains all the parameters to send to the API endpoint

for the import yaml using p o s t operation.

Typically these are written to a http.Request.

func NewImportYamlUsingPOSTParams

func NewImportYamlUsingPOSTParams() *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParams creates a new ImportYamlUsingPOSTParams 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 NewImportYamlUsingPOSTParamsWithContext

func NewImportYamlUsingPOSTParamsWithContext(ctx context.Context) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithContext creates a new ImportYamlUsingPOSTParams object with the ability to set a context for a request.

func NewImportYamlUsingPOSTParamsWithHTTPClient

func NewImportYamlUsingPOSTParamsWithHTTPClient(client *http.Client) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithHTTPClient creates a new ImportYamlUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewImportYamlUsingPOSTParamsWithTimeout

func NewImportYamlUsingPOSTParamsWithTimeout(timeout time.Duration) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithTimeout creates a new ImportYamlUsingPOSTParams object with the ability to set a timeout on a request.

func (*ImportYamlUsingPOSTParams) SetAPIVersion

func (o *ImportYamlUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetAuthorization

func (o *ImportYamlUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetBody

func (o *ImportYamlUsingPOSTParams) SetBody(body string)

SetBody adds the body to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetContext

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

SetContext adds the context to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetDefaults

func (o *ImportYamlUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the import yaml using p o s t params (not the query body).

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

func (*ImportYamlUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithAPIVersion

func (o *ImportYamlUsingPOSTParams) WithAPIVersion(aPIVersion string) *ImportYamlUsingPOSTParams

WithAPIVersion adds the aPIVersion to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithAuthorization

func (o *ImportYamlUsingPOSTParams) WithAuthorization(authorization string) *ImportYamlUsingPOSTParams

WithAuthorization adds the authorization to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithBody

WithBody adds the body to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithContext

WithContext adds the context to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the import yaml using p o s t params (not the query body).

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

func (*ImportYamlUsingPOSTParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportYamlUsingPOSTReader

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

ImportYamlUsingPOSTReader is a Reader for the ImportYamlUsingPOST structure.

func (*ImportYamlUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportYamlUsingPOSTUnauthorized

type ImportYamlUsingPOSTUnauthorized struct {
}
ImportYamlUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewImportYamlUsingPOSTUnauthorized

func NewImportYamlUsingPOSTUnauthorized() *ImportYamlUsingPOSTUnauthorized

NewImportYamlUsingPOSTUnauthorized creates a ImportYamlUsingPOSTUnauthorized with default headers values

func (*ImportYamlUsingPOSTUnauthorized) Error

type PatchUsingPATCH1Forbidden

type PatchUsingPATCH1Forbidden struct {
}
PatchUsingPATCH1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchUsingPATCH1Forbidden

func NewPatchUsingPATCH1Forbidden() *PatchUsingPATCH1Forbidden

NewPatchUsingPATCH1Forbidden creates a PatchUsingPATCH1Forbidden with default headers values

func (*PatchUsingPATCH1Forbidden) Error

func (o *PatchUsingPATCH1Forbidden) Error() string

type PatchUsingPATCH1InternalServerError

type PatchUsingPATCH1InternalServerError struct {
}
PatchUsingPATCH1InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchUsingPATCH1InternalServerError

func NewPatchUsingPATCH1InternalServerError() *PatchUsingPATCH1InternalServerError

NewPatchUsingPATCH1InternalServerError creates a PatchUsingPATCH1InternalServerError with default headers values

func (*PatchUsingPATCH1InternalServerError) Error

type PatchUsingPATCH1NotFound

type PatchUsingPATCH1NotFound struct {
	Payload *models.Error
}
PatchUsingPATCH1NotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchUsingPATCH1NotFound

func NewPatchUsingPATCH1NotFound() *PatchUsingPATCH1NotFound

NewPatchUsingPATCH1NotFound creates a PatchUsingPATCH1NotFound with default headers values

func (*PatchUsingPATCH1NotFound) Error

func (o *PatchUsingPATCH1NotFound) Error() string

func (*PatchUsingPATCH1NotFound) GetPayload

func (o *PatchUsingPATCH1NotFound) GetPayload() *models.Error

type PatchUsingPATCH1OK

type PatchUsingPATCH1OK struct {
	Payload models.Pipeline
}
PatchUsingPATCH1OK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchUsingPATCH1OK

func NewPatchUsingPATCH1OK() *PatchUsingPATCH1OK

NewPatchUsingPATCH1OK creates a PatchUsingPATCH1OK with default headers values

func (*PatchUsingPATCH1OK) Error

func (o *PatchUsingPATCH1OK) Error() string

func (*PatchUsingPATCH1OK) GetPayload

func (o *PatchUsingPATCH1OK) GetPayload() models.Pipeline

type PatchUsingPATCH1Params

type PatchUsingPATCH1Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

PatchUsingPATCH1Params contains all the parameters to send to the API endpoint

for the patch using p a t c h 1 operation.

Typically these are written to a http.Request.

func NewPatchUsingPATCH1Params

func NewPatchUsingPATCH1Params() *PatchUsingPATCH1Params

NewPatchUsingPATCH1Params creates a new PatchUsingPATCH1Params 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 NewPatchUsingPATCH1ParamsWithContext

func NewPatchUsingPATCH1ParamsWithContext(ctx context.Context) *PatchUsingPATCH1Params

NewPatchUsingPATCH1ParamsWithContext creates a new PatchUsingPATCH1Params object with the ability to set a context for a request.

func NewPatchUsingPATCH1ParamsWithHTTPClient

func NewPatchUsingPATCH1ParamsWithHTTPClient(client *http.Client) *PatchUsingPATCH1Params

NewPatchUsingPATCH1ParamsWithHTTPClient creates a new PatchUsingPATCH1Params object with the ability to set a custom HTTPClient for a request.

func NewPatchUsingPATCH1ParamsWithTimeout

func NewPatchUsingPATCH1ParamsWithTimeout(timeout time.Duration) *PatchUsingPATCH1Params

NewPatchUsingPATCH1ParamsWithTimeout creates a new PatchUsingPATCH1Params object with the ability to set a timeout on a request.

func (*PatchUsingPATCH1Params) SetAPIVersion

func (o *PatchUsingPATCH1Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetAuthorization

func (o *PatchUsingPATCH1Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetBody

SetBody adds the body to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetContext

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

SetContext adds the context to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetDefaults

func (o *PatchUsingPATCH1Params) SetDefaults()

SetDefaults hydrates default values in the patch using p a t c h 1 params (not the query body).

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

func (*PatchUsingPATCH1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetName

func (o *PatchUsingPATCH1Params) SetName(name string)

SetName adds the name to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetProject

func (o *PatchUsingPATCH1Params) SetProject(project string)

SetProject adds the project to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) SetTimeout

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

SetTimeout adds the timeout to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithAPIVersion

func (o *PatchUsingPATCH1Params) WithAPIVersion(aPIVersion string) *PatchUsingPATCH1Params

WithAPIVersion adds the aPIVersion to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithAuthorization

func (o *PatchUsingPATCH1Params) WithAuthorization(authorization string) *PatchUsingPATCH1Params

WithAuthorization adds the authorization to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithBody

WithBody adds the body to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithContext

WithContext adds the context to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithDefaults

WithDefaults hydrates default values in the patch using p a t c h 1 params (not the query body).

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

func (*PatchUsingPATCH1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithName

WithName adds the name to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithProject

func (o *PatchUsingPATCH1Params) WithProject(project string) *PatchUsingPATCH1Params

WithProject adds the project to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WithTimeout

WithTimeout adds the timeout to the patch using p a t c h 1 params

func (*PatchUsingPATCH1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUsingPATCH1Reader

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

PatchUsingPATCH1Reader is a Reader for the PatchUsingPATCH1 structure.

func (*PatchUsingPATCH1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchUsingPATCH1Unauthorized

type PatchUsingPATCH1Unauthorized struct {
}
PatchUsingPATCH1Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchUsingPATCH1Unauthorized

func NewPatchUsingPATCH1Unauthorized() *PatchUsingPATCH1Unauthorized

NewPatchUsingPATCH1Unauthorized creates a PatchUsingPATCH1Unauthorized with default headers values

func (*PatchUsingPATCH1Unauthorized) Error

type PatchUsingPATCHForbidden

type PatchUsingPATCHForbidden struct {
}
PatchUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchUsingPATCHForbidden

func NewPatchUsingPATCHForbidden() *PatchUsingPATCHForbidden

NewPatchUsingPATCHForbidden creates a PatchUsingPATCHForbidden with default headers values

func (*PatchUsingPATCHForbidden) Error

func (o *PatchUsingPATCHForbidden) Error() string

type PatchUsingPATCHInternalServerError

type PatchUsingPATCHInternalServerError struct {
}
PatchUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchUsingPATCHInternalServerError

func NewPatchUsingPATCHInternalServerError() *PatchUsingPATCHInternalServerError

NewPatchUsingPATCHInternalServerError creates a PatchUsingPATCHInternalServerError with default headers values

func (*PatchUsingPATCHInternalServerError) Error

type PatchUsingPATCHNotFound

type PatchUsingPATCHNotFound struct {
	Payload *models.Error
}
PatchUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchUsingPATCHNotFound

func NewPatchUsingPATCHNotFound() *PatchUsingPATCHNotFound

NewPatchUsingPATCHNotFound creates a PatchUsingPATCHNotFound with default headers values

func (*PatchUsingPATCHNotFound) Error

func (o *PatchUsingPATCHNotFound) Error() string

func (*PatchUsingPATCHNotFound) GetPayload

func (o *PatchUsingPATCHNotFound) GetPayload() *models.Error

type PatchUsingPATCHOK

type PatchUsingPATCHOK struct {
	Payload models.Pipeline
}
PatchUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchUsingPATCHOK

func NewPatchUsingPATCHOK() *PatchUsingPATCHOK

NewPatchUsingPATCHOK creates a PatchUsingPATCHOK with default headers values

func (*PatchUsingPATCHOK) Error

func (o *PatchUsingPATCHOK) Error() string

func (*PatchUsingPATCHOK) GetPayload

func (o *PatchUsingPATCHOK) GetPayload() models.Pipeline

type PatchUsingPATCHParams

type PatchUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

PatchUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchUsingPATCHParams

func NewPatchUsingPATCHParams() *PatchUsingPATCHParams

NewPatchUsingPATCHParams creates a new PatchUsingPATCHParams 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 NewPatchUsingPATCHParamsWithContext

func NewPatchUsingPATCHParamsWithContext(ctx context.Context) *PatchUsingPATCHParams

NewPatchUsingPATCHParamsWithContext creates a new PatchUsingPATCHParams object with the ability to set a context for a request.

func NewPatchUsingPATCHParamsWithHTTPClient

func NewPatchUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchUsingPATCHParams

NewPatchUsingPATCHParamsWithHTTPClient creates a new PatchUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUsingPATCHParamsWithTimeout

func NewPatchUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchUsingPATCHParams

NewPatchUsingPATCHParamsWithTimeout creates a new PatchUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchUsingPATCHParams) SetAPIVersion

func (o *PatchUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetAuthorization

func (o *PatchUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetBody

SetBody adds the body to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetContext

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

SetContext adds the context to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetDefaults

func (o *PatchUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch using p a t c h params (not the query body).

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

func (*PatchUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetID

func (o *PatchUsingPATCHParams) SetID(id string)

SetID adds the id to the patch using p a t c h params

func (*PatchUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithAPIVersion

func (o *PatchUsingPATCHParams) WithAPIVersion(aPIVersion string) *PatchUsingPATCHParams

WithAPIVersion adds the aPIVersion to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithAuthorization

func (o *PatchUsingPATCHParams) WithAuthorization(authorization string) *PatchUsingPATCHParams

WithAuthorization adds the authorization to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithBody

WithBody adds the body to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithContext

WithContext adds the context to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithDefaults

func (o *PatchUsingPATCHParams) WithDefaults() *PatchUsingPATCHParams

WithDefaults hydrates default values in the patch using p a t c h params (not the query body).

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

func (*PatchUsingPATCHParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithID

WithID adds the id to the patch using p a t c h params

func (*PatchUsingPATCHParams) WithTimeout

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

WithTimeout adds the timeout to the patch using p a t c h params

func (*PatchUsingPATCHParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchUsingPATCHReader

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

PatchUsingPATCHReader is a Reader for the PatchUsingPATCH structure.

func (*PatchUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchUsingPATCHUnauthorized

type PatchUsingPATCHUnauthorized struct {
}
PatchUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchUsingPATCHUnauthorized

func NewPatchUsingPATCHUnauthorized() *PatchUsingPATCHUnauthorized

NewPatchUsingPATCHUnauthorized creates a PatchUsingPATCHUnauthorized with default headers values

func (*PatchUsingPATCHUnauthorized) Error

type UpdateUsingPUT2Forbidden

type UpdateUsingPUT2Forbidden struct {
}
UpdateUsingPUT2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateUsingPUT2Forbidden

func NewUpdateUsingPUT2Forbidden() *UpdateUsingPUT2Forbidden

NewUpdateUsingPUT2Forbidden creates a UpdateUsingPUT2Forbidden with default headers values

func (*UpdateUsingPUT2Forbidden) Error

func (o *UpdateUsingPUT2Forbidden) Error() string

type UpdateUsingPUT2InternalServerError

type UpdateUsingPUT2InternalServerError struct {
}
UpdateUsingPUT2InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateUsingPUT2InternalServerError

func NewUpdateUsingPUT2InternalServerError() *UpdateUsingPUT2InternalServerError

NewUpdateUsingPUT2InternalServerError creates a UpdateUsingPUT2InternalServerError with default headers values

func (*UpdateUsingPUT2InternalServerError) Error

type UpdateUsingPUT2NotFound

type UpdateUsingPUT2NotFound struct {
	Payload *models.Error
}
UpdateUsingPUT2NotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateUsingPUT2NotFound

func NewUpdateUsingPUT2NotFound() *UpdateUsingPUT2NotFound

NewUpdateUsingPUT2NotFound creates a UpdateUsingPUT2NotFound with default headers values

func (*UpdateUsingPUT2NotFound) Error

func (o *UpdateUsingPUT2NotFound) Error() string

func (*UpdateUsingPUT2NotFound) GetPayload

func (o *UpdateUsingPUT2NotFound) GetPayload() *models.Error

type UpdateUsingPUT2OK

type UpdateUsingPUT2OK struct {
	Payload models.Pipeline
}
UpdateUsingPUT2OK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewUpdateUsingPUT2OK

func NewUpdateUsingPUT2OK() *UpdateUsingPUT2OK

NewUpdateUsingPUT2OK creates a UpdateUsingPUT2OK with default headers values

func (*UpdateUsingPUT2OK) Error

func (o *UpdateUsingPUT2OK) Error() string

func (*UpdateUsingPUT2OK) GetPayload

func (o *UpdateUsingPUT2OK) GetPayload() models.Pipeline

type UpdateUsingPUT2Params

type UpdateUsingPUT2Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

UpdateUsingPUT2Params contains all the parameters to send to the API endpoint

for the update using p u t 2 operation.

Typically these are written to a http.Request.

func NewUpdateUsingPUT2Params

func NewUpdateUsingPUT2Params() *UpdateUsingPUT2Params

NewUpdateUsingPUT2Params creates a new UpdateUsingPUT2Params 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 NewUpdateUsingPUT2ParamsWithContext

func NewUpdateUsingPUT2ParamsWithContext(ctx context.Context) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithContext creates a new UpdateUsingPUT2Params object with the ability to set a context for a request.

func NewUpdateUsingPUT2ParamsWithHTTPClient

func NewUpdateUsingPUT2ParamsWithHTTPClient(client *http.Client) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithHTTPClient creates a new UpdateUsingPUT2Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPUT2ParamsWithTimeout

func NewUpdateUsingPUT2ParamsWithTimeout(timeout time.Duration) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithTimeout creates a new UpdateUsingPUT2Params object with the ability to set a timeout on a request.

func (*UpdateUsingPUT2Params) SetAPIVersion

func (o *UpdateUsingPUT2Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetAuthorization

func (o *UpdateUsingPUT2Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetBody

func (o *UpdateUsingPUT2Params) SetBody(body models.PipelineSpec)

SetBody adds the body to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetContext

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

SetContext adds the context to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetDefaults

func (o *UpdateUsingPUT2Params) SetDefaults()

SetDefaults hydrates default values in the update using p u t 2 params (not the query body).

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

func (*UpdateUsingPUT2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetID

func (o *UpdateUsingPUT2Params) SetID(id string)

SetID adds the id to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetTimeout

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

SetTimeout adds the timeout to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithAPIVersion

func (o *UpdateUsingPUT2Params) WithAPIVersion(aPIVersion string) *UpdateUsingPUT2Params

WithAPIVersion adds the aPIVersion to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithAuthorization

func (o *UpdateUsingPUT2Params) WithAuthorization(authorization string) *UpdateUsingPUT2Params

WithAuthorization adds the authorization to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithBody

WithBody adds the body to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithContext

WithContext adds the context to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithDefaults

func (o *UpdateUsingPUT2Params) WithDefaults() *UpdateUsingPUT2Params

WithDefaults hydrates default values in the update using p u t 2 params (not the query body).

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

func (*UpdateUsingPUT2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithID

WithID adds the id to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithTimeout

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

WithTimeout adds the timeout to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUsingPUT2Reader

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

UpdateUsingPUT2Reader is a Reader for the UpdateUsingPUT2 structure.

func (*UpdateUsingPUT2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPUT2Unauthorized

type UpdateUsingPUT2Unauthorized struct {
}
UpdateUsingPUT2Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateUsingPUT2Unauthorized

func NewUpdateUsingPUT2Unauthorized() *UpdateUsingPUT2Unauthorized

NewUpdateUsingPUT2Unauthorized creates a UpdateUsingPUT2Unauthorized with default headers values

func (*UpdateUsingPUT2Unauthorized) Error

type UpdateUsingPUT3Forbidden

type UpdateUsingPUT3Forbidden struct {
}
UpdateUsingPUT3Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateUsingPUT3Forbidden

func NewUpdateUsingPUT3Forbidden() *UpdateUsingPUT3Forbidden

NewUpdateUsingPUT3Forbidden creates a UpdateUsingPUT3Forbidden with default headers values

func (*UpdateUsingPUT3Forbidden) Error

func (o *UpdateUsingPUT3Forbidden) Error() string

type UpdateUsingPUT3InternalServerError

type UpdateUsingPUT3InternalServerError struct {
}
UpdateUsingPUT3InternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateUsingPUT3InternalServerError

func NewUpdateUsingPUT3InternalServerError() *UpdateUsingPUT3InternalServerError

NewUpdateUsingPUT3InternalServerError creates a UpdateUsingPUT3InternalServerError with default headers values

func (*UpdateUsingPUT3InternalServerError) Error

type UpdateUsingPUT3NotFound

type UpdateUsingPUT3NotFound struct {
	Payload *models.Error
}
UpdateUsingPUT3NotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateUsingPUT3NotFound

func NewUpdateUsingPUT3NotFound() *UpdateUsingPUT3NotFound

NewUpdateUsingPUT3NotFound creates a UpdateUsingPUT3NotFound with default headers values

func (*UpdateUsingPUT3NotFound) Error

func (o *UpdateUsingPUT3NotFound) Error() string

func (*UpdateUsingPUT3NotFound) GetPayload

func (o *UpdateUsingPUT3NotFound) GetPayload() *models.Error

type UpdateUsingPUT3OK

type UpdateUsingPUT3OK struct {
	Payload models.Pipeline
}
UpdateUsingPUT3OK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewUpdateUsingPUT3OK

func NewUpdateUsingPUT3OK() *UpdateUsingPUT3OK

NewUpdateUsingPUT3OK creates a UpdateUsingPUT3OK with default headers values

func (*UpdateUsingPUT3OK) Error

func (o *UpdateUsingPUT3OK) Error() string

func (*UpdateUsingPUT3OK) GetPayload

func (o *UpdateUsingPUT3OK) GetPayload() models.Pipeline

type UpdateUsingPUT3Params

type UpdateUsingPUT3Params struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

UpdateUsingPUT3Params contains all the parameters to send to the API endpoint

for the update using p u t 3 operation.

Typically these are written to a http.Request.

func NewUpdateUsingPUT3Params

func NewUpdateUsingPUT3Params() *UpdateUsingPUT3Params

NewUpdateUsingPUT3Params creates a new UpdateUsingPUT3Params 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 NewUpdateUsingPUT3ParamsWithContext

func NewUpdateUsingPUT3ParamsWithContext(ctx context.Context) *UpdateUsingPUT3Params

NewUpdateUsingPUT3ParamsWithContext creates a new UpdateUsingPUT3Params object with the ability to set a context for a request.

func NewUpdateUsingPUT3ParamsWithHTTPClient

func NewUpdateUsingPUT3ParamsWithHTTPClient(client *http.Client) *UpdateUsingPUT3Params

NewUpdateUsingPUT3ParamsWithHTTPClient creates a new UpdateUsingPUT3Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPUT3ParamsWithTimeout

func NewUpdateUsingPUT3ParamsWithTimeout(timeout time.Duration) *UpdateUsingPUT3Params

NewUpdateUsingPUT3ParamsWithTimeout creates a new UpdateUsingPUT3Params object with the ability to set a timeout on a request.

func (*UpdateUsingPUT3Params) SetAPIVersion

func (o *UpdateUsingPUT3Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetAuthorization

func (o *UpdateUsingPUT3Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetBody

func (o *UpdateUsingPUT3Params) SetBody(body models.PipelineSpec)

SetBody adds the body to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetContext

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

SetContext adds the context to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetDefaults

func (o *UpdateUsingPUT3Params) SetDefaults()

SetDefaults hydrates default values in the update using p u t 3 params (not the query body).

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

func (*UpdateUsingPUT3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetName

func (o *UpdateUsingPUT3Params) SetName(name string)

SetName adds the name to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetProject

func (o *UpdateUsingPUT3Params) SetProject(project string)

SetProject adds the project to the update using p u t 3 params

func (*UpdateUsingPUT3Params) SetTimeout

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

SetTimeout adds the timeout to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithAPIVersion

func (o *UpdateUsingPUT3Params) WithAPIVersion(aPIVersion string) *UpdateUsingPUT3Params

WithAPIVersion adds the aPIVersion to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithAuthorization

func (o *UpdateUsingPUT3Params) WithAuthorization(authorization string) *UpdateUsingPUT3Params

WithAuthorization adds the authorization to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithBody

WithBody adds the body to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithContext

WithContext adds the context to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithDefaults

func (o *UpdateUsingPUT3Params) WithDefaults() *UpdateUsingPUT3Params

WithDefaults hydrates default values in the update using p u t 3 params (not the query body).

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

func (*UpdateUsingPUT3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithName

WithName adds the name to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithProject

func (o *UpdateUsingPUT3Params) WithProject(project string) *UpdateUsingPUT3Params

WithProject adds the project to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WithTimeout

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

WithTimeout adds the timeout to the update using p u t 3 params

func (*UpdateUsingPUT3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUsingPUT3Reader

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

UpdateUsingPUT3Reader is a Reader for the UpdateUsingPUT3 structure.

func (*UpdateUsingPUT3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPUT3Unauthorized

type UpdateUsingPUT3Unauthorized struct {
}
UpdateUsingPUT3Unauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdateUsingPUT3Unauthorized

func NewUpdateUsingPUT3Unauthorized() *UpdateUsingPUT3Unauthorized

NewUpdateUsingPUT3Unauthorized creates a UpdateUsingPUT3Unauthorized with default headers values

func (*UpdateUsingPUT3Unauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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