endpoints

package
v0.2.22 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 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 Client

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

Client for endpoints API

func (*Client) CreateUsingPOST2

func (a *Client) CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)

CreateUsingPOST2 creates an endpoint

Create an Endpoint based on the given project

func (*Client) DeleteUsingDELETE1

func (a *Client) DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)

DeleteUsingDELETE1 deletes an endpoint by id

Delete an Endpoint with the given id

func (*Client) DeleteUsingDELETE2

func (a *Client) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)

DeleteUsingDELETE2 deletes an endpoint by project and name

Delete an Endpoint with the given name

func (*Client) GetAllUsingGET2

func (a *Client) GetAllUsingGET2(params *GetAllUsingGET2Params, opts ...ClientOption) (*GetAllUsingGET2OK, error)

GetAllUsingGET2 gets all endpoints

Get all Endpoints with specified paging and filter parameters

func (*Client) GetByIDUsingGET

func (a *Client) GetByIDUsingGET(params *GetByIDUsingGETParams, opts ...ClientOption) (*GetByIDUsingGETOK, error)

GetByIDUsingGET gets an endpoint

Get an Endpoint with the given id

func (*Client) GetByNameUsingGET

func (a *Client) GetByNameUsingGET(params *GetByNameUsingGETParams, opts ...ClientOption) (*GetByNameUsingGETOK, error)

GetByNameUsingGET gets an endpoint by project and name

Get an Endpoint with the given project and name

func (*Client) GetEndpointPropertiesUsingGET

func (a *Client) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error)

GetEndpointPropertiesUsingGET gets endpoint properties

Get endpoint properties with the given endpoint type

func (*Client) GetEndpointTilesUsingGET

func (a *Client) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error)

GetEndpointTilesUsingGET gets all endpoint tiles

Get all supported endpoint tiles

func (*Client) GetUsingGETMixin3

func (a *Client) GetUsingGETMixin3(params *GetUsingGETMixin3Params, opts ...ClientOption) (*GetUsingGETMixin3OK, error)

GetUsingGETMixin3 gets endpoint certificate

Get endpoint certificate chain for validation

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateByIDUsingPUT1

func (a *Client) UpdateByIDUsingPUT1(params *UpdateByIDUsingPUT1Params, opts ...ClientOption) (*UpdateByIDUsingPUT1OK, error)

UpdateByIDUsingPUT1 updates an endpoint by id

Update an Endpoint with the given id

func (*Client) UpdateByNameUsingPUT1

func (a *Client) UpdateByNameUsingPUT1(params *UpdateByNameUsingPUT1Params, opts ...ClientOption) (*UpdateByNameUsingPUT1OK, error)

UpdateByNameUsingPUT1 updates an endpoint by project and name

Update an Endpoint with the given project and name

func (*Client) ValidateEndpointUsingPOST

func (a *Client) ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, error)

ValidateEndpointUsingPOST validates endpoint

Validates the given endpoint

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)

	DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)

	DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)

	GetAllUsingGET2(params *GetAllUsingGET2Params, opts ...ClientOption) (*GetAllUsingGET2OK, error)

	GetByIDUsingGET(params *GetByIDUsingGETParams, opts ...ClientOption) (*GetByIDUsingGETOK, error)

	GetByNameUsingGET(params *GetByNameUsingGETParams, opts ...ClientOption) (*GetByNameUsingGETOK, error)

	GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error)

	GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error)

	GetUsingGETMixin3(params *GetUsingGETMixin3Params, opts ...ClientOption) (*GetUsingGETMixin3OK, error)

	UpdateByIDUsingPUT1(params *UpdateByIDUsingPUT1Params, opts ...ClientOption) (*UpdateByIDUsingPUT1OK, error)

	UpdateByNameUsingPUT1(params *UpdateByNameUsingPUT1Params, opts ...ClientOption) (*UpdateByNameUsingPUT1OK, error)

	ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, 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 endpoints API client.

type CreateUsingPOST2Forbidden

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

Forbidden

func NewCreateUsingPOST2Forbidden

func NewCreateUsingPOST2Forbidden() *CreateUsingPOST2Forbidden

NewCreateUsingPOST2Forbidden creates a CreateUsingPOST2Forbidden with default headers values

func (*CreateUsingPOST2Forbidden) Error

func (o *CreateUsingPOST2Forbidden) Error() string

type CreateUsingPOST2InternalServerError

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

Server Error

func NewCreateUsingPOST2InternalServerError

func NewCreateUsingPOST2InternalServerError() *CreateUsingPOST2InternalServerError

NewCreateUsingPOST2InternalServerError creates a CreateUsingPOST2InternalServerError with default headers values

func (*CreateUsingPOST2InternalServerError) Error

type CreateUsingPOST2NotFound

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

Not Found

func NewCreateUsingPOST2NotFound

func NewCreateUsingPOST2NotFound() *CreateUsingPOST2NotFound

NewCreateUsingPOST2NotFound creates a CreateUsingPOST2NotFound with default headers values

func (*CreateUsingPOST2NotFound) Error

func (o *CreateUsingPOST2NotFound) Error() string

func (*CreateUsingPOST2NotFound) GetPayload

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

type CreateUsingPOST2OK

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

'Success' with the created Endpoint

func NewCreateUsingPOST2OK

func NewCreateUsingPOST2OK() *CreateUsingPOST2OK

NewCreateUsingPOST2OK creates a CreateUsingPOST2OK with default headers values

func (*CreateUsingPOST2OK) Error

func (o *CreateUsingPOST2OK) Error() string

func (*CreateUsingPOST2OK) GetPayload

func (o *CreateUsingPOST2OK) GetPayload() models.Endpoint

type CreateUsingPOST2Params

type CreateUsingPOST2Params 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.

	   Endpoint specification
	*/
	Body models.EndpointSpec

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

CreateUsingPOST2Params contains all the parameters to send to the API endpoint

for the create using p o s t 2 operation.

Typically these are written to a http.Request.

func NewCreateUsingPOST2Params

func NewCreateUsingPOST2Params() *CreateUsingPOST2Params

NewCreateUsingPOST2Params creates a new CreateUsingPOST2Params 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 NewCreateUsingPOST2ParamsWithContext

func NewCreateUsingPOST2ParamsWithContext(ctx context.Context) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithContext creates a new CreateUsingPOST2Params object with the ability to set a context for a request.

func NewCreateUsingPOST2ParamsWithHTTPClient

func NewCreateUsingPOST2ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithHTTPClient creates a new CreateUsingPOST2Params object with the ability to set a custom HTTPClient for a request.

func NewCreateUsingPOST2ParamsWithTimeout

func NewCreateUsingPOST2ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithTimeout creates a new CreateUsingPOST2Params object with the ability to set a timeout on a request.

func (*CreateUsingPOST2Params) SetAPIVersion

func (o *CreateUsingPOST2Params) SetAPIVersion(aPIVersion string)

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

func (*CreateUsingPOST2Params) SetAuthorization

func (o *CreateUsingPOST2Params) SetAuthorization(authorization string)

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

func (*CreateUsingPOST2Params) SetBody

func (o *CreateUsingPOST2Params) SetBody(body models.EndpointSpec)

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

func (*CreateUsingPOST2Params) SetContext

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

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

func (*CreateUsingPOST2Params) SetDefaults

func (o *CreateUsingPOST2Params) SetDefaults()

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

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

func (*CreateUsingPOST2Params) SetHTTPClient

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

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

func (*CreateUsingPOST2Params) SetTimeout

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

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

func (*CreateUsingPOST2Params) WithAPIVersion

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

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

func (*CreateUsingPOST2Params) WithAuthorization

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

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

func (*CreateUsingPOST2Params) WithBody

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

func (*CreateUsingPOST2Params) WithContext

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

func (*CreateUsingPOST2Params) WithDefaults

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

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

func (*CreateUsingPOST2Params) WithHTTPClient

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

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

func (*CreateUsingPOST2Params) WithTimeout

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

func (*CreateUsingPOST2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUsingPOST2Reader

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

CreateUsingPOST2Reader is a Reader for the CreateUsingPOST2 structure.

func (*CreateUsingPOST2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUsingPOST2Unauthorized

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

Unauthorized Request

func NewCreateUsingPOST2Unauthorized

func NewCreateUsingPOST2Unauthorized() *CreateUsingPOST2Unauthorized

NewCreateUsingPOST2Unauthorized creates a CreateUsingPOST2Unauthorized with default headers values

func (*CreateUsingPOST2Unauthorized) Error

type DeleteUsingDELETE1Forbidden

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

Forbidden

func NewDeleteUsingDELETE1Forbidden

func NewDeleteUsingDELETE1Forbidden() *DeleteUsingDELETE1Forbidden

NewDeleteUsingDELETE1Forbidden creates a DeleteUsingDELETE1Forbidden with default headers values

func (*DeleteUsingDELETE1Forbidden) Error

type DeleteUsingDELETE1InternalServerError

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

Server Error

func NewDeleteUsingDELETE1InternalServerError

func NewDeleteUsingDELETE1InternalServerError() *DeleteUsingDELETE1InternalServerError

NewDeleteUsingDELETE1InternalServerError creates a DeleteUsingDELETE1InternalServerError with default headers values

func (*DeleteUsingDELETE1InternalServerError) Error

type DeleteUsingDELETE1NotFound

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

Not Found

func NewDeleteUsingDELETE1NotFound

func NewDeleteUsingDELETE1NotFound() *DeleteUsingDELETE1NotFound

NewDeleteUsingDELETE1NotFound creates a DeleteUsingDELETE1NotFound with default headers values

func (*DeleteUsingDELETE1NotFound) Error

func (*DeleteUsingDELETE1NotFound) GetPayload

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

type DeleteUsingDELETE1OK

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

'Success' with the deleted Endpoint

func NewDeleteUsingDELETE1OK

func NewDeleteUsingDELETE1OK() *DeleteUsingDELETE1OK

NewDeleteUsingDELETE1OK creates a DeleteUsingDELETE1OK with default headers values

func (*DeleteUsingDELETE1OK) Error

func (o *DeleteUsingDELETE1OK) Error() string

func (*DeleteUsingDELETE1OK) GetPayload

func (o *DeleteUsingDELETE1OK) GetPayload() models.Endpoint

type DeleteUsingDELETE1Params

type DeleteUsingDELETE1Params 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 Endpoint
	*/
	ID string

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

DeleteUsingDELETE1Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteUsingDELETE1Params

func NewDeleteUsingDELETE1Params() *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1Params creates a new DeleteUsingDELETE1Params 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 NewDeleteUsingDELETE1ParamsWithContext

func NewDeleteUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithContext creates a new DeleteUsingDELETE1Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE1ParamsWithHTTPClient

func NewDeleteUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithHTTPClient creates a new DeleteUsingDELETE1Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE1ParamsWithTimeout

func NewDeleteUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithTimeout creates a new DeleteUsingDELETE1Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE1Params) SetAPIVersion

func (o *DeleteUsingDELETE1Params) SetAPIVersion(aPIVersion string)

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

func (*DeleteUsingDELETE1Params) SetAuthorization

func (o *DeleteUsingDELETE1Params) SetAuthorization(authorization string)

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

func (*DeleteUsingDELETE1Params) SetContext

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

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

func (*DeleteUsingDELETE1Params) SetDefaults

func (o *DeleteUsingDELETE1Params) SetDefaults()

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

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

func (*DeleteUsingDELETE1Params) SetHTTPClient

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

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

func (*DeleteUsingDELETE1Params) SetID

func (o *DeleteUsingDELETE1Params) SetID(id string)

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

func (*DeleteUsingDELETE1Params) SetTimeout

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

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

func (*DeleteUsingDELETE1Params) WithAPIVersion

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

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

func (*DeleteUsingDELETE1Params) WithAuthorization

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

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

func (*DeleteUsingDELETE1Params) WithContext

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

func (*DeleteUsingDELETE1Params) WithDefaults

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

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

func (*DeleteUsingDELETE1Params) WithHTTPClient

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

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

func (*DeleteUsingDELETE1Params) WithID

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

func (*DeleteUsingDELETE1Params) WithTimeout

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

func (*DeleteUsingDELETE1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE1Reader

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

DeleteUsingDELETE1Reader is a Reader for the DeleteUsingDELETE1 structure.

func (*DeleteUsingDELETE1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE1Unauthorized

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

Unauthorized Request

func NewDeleteUsingDELETE1Unauthorized

func NewDeleteUsingDELETE1Unauthorized() *DeleteUsingDELETE1Unauthorized

NewDeleteUsingDELETE1Unauthorized creates a DeleteUsingDELETE1Unauthorized with default headers values

func (*DeleteUsingDELETE1Unauthorized) Error

type DeleteUsingDELETE2Forbidden

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

Forbidden

func NewDeleteUsingDELETE2Forbidden

func NewDeleteUsingDELETE2Forbidden() *DeleteUsingDELETE2Forbidden

NewDeleteUsingDELETE2Forbidden creates a DeleteUsingDELETE2Forbidden with default headers values

func (*DeleteUsingDELETE2Forbidden) Error

type DeleteUsingDELETE2InternalServerError

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

Server Error

func NewDeleteUsingDELETE2InternalServerError

func NewDeleteUsingDELETE2InternalServerError() *DeleteUsingDELETE2InternalServerError

NewDeleteUsingDELETE2InternalServerError creates a DeleteUsingDELETE2InternalServerError with default headers values

func (*DeleteUsingDELETE2InternalServerError) Error

type DeleteUsingDELETE2NotFound

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

Not Found

func NewDeleteUsingDELETE2NotFound

func NewDeleteUsingDELETE2NotFound() *DeleteUsingDELETE2NotFound

NewDeleteUsingDELETE2NotFound creates a DeleteUsingDELETE2NotFound with default headers values

func (*DeleteUsingDELETE2NotFound) Error

func (*DeleteUsingDELETE2NotFound) GetPayload

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

type DeleteUsingDELETE2OK

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

'Success' with the deleted Endpoint

func NewDeleteUsingDELETE2OK

func NewDeleteUsingDELETE2OK() *DeleteUsingDELETE2OK

NewDeleteUsingDELETE2OK creates a DeleteUsingDELETE2OK with default headers values

func (*DeleteUsingDELETE2OK) Error

func (o *DeleteUsingDELETE2OK) Error() string

func (*DeleteUsingDELETE2OK) GetPayload

func (o *DeleteUsingDELETE2OK) GetPayload() models.Endpoint

type DeleteUsingDELETE2Params

type DeleteUsingDELETE2Params 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 Endpoint
	*/
	Name string

	/* Project.

	   The project the Endpoint belongs to
	*/
	Project string

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

DeleteUsingDELETE2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteUsingDELETE2Params

func NewDeleteUsingDELETE2Params() *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2Params creates a new DeleteUsingDELETE2Params 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 NewDeleteUsingDELETE2ParamsWithContext

func NewDeleteUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithContext creates a new DeleteUsingDELETE2Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE2ParamsWithHTTPClient

func NewDeleteUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithHTTPClient creates a new DeleteUsingDELETE2Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE2ParamsWithTimeout

func NewDeleteUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithTimeout creates a new DeleteUsingDELETE2Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE2Params) SetAPIVersion

func (o *DeleteUsingDELETE2Params) SetAPIVersion(aPIVersion string)

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

func (*DeleteUsingDELETE2Params) SetAuthorization

func (o *DeleteUsingDELETE2Params) SetAuthorization(authorization string)

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

func (*DeleteUsingDELETE2Params) SetContext

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

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

func (*DeleteUsingDELETE2Params) SetDefaults

func (o *DeleteUsingDELETE2Params) SetDefaults()

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

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

func (*DeleteUsingDELETE2Params) SetHTTPClient

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

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

func (*DeleteUsingDELETE2Params) SetName

func (o *DeleteUsingDELETE2Params) SetName(name string)

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

func (*DeleteUsingDELETE2Params) SetProject

func (o *DeleteUsingDELETE2Params) SetProject(project string)

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

func (*DeleteUsingDELETE2Params) SetTimeout

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

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

func (*DeleteUsingDELETE2Params) WithAPIVersion

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

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

func (*DeleteUsingDELETE2Params) WithAuthorization

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

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

func (*DeleteUsingDELETE2Params) WithContext

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

func (*DeleteUsingDELETE2Params) WithDefaults

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

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

func (*DeleteUsingDELETE2Params) WithHTTPClient

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

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

func (*DeleteUsingDELETE2Params) WithName

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

func (*DeleteUsingDELETE2Params) WithProject

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

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

func (*DeleteUsingDELETE2Params) WithTimeout

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

func (*DeleteUsingDELETE2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE2Reader

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

DeleteUsingDELETE2Reader is a Reader for the DeleteUsingDELETE2 structure.

func (*DeleteUsingDELETE2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE2Unauthorized

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

Unauthorized Request

func NewDeleteUsingDELETE2Unauthorized

func NewDeleteUsingDELETE2Unauthorized() *DeleteUsingDELETE2Unauthorized

NewDeleteUsingDELETE2Unauthorized creates a DeleteUsingDELETE2Unauthorized with default headers values

func (*DeleteUsingDELETE2Unauthorized) Error

type GetAllUsingGET2Forbidden

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

Forbidden

func NewGetAllUsingGET2Forbidden

func NewGetAllUsingGET2Forbidden() *GetAllUsingGET2Forbidden

NewGetAllUsingGET2Forbidden creates a GetAllUsingGET2Forbidden with default headers values

func (*GetAllUsingGET2Forbidden) Error

func (o *GetAllUsingGET2Forbidden) Error() string

type GetAllUsingGET2InternalServerError

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

Server Error

func NewGetAllUsingGET2InternalServerError

func NewGetAllUsingGET2InternalServerError() *GetAllUsingGET2InternalServerError

NewGetAllUsingGET2InternalServerError creates a GetAllUsingGET2InternalServerError with default headers values

func (*GetAllUsingGET2InternalServerError) Error

type GetAllUsingGET2NotFound

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

Not Found

func NewGetAllUsingGET2NotFound

func NewGetAllUsingGET2NotFound() *GetAllUsingGET2NotFound

NewGetAllUsingGET2NotFound creates a GetAllUsingGET2NotFound with default headers values

func (*GetAllUsingGET2NotFound) Error

func (o *GetAllUsingGET2NotFound) Error() string

func (*GetAllUsingGET2NotFound) GetPayload

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

type GetAllUsingGET2OK

type GetAllUsingGET2OK struct {
	Payload *models.Endpoints
}
GetAllUsingGET2OK describes a response with status code 200, with default header values.

'Success' with the requested Endpoints

func NewGetAllUsingGET2OK

func NewGetAllUsingGET2OK() *GetAllUsingGET2OK

NewGetAllUsingGET2OK creates a GetAllUsingGET2OK with default headers values

func (*GetAllUsingGET2OK) Error

func (o *GetAllUsingGET2OK) Error() string

func (*GetAllUsingGET2OK) GetPayload

func (o *GetAllUsingGET2OK) GetPayload() *models.Endpoints

type GetAllUsingGET2Params

type GetAllUsingGET2Params struct {

	/* DollarFilter.

	   To list Endpoints with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Endpoints for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Endpoints 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
}

GetAllUsingGET2Params contains all the parameters to send to the API endpoint

for the get all using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetAllUsingGET2Params

func NewGetAllUsingGET2Params() *GetAllUsingGET2Params

NewGetAllUsingGET2Params creates a new GetAllUsingGET2Params 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 NewGetAllUsingGET2ParamsWithContext

func NewGetAllUsingGET2ParamsWithContext(ctx context.Context) *GetAllUsingGET2Params

NewGetAllUsingGET2ParamsWithContext creates a new GetAllUsingGET2Params object with the ability to set a context for a request.

func NewGetAllUsingGET2ParamsWithHTTPClient

func NewGetAllUsingGET2ParamsWithHTTPClient(client *http.Client) *GetAllUsingGET2Params

NewGetAllUsingGET2ParamsWithHTTPClient creates a new GetAllUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetAllUsingGET2ParamsWithTimeout

func NewGetAllUsingGET2ParamsWithTimeout(timeout time.Duration) *GetAllUsingGET2Params

NewGetAllUsingGET2ParamsWithTimeout creates a new GetAllUsingGET2Params object with the ability to set a timeout on a request.

func (*GetAllUsingGET2Params) SetAPIVersion

func (o *GetAllUsingGET2Params) SetAPIVersion(aPIVersion string)

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

func (*GetAllUsingGET2Params) SetAuthorization

func (o *GetAllUsingGET2Params) SetAuthorization(authorization string)

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

func (*GetAllUsingGET2Params) SetContext

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

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

func (*GetAllUsingGET2Params) SetDefaults

func (o *GetAllUsingGET2Params) SetDefaults()

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

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

func (*GetAllUsingGET2Params) SetDollarFilter

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

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

func (*GetAllUsingGET2Params) SetDollarOrderby

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

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

func (*GetAllUsingGET2Params) SetDollarSkip

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

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

func (*GetAllUsingGET2Params) SetDollarTop

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

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

func (*GetAllUsingGET2Params) SetHTTPClient

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

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

func (*GetAllUsingGET2Params) SetPage

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

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

func (*GetAllUsingGET2Params) SetTimeout

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

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

func (*GetAllUsingGET2Params) WithAPIVersion

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

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

func (*GetAllUsingGET2Params) WithAuthorization

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

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

func (*GetAllUsingGET2Params) WithContext

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

func (*GetAllUsingGET2Params) WithDefaults

func (o *GetAllUsingGET2Params) WithDefaults() *GetAllUsingGET2Params

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

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

func (*GetAllUsingGET2Params) WithDollarFilter

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

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

func (*GetAllUsingGET2Params) WithDollarOrderby

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

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

func (*GetAllUsingGET2Params) WithDollarSkip

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

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

func (*GetAllUsingGET2Params) WithDollarTop

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

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

func (*GetAllUsingGET2Params) WithHTTPClient

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

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

func (*GetAllUsingGET2Params) WithPage

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

func (*GetAllUsingGET2Params) WithTimeout

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

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

func (*GetAllUsingGET2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllUsingGET2Reader

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

GetAllUsingGET2Reader is a Reader for the GetAllUsingGET2 structure.

func (*GetAllUsingGET2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllUsingGET2Unauthorized

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

Unauthorized Request

func NewGetAllUsingGET2Unauthorized

func NewGetAllUsingGET2Unauthorized() *GetAllUsingGET2Unauthorized

NewGetAllUsingGET2Unauthorized creates a GetAllUsingGET2Unauthorized with default headers values

func (*GetAllUsingGET2Unauthorized) Error

type GetByIDUsingGETForbidden

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

Forbidden

func NewGetByIDUsingGETForbidden

func NewGetByIDUsingGETForbidden() *GetByIDUsingGETForbidden

NewGetByIDUsingGETForbidden creates a GetByIDUsingGETForbidden with default headers values

func (*GetByIDUsingGETForbidden) Error

func (o *GetByIDUsingGETForbidden) Error() string

type GetByIDUsingGETInternalServerError

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

Server Error

func NewGetByIDUsingGETInternalServerError

func NewGetByIDUsingGETInternalServerError() *GetByIDUsingGETInternalServerError

NewGetByIDUsingGETInternalServerError creates a GetByIDUsingGETInternalServerError with default headers values

func (*GetByIDUsingGETInternalServerError) Error

type GetByIDUsingGETNotFound

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

Not Found

func NewGetByIDUsingGETNotFound

func NewGetByIDUsingGETNotFound() *GetByIDUsingGETNotFound

NewGetByIDUsingGETNotFound creates a GetByIDUsingGETNotFound with default headers values

func (*GetByIDUsingGETNotFound) Error

func (o *GetByIDUsingGETNotFound) Error() string

func (*GetByIDUsingGETNotFound) GetPayload

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

type GetByIDUsingGETOK

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

'Success' with the requested Endpoint

func NewGetByIDUsingGETOK

func NewGetByIDUsingGETOK() *GetByIDUsingGETOK

NewGetByIDUsingGETOK creates a GetByIDUsingGETOK with default headers values

func (*GetByIDUsingGETOK) Error

func (o *GetByIDUsingGETOK) Error() string

func (*GetByIDUsingGETOK) GetPayload

func (o *GetByIDUsingGETOK) GetPayload() models.Endpoint

type GetByIDUsingGETParams

type GetByIDUsingGETParams 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 Endpoint
	*/
	ID string

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

GetByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetByIDUsingGETParams

func NewGetByIDUsingGETParams() *GetByIDUsingGETParams

NewGetByIDUsingGETParams creates a new GetByIDUsingGETParams 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 NewGetByIDUsingGETParamsWithContext

func NewGetByIDUsingGETParamsWithContext(ctx context.Context) *GetByIDUsingGETParams

NewGetByIDUsingGETParamsWithContext creates a new GetByIDUsingGETParams object with the ability to set a context for a request.

func NewGetByIDUsingGETParamsWithHTTPClient

func NewGetByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetByIDUsingGETParams

NewGetByIDUsingGETParamsWithHTTPClient creates a new GetByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetByIDUsingGETParamsWithTimeout

func NewGetByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetByIDUsingGETParams

NewGetByIDUsingGETParamsWithTimeout creates a new GetByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetByIDUsingGETParams) SetAPIVersion

func (o *GetByIDUsingGETParams) SetAPIVersion(aPIVersion string)

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

func (*GetByIDUsingGETParams) SetAuthorization

func (o *GetByIDUsingGETParams) SetAuthorization(authorization string)

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

func (*GetByIDUsingGETParams) SetContext

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

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

func (*GetByIDUsingGETParams) SetDefaults

func (o *GetByIDUsingGETParams) SetDefaults()

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

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

func (*GetByIDUsingGETParams) SetHTTPClient

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

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

func (*GetByIDUsingGETParams) SetID

func (o *GetByIDUsingGETParams) SetID(id string)

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

func (*GetByIDUsingGETParams) SetTimeout

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

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

func (*GetByIDUsingGETParams) WithAPIVersion

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

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

func (*GetByIDUsingGETParams) WithAuthorization

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

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

func (*GetByIDUsingGETParams) WithContext

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

func (*GetByIDUsingGETParams) WithDefaults

func (o *GetByIDUsingGETParams) WithDefaults() *GetByIDUsingGETParams

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

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

func (*GetByIDUsingGETParams) WithHTTPClient

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

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

func (*GetByIDUsingGETParams) WithID

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

func (*GetByIDUsingGETParams) WithTimeout

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

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

func (*GetByIDUsingGETParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetByIDUsingGETReader

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

GetByIDUsingGETReader is a Reader for the GetByIDUsingGET structure.

func (*GetByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetByIDUsingGETUnauthorized

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

Unauthorized Request

func NewGetByIDUsingGETUnauthorized

func NewGetByIDUsingGETUnauthorized() *GetByIDUsingGETUnauthorized

NewGetByIDUsingGETUnauthorized creates a GetByIDUsingGETUnauthorized with default headers values

func (*GetByIDUsingGETUnauthorized) Error

type GetByNameUsingGETForbidden

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

Forbidden

func NewGetByNameUsingGETForbidden

func NewGetByNameUsingGETForbidden() *GetByNameUsingGETForbidden

NewGetByNameUsingGETForbidden creates a GetByNameUsingGETForbidden with default headers values

func (*GetByNameUsingGETForbidden) Error

type GetByNameUsingGETInternalServerError

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

Server Error

func NewGetByNameUsingGETInternalServerError

func NewGetByNameUsingGETInternalServerError() *GetByNameUsingGETInternalServerError

NewGetByNameUsingGETInternalServerError creates a GetByNameUsingGETInternalServerError with default headers values

func (*GetByNameUsingGETInternalServerError) Error

type GetByNameUsingGETNotFound

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

Not Found

func NewGetByNameUsingGETNotFound

func NewGetByNameUsingGETNotFound() *GetByNameUsingGETNotFound

NewGetByNameUsingGETNotFound creates a GetByNameUsingGETNotFound with default headers values

func (*GetByNameUsingGETNotFound) Error

func (o *GetByNameUsingGETNotFound) Error() string

func (*GetByNameUsingGETNotFound) GetPayload

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

type GetByNameUsingGETOK

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

'Success' with the requested Endpoint

func NewGetByNameUsingGETOK

func NewGetByNameUsingGETOK() *GetByNameUsingGETOK

NewGetByNameUsingGETOK creates a GetByNameUsingGETOK with default headers values

func (*GetByNameUsingGETOK) Error

func (o *GetByNameUsingGETOK) Error() string

func (*GetByNameUsingGETOK) GetPayload

func (o *GetByNameUsingGETOK) GetPayload() models.Endpoint

type GetByNameUsingGETParams

type GetByNameUsingGETParams 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 Endpoint
	*/
	Name string

	/* Project.

	   The project the Endpoint belongs to
	*/
	Project string

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

GetByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get by name using g e t operation.

Typically these are written to a http.Request.

func NewGetByNameUsingGETParams

func NewGetByNameUsingGETParams() *GetByNameUsingGETParams

NewGetByNameUsingGETParams creates a new GetByNameUsingGETParams 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 NewGetByNameUsingGETParamsWithContext

func NewGetByNameUsingGETParamsWithContext(ctx context.Context) *GetByNameUsingGETParams

NewGetByNameUsingGETParamsWithContext creates a new GetByNameUsingGETParams object with the ability to set a context for a request.

func NewGetByNameUsingGETParamsWithHTTPClient

func NewGetByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetByNameUsingGETParams

NewGetByNameUsingGETParamsWithHTTPClient creates a new GetByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetByNameUsingGETParamsWithTimeout

func NewGetByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetByNameUsingGETParams

NewGetByNameUsingGETParamsWithTimeout creates a new GetByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetByNameUsingGETParams) SetAPIVersion

func (o *GetByNameUsingGETParams) SetAPIVersion(aPIVersion string)

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

func (*GetByNameUsingGETParams) SetAuthorization

func (o *GetByNameUsingGETParams) SetAuthorization(authorization string)

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

func (*GetByNameUsingGETParams) SetContext

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

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

func (*GetByNameUsingGETParams) SetDefaults

func (o *GetByNameUsingGETParams) SetDefaults()

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

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

func (*GetByNameUsingGETParams) SetHTTPClient

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

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

func (*GetByNameUsingGETParams) SetName

func (o *GetByNameUsingGETParams) SetName(name string)

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

func (*GetByNameUsingGETParams) SetProject

func (o *GetByNameUsingGETParams) SetProject(project string)

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

func (*GetByNameUsingGETParams) SetTimeout

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

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

func (*GetByNameUsingGETParams) WithAPIVersion

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

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

func (*GetByNameUsingGETParams) WithAuthorization

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

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

func (*GetByNameUsingGETParams) WithContext

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

func (*GetByNameUsingGETParams) WithDefaults

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

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

func (*GetByNameUsingGETParams) WithHTTPClient

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

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

func (*GetByNameUsingGETParams) WithName

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

func (*GetByNameUsingGETParams) WithProject

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

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

func (*GetByNameUsingGETParams) WithTimeout

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

func (*GetByNameUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetByNameUsingGETReader

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

GetByNameUsingGETReader is a Reader for the GetByNameUsingGET structure.

func (*GetByNameUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetByNameUsingGETUnauthorized

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

Unauthorized Request

func NewGetByNameUsingGETUnauthorized

func NewGetByNameUsingGETUnauthorized() *GetByNameUsingGETUnauthorized

NewGetByNameUsingGETUnauthorized creates a GetByNameUsingGETUnauthorized with default headers values

func (*GetByNameUsingGETUnauthorized) Error

type GetEndpointPropertiesUsingGETForbidden

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

Forbidden

func NewGetEndpointPropertiesUsingGETForbidden

func NewGetEndpointPropertiesUsingGETForbidden() *GetEndpointPropertiesUsingGETForbidden

NewGetEndpointPropertiesUsingGETForbidden creates a GetEndpointPropertiesUsingGETForbidden with default headers values

func (*GetEndpointPropertiesUsingGETForbidden) Error

type GetEndpointPropertiesUsingGETInternalServerError

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

Server Error

func NewGetEndpointPropertiesUsingGETInternalServerError

func NewGetEndpointPropertiesUsingGETInternalServerError() *GetEndpointPropertiesUsingGETInternalServerError

NewGetEndpointPropertiesUsingGETInternalServerError creates a GetEndpointPropertiesUsingGETInternalServerError with default headers values

func (*GetEndpointPropertiesUsingGETInternalServerError) Error

type GetEndpointPropertiesUsingGETNotFound

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

Not Found

func NewGetEndpointPropertiesUsingGETNotFound

func NewGetEndpointPropertiesUsingGETNotFound() *GetEndpointPropertiesUsingGETNotFound

NewGetEndpointPropertiesUsingGETNotFound creates a GetEndpointPropertiesUsingGETNotFound with default headers values

func (*GetEndpointPropertiesUsingGETNotFound) Error

func (*GetEndpointPropertiesUsingGETNotFound) GetPayload

type GetEndpointPropertiesUsingGETOK

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

'Success' with endpoint properties

func NewGetEndpointPropertiesUsingGETOK

func NewGetEndpointPropertiesUsingGETOK() *GetEndpointPropertiesUsingGETOK

NewGetEndpointPropertiesUsingGETOK creates a GetEndpointPropertiesUsingGETOK with default headers values

func (*GetEndpointPropertiesUsingGETOK) Error

func (*GetEndpointPropertiesUsingGETOK) GetPayload

func (o *GetEndpointPropertiesUsingGETOK) GetPayload() interface{}

type GetEndpointPropertiesUsingGETParams

type GetEndpointPropertiesUsingGETParams 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

	/* Type.

	   type
	*/
	Type string

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

GetEndpointPropertiesUsingGETParams contains all the parameters to send to the API endpoint

for the get endpoint properties using g e t operation.

Typically these are written to a http.Request.

func NewGetEndpointPropertiesUsingGETParams

func NewGetEndpointPropertiesUsingGETParams() *GetEndpointPropertiesUsingGETParams

NewGetEndpointPropertiesUsingGETParams creates a new GetEndpointPropertiesUsingGETParams 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 NewGetEndpointPropertiesUsingGETParamsWithContext

func NewGetEndpointPropertiesUsingGETParamsWithContext(ctx context.Context) *GetEndpointPropertiesUsingGETParams

NewGetEndpointPropertiesUsingGETParamsWithContext creates a new GetEndpointPropertiesUsingGETParams object with the ability to set a context for a request.

func NewGetEndpointPropertiesUsingGETParamsWithHTTPClient

func NewGetEndpointPropertiesUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointPropertiesUsingGETParams

NewGetEndpointPropertiesUsingGETParamsWithHTTPClient creates a new GetEndpointPropertiesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetEndpointPropertiesUsingGETParamsWithTimeout

func NewGetEndpointPropertiesUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointPropertiesUsingGETParams

NewGetEndpointPropertiesUsingGETParamsWithTimeout creates a new GetEndpointPropertiesUsingGETParams object with the ability to set a timeout on a request.

func (*GetEndpointPropertiesUsingGETParams) SetAPIVersion

func (o *GetEndpointPropertiesUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) SetAuthorization

func (o *GetEndpointPropertiesUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) SetContext

SetContext adds the context to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) SetDefaults

func (o *GetEndpointPropertiesUsingGETParams) SetDefaults()

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

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

func (*GetEndpointPropertiesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) SetType

func (o *GetEndpointPropertiesUsingGETParams) SetType(typeVar string)

SetType adds the type to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithContext

WithContext adds the context to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithDefaults

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

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

func (*GetEndpointPropertiesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WithType

WithType adds the typeVar to the get endpoint properties using get params

func (*GetEndpointPropertiesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEndpointPropertiesUsingGETReader

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

GetEndpointPropertiesUsingGETReader is a Reader for the GetEndpointPropertiesUsingGET structure.

func (*GetEndpointPropertiesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEndpointPropertiesUsingGETUnauthorized

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

Unauthorized Request

func NewGetEndpointPropertiesUsingGETUnauthorized

func NewGetEndpointPropertiesUsingGETUnauthorized() *GetEndpointPropertiesUsingGETUnauthorized

NewGetEndpointPropertiesUsingGETUnauthorized creates a GetEndpointPropertiesUsingGETUnauthorized with default headers values

func (*GetEndpointPropertiesUsingGETUnauthorized) Error

type GetEndpointTilesUsingGETForbidden

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

Forbidden

func NewGetEndpointTilesUsingGETForbidden

func NewGetEndpointTilesUsingGETForbidden() *GetEndpointTilesUsingGETForbidden

NewGetEndpointTilesUsingGETForbidden creates a GetEndpointTilesUsingGETForbidden with default headers values

func (*GetEndpointTilesUsingGETForbidden) Error

type GetEndpointTilesUsingGETInternalServerError

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

Server Error

func NewGetEndpointTilesUsingGETInternalServerError

func NewGetEndpointTilesUsingGETInternalServerError() *GetEndpointTilesUsingGETInternalServerError

NewGetEndpointTilesUsingGETInternalServerError creates a GetEndpointTilesUsingGETInternalServerError with default headers values

func (*GetEndpointTilesUsingGETInternalServerError) Error

type GetEndpointTilesUsingGETNotFound

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

Not Found

func NewGetEndpointTilesUsingGETNotFound

func NewGetEndpointTilesUsingGETNotFound() *GetEndpointTilesUsingGETNotFound

NewGetEndpointTilesUsingGETNotFound creates a GetEndpointTilesUsingGETNotFound with default headers values

func (*GetEndpointTilesUsingGETNotFound) Error

func (*GetEndpointTilesUsingGETNotFound) GetPayload

type GetEndpointTilesUsingGETOK

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

'Success' with supported endpoint tiles

func NewGetEndpointTilesUsingGETOK

func NewGetEndpointTilesUsingGETOK() *GetEndpointTilesUsingGETOK

NewGetEndpointTilesUsingGETOK creates a GetEndpointTilesUsingGETOK with default headers values

func (*GetEndpointTilesUsingGETOK) Error

func (*GetEndpointTilesUsingGETOK) GetPayload

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

type GetEndpointTilesUsingGETParams

type GetEndpointTilesUsingGETParams 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
}

GetEndpointTilesUsingGETParams contains all the parameters to send to the API endpoint

for the get endpoint tiles using g e t operation.

Typically these are written to a http.Request.

func NewGetEndpointTilesUsingGETParams

func NewGetEndpointTilesUsingGETParams() *GetEndpointTilesUsingGETParams

NewGetEndpointTilesUsingGETParams creates a new GetEndpointTilesUsingGETParams 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 NewGetEndpointTilesUsingGETParamsWithContext

func NewGetEndpointTilesUsingGETParamsWithContext(ctx context.Context) *GetEndpointTilesUsingGETParams

NewGetEndpointTilesUsingGETParamsWithContext creates a new GetEndpointTilesUsingGETParams object with the ability to set a context for a request.

func NewGetEndpointTilesUsingGETParamsWithHTTPClient

func NewGetEndpointTilesUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointTilesUsingGETParams

NewGetEndpointTilesUsingGETParamsWithHTTPClient creates a new GetEndpointTilesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetEndpointTilesUsingGETParamsWithTimeout

func NewGetEndpointTilesUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointTilesUsingGETParams

NewGetEndpointTilesUsingGETParamsWithTimeout creates a new GetEndpointTilesUsingGETParams object with the ability to set a timeout on a request.

func (*GetEndpointTilesUsingGETParams) SetAPIVersion

func (o *GetEndpointTilesUsingGETParams) SetAPIVersion(aPIVersion string)

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

func (*GetEndpointTilesUsingGETParams) SetAuthorization

func (o *GetEndpointTilesUsingGETParams) SetAuthorization(authorization string)

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

func (*GetEndpointTilesUsingGETParams) SetContext

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

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

func (*GetEndpointTilesUsingGETParams) SetDefaults

func (o *GetEndpointTilesUsingGETParams) SetDefaults()

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

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

func (*GetEndpointTilesUsingGETParams) SetHTTPClient

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

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

func (*GetEndpointTilesUsingGETParams) SetTimeout

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

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

func (*GetEndpointTilesUsingGETParams) WithAPIVersion

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

func (*GetEndpointTilesUsingGETParams) WithAuthorization

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

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

func (*GetEndpointTilesUsingGETParams) WithContext

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

func (*GetEndpointTilesUsingGETParams) WithDefaults

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

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

func (*GetEndpointTilesUsingGETParams) WithHTTPClient

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

func (*GetEndpointTilesUsingGETParams) WithTimeout

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

func (*GetEndpointTilesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEndpointTilesUsingGETReader

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

GetEndpointTilesUsingGETReader is a Reader for the GetEndpointTilesUsingGET structure.

func (*GetEndpointTilesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEndpointTilesUsingGETUnauthorized

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

Unauthorized Request

func NewGetEndpointTilesUsingGETUnauthorized

func NewGetEndpointTilesUsingGETUnauthorized() *GetEndpointTilesUsingGETUnauthorized

NewGetEndpointTilesUsingGETUnauthorized creates a GetEndpointTilesUsingGETUnauthorized with default headers values

func (*GetEndpointTilesUsingGETUnauthorized) Error

type GetUsingGETMixin3Forbidden

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

Forbidden

func NewGetUsingGETMixin3Forbidden

func NewGetUsingGETMixin3Forbidden() *GetUsingGETMixin3Forbidden

NewGetUsingGETMixin3Forbidden creates a GetUsingGETMixin3Forbidden with default headers values

func (*GetUsingGETMixin3Forbidden) Error

type GetUsingGETMixin3InternalServerError

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

Server Error

func NewGetUsingGETMixin3InternalServerError

func NewGetUsingGETMixin3InternalServerError() *GetUsingGETMixin3InternalServerError

NewGetUsingGETMixin3InternalServerError creates a GetUsingGETMixin3InternalServerError with default headers values

func (*GetUsingGETMixin3InternalServerError) Error

type GetUsingGETMixin3NotFound

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

Not Found

func NewGetUsingGETMixin3NotFound

func NewGetUsingGETMixin3NotFound() *GetUsingGETMixin3NotFound

NewGetUsingGETMixin3NotFound creates a GetUsingGETMixin3NotFound with default headers values

func (*GetUsingGETMixin3NotFound) Error

func (o *GetUsingGETMixin3NotFound) Error() string

func (*GetUsingGETMixin3NotFound) GetPayload

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

type GetUsingGETMixin3OK

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

'Success' with endpoint certificate details

func NewGetUsingGETMixin3OK

func NewGetUsingGETMixin3OK() *GetUsingGETMixin3OK

NewGetUsingGETMixin3OK creates a GetUsingGETMixin3OK with default headers values

func (*GetUsingGETMixin3OK) Error

func (o *GetUsingGETMixin3OK) Error() string

func (*GetUsingGETMixin3OK) GetPayload

type GetUsingGETMixin3Params

type GetUsingGETMixin3Params 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
}

GetUsingGETMixin3Params contains all the parameters to send to the API endpoint

for the get using g e t mixin3 operation.

Typically these are written to a http.Request.

func NewGetUsingGETMixin3Params

func NewGetUsingGETMixin3Params() *GetUsingGETMixin3Params

NewGetUsingGETMixin3Params creates a new GetUsingGETMixin3Params 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 NewGetUsingGETMixin3ParamsWithContext

func NewGetUsingGETMixin3ParamsWithContext(ctx context.Context) *GetUsingGETMixin3Params

NewGetUsingGETMixin3ParamsWithContext creates a new GetUsingGETMixin3Params object with the ability to set a context for a request.

func NewGetUsingGETMixin3ParamsWithHTTPClient

func NewGetUsingGETMixin3ParamsWithHTTPClient(client *http.Client) *GetUsingGETMixin3Params

NewGetUsingGETMixin3ParamsWithHTTPClient creates a new GetUsingGETMixin3Params object with the ability to set a custom HTTPClient for a request.

func NewGetUsingGETMixin3ParamsWithTimeout

func NewGetUsingGETMixin3ParamsWithTimeout(timeout time.Duration) *GetUsingGETMixin3Params

NewGetUsingGETMixin3ParamsWithTimeout creates a new GetUsingGETMixin3Params object with the ability to set a timeout on a request.

func (*GetUsingGETMixin3Params) SetAPIVersion

func (o *GetUsingGETMixin3Params) SetAPIVersion(aPIVersion string)

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

func (*GetUsingGETMixin3Params) SetAuthorization

func (o *GetUsingGETMixin3Params) SetAuthorization(authorization string)

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

func (*GetUsingGETMixin3Params) SetContext

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

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

func (*GetUsingGETMixin3Params) SetDefaults

func (o *GetUsingGETMixin3Params) SetDefaults()

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

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

func (*GetUsingGETMixin3Params) SetHTTPClient

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

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

func (*GetUsingGETMixin3Params) SetTimeout

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

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

func (*GetUsingGETMixin3Params) WithAPIVersion

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

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

func (*GetUsingGETMixin3Params) WithAuthorization

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

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

func (*GetUsingGETMixin3Params) WithContext

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

func (*GetUsingGETMixin3Params) WithDefaults

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

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

func (*GetUsingGETMixin3Params) WithHTTPClient

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

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

func (*GetUsingGETMixin3Params) WithTimeout

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

func (*GetUsingGETMixin3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsingGETMixin3Reader

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

GetUsingGETMixin3Reader is a Reader for the GetUsingGETMixin3 structure.

func (*GetUsingGETMixin3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsingGETMixin3Unauthorized

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

Unauthorized Request

func NewGetUsingGETMixin3Unauthorized

func NewGetUsingGETMixin3Unauthorized() *GetUsingGETMixin3Unauthorized

NewGetUsingGETMixin3Unauthorized creates a GetUsingGETMixin3Unauthorized with default headers values

func (*GetUsingGETMixin3Unauthorized) Error

type UpdateByIDUsingPUT1Forbidden

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

Forbidden

func NewUpdateByIDUsingPUT1Forbidden

func NewUpdateByIDUsingPUT1Forbidden() *UpdateByIDUsingPUT1Forbidden

NewUpdateByIDUsingPUT1Forbidden creates a UpdateByIDUsingPUT1Forbidden with default headers values

func (*UpdateByIDUsingPUT1Forbidden) Error

type UpdateByIDUsingPUT1InternalServerError

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

Server Error

func NewUpdateByIDUsingPUT1InternalServerError

func NewUpdateByIDUsingPUT1InternalServerError() *UpdateByIDUsingPUT1InternalServerError

NewUpdateByIDUsingPUT1InternalServerError creates a UpdateByIDUsingPUT1InternalServerError with default headers values

func (*UpdateByIDUsingPUT1InternalServerError) Error

type UpdateByIDUsingPUT1NotFound

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

Not Found

func NewUpdateByIDUsingPUT1NotFound

func NewUpdateByIDUsingPUT1NotFound() *UpdateByIDUsingPUT1NotFound

NewUpdateByIDUsingPUT1NotFound creates a UpdateByIDUsingPUT1NotFound with default headers values

func (*UpdateByIDUsingPUT1NotFound) Error

func (*UpdateByIDUsingPUT1NotFound) GetPayload

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

type UpdateByIDUsingPUT1OK

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

'Success' with the updated Endpoint

func NewUpdateByIDUsingPUT1OK

func NewUpdateByIDUsingPUT1OK() *UpdateByIDUsingPUT1OK

NewUpdateByIDUsingPUT1OK creates a UpdateByIDUsingPUT1OK with default headers values

func (*UpdateByIDUsingPUT1OK) Error

func (o *UpdateByIDUsingPUT1OK) Error() string

func (*UpdateByIDUsingPUT1OK) GetPayload

func (o *UpdateByIDUsingPUT1OK) GetPayload() models.Endpoint

type UpdateByIDUsingPUT1Params

type UpdateByIDUsingPUT1Params 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.

	   Endpoint specification
	*/
	Body models.EndpointSpec

	/* ID.

	   The ID of the Endpoint
	*/
	ID string

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

UpdateByIDUsingPUT1Params contains all the parameters to send to the API endpoint

for the update by Id using p u t 1 operation.

Typically these are written to a http.Request.

func NewUpdateByIDUsingPUT1Params

func NewUpdateByIDUsingPUT1Params() *UpdateByIDUsingPUT1Params

NewUpdateByIDUsingPUT1Params creates a new UpdateByIDUsingPUT1Params 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 NewUpdateByIDUsingPUT1ParamsWithContext

func NewUpdateByIDUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByIDUsingPUT1Params

NewUpdateByIDUsingPUT1ParamsWithContext creates a new UpdateByIDUsingPUT1Params object with the ability to set a context for a request.

func NewUpdateByIDUsingPUT1ParamsWithHTTPClient

func NewUpdateByIDUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUT1Params

NewUpdateByIDUsingPUT1ParamsWithHTTPClient creates a new UpdateByIDUsingPUT1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateByIDUsingPUT1ParamsWithTimeout

func NewUpdateByIDUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUT1Params

NewUpdateByIDUsingPUT1ParamsWithTimeout creates a new UpdateByIDUsingPUT1Params object with the ability to set a timeout on a request.

func (*UpdateByIDUsingPUT1Params) SetAPIVersion

func (o *UpdateByIDUsingPUT1Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetAuthorization

func (o *UpdateByIDUsingPUT1Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetBody

SetBody adds the body to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetContext

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

SetContext adds the context to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetDefaults

func (o *UpdateByIDUsingPUT1Params) SetDefaults()

SetDefaults hydrates default values in the update by Id using p u t 1 params (not the query body).

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

func (*UpdateByIDUsingPUT1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetID

func (o *UpdateByIDUsingPUT1Params) SetID(id string)

SetID adds the id to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) SetTimeout

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

SetTimeout adds the timeout to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithAPIVersion

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

WithAPIVersion adds the aPIVersion to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithAuthorization

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

WithAuthorization adds the authorization to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithBody

WithBody adds the body to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithContext

WithContext adds the context to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithDefaults

WithDefaults hydrates default values in the update by Id using p u t 1 params (not the query body).

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

func (*UpdateByIDUsingPUT1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithID

WithID adds the id to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WithTimeout

WithTimeout adds the timeout to the update by Id using p u t 1 params

func (*UpdateByIDUsingPUT1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateByIDUsingPUT1Reader

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

UpdateByIDUsingPUT1Reader is a Reader for the UpdateByIDUsingPUT1 structure.

func (*UpdateByIDUsingPUT1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateByIDUsingPUT1Unauthorized

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

Unauthorized Request

func NewUpdateByIDUsingPUT1Unauthorized

func NewUpdateByIDUsingPUT1Unauthorized() *UpdateByIDUsingPUT1Unauthorized

NewUpdateByIDUsingPUT1Unauthorized creates a UpdateByIDUsingPUT1Unauthorized with default headers values

func (*UpdateByIDUsingPUT1Unauthorized) Error

type UpdateByNameUsingPUT1Forbidden

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

Forbidden

func NewUpdateByNameUsingPUT1Forbidden

func NewUpdateByNameUsingPUT1Forbidden() *UpdateByNameUsingPUT1Forbidden

NewUpdateByNameUsingPUT1Forbidden creates a UpdateByNameUsingPUT1Forbidden with default headers values

func (*UpdateByNameUsingPUT1Forbidden) Error

type UpdateByNameUsingPUT1InternalServerError

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

Server Error

func NewUpdateByNameUsingPUT1InternalServerError

func NewUpdateByNameUsingPUT1InternalServerError() *UpdateByNameUsingPUT1InternalServerError

NewUpdateByNameUsingPUT1InternalServerError creates a UpdateByNameUsingPUT1InternalServerError with default headers values

func (*UpdateByNameUsingPUT1InternalServerError) Error

type UpdateByNameUsingPUT1NotFound

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

Not Found

func NewUpdateByNameUsingPUT1NotFound

func NewUpdateByNameUsingPUT1NotFound() *UpdateByNameUsingPUT1NotFound

NewUpdateByNameUsingPUT1NotFound creates a UpdateByNameUsingPUT1NotFound with default headers values

func (*UpdateByNameUsingPUT1NotFound) Error

func (*UpdateByNameUsingPUT1NotFound) GetPayload

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

type UpdateByNameUsingPUT1OK

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

'Success' with the updated Endpoint

func NewUpdateByNameUsingPUT1OK

func NewUpdateByNameUsingPUT1OK() *UpdateByNameUsingPUT1OK

NewUpdateByNameUsingPUT1OK creates a UpdateByNameUsingPUT1OK with default headers values

func (*UpdateByNameUsingPUT1OK) Error

func (o *UpdateByNameUsingPUT1OK) Error() string

func (*UpdateByNameUsingPUT1OK) GetPayload

func (o *UpdateByNameUsingPUT1OK) GetPayload() models.Endpoint

type UpdateByNameUsingPUT1Params

type UpdateByNameUsingPUT1Params 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.

	   Endpoint specification
	*/
	Body models.EndpointSpec

	/* Name.

	   The name of the Endpoint
	*/
	Name string

	/* Project.

	   The project the Endpoint belongs to
	*/
	Project string

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

UpdateByNameUsingPUT1Params contains all the parameters to send to the API endpoint

for the update by name using p u t 1 operation.

Typically these are written to a http.Request.

func NewUpdateByNameUsingPUT1Params

func NewUpdateByNameUsingPUT1Params() *UpdateByNameUsingPUT1Params

NewUpdateByNameUsingPUT1Params creates a new UpdateByNameUsingPUT1Params 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 NewUpdateByNameUsingPUT1ParamsWithContext

func NewUpdateByNameUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByNameUsingPUT1Params

NewUpdateByNameUsingPUT1ParamsWithContext creates a new UpdateByNameUsingPUT1Params object with the ability to set a context for a request.

func NewUpdateByNameUsingPUT1ParamsWithHTTPClient

func NewUpdateByNameUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByNameUsingPUT1Params

NewUpdateByNameUsingPUT1ParamsWithHTTPClient creates a new UpdateByNameUsingPUT1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateByNameUsingPUT1ParamsWithTimeout

func NewUpdateByNameUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByNameUsingPUT1Params

NewUpdateByNameUsingPUT1ParamsWithTimeout creates a new UpdateByNameUsingPUT1Params object with the ability to set a timeout on a request.

func (*UpdateByNameUsingPUT1Params) SetAPIVersion

func (o *UpdateByNameUsingPUT1Params) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetAuthorization

func (o *UpdateByNameUsingPUT1Params) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetBody

SetBody adds the body to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetContext

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

SetContext adds the context to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetDefaults

func (o *UpdateByNameUsingPUT1Params) SetDefaults()

SetDefaults hydrates default values in the update by name using p u t 1 params (not the query body).

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

func (*UpdateByNameUsingPUT1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetName

func (o *UpdateByNameUsingPUT1Params) SetName(name string)

SetName adds the name to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetProject

func (o *UpdateByNameUsingPUT1Params) SetProject(project string)

SetProject adds the project to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) SetTimeout

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

SetTimeout adds the timeout to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithAPIVersion

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

WithAPIVersion adds the aPIVersion to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithAuthorization

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

WithAuthorization adds the authorization to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithBody

WithBody adds the body to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithContext

WithContext adds the context to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithDefaults

WithDefaults hydrates default values in the update by name using p u t 1 params (not the query body).

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

func (*UpdateByNameUsingPUT1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithName

WithName adds the name to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithProject

WithProject adds the project to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WithTimeout

WithTimeout adds the timeout to the update by name using p u t 1 params

func (*UpdateByNameUsingPUT1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateByNameUsingPUT1Reader

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

UpdateByNameUsingPUT1Reader is a Reader for the UpdateByNameUsingPUT1 structure.

func (*UpdateByNameUsingPUT1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateByNameUsingPUT1Unauthorized

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

Unauthorized Request

func NewUpdateByNameUsingPUT1Unauthorized

func NewUpdateByNameUsingPUT1Unauthorized() *UpdateByNameUsingPUT1Unauthorized

NewUpdateByNameUsingPUT1Unauthorized creates a UpdateByNameUsingPUT1Unauthorized with default headers values

func (*UpdateByNameUsingPUT1Unauthorized) Error

type ValidateEndpointUsingPOSTForbidden

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

Forbidden

func NewValidateEndpointUsingPOSTForbidden

func NewValidateEndpointUsingPOSTForbidden() *ValidateEndpointUsingPOSTForbidden

NewValidateEndpointUsingPOSTForbidden creates a ValidateEndpointUsingPOSTForbidden with default headers values

func (*ValidateEndpointUsingPOSTForbidden) Error

type ValidateEndpointUsingPOSTInternalServerError

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

Server Error

func NewValidateEndpointUsingPOSTInternalServerError

func NewValidateEndpointUsingPOSTInternalServerError() *ValidateEndpointUsingPOSTInternalServerError

NewValidateEndpointUsingPOSTInternalServerError creates a ValidateEndpointUsingPOSTInternalServerError with default headers values

func (*ValidateEndpointUsingPOSTInternalServerError) Error

type ValidateEndpointUsingPOSTNotFound

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

Not Found

func NewValidateEndpointUsingPOSTNotFound

func NewValidateEndpointUsingPOSTNotFound() *ValidateEndpointUsingPOSTNotFound

NewValidateEndpointUsingPOSTNotFound creates a ValidateEndpointUsingPOSTNotFound with default headers values

func (*ValidateEndpointUsingPOSTNotFound) Error

func (*ValidateEndpointUsingPOSTNotFound) GetPayload

type ValidateEndpointUsingPOSTOK

type ValidateEndpointUsingPOSTOK struct {
	Payload *models.TileExecutorResponse
}
ValidateEndpointUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with endpoint validations

func NewValidateEndpointUsingPOSTOK

func NewValidateEndpointUsingPOSTOK() *ValidateEndpointUsingPOSTOK

NewValidateEndpointUsingPOSTOK creates a ValidateEndpointUsingPOSTOK with default headers values

func (*ValidateEndpointUsingPOSTOK) Error

func (*ValidateEndpointUsingPOSTOK) GetPayload

type ValidateEndpointUsingPOSTParams

type ValidateEndpointUsingPOSTParams 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.

	   Endpoint specification
	*/
	Body models.EndpointValidationSpec

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

ValidateEndpointUsingPOSTParams contains all the parameters to send to the API endpoint

for the validate endpoint using p o s t operation.

Typically these are written to a http.Request.

func NewValidateEndpointUsingPOSTParams

func NewValidateEndpointUsingPOSTParams() *ValidateEndpointUsingPOSTParams

NewValidateEndpointUsingPOSTParams creates a new ValidateEndpointUsingPOSTParams 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 NewValidateEndpointUsingPOSTParamsWithContext

func NewValidateEndpointUsingPOSTParamsWithContext(ctx context.Context) *ValidateEndpointUsingPOSTParams

NewValidateEndpointUsingPOSTParamsWithContext creates a new ValidateEndpointUsingPOSTParams object with the ability to set a context for a request.

func NewValidateEndpointUsingPOSTParamsWithHTTPClient

func NewValidateEndpointUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateEndpointUsingPOSTParams

NewValidateEndpointUsingPOSTParamsWithHTTPClient creates a new ValidateEndpointUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewValidateEndpointUsingPOSTParamsWithTimeout

func NewValidateEndpointUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateEndpointUsingPOSTParams

NewValidateEndpointUsingPOSTParamsWithTimeout creates a new ValidateEndpointUsingPOSTParams object with the ability to set a timeout on a request.

func (*ValidateEndpointUsingPOSTParams) SetAPIVersion

func (o *ValidateEndpointUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) SetAuthorization

func (o *ValidateEndpointUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) SetBody

SetBody adds the body to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) SetContext

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

SetContext adds the context to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) SetDefaults

func (o *ValidateEndpointUsingPOSTParams) SetDefaults()

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

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

func (*ValidateEndpointUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithAuthorization

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

WithAuthorization adds the authorization to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithBody

WithBody adds the body to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithContext

WithContext adds the context to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithDefaults

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

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

func (*ValidateEndpointUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the validate endpoint using p o s t params

func (*ValidateEndpointUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateEndpointUsingPOSTReader

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

ValidateEndpointUsingPOSTReader is a Reader for the ValidateEndpointUsingPOST structure.

func (*ValidateEndpointUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateEndpointUsingPOSTUnauthorized

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

Unauthorized Request

func NewValidateEndpointUsingPOSTUnauthorized

func NewValidateEndpointUsingPOSTUnauthorized() *ValidateEndpointUsingPOSTUnauthorized

NewValidateEndpointUsingPOSTUnauthorized creates a ValidateEndpointUsingPOSTUnauthorized with default headers values

func (*ValidateEndpointUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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