Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateEndpointUsingPOST(params *CreateEndpointUsingPOSTParams, opts ...ClientOption) (*CreateEndpointUsingPOSTOK, error)
- func (a *Client) DeleteEndpointByIDUsingDELETE(params *DeleteEndpointByIDUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByIDUsingDELETEOK, error)
- func (a *Client) DeleteEndpointByNameUsingDELETE(params *DeleteEndpointByNameUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByNameUsingDELETEOK, error)
- func (a *Client) GetAllEndpointsUsingGET(params *GetAllEndpointsUsingGETParams, opts ...ClientOption) (*GetAllEndpointsUsingGETOK, error)
- func (a *Client) GetEndpointByIDUsingGET(params *GetEndpointByIDUsingGETParams, opts ...ClientOption) (*GetEndpointByIDUsingGETOK, error)
- func (a *Client) GetEndpointByNameUsingGET(params *GetEndpointByNameUsingGETParams, opts ...ClientOption) (*GetEndpointByNameUsingGETOK, error)
- func (a *Client) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error)
- func (a *Client) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error)
- func (a *Client) GetUsingGETMixin4(params *GetUsingGETMixin4Params, opts ...ClientOption) (*GetUsingGETMixin4OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateEndpointByIDUsingPUT(params *UpdateEndpointByIDUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByIDUsingPUTOK, error)
- func (a *Client) UpdateEndpointByNameUsingPUT(params *UpdateEndpointByNameUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByNameUsingPUTOK, error)
- func (a *Client) ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, error)
- type ClientOption
- type ClientService
- type CreateEndpointUsingPOSTForbidden
- func (o *CreateEndpointUsingPOSTForbidden) Error() string
- func (o *CreateEndpointUsingPOSTForbidden) IsClientError() bool
- func (o *CreateEndpointUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateEndpointUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateEndpointUsingPOSTForbidden) IsServerError() bool
- func (o *CreateEndpointUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateEndpointUsingPOSTForbidden) String() string
- type CreateEndpointUsingPOSTInternalServerError
- func (o *CreateEndpointUsingPOSTInternalServerError) Error() string
- func (o *CreateEndpointUsingPOSTInternalServerError) IsClientError() bool
- func (o *CreateEndpointUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *CreateEndpointUsingPOSTInternalServerError) IsRedirect() bool
- func (o *CreateEndpointUsingPOSTInternalServerError) IsServerError() bool
- func (o *CreateEndpointUsingPOSTInternalServerError) IsSuccess() bool
- func (o *CreateEndpointUsingPOSTInternalServerError) String() string
- type CreateEndpointUsingPOSTNotFound
- func (o *CreateEndpointUsingPOSTNotFound) Error() string
- func (o *CreateEndpointUsingPOSTNotFound) GetPayload() *models.Error
- func (o *CreateEndpointUsingPOSTNotFound) IsClientError() bool
- func (o *CreateEndpointUsingPOSTNotFound) IsCode(code int) bool
- func (o *CreateEndpointUsingPOSTNotFound) IsRedirect() bool
- func (o *CreateEndpointUsingPOSTNotFound) IsServerError() bool
- func (o *CreateEndpointUsingPOSTNotFound) IsSuccess() bool
- func (o *CreateEndpointUsingPOSTNotFound) String() string
- type CreateEndpointUsingPOSTOK
- func (o *CreateEndpointUsingPOSTOK) Error() string
- func (o *CreateEndpointUsingPOSTOK) GetPayload() models.Endpoint
- func (o *CreateEndpointUsingPOSTOK) IsClientError() bool
- func (o *CreateEndpointUsingPOSTOK) IsCode(code int) bool
- func (o *CreateEndpointUsingPOSTOK) IsRedirect() bool
- func (o *CreateEndpointUsingPOSTOK) IsServerError() bool
- func (o *CreateEndpointUsingPOSTOK) IsSuccess() bool
- func (o *CreateEndpointUsingPOSTOK) String() string
- type CreateEndpointUsingPOSTParams
- func NewCreateEndpointUsingPOSTParams() *CreateEndpointUsingPOSTParams
- func NewCreateEndpointUsingPOSTParamsWithContext(ctx context.Context) *CreateEndpointUsingPOSTParams
- func NewCreateEndpointUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateEndpointUsingPOSTParams
- func NewCreateEndpointUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *CreateEndpointUsingPOSTParams) SetAuthorization(authorization string)
- func (o *CreateEndpointUsingPOSTParams) SetBody(body models.EndpointSpec)
- func (o *CreateEndpointUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateEndpointUsingPOSTParams) SetDefaults()
- func (o *CreateEndpointUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateEndpointUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateEndpointUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithAuthorization(authorization string) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithBody(body models.EndpointSpec) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithContext(ctx context.Context) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithDefaults() *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateEndpointUsingPOSTParams
- func (o *CreateEndpointUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateEndpointUsingPOSTReader
- type CreateEndpointUsingPOSTUnauthorized
- func (o *CreateEndpointUsingPOSTUnauthorized) Error() string
- func (o *CreateEndpointUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateEndpointUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateEndpointUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateEndpointUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateEndpointUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateEndpointUsingPOSTUnauthorized) String() string
- type DeleteEndpointByIDUsingDELETEForbidden
- func (o *DeleteEndpointByIDUsingDELETEForbidden) Error() string
- func (o *DeleteEndpointByIDUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteEndpointByIDUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteEndpointByIDUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteEndpointByIDUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteEndpointByIDUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteEndpointByIDUsingDELETEForbidden) String() string
- type DeleteEndpointByIDUsingDELETEInternalServerError
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) Error() string
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsClientError() bool
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsCode(code int) bool
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsRedirect() bool
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsServerError() bool
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsSuccess() bool
- func (o *DeleteEndpointByIDUsingDELETEInternalServerError) String() string
- type DeleteEndpointByIDUsingDELETENotFound
- func (o *DeleteEndpointByIDUsingDELETENotFound) Error() string
- func (o *DeleteEndpointByIDUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteEndpointByIDUsingDELETENotFound) IsClientError() bool
- func (o *DeleteEndpointByIDUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteEndpointByIDUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteEndpointByIDUsingDELETENotFound) IsServerError() bool
- func (o *DeleteEndpointByIDUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteEndpointByIDUsingDELETENotFound) String() string
- type DeleteEndpointByIDUsingDELETEOK
- func (o *DeleteEndpointByIDUsingDELETEOK) Error() string
- func (o *DeleteEndpointByIDUsingDELETEOK) GetPayload() models.Endpoint
- func (o *DeleteEndpointByIDUsingDELETEOK) IsClientError() bool
- func (o *DeleteEndpointByIDUsingDELETEOK) IsCode(code int) bool
- func (o *DeleteEndpointByIDUsingDELETEOK) IsRedirect() bool
- func (o *DeleteEndpointByIDUsingDELETEOK) IsServerError() bool
- func (o *DeleteEndpointByIDUsingDELETEOK) IsSuccess() bool
- func (o *DeleteEndpointByIDUsingDELETEOK) String() string
- type DeleteEndpointByIDUsingDELETEParams
- func NewDeleteEndpointByIDUsingDELETEParams() *DeleteEndpointByIDUsingDELETEParams
- func NewDeleteEndpointByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteEndpointByIDUsingDELETEParams
- func NewDeleteEndpointByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteEndpointByIDUsingDELETEParams
- func NewDeleteEndpointByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteEndpointByIDUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteEndpointByIDUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteEndpointByIDUsingDELETEParams) SetDefaults()
- func (o *DeleteEndpointByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteEndpointByIDUsingDELETEParams) SetID(id string)
- func (o *DeleteEndpointByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteEndpointByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithDefaults() *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithID(id string) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteEndpointByIDUsingDELETEParams
- func (o *DeleteEndpointByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteEndpointByIDUsingDELETEReader
- type DeleteEndpointByIDUsingDELETEUnauthorized
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) Error() string
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteEndpointByIDUsingDELETEUnauthorized) String() string
- type DeleteEndpointByNameUsingDELETEForbidden
- func (o *DeleteEndpointByNameUsingDELETEForbidden) Error() string
- func (o *DeleteEndpointByNameUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteEndpointByNameUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteEndpointByNameUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteEndpointByNameUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteEndpointByNameUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteEndpointByNameUsingDELETEForbidden) String() string
- type DeleteEndpointByNameUsingDELETEInternalServerError
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) Error() string
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsClientError() bool
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsCode(code int) bool
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsRedirect() bool
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsServerError() bool
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsSuccess() bool
- func (o *DeleteEndpointByNameUsingDELETEInternalServerError) String() string
- type DeleteEndpointByNameUsingDELETENotFound
- func (o *DeleteEndpointByNameUsingDELETENotFound) Error() string
- func (o *DeleteEndpointByNameUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteEndpointByNameUsingDELETENotFound) IsClientError() bool
- func (o *DeleteEndpointByNameUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteEndpointByNameUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteEndpointByNameUsingDELETENotFound) IsServerError() bool
- func (o *DeleteEndpointByNameUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteEndpointByNameUsingDELETENotFound) String() string
- type DeleteEndpointByNameUsingDELETEOK
- func (o *DeleteEndpointByNameUsingDELETEOK) Error() string
- func (o *DeleteEndpointByNameUsingDELETEOK) GetPayload() models.Endpoint
- func (o *DeleteEndpointByNameUsingDELETEOK) IsClientError() bool
- func (o *DeleteEndpointByNameUsingDELETEOK) IsCode(code int) bool
- func (o *DeleteEndpointByNameUsingDELETEOK) IsRedirect() bool
- func (o *DeleteEndpointByNameUsingDELETEOK) IsServerError() bool
- func (o *DeleteEndpointByNameUsingDELETEOK) IsSuccess() bool
- func (o *DeleteEndpointByNameUsingDELETEOK) String() string
- type DeleteEndpointByNameUsingDELETEParams
- func NewDeleteEndpointByNameUsingDELETEParams() *DeleteEndpointByNameUsingDELETEParams
- func NewDeleteEndpointByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteEndpointByNameUsingDELETEParams
- func NewDeleteEndpointByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteEndpointByNameUsingDELETEParams
- func NewDeleteEndpointByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetDefaults()
- func (o *DeleteEndpointByNameUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetName(name string)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetProject(project string)
- func (o *DeleteEndpointByNameUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteEndpointByNameUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithAuthorization(authorization string) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithContext(ctx context.Context) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithDefaults() *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithName(name string) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithProject(project string) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteEndpointByNameUsingDELETEParams
- func (o *DeleteEndpointByNameUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteEndpointByNameUsingDELETEReader
- type DeleteEndpointByNameUsingDELETEUnauthorized
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) Error() string
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteEndpointByNameUsingDELETEUnauthorized) String() string
- type GetAllEndpointsUsingGETForbidden
- func (o *GetAllEndpointsUsingGETForbidden) Error() string
- func (o *GetAllEndpointsUsingGETForbidden) IsClientError() bool
- func (o *GetAllEndpointsUsingGETForbidden) IsCode(code int) bool
- func (o *GetAllEndpointsUsingGETForbidden) IsRedirect() bool
- func (o *GetAllEndpointsUsingGETForbidden) IsServerError() bool
- func (o *GetAllEndpointsUsingGETForbidden) IsSuccess() bool
- func (o *GetAllEndpointsUsingGETForbidden) String() string
- type GetAllEndpointsUsingGETInternalServerError
- func (o *GetAllEndpointsUsingGETInternalServerError) Error() string
- func (o *GetAllEndpointsUsingGETInternalServerError) IsClientError() bool
- func (o *GetAllEndpointsUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetAllEndpointsUsingGETInternalServerError) IsRedirect() bool
- func (o *GetAllEndpointsUsingGETInternalServerError) IsServerError() bool
- func (o *GetAllEndpointsUsingGETInternalServerError) IsSuccess() bool
- func (o *GetAllEndpointsUsingGETInternalServerError) String() string
- type GetAllEndpointsUsingGETNotFound
- func (o *GetAllEndpointsUsingGETNotFound) Error() string
- func (o *GetAllEndpointsUsingGETNotFound) GetPayload() *models.Error
- func (o *GetAllEndpointsUsingGETNotFound) IsClientError() bool
- func (o *GetAllEndpointsUsingGETNotFound) IsCode(code int) bool
- func (o *GetAllEndpointsUsingGETNotFound) IsRedirect() bool
- func (o *GetAllEndpointsUsingGETNotFound) IsServerError() bool
- func (o *GetAllEndpointsUsingGETNotFound) IsSuccess() bool
- func (o *GetAllEndpointsUsingGETNotFound) String() string
- type GetAllEndpointsUsingGETOK
- func (o *GetAllEndpointsUsingGETOK) Error() string
- func (o *GetAllEndpointsUsingGETOK) GetPayload() *models.Endpoints
- func (o *GetAllEndpointsUsingGETOK) IsClientError() bool
- func (o *GetAllEndpointsUsingGETOK) IsCode(code int) bool
- func (o *GetAllEndpointsUsingGETOK) IsRedirect() bool
- func (o *GetAllEndpointsUsingGETOK) IsServerError() bool
- func (o *GetAllEndpointsUsingGETOK) IsSuccess() bool
- func (o *GetAllEndpointsUsingGETOK) String() string
- type GetAllEndpointsUsingGETParams
- func NewGetAllEndpointsUsingGETParams() *GetAllEndpointsUsingGETParams
- func NewGetAllEndpointsUsingGETParamsWithContext(ctx context.Context) *GetAllEndpointsUsingGETParams
- func NewGetAllEndpointsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllEndpointsUsingGETParams
- func NewGetAllEndpointsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetAllEndpointsUsingGETParams) SetAuthorization(authorization string)
- func (o *GetAllEndpointsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAllEndpointsUsingGETParams) SetDefaults()
- func (o *GetAllEndpointsUsingGETParams) SetDollarFilter(dollarFilter *string)
- func (o *GetAllEndpointsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
- func (o *GetAllEndpointsUsingGETParams) SetDollarSkip(dollarSkip *string)
- func (o *GetAllEndpointsUsingGETParams) SetDollarTop(dollarTop *string)
- func (o *GetAllEndpointsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAllEndpointsUsingGETParams) SetPage(page *string)
- func (o *GetAllEndpointsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAllEndpointsUsingGETParams) WithAPIVersion(aPIVersion string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithAuthorization(authorization string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithContext(ctx context.Context) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithDefaults() *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithDollarTop(dollarTop *string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithPage(page *string) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllEndpointsUsingGETParams
- func (o *GetAllEndpointsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllEndpointsUsingGETReader
- type GetAllEndpointsUsingGETUnauthorized
- func (o *GetAllEndpointsUsingGETUnauthorized) Error() string
- func (o *GetAllEndpointsUsingGETUnauthorized) IsClientError() bool
- func (o *GetAllEndpointsUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetAllEndpointsUsingGETUnauthorized) IsRedirect() bool
- func (o *GetAllEndpointsUsingGETUnauthorized) IsServerError() bool
- func (o *GetAllEndpointsUsingGETUnauthorized) IsSuccess() bool
- func (o *GetAllEndpointsUsingGETUnauthorized) String() string
- type GetEndpointByIDUsingGETForbidden
- func (o *GetEndpointByIDUsingGETForbidden) Error() string
- func (o *GetEndpointByIDUsingGETForbidden) IsClientError() bool
- func (o *GetEndpointByIDUsingGETForbidden) IsCode(code int) bool
- func (o *GetEndpointByIDUsingGETForbidden) IsRedirect() bool
- func (o *GetEndpointByIDUsingGETForbidden) IsServerError() bool
- func (o *GetEndpointByIDUsingGETForbidden) IsSuccess() bool
- func (o *GetEndpointByIDUsingGETForbidden) String() string
- type GetEndpointByIDUsingGETInternalServerError
- func (o *GetEndpointByIDUsingGETInternalServerError) Error() string
- func (o *GetEndpointByIDUsingGETInternalServerError) IsClientError() bool
- func (o *GetEndpointByIDUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetEndpointByIDUsingGETInternalServerError) IsRedirect() bool
- func (o *GetEndpointByIDUsingGETInternalServerError) IsServerError() bool
- func (o *GetEndpointByIDUsingGETInternalServerError) IsSuccess() bool
- func (o *GetEndpointByIDUsingGETInternalServerError) String() string
- type GetEndpointByIDUsingGETNotFound
- func (o *GetEndpointByIDUsingGETNotFound) Error() string
- func (o *GetEndpointByIDUsingGETNotFound) GetPayload() *models.Error
- func (o *GetEndpointByIDUsingGETNotFound) IsClientError() bool
- func (o *GetEndpointByIDUsingGETNotFound) IsCode(code int) bool
- func (o *GetEndpointByIDUsingGETNotFound) IsRedirect() bool
- func (o *GetEndpointByIDUsingGETNotFound) IsServerError() bool
- func (o *GetEndpointByIDUsingGETNotFound) IsSuccess() bool
- func (o *GetEndpointByIDUsingGETNotFound) String() string
- type GetEndpointByIDUsingGETOK
- func (o *GetEndpointByIDUsingGETOK) Error() string
- func (o *GetEndpointByIDUsingGETOK) GetPayload() models.Endpoint
- func (o *GetEndpointByIDUsingGETOK) IsClientError() bool
- func (o *GetEndpointByIDUsingGETOK) IsCode(code int) bool
- func (o *GetEndpointByIDUsingGETOK) IsRedirect() bool
- func (o *GetEndpointByIDUsingGETOK) IsServerError() bool
- func (o *GetEndpointByIDUsingGETOK) IsSuccess() bool
- func (o *GetEndpointByIDUsingGETOK) String() string
- type GetEndpointByIDUsingGETParams
- func NewGetEndpointByIDUsingGETParams() *GetEndpointByIDUsingGETParams
- func NewGetEndpointByIDUsingGETParamsWithContext(ctx context.Context) *GetEndpointByIDUsingGETParams
- func NewGetEndpointByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointByIDUsingGETParams
- func NewGetEndpointByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetEndpointByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetEndpointByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetEndpointByIDUsingGETParams) SetDefaults()
- func (o *GetEndpointByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetEndpointByIDUsingGETParams) SetID(id string)
- func (o *GetEndpointByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetEndpointByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithAuthorization(authorization string) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithContext(ctx context.Context) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithDefaults() *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithID(id string) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointByIDUsingGETParams
- func (o *GetEndpointByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEndpointByIDUsingGETReader
- type GetEndpointByIDUsingGETUnauthorized
- func (o *GetEndpointByIDUsingGETUnauthorized) Error() string
- func (o *GetEndpointByIDUsingGETUnauthorized) IsClientError() bool
- func (o *GetEndpointByIDUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetEndpointByIDUsingGETUnauthorized) IsRedirect() bool
- func (o *GetEndpointByIDUsingGETUnauthorized) IsServerError() bool
- func (o *GetEndpointByIDUsingGETUnauthorized) IsSuccess() bool
- func (o *GetEndpointByIDUsingGETUnauthorized) String() string
- type GetEndpointByNameUsingGETForbidden
- func (o *GetEndpointByNameUsingGETForbidden) Error() string
- func (o *GetEndpointByNameUsingGETForbidden) IsClientError() bool
- func (o *GetEndpointByNameUsingGETForbidden) IsCode(code int) bool
- func (o *GetEndpointByNameUsingGETForbidden) IsRedirect() bool
- func (o *GetEndpointByNameUsingGETForbidden) IsServerError() bool
- func (o *GetEndpointByNameUsingGETForbidden) IsSuccess() bool
- func (o *GetEndpointByNameUsingGETForbidden) String() string
- type GetEndpointByNameUsingGETInternalServerError
- func (o *GetEndpointByNameUsingGETInternalServerError) Error() string
- func (o *GetEndpointByNameUsingGETInternalServerError) IsClientError() bool
- func (o *GetEndpointByNameUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetEndpointByNameUsingGETInternalServerError) IsRedirect() bool
- func (o *GetEndpointByNameUsingGETInternalServerError) IsServerError() bool
- func (o *GetEndpointByNameUsingGETInternalServerError) IsSuccess() bool
- func (o *GetEndpointByNameUsingGETInternalServerError) String() string
- type GetEndpointByNameUsingGETNotFound
- func (o *GetEndpointByNameUsingGETNotFound) Error() string
- func (o *GetEndpointByNameUsingGETNotFound) GetPayload() *models.Error
- func (o *GetEndpointByNameUsingGETNotFound) IsClientError() bool
- func (o *GetEndpointByNameUsingGETNotFound) IsCode(code int) bool
- func (o *GetEndpointByNameUsingGETNotFound) IsRedirect() bool
- func (o *GetEndpointByNameUsingGETNotFound) IsServerError() bool
- func (o *GetEndpointByNameUsingGETNotFound) IsSuccess() bool
- func (o *GetEndpointByNameUsingGETNotFound) String() string
- type GetEndpointByNameUsingGETOK
- func (o *GetEndpointByNameUsingGETOK) Error() string
- func (o *GetEndpointByNameUsingGETOK) GetPayload() models.Endpoint
- func (o *GetEndpointByNameUsingGETOK) IsClientError() bool
- func (o *GetEndpointByNameUsingGETOK) IsCode(code int) bool
- func (o *GetEndpointByNameUsingGETOK) IsRedirect() bool
- func (o *GetEndpointByNameUsingGETOK) IsServerError() bool
- func (o *GetEndpointByNameUsingGETOK) IsSuccess() bool
- func (o *GetEndpointByNameUsingGETOK) String() string
- type GetEndpointByNameUsingGETParams
- func NewGetEndpointByNameUsingGETParams() *GetEndpointByNameUsingGETParams
- func NewGetEndpointByNameUsingGETParamsWithContext(ctx context.Context) *GetEndpointByNameUsingGETParams
- func NewGetEndpointByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointByNameUsingGETParams
- func NewGetEndpointByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetEndpointByNameUsingGETParams) SetAuthorization(authorization string)
- func (o *GetEndpointByNameUsingGETParams) SetContext(ctx context.Context)
- func (o *GetEndpointByNameUsingGETParams) SetDefaults()
- func (o *GetEndpointByNameUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetEndpointByNameUsingGETParams) SetName(name string)
- func (o *GetEndpointByNameUsingGETParams) SetProject(project string)
- func (o *GetEndpointByNameUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetEndpointByNameUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithAuthorization(authorization string) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithContext(ctx context.Context) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithDefaults() *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithName(name string) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithProject(project string) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointByNameUsingGETParams
- func (o *GetEndpointByNameUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEndpointByNameUsingGETReader
- type GetEndpointByNameUsingGETUnauthorized
- func (o *GetEndpointByNameUsingGETUnauthorized) Error() string
- func (o *GetEndpointByNameUsingGETUnauthorized) IsClientError() bool
- func (o *GetEndpointByNameUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetEndpointByNameUsingGETUnauthorized) IsRedirect() bool
- func (o *GetEndpointByNameUsingGETUnauthorized) IsServerError() bool
- func (o *GetEndpointByNameUsingGETUnauthorized) IsSuccess() bool
- func (o *GetEndpointByNameUsingGETUnauthorized) String() string
- type GetEndpointPropertiesUsingGETForbidden
- func (o *GetEndpointPropertiesUsingGETForbidden) Error() string
- func (o *GetEndpointPropertiesUsingGETForbidden) IsClientError() bool
- func (o *GetEndpointPropertiesUsingGETForbidden) IsCode(code int) bool
- func (o *GetEndpointPropertiesUsingGETForbidden) IsRedirect() bool
- func (o *GetEndpointPropertiesUsingGETForbidden) IsServerError() bool
- func (o *GetEndpointPropertiesUsingGETForbidden) IsSuccess() bool
- func (o *GetEndpointPropertiesUsingGETForbidden) String() string
- type GetEndpointPropertiesUsingGETInternalServerError
- func (o *GetEndpointPropertiesUsingGETInternalServerError) Error() string
- func (o *GetEndpointPropertiesUsingGETInternalServerError) IsClientError() bool
- func (o *GetEndpointPropertiesUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetEndpointPropertiesUsingGETInternalServerError) IsRedirect() bool
- func (o *GetEndpointPropertiesUsingGETInternalServerError) IsServerError() bool
- func (o *GetEndpointPropertiesUsingGETInternalServerError) IsSuccess() bool
- func (o *GetEndpointPropertiesUsingGETInternalServerError) String() string
- type GetEndpointPropertiesUsingGETNotFound
- func (o *GetEndpointPropertiesUsingGETNotFound) Error() string
- func (o *GetEndpointPropertiesUsingGETNotFound) GetPayload() *models.Error
- func (o *GetEndpointPropertiesUsingGETNotFound) IsClientError() bool
- func (o *GetEndpointPropertiesUsingGETNotFound) IsCode(code int) bool
- func (o *GetEndpointPropertiesUsingGETNotFound) IsRedirect() bool
- func (o *GetEndpointPropertiesUsingGETNotFound) IsServerError() bool
- func (o *GetEndpointPropertiesUsingGETNotFound) IsSuccess() bool
- func (o *GetEndpointPropertiesUsingGETNotFound) String() string
- type GetEndpointPropertiesUsingGETOK
- func (o *GetEndpointPropertiesUsingGETOK) Error() string
- func (o *GetEndpointPropertiesUsingGETOK) GetPayload() interface{}
- func (o *GetEndpointPropertiesUsingGETOK) IsClientError() bool
- func (o *GetEndpointPropertiesUsingGETOK) IsCode(code int) bool
- func (o *GetEndpointPropertiesUsingGETOK) IsRedirect() bool
- func (o *GetEndpointPropertiesUsingGETOK) IsServerError() bool
- func (o *GetEndpointPropertiesUsingGETOK) IsSuccess() bool
- func (o *GetEndpointPropertiesUsingGETOK) String() string
- type GetEndpointPropertiesUsingGETParams
- func NewGetEndpointPropertiesUsingGETParams() *GetEndpointPropertiesUsingGETParams
- func NewGetEndpointPropertiesUsingGETParamsWithContext(ctx context.Context) *GetEndpointPropertiesUsingGETParams
- func NewGetEndpointPropertiesUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointPropertiesUsingGETParams
- func NewGetEndpointPropertiesUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetEndpointPropertiesUsingGETParams) SetAuthorization(authorization string)
- func (o *GetEndpointPropertiesUsingGETParams) SetContext(ctx context.Context)
- func (o *GetEndpointPropertiesUsingGETParams) SetDefaults()
- func (o *GetEndpointPropertiesUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetEndpointPropertiesUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetEndpointPropertiesUsingGETParams) SetType(typeVar string)
- func (o *GetEndpointPropertiesUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithAuthorization(authorization string) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithContext(ctx context.Context) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithDefaults() *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WithType(typeVar string) *GetEndpointPropertiesUsingGETParams
- func (o *GetEndpointPropertiesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEndpointPropertiesUsingGETReader
- type GetEndpointPropertiesUsingGETUnauthorized
- func (o *GetEndpointPropertiesUsingGETUnauthorized) Error() string
- func (o *GetEndpointPropertiesUsingGETUnauthorized) IsClientError() bool
- func (o *GetEndpointPropertiesUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetEndpointPropertiesUsingGETUnauthorized) IsRedirect() bool
- func (o *GetEndpointPropertiesUsingGETUnauthorized) IsServerError() bool
- func (o *GetEndpointPropertiesUsingGETUnauthorized) IsSuccess() bool
- func (o *GetEndpointPropertiesUsingGETUnauthorized) String() string
- type GetEndpointTilesUsingGETForbidden
- func (o *GetEndpointTilesUsingGETForbidden) Error() string
- func (o *GetEndpointTilesUsingGETForbidden) IsClientError() bool
- func (o *GetEndpointTilesUsingGETForbidden) IsCode(code int) bool
- func (o *GetEndpointTilesUsingGETForbidden) IsRedirect() bool
- func (o *GetEndpointTilesUsingGETForbidden) IsServerError() bool
- func (o *GetEndpointTilesUsingGETForbidden) IsSuccess() bool
- func (o *GetEndpointTilesUsingGETForbidden) String() string
- type GetEndpointTilesUsingGETInternalServerError
- func (o *GetEndpointTilesUsingGETInternalServerError) Error() string
- func (o *GetEndpointTilesUsingGETInternalServerError) IsClientError() bool
- func (o *GetEndpointTilesUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetEndpointTilesUsingGETInternalServerError) IsRedirect() bool
- func (o *GetEndpointTilesUsingGETInternalServerError) IsServerError() bool
- func (o *GetEndpointTilesUsingGETInternalServerError) IsSuccess() bool
- func (o *GetEndpointTilesUsingGETInternalServerError) String() string
- type GetEndpointTilesUsingGETNotFound
- func (o *GetEndpointTilesUsingGETNotFound) Error() string
- func (o *GetEndpointTilesUsingGETNotFound) GetPayload() *models.Error
- func (o *GetEndpointTilesUsingGETNotFound) IsClientError() bool
- func (o *GetEndpointTilesUsingGETNotFound) IsCode(code int) bool
- func (o *GetEndpointTilesUsingGETNotFound) IsRedirect() bool
- func (o *GetEndpointTilesUsingGETNotFound) IsServerError() bool
- func (o *GetEndpointTilesUsingGETNotFound) IsSuccess() bool
- func (o *GetEndpointTilesUsingGETNotFound) String() string
- type GetEndpointTilesUsingGETOK
- func (o *GetEndpointTilesUsingGETOK) Error() string
- func (o *GetEndpointTilesUsingGETOK) GetPayload() models.Tiles
- func (o *GetEndpointTilesUsingGETOK) IsClientError() bool
- func (o *GetEndpointTilesUsingGETOK) IsCode(code int) bool
- func (o *GetEndpointTilesUsingGETOK) IsRedirect() bool
- func (o *GetEndpointTilesUsingGETOK) IsServerError() bool
- func (o *GetEndpointTilesUsingGETOK) IsSuccess() bool
- func (o *GetEndpointTilesUsingGETOK) String() string
- type GetEndpointTilesUsingGETParams
- func NewGetEndpointTilesUsingGETParams() *GetEndpointTilesUsingGETParams
- func NewGetEndpointTilesUsingGETParamsWithContext(ctx context.Context) *GetEndpointTilesUsingGETParams
- func NewGetEndpointTilesUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointTilesUsingGETParams
- func NewGetEndpointTilesUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetEndpointTilesUsingGETParams) SetAuthorization(authorization string)
- func (o *GetEndpointTilesUsingGETParams) SetContext(ctx context.Context)
- func (o *GetEndpointTilesUsingGETParams) SetDefaults()
- func (o *GetEndpointTilesUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetEndpointTilesUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetEndpointTilesUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WithAuthorization(authorization string) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WithContext(ctx context.Context) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WithDefaults() *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointTilesUsingGETParams
- func (o *GetEndpointTilesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEndpointTilesUsingGETReader
- type GetEndpointTilesUsingGETUnauthorized
- func (o *GetEndpointTilesUsingGETUnauthorized) Error() string
- func (o *GetEndpointTilesUsingGETUnauthorized) IsClientError() bool
- func (o *GetEndpointTilesUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetEndpointTilesUsingGETUnauthorized) IsRedirect() bool
- func (o *GetEndpointTilesUsingGETUnauthorized) IsServerError() bool
- func (o *GetEndpointTilesUsingGETUnauthorized) IsSuccess() bool
- func (o *GetEndpointTilesUsingGETUnauthorized) String() string
- type GetUsingGETMixin4Forbidden
- func (o *GetUsingGETMixin4Forbidden) Error() string
- func (o *GetUsingGETMixin4Forbidden) IsClientError() bool
- func (o *GetUsingGETMixin4Forbidden) IsCode(code int) bool
- func (o *GetUsingGETMixin4Forbidden) IsRedirect() bool
- func (o *GetUsingGETMixin4Forbidden) IsServerError() bool
- func (o *GetUsingGETMixin4Forbidden) IsSuccess() bool
- func (o *GetUsingGETMixin4Forbidden) String() string
- type GetUsingGETMixin4InternalServerError
- func (o *GetUsingGETMixin4InternalServerError) Error() string
- func (o *GetUsingGETMixin4InternalServerError) IsClientError() bool
- func (o *GetUsingGETMixin4InternalServerError) IsCode(code int) bool
- func (o *GetUsingGETMixin4InternalServerError) IsRedirect() bool
- func (o *GetUsingGETMixin4InternalServerError) IsServerError() bool
- func (o *GetUsingGETMixin4InternalServerError) IsSuccess() bool
- func (o *GetUsingGETMixin4InternalServerError) String() string
- type GetUsingGETMixin4NotFound
- func (o *GetUsingGETMixin4NotFound) Error() string
- func (o *GetUsingGETMixin4NotFound) GetPayload() *models.Error
- func (o *GetUsingGETMixin4NotFound) IsClientError() bool
- func (o *GetUsingGETMixin4NotFound) IsCode(code int) bool
- func (o *GetUsingGETMixin4NotFound) IsRedirect() bool
- func (o *GetUsingGETMixin4NotFound) IsServerError() bool
- func (o *GetUsingGETMixin4NotFound) IsSuccess() bool
- func (o *GetUsingGETMixin4NotFound) String() string
- type GetUsingGETMixin4OK
- func (o *GetUsingGETMixin4OK) Error() string
- func (o *GetUsingGETMixin4OK) GetPayload() models.EndpointCertificateChain
- func (o *GetUsingGETMixin4OK) IsClientError() bool
- func (o *GetUsingGETMixin4OK) IsCode(code int) bool
- func (o *GetUsingGETMixin4OK) IsRedirect() bool
- func (o *GetUsingGETMixin4OK) IsServerError() bool
- func (o *GetUsingGETMixin4OK) IsSuccess() bool
- func (o *GetUsingGETMixin4OK) String() string
- type GetUsingGETMixin4Params
- func NewGetUsingGETMixin4Params() *GetUsingGETMixin4Params
- func NewGetUsingGETMixin4ParamsWithContext(ctx context.Context) *GetUsingGETMixin4Params
- func NewGetUsingGETMixin4ParamsWithHTTPClient(client *http.Client) *GetUsingGETMixin4Params
- func NewGetUsingGETMixin4ParamsWithTimeout(timeout time.Duration) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) SetAPIVersion(aPIVersion string)
- func (o *GetUsingGETMixin4Params) SetAuthorization(authorization string)
- func (o *GetUsingGETMixin4Params) SetContext(ctx context.Context)
- func (o *GetUsingGETMixin4Params) SetDefaults()
- func (o *GetUsingGETMixin4Params) SetHTTPClient(client *http.Client)
- func (o *GetUsingGETMixin4Params) SetTimeout(timeout time.Duration)
- func (o *GetUsingGETMixin4Params) WithAPIVersion(aPIVersion string) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WithAuthorization(authorization string) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WithContext(ctx context.Context) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WithDefaults() *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WithHTTPClient(client *http.Client) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WithTimeout(timeout time.Duration) *GetUsingGETMixin4Params
- func (o *GetUsingGETMixin4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsingGETMixin4Reader
- type GetUsingGETMixin4Unauthorized
- func (o *GetUsingGETMixin4Unauthorized) Error() string
- func (o *GetUsingGETMixin4Unauthorized) IsClientError() bool
- func (o *GetUsingGETMixin4Unauthorized) IsCode(code int) bool
- func (o *GetUsingGETMixin4Unauthorized) IsRedirect() bool
- func (o *GetUsingGETMixin4Unauthorized) IsServerError() bool
- func (o *GetUsingGETMixin4Unauthorized) IsSuccess() bool
- func (o *GetUsingGETMixin4Unauthorized) String() string
- type UpdateEndpointByIDUsingPUTForbidden
- func (o *UpdateEndpointByIDUsingPUTForbidden) Error() string
- func (o *UpdateEndpointByIDUsingPUTForbidden) IsClientError() bool
- func (o *UpdateEndpointByIDUsingPUTForbidden) IsCode(code int) bool
- func (o *UpdateEndpointByIDUsingPUTForbidden) IsRedirect() bool
- func (o *UpdateEndpointByIDUsingPUTForbidden) IsServerError() bool
- func (o *UpdateEndpointByIDUsingPUTForbidden) IsSuccess() bool
- func (o *UpdateEndpointByIDUsingPUTForbidden) String() string
- type UpdateEndpointByIDUsingPUTInternalServerError
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) Error() string
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsClientError() bool
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsCode(code int) bool
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsRedirect() bool
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsServerError() bool
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsSuccess() bool
- func (o *UpdateEndpointByIDUsingPUTInternalServerError) String() string
- type UpdateEndpointByIDUsingPUTNotFound
- func (o *UpdateEndpointByIDUsingPUTNotFound) Error() string
- func (o *UpdateEndpointByIDUsingPUTNotFound) GetPayload() *models.Error
- func (o *UpdateEndpointByIDUsingPUTNotFound) IsClientError() bool
- func (o *UpdateEndpointByIDUsingPUTNotFound) IsCode(code int) bool
- func (o *UpdateEndpointByIDUsingPUTNotFound) IsRedirect() bool
- func (o *UpdateEndpointByIDUsingPUTNotFound) IsServerError() bool
- func (o *UpdateEndpointByIDUsingPUTNotFound) IsSuccess() bool
- func (o *UpdateEndpointByIDUsingPUTNotFound) String() string
- type UpdateEndpointByIDUsingPUTOK
- func (o *UpdateEndpointByIDUsingPUTOK) Error() string
- func (o *UpdateEndpointByIDUsingPUTOK) GetPayload() models.Endpoint
- func (o *UpdateEndpointByIDUsingPUTOK) IsClientError() bool
- func (o *UpdateEndpointByIDUsingPUTOK) IsCode(code int) bool
- func (o *UpdateEndpointByIDUsingPUTOK) IsRedirect() bool
- func (o *UpdateEndpointByIDUsingPUTOK) IsServerError() bool
- func (o *UpdateEndpointByIDUsingPUTOK) IsSuccess() bool
- func (o *UpdateEndpointByIDUsingPUTOK) String() string
- type UpdateEndpointByIDUsingPUTParams
- func NewUpdateEndpointByIDUsingPUTParams() *UpdateEndpointByIDUsingPUTParams
- func NewUpdateEndpointByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateEndpointByIDUsingPUTParams
- func NewUpdateEndpointByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEndpointByIDUsingPUTParams
- func NewUpdateEndpointByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
- func (o *UpdateEndpointByIDUsingPUTParams) SetAuthorization(authorization string)
- func (o *UpdateEndpointByIDUsingPUTParams) SetBody(body models.EndpointSpec)
- func (o *UpdateEndpointByIDUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateEndpointByIDUsingPUTParams) SetDefaults()
- func (o *UpdateEndpointByIDUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateEndpointByIDUsingPUTParams) SetID(id string)
- func (o *UpdateEndpointByIDUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateEndpointByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithBody(body models.EndpointSpec) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithDefaults() *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithID(id string) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateEndpointByIDUsingPUTParams
- func (o *UpdateEndpointByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateEndpointByIDUsingPUTReader
- type UpdateEndpointByIDUsingPUTUnauthorized
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) Error() string
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsClientError() bool
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsCode(code int) bool
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsRedirect() bool
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsServerError() bool
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsSuccess() bool
- func (o *UpdateEndpointByIDUsingPUTUnauthorized) String() string
- type UpdateEndpointByNameUsingPUTForbidden
- func (o *UpdateEndpointByNameUsingPUTForbidden) Error() string
- func (o *UpdateEndpointByNameUsingPUTForbidden) IsClientError() bool
- func (o *UpdateEndpointByNameUsingPUTForbidden) IsCode(code int) bool
- func (o *UpdateEndpointByNameUsingPUTForbidden) IsRedirect() bool
- func (o *UpdateEndpointByNameUsingPUTForbidden) IsServerError() bool
- func (o *UpdateEndpointByNameUsingPUTForbidden) IsSuccess() bool
- func (o *UpdateEndpointByNameUsingPUTForbidden) String() string
- type UpdateEndpointByNameUsingPUTInternalServerError
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) Error() string
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsClientError() bool
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsCode(code int) bool
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsRedirect() bool
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsServerError() bool
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsSuccess() bool
- func (o *UpdateEndpointByNameUsingPUTInternalServerError) String() string
- type UpdateEndpointByNameUsingPUTNotFound
- func (o *UpdateEndpointByNameUsingPUTNotFound) Error() string
- func (o *UpdateEndpointByNameUsingPUTNotFound) GetPayload() *models.Error
- func (o *UpdateEndpointByNameUsingPUTNotFound) IsClientError() bool
- func (o *UpdateEndpointByNameUsingPUTNotFound) IsCode(code int) bool
- func (o *UpdateEndpointByNameUsingPUTNotFound) IsRedirect() bool
- func (o *UpdateEndpointByNameUsingPUTNotFound) IsServerError() bool
- func (o *UpdateEndpointByNameUsingPUTNotFound) IsSuccess() bool
- func (o *UpdateEndpointByNameUsingPUTNotFound) String() string
- type UpdateEndpointByNameUsingPUTOK
- func (o *UpdateEndpointByNameUsingPUTOK) Error() string
- func (o *UpdateEndpointByNameUsingPUTOK) GetPayload() models.Endpoint
- func (o *UpdateEndpointByNameUsingPUTOK) IsClientError() bool
- func (o *UpdateEndpointByNameUsingPUTOK) IsCode(code int) bool
- func (o *UpdateEndpointByNameUsingPUTOK) IsRedirect() bool
- func (o *UpdateEndpointByNameUsingPUTOK) IsServerError() bool
- func (o *UpdateEndpointByNameUsingPUTOK) IsSuccess() bool
- func (o *UpdateEndpointByNameUsingPUTOK) String() string
- type UpdateEndpointByNameUsingPUTParams
- func NewUpdateEndpointByNameUsingPUTParams() *UpdateEndpointByNameUsingPUTParams
- func NewUpdateEndpointByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateEndpointByNameUsingPUTParams
- func NewUpdateEndpointByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEndpointByNameUsingPUTParams
- func NewUpdateEndpointByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) SetAPIVersion(aPIVersion string)
- func (o *UpdateEndpointByNameUsingPUTParams) SetAuthorization(authorization string)
- func (o *UpdateEndpointByNameUsingPUTParams) SetBody(body models.EndpointSpec)
- func (o *UpdateEndpointByNameUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateEndpointByNameUsingPUTParams) SetDefaults()
- func (o *UpdateEndpointByNameUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateEndpointByNameUsingPUTParams) SetName(name string)
- func (o *UpdateEndpointByNameUsingPUTParams) SetProject(project string)
- func (o *UpdateEndpointByNameUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateEndpointByNameUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithAuthorization(authorization string) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithBody(body models.EndpointSpec) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithContext(ctx context.Context) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithDefaults() *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithName(name string) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithProject(project string) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateEndpointByNameUsingPUTParams
- func (o *UpdateEndpointByNameUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateEndpointByNameUsingPUTReader
- type UpdateEndpointByNameUsingPUTUnauthorized
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) Error() string
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsClientError() bool
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsCode(code int) bool
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsRedirect() bool
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsServerError() bool
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsSuccess() bool
- func (o *UpdateEndpointByNameUsingPUTUnauthorized) String() string
- type ValidateEndpointUsingPOSTForbidden
- func (o *ValidateEndpointUsingPOSTForbidden) Error() string
- func (o *ValidateEndpointUsingPOSTForbidden) IsClientError() bool
- func (o *ValidateEndpointUsingPOSTForbidden) IsCode(code int) bool
- func (o *ValidateEndpointUsingPOSTForbidden) IsRedirect() bool
- func (o *ValidateEndpointUsingPOSTForbidden) IsServerError() bool
- func (o *ValidateEndpointUsingPOSTForbidden) IsSuccess() bool
- func (o *ValidateEndpointUsingPOSTForbidden) String() string
- type ValidateEndpointUsingPOSTInternalServerError
- func (o *ValidateEndpointUsingPOSTInternalServerError) Error() string
- func (o *ValidateEndpointUsingPOSTInternalServerError) IsClientError() bool
- func (o *ValidateEndpointUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *ValidateEndpointUsingPOSTInternalServerError) IsRedirect() bool
- func (o *ValidateEndpointUsingPOSTInternalServerError) IsServerError() bool
- func (o *ValidateEndpointUsingPOSTInternalServerError) IsSuccess() bool
- func (o *ValidateEndpointUsingPOSTInternalServerError) String() string
- type ValidateEndpointUsingPOSTNotFound
- func (o *ValidateEndpointUsingPOSTNotFound) Error() string
- func (o *ValidateEndpointUsingPOSTNotFound) GetPayload() *models.Error
- func (o *ValidateEndpointUsingPOSTNotFound) IsClientError() bool
- func (o *ValidateEndpointUsingPOSTNotFound) IsCode(code int) bool
- func (o *ValidateEndpointUsingPOSTNotFound) IsRedirect() bool
- func (o *ValidateEndpointUsingPOSTNotFound) IsServerError() bool
- func (o *ValidateEndpointUsingPOSTNotFound) IsSuccess() bool
- func (o *ValidateEndpointUsingPOSTNotFound) String() string
- type ValidateEndpointUsingPOSTOK
- func (o *ValidateEndpointUsingPOSTOK) Error() string
- func (o *ValidateEndpointUsingPOSTOK) GetPayload() *models.TileExecutorResponse
- func (o *ValidateEndpointUsingPOSTOK) IsClientError() bool
- func (o *ValidateEndpointUsingPOSTOK) IsCode(code int) bool
- func (o *ValidateEndpointUsingPOSTOK) IsRedirect() bool
- func (o *ValidateEndpointUsingPOSTOK) IsServerError() bool
- func (o *ValidateEndpointUsingPOSTOK) IsSuccess() bool
- func (o *ValidateEndpointUsingPOSTOK) String() string
- type ValidateEndpointUsingPOSTParams
- func NewValidateEndpointUsingPOSTParams() *ValidateEndpointUsingPOSTParams
- func NewValidateEndpointUsingPOSTParamsWithContext(ctx context.Context) *ValidateEndpointUsingPOSTParams
- func NewValidateEndpointUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateEndpointUsingPOSTParams
- func NewValidateEndpointUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *ValidateEndpointUsingPOSTParams) SetAuthorization(authorization string)
- func (o *ValidateEndpointUsingPOSTParams) SetBody(body models.EndpointValidationSpec)
- func (o *ValidateEndpointUsingPOSTParams) SetContext(ctx context.Context)
- func (o *ValidateEndpointUsingPOSTParams) SetDefaults()
- func (o *ValidateEndpointUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *ValidateEndpointUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *ValidateEndpointUsingPOSTParams) WithAPIVersion(aPIVersion string) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithAuthorization(authorization string) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithBody(body models.EndpointValidationSpec) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithContext(ctx context.Context) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithDefaults() *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithHTTPClient(client *http.Client) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WithTimeout(timeout time.Duration) *ValidateEndpointUsingPOSTParams
- func (o *ValidateEndpointUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateEndpointUsingPOSTReader
- type ValidateEndpointUsingPOSTUnauthorized
- func (o *ValidateEndpointUsingPOSTUnauthorized) Error() string
- func (o *ValidateEndpointUsingPOSTUnauthorized) IsClientError() bool
- func (o *ValidateEndpointUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *ValidateEndpointUsingPOSTUnauthorized) IsRedirect() bool
- func (o *ValidateEndpointUsingPOSTUnauthorized) IsServerError() bool
- func (o *ValidateEndpointUsingPOSTUnauthorized) IsSuccess() bool
- func (o *ValidateEndpointUsingPOSTUnauthorized) String() string
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) CreateEndpointUsingPOST ¶ added in v0.4.0
func (a *Client) CreateEndpointUsingPOST(params *CreateEndpointUsingPOSTParams, opts ...ClientOption) (*CreateEndpointUsingPOSTOK, error)
CreateEndpointUsingPOST creates an endpoint
Create an Endpoint based on the given project
func (*Client) DeleteEndpointByIDUsingDELETE ¶ added in v0.4.0
func (a *Client) DeleteEndpointByIDUsingDELETE(params *DeleteEndpointByIDUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByIDUsingDELETEOK, error)
DeleteEndpointByIDUsingDELETE deletes an endpoint by id
Delete an Endpoint with the given id
func (*Client) DeleteEndpointByNameUsingDELETE ¶ added in v0.4.0
func (a *Client) DeleteEndpointByNameUsingDELETE(params *DeleteEndpointByNameUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByNameUsingDELETEOK, error)
DeleteEndpointByNameUsingDELETE deletes an endpoint by project and name
Delete an Endpoint with the given name
func (*Client) GetAllEndpointsUsingGET ¶ added in v0.4.0
func (a *Client) GetAllEndpointsUsingGET(params *GetAllEndpointsUsingGETParams, opts ...ClientOption) (*GetAllEndpointsUsingGETOK, error)
GetAllEndpointsUsingGET gets all endpoints
Get all Endpoints with specified paging and filter parameters
func (*Client) GetEndpointByIDUsingGET ¶ added in v0.4.0
func (a *Client) GetEndpointByIDUsingGET(params *GetEndpointByIDUsingGETParams, opts ...ClientOption) (*GetEndpointByIDUsingGETOK, error)
GetEndpointByIDUsingGET gets an endpoint
Get an Endpoint with the given id
func (*Client) GetEndpointByNameUsingGET ¶ added in v0.4.0
func (a *Client) GetEndpointByNameUsingGET(params *GetEndpointByNameUsingGETParams, opts ...ClientOption) (*GetEndpointByNameUsingGETOK, error)
GetEndpointByNameUsingGET 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) GetUsingGETMixin4 ¶ added in v0.5.0
func (a *Client) GetUsingGETMixin4(params *GetUsingGETMixin4Params, opts ...ClientOption) (*GetUsingGETMixin4OK, error)
GetUsingGETMixin4 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) UpdateEndpointByIDUsingPUT ¶ added in v0.4.0
func (a *Client) UpdateEndpointByIDUsingPUT(params *UpdateEndpointByIDUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByIDUsingPUTOK, error)
UpdateEndpointByIDUsingPUT updates an endpoint by id
Update an Endpoint with the given id
func (*Client) UpdateEndpointByNameUsingPUT ¶ added in v0.4.0
func (a *Client) UpdateEndpointByNameUsingPUT(params *UpdateEndpointByNameUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByNameUsingPUTOK, error)
UpdateEndpointByNameUsingPUT 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 { CreateEndpointUsingPOST(params *CreateEndpointUsingPOSTParams, opts ...ClientOption) (*CreateEndpointUsingPOSTOK, error) DeleteEndpointByIDUsingDELETE(params *DeleteEndpointByIDUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByIDUsingDELETEOK, error) DeleteEndpointByNameUsingDELETE(params *DeleteEndpointByNameUsingDELETEParams, opts ...ClientOption) (*DeleteEndpointByNameUsingDELETEOK, error) GetAllEndpointsUsingGET(params *GetAllEndpointsUsingGETParams, opts ...ClientOption) (*GetAllEndpointsUsingGETOK, error) GetEndpointByIDUsingGET(params *GetEndpointByIDUsingGETParams, opts ...ClientOption) (*GetEndpointByIDUsingGETOK, error) GetEndpointByNameUsingGET(params *GetEndpointByNameUsingGETParams, opts ...ClientOption) (*GetEndpointByNameUsingGETOK, error) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error) GetUsingGETMixin4(params *GetUsingGETMixin4Params, opts ...ClientOption) (*GetUsingGETMixin4OK, error) UpdateEndpointByIDUsingPUT(params *UpdateEndpointByIDUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByIDUsingPUTOK, error) UpdateEndpointByNameUsingPUT(params *UpdateEndpointByNameUsingPUTParams, opts ...ClientOption) (*UpdateEndpointByNameUsingPUTOK, 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 CreateEndpointUsingPOSTForbidden ¶ added in v0.4.0
type CreateEndpointUsingPOSTForbidden struct { }
CreateEndpointUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateEndpointUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTForbidden() *CreateEndpointUsingPOSTForbidden
NewCreateEndpointUsingPOSTForbidden creates a CreateEndpointUsingPOSTForbidden with default headers values
func (*CreateEndpointUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTForbidden) Error() string
func (*CreateEndpointUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create endpoint using p o s t forbidden response has a 4xx status code
func (*CreateEndpointUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create endpoint using p o s t forbidden response a status code equal to that given
func (*CreateEndpointUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create endpoint using p o s t forbidden response has a 3xx status code
func (*CreateEndpointUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create endpoint using p o s t forbidden response has a 5xx status code
func (*CreateEndpointUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create endpoint using p o s t forbidden response has a 2xx status code
func (*CreateEndpointUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTForbidden) String() string
type CreateEndpointUsingPOSTInternalServerError ¶ added in v0.4.0
type CreateEndpointUsingPOSTInternalServerError struct { }
CreateEndpointUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewCreateEndpointUsingPOSTInternalServerError ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTInternalServerError() *CreateEndpointUsingPOSTInternalServerError
NewCreateEndpointUsingPOSTInternalServerError creates a CreateEndpointUsingPOSTInternalServerError with default headers values
func (*CreateEndpointUsingPOSTInternalServerError) Error ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTInternalServerError) Error() string
func (*CreateEndpointUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this create endpoint using p o s t internal server error response has a 4xx status code
func (*CreateEndpointUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this create endpoint using p o s t internal server error response a status code equal to that given
func (*CreateEndpointUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this create endpoint using p o s t internal server error response has a 3xx status code
func (*CreateEndpointUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this create endpoint using p o s t internal server error response has a 5xx status code
func (*CreateEndpointUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this create endpoint using p o s t internal server error response has a 2xx status code
func (*CreateEndpointUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTInternalServerError) String() string
type CreateEndpointUsingPOSTNotFound ¶ added in v0.4.0
CreateEndpointUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateEndpointUsingPOSTNotFound ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTNotFound() *CreateEndpointUsingPOSTNotFound
NewCreateEndpointUsingPOSTNotFound creates a CreateEndpointUsingPOSTNotFound with default headers values
func (*CreateEndpointUsingPOSTNotFound) Error ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTNotFound) Error() string
func (*CreateEndpointUsingPOSTNotFound) GetPayload ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTNotFound) GetPayload() *models.Error
func (*CreateEndpointUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this create endpoint using p o s t not found response has a 4xx status code
func (*CreateEndpointUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this create endpoint using p o s t not found response a status code equal to that given
func (*CreateEndpointUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this create endpoint using p o s t not found response has a 3xx status code
func (*CreateEndpointUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this create endpoint using p o s t not found response has a 5xx status code
func (*CreateEndpointUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this create endpoint using p o s t not found response has a 2xx status code
func (*CreateEndpointUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTNotFound) String() string
type CreateEndpointUsingPOSTOK ¶ added in v0.4.0
CreateEndpointUsingPOSTOK describes a response with status code 200, with default header values.
'Success' with the created Endpoint
func NewCreateEndpointUsingPOSTOK ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTOK() *CreateEndpointUsingPOSTOK
NewCreateEndpointUsingPOSTOK creates a CreateEndpointUsingPOSTOK with default headers values
func (*CreateEndpointUsingPOSTOK) Error ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTOK) Error() string
func (*CreateEndpointUsingPOSTOK) GetPayload ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTOK) GetPayload() models.Endpoint
func (*CreateEndpointUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create endpoint using p o s t o k response has a 4xx status code
func (*CreateEndpointUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create endpoint using p o s t o k response a status code equal to that given
func (*CreateEndpointUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create endpoint using p o s t o k response has a 3xx status code
func (*CreateEndpointUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create endpoint using p o s t o k response has a 5xx status code
func (*CreateEndpointUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create endpoint using p o s t o k response has a 2xx status code
func (*CreateEndpointUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTOK) String() string
type CreateEndpointUsingPOSTParams ¶ added in v0.4.0
type CreateEndpointUsingPOSTParams 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 }
CreateEndpointUsingPOSTParams contains all the parameters to send to the API endpoint
for the create endpoint using p o s t operation. Typically these are written to a http.Request.
func NewCreateEndpointUsingPOSTParams ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTParams() *CreateEndpointUsingPOSTParams
NewCreateEndpointUsingPOSTParams creates a new CreateEndpointUsingPOSTParams 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 NewCreateEndpointUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTParamsWithContext(ctx context.Context) *CreateEndpointUsingPOSTParams
NewCreateEndpointUsingPOSTParamsWithContext creates a new CreateEndpointUsingPOSTParams object with the ability to set a context for a request.
func NewCreateEndpointUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateEndpointUsingPOSTParams
NewCreateEndpointUsingPOSTParamsWithHTTPClient creates a new CreateEndpointUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateEndpointUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateEndpointUsingPOSTParams
NewCreateEndpointUsingPOSTParamsWithTimeout creates a new CreateEndpointUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateEndpointUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) SetAuthorization ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) SetBody ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetBody(body models.EndpointSpec)
SetBody adds the body to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create endpoint using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateEndpointUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateEndpointUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithAuthorization ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithAuthorization(authorization string) *CreateEndpointUsingPOSTParams
WithAuthorization adds the authorization to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithBody ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithBody(body models.EndpointSpec) *CreateEndpointUsingPOSTParams
WithBody adds the body to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithContext(ctx context.Context) *CreateEndpointUsingPOSTParams
WithContext adds the context to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithDefaults() *CreateEndpointUsingPOSTParams
WithDefaults hydrates default values in the create endpoint using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateEndpointUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateEndpointUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateEndpointUsingPOSTParams
WithTimeout adds the timeout to the create endpoint using p o s t params
func (*CreateEndpointUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateEndpointUsingPOSTReader ¶ added in v0.4.0
type CreateEndpointUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateEndpointUsingPOSTReader is a Reader for the CreateEndpointUsingPOST structure.
func (*CreateEndpointUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateEndpointUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateEndpointUsingPOSTUnauthorized struct { }
CreateEndpointUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewCreateEndpointUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateEndpointUsingPOSTUnauthorized() *CreateEndpointUsingPOSTUnauthorized
NewCreateEndpointUsingPOSTUnauthorized creates a CreateEndpointUsingPOSTUnauthorized with default headers values
func (*CreateEndpointUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateEndpointUsingPOSTUnauthorized) Error() string
func (*CreateEndpointUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create endpoint using p o s t unauthorized response has a 4xx status code
func (*CreateEndpointUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create endpoint using p o s t unauthorized response a status code equal to that given
func (*CreateEndpointUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create endpoint using p o s t unauthorized response has a 3xx status code
func (*CreateEndpointUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create endpoint using p o s t unauthorized response has a 5xx status code
func (*CreateEndpointUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create endpoint using p o s t unauthorized response has a 2xx status code
func (*CreateEndpointUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateEndpointUsingPOSTUnauthorized) String() string
type DeleteEndpointByIDUsingDELETEForbidden ¶ added in v0.4.0
type DeleteEndpointByIDUsingDELETEForbidden struct { }
DeleteEndpointByIDUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteEndpointByIDUsingDELETEForbidden ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEForbidden() *DeleteEndpointByIDUsingDELETEForbidden
NewDeleteEndpointByIDUsingDELETEForbidden creates a DeleteEndpointByIDUsingDELETEForbidden with default headers values
func (*DeleteEndpointByIDUsingDELETEForbidden) Error ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) Error() string
func (*DeleteEndpointByIDUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete endpoint by Id using d e l e t e forbidden response has a 4xx status code
func (*DeleteEndpointByIDUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete endpoint by Id using d e l e t e forbidden response a status code equal to that given
func (*DeleteEndpointByIDUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete endpoint by Id using d e l e t e forbidden response has a 3xx status code
func (*DeleteEndpointByIDUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete endpoint by Id using d e l e t e forbidden response has a 5xx status code
func (*DeleteEndpointByIDUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete endpoint by Id using d e l e t e forbidden response has a 2xx status code
func (*DeleteEndpointByIDUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEForbidden) String() string
type DeleteEndpointByIDUsingDELETEInternalServerError ¶ added in v0.4.0
type DeleteEndpointByIDUsingDELETEInternalServerError struct { }
DeleteEndpointByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteEndpointByIDUsingDELETEInternalServerError ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEInternalServerError() *DeleteEndpointByIDUsingDELETEInternalServerError
NewDeleteEndpointByIDUsingDELETEInternalServerError creates a DeleteEndpointByIDUsingDELETEInternalServerError with default headers values
func (*DeleteEndpointByIDUsingDELETEInternalServerError) Error ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) Error() string
func (*DeleteEndpointByIDUsingDELETEInternalServerError) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsClientError() bool
IsClientError returns true when this delete endpoint by Id using d e l e t e internal server error response has a 4xx status code
func (*DeleteEndpointByIDUsingDELETEInternalServerError) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsCode(code int) bool
IsCode returns true when this delete endpoint by Id using d e l e t e internal server error response a status code equal to that given
func (*DeleteEndpointByIDUsingDELETEInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete endpoint by Id using d e l e t e internal server error response has a 3xx status code
func (*DeleteEndpointByIDUsingDELETEInternalServerError) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsServerError() bool
IsServerError returns true when this delete endpoint by Id using d e l e t e internal server error response has a 5xx status code
func (*DeleteEndpointByIDUsingDELETEInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete endpoint by Id using d e l e t e internal server error response has a 2xx status code
func (*DeleteEndpointByIDUsingDELETEInternalServerError) String ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEInternalServerError) String() string
type DeleteEndpointByIDUsingDELETENotFound ¶ added in v0.4.0
DeleteEndpointByIDUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteEndpointByIDUsingDELETENotFound ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETENotFound() *DeleteEndpointByIDUsingDELETENotFound
NewDeleteEndpointByIDUsingDELETENotFound creates a DeleteEndpointByIDUsingDELETENotFound with default headers values
func (*DeleteEndpointByIDUsingDELETENotFound) Error ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETENotFound) Error() string
func (*DeleteEndpointByIDUsingDELETENotFound) GetPayload ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteEndpointByIDUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete endpoint by Id using d e l e t e not found response has a 4xx status code
func (*DeleteEndpointByIDUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete endpoint by Id using d e l e t e not found response a status code equal to that given
func (*DeleteEndpointByIDUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete endpoint by Id using d e l e t e not found response has a 3xx status code
func (*DeleteEndpointByIDUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete endpoint by Id using d e l e t e not found response has a 5xx status code
func (*DeleteEndpointByIDUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete endpoint by Id using d e l e t e not found response has a 2xx status code
func (*DeleteEndpointByIDUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETENotFound) String() string
type DeleteEndpointByIDUsingDELETEOK ¶ added in v0.4.0
DeleteEndpointByIDUsingDELETEOK describes a response with status code 200, with default header values.
'Success' with the deleted Endpoint
func NewDeleteEndpointByIDUsingDELETEOK ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEOK() *DeleteEndpointByIDUsingDELETEOK
NewDeleteEndpointByIDUsingDELETEOK creates a DeleteEndpointByIDUsingDELETEOK with default headers values
func (*DeleteEndpointByIDUsingDELETEOK) Error ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEOK) Error() string
func (*DeleteEndpointByIDUsingDELETEOK) GetPayload ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEOK) GetPayload() models.Endpoint
func (*DeleteEndpointByIDUsingDELETEOK) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) IsClientError() bool
IsClientError returns true when this delete endpoint by Id using d e l e t e o k response has a 4xx status code
func (*DeleteEndpointByIDUsingDELETEOK) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) IsCode(code int) bool
IsCode returns true when this delete endpoint by Id using d e l e t e o k response a status code equal to that given
func (*DeleteEndpointByIDUsingDELETEOK) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) IsRedirect() bool
IsRedirect returns true when this delete endpoint by Id using d e l e t e o k response has a 3xx status code
func (*DeleteEndpointByIDUsingDELETEOK) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) IsServerError() bool
IsServerError returns true when this delete endpoint by Id using d e l e t e o k response has a 5xx status code
func (*DeleteEndpointByIDUsingDELETEOK) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) IsSuccess() bool
IsSuccess returns true when this delete endpoint by Id using d e l e t e o k response has a 2xx status code
func (*DeleteEndpointByIDUsingDELETEOK) String ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEOK) String() string
type DeleteEndpointByIDUsingDELETEParams ¶ added in v0.4.0
type DeleteEndpointByIDUsingDELETEParams 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 }
DeleteEndpointByIDUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete endpoint by Id using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteEndpointByIDUsingDELETEParams ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEParams() *DeleteEndpointByIDUsingDELETEParams
NewDeleteEndpointByIDUsingDELETEParams creates a new DeleteEndpointByIDUsingDELETEParams 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 NewDeleteEndpointByIDUsingDELETEParamsWithContext ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteEndpointByIDUsingDELETEParams
NewDeleteEndpointByIDUsingDELETEParamsWithContext creates a new DeleteEndpointByIDUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteEndpointByIDUsingDELETEParamsWithHTTPClient ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteEndpointByIDUsingDELETEParams
NewDeleteEndpointByIDUsingDELETEParamsWithHTTPClient creates a new DeleteEndpointByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteEndpointByIDUsingDELETEParamsWithTimeout ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteEndpointByIDUsingDELETEParams
NewDeleteEndpointByIDUsingDELETEParamsWithTimeout creates a new DeleteEndpointByIDUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteEndpointByIDUsingDELETEParams) SetAPIVersion ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) SetAuthorization ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) SetContext ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) SetDefaults ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete endpoint by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEndpointByIDUsingDELETEParams) SetHTTPClient ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) SetID ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetID(id string)
SetID adds the id to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) SetTimeout ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithAPIVersion ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteEndpointByIDUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithAuthorization ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteEndpointByIDUsingDELETEParams
WithAuthorization adds the authorization to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithContext ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteEndpointByIDUsingDELETEParams
WithContext adds the context to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithDefaults ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithDefaults() *DeleteEndpointByIDUsingDELETEParams
WithDefaults hydrates default values in the delete endpoint by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEndpointByIDUsingDELETEParams) WithHTTPClient ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteEndpointByIDUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithID ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithID(id string) *DeleteEndpointByIDUsingDELETEParams
WithID adds the id to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WithTimeout ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteEndpointByIDUsingDELETEParams
WithTimeout adds the timeout to the delete endpoint by Id using d e l e t e params
func (*DeleteEndpointByIDUsingDELETEParams) WriteToRequest ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteEndpointByIDUsingDELETEReader ¶ added in v0.4.0
type DeleteEndpointByIDUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteEndpointByIDUsingDELETEReader is a Reader for the DeleteEndpointByIDUsingDELETE structure.
func (*DeleteEndpointByIDUsingDELETEReader) ReadResponse ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteEndpointByIDUsingDELETEUnauthorized ¶ added in v0.4.0
type DeleteEndpointByIDUsingDELETEUnauthorized struct { }
DeleteEndpointByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteEndpointByIDUsingDELETEUnauthorized ¶ added in v0.4.0
func NewDeleteEndpointByIDUsingDELETEUnauthorized() *DeleteEndpointByIDUsingDELETEUnauthorized
NewDeleteEndpointByIDUsingDELETEUnauthorized creates a DeleteEndpointByIDUsingDELETEUnauthorized with default headers values
func (*DeleteEndpointByIDUsingDELETEUnauthorized) Error ¶ added in v0.4.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) Error() string
func (*DeleteEndpointByIDUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete endpoint by Id using d e l e t e unauthorized response has a 4xx status code
func (*DeleteEndpointByIDUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete endpoint by Id using d e l e t e unauthorized response a status code equal to that given
func (*DeleteEndpointByIDUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete endpoint by Id using d e l e t e unauthorized response has a 3xx status code
func (*DeleteEndpointByIDUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete endpoint by Id using d e l e t e unauthorized response has a 5xx status code
func (*DeleteEndpointByIDUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete endpoint by Id using d e l e t e unauthorized response has a 2xx status code
func (*DeleteEndpointByIDUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteEndpointByIDUsingDELETEUnauthorized) String() string
type DeleteEndpointByNameUsingDELETEForbidden ¶ added in v0.4.0
type DeleteEndpointByNameUsingDELETEForbidden struct { }
DeleteEndpointByNameUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteEndpointByNameUsingDELETEForbidden ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEForbidden() *DeleteEndpointByNameUsingDELETEForbidden
NewDeleteEndpointByNameUsingDELETEForbidden creates a DeleteEndpointByNameUsingDELETEForbidden with default headers values
func (*DeleteEndpointByNameUsingDELETEForbidden) Error ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) Error() string
func (*DeleteEndpointByNameUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete endpoint by name using d e l e t e forbidden response has a 4xx status code
func (*DeleteEndpointByNameUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete endpoint by name using d e l e t e forbidden response a status code equal to that given
func (*DeleteEndpointByNameUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete endpoint by name using d e l e t e forbidden response has a 3xx status code
func (*DeleteEndpointByNameUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete endpoint by name using d e l e t e forbidden response has a 5xx status code
func (*DeleteEndpointByNameUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete endpoint by name using d e l e t e forbidden response has a 2xx status code
func (*DeleteEndpointByNameUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEForbidden) String() string
type DeleteEndpointByNameUsingDELETEInternalServerError ¶ added in v0.4.0
type DeleteEndpointByNameUsingDELETEInternalServerError struct { }
DeleteEndpointByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteEndpointByNameUsingDELETEInternalServerError ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEInternalServerError() *DeleteEndpointByNameUsingDELETEInternalServerError
NewDeleteEndpointByNameUsingDELETEInternalServerError creates a DeleteEndpointByNameUsingDELETEInternalServerError with default headers values
func (*DeleteEndpointByNameUsingDELETEInternalServerError) Error ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) Error() string
func (*DeleteEndpointByNameUsingDELETEInternalServerError) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsClientError() bool
IsClientError returns true when this delete endpoint by name using d e l e t e internal server error response has a 4xx status code
func (*DeleteEndpointByNameUsingDELETEInternalServerError) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsCode(code int) bool
IsCode returns true when this delete endpoint by name using d e l e t e internal server error response a status code equal to that given
func (*DeleteEndpointByNameUsingDELETEInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete endpoint by name using d e l e t e internal server error response has a 3xx status code
func (*DeleteEndpointByNameUsingDELETEInternalServerError) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsServerError() bool
IsServerError returns true when this delete endpoint by name using d e l e t e internal server error response has a 5xx status code
func (*DeleteEndpointByNameUsingDELETEInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete endpoint by name using d e l e t e internal server error response has a 2xx status code
func (*DeleteEndpointByNameUsingDELETEInternalServerError) String ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEInternalServerError) String() string
type DeleteEndpointByNameUsingDELETENotFound ¶ added in v0.4.0
DeleteEndpointByNameUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteEndpointByNameUsingDELETENotFound ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETENotFound() *DeleteEndpointByNameUsingDELETENotFound
NewDeleteEndpointByNameUsingDELETENotFound creates a DeleteEndpointByNameUsingDELETENotFound with default headers values
func (*DeleteEndpointByNameUsingDELETENotFound) Error ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETENotFound) Error() string
func (*DeleteEndpointByNameUsingDELETENotFound) GetPayload ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteEndpointByNameUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete endpoint by name using d e l e t e not found response has a 4xx status code
func (*DeleteEndpointByNameUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete endpoint by name using d e l e t e not found response a status code equal to that given
func (*DeleteEndpointByNameUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete endpoint by name using d e l e t e not found response has a 3xx status code
func (*DeleteEndpointByNameUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete endpoint by name using d e l e t e not found response has a 5xx status code
func (*DeleteEndpointByNameUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete endpoint by name using d e l e t e not found response has a 2xx status code
func (*DeleteEndpointByNameUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETENotFound) String() string
type DeleteEndpointByNameUsingDELETEOK ¶ added in v0.4.0
DeleteEndpointByNameUsingDELETEOK describes a response with status code 200, with default header values.
'Success' with the deleted Endpoint
func NewDeleteEndpointByNameUsingDELETEOK ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEOK() *DeleteEndpointByNameUsingDELETEOK
NewDeleteEndpointByNameUsingDELETEOK creates a DeleteEndpointByNameUsingDELETEOK with default headers values
func (*DeleteEndpointByNameUsingDELETEOK) Error ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEOK) Error() string
func (*DeleteEndpointByNameUsingDELETEOK) GetPayload ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEOK) GetPayload() models.Endpoint
func (*DeleteEndpointByNameUsingDELETEOK) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) IsClientError() bool
IsClientError returns true when this delete endpoint by name using d e l e t e o k response has a 4xx status code
func (*DeleteEndpointByNameUsingDELETEOK) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) IsCode(code int) bool
IsCode returns true when this delete endpoint by name using d e l e t e o k response a status code equal to that given
func (*DeleteEndpointByNameUsingDELETEOK) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) IsRedirect() bool
IsRedirect returns true when this delete endpoint by name using d e l e t e o k response has a 3xx status code
func (*DeleteEndpointByNameUsingDELETEOK) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) IsServerError() bool
IsServerError returns true when this delete endpoint by name using d e l e t e o k response has a 5xx status code
func (*DeleteEndpointByNameUsingDELETEOK) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) IsSuccess() bool
IsSuccess returns true when this delete endpoint by name using d e l e t e o k response has a 2xx status code
func (*DeleteEndpointByNameUsingDELETEOK) String ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEOK) String() string
type DeleteEndpointByNameUsingDELETEParams ¶ added in v0.4.0
type DeleteEndpointByNameUsingDELETEParams 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 }
DeleteEndpointByNameUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete endpoint by name using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteEndpointByNameUsingDELETEParams ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEParams() *DeleteEndpointByNameUsingDELETEParams
NewDeleteEndpointByNameUsingDELETEParams creates a new DeleteEndpointByNameUsingDELETEParams 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 NewDeleteEndpointByNameUsingDELETEParamsWithContext ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEParamsWithContext(ctx context.Context) *DeleteEndpointByNameUsingDELETEParams
NewDeleteEndpointByNameUsingDELETEParamsWithContext creates a new DeleteEndpointByNameUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteEndpointByNameUsingDELETEParamsWithHTTPClient ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteEndpointByNameUsingDELETEParams
NewDeleteEndpointByNameUsingDELETEParamsWithHTTPClient creates a new DeleteEndpointByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteEndpointByNameUsingDELETEParamsWithTimeout ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteEndpointByNameUsingDELETEParams
NewDeleteEndpointByNameUsingDELETEParamsWithTimeout creates a new DeleteEndpointByNameUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteEndpointByNameUsingDELETEParams) SetAPIVersion ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetAuthorization ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetContext ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetDefaults ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete endpoint by name using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEndpointByNameUsingDELETEParams) SetHTTPClient ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetName ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetName(name string)
SetName adds the name to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetProject ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetProject(project string)
SetProject adds the project to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) SetTimeout ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithAPIVersion ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteEndpointByNameUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithAuthorization ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithAuthorization(authorization string) *DeleteEndpointByNameUsingDELETEParams
WithAuthorization adds the authorization to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithContext ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithContext(ctx context.Context) *DeleteEndpointByNameUsingDELETEParams
WithContext adds the context to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithDefaults ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithDefaults() *DeleteEndpointByNameUsingDELETEParams
WithDefaults hydrates default values in the delete endpoint by name using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEndpointByNameUsingDELETEParams) WithHTTPClient ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteEndpointByNameUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithName ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithName(name string) *DeleteEndpointByNameUsingDELETEParams
WithName adds the name to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithProject ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithProject(project string) *DeleteEndpointByNameUsingDELETEParams
WithProject adds the project to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WithTimeout ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteEndpointByNameUsingDELETEParams
WithTimeout adds the timeout to the delete endpoint by name using d e l e t e params
func (*DeleteEndpointByNameUsingDELETEParams) WriteToRequest ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteEndpointByNameUsingDELETEReader ¶ added in v0.4.0
type DeleteEndpointByNameUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteEndpointByNameUsingDELETEReader is a Reader for the DeleteEndpointByNameUsingDELETE structure.
func (*DeleteEndpointByNameUsingDELETEReader) ReadResponse ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteEndpointByNameUsingDELETEUnauthorized ¶ added in v0.4.0
type DeleteEndpointByNameUsingDELETEUnauthorized struct { }
DeleteEndpointByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteEndpointByNameUsingDELETEUnauthorized ¶ added in v0.4.0
func NewDeleteEndpointByNameUsingDELETEUnauthorized() *DeleteEndpointByNameUsingDELETEUnauthorized
NewDeleteEndpointByNameUsingDELETEUnauthorized creates a DeleteEndpointByNameUsingDELETEUnauthorized with default headers values
func (*DeleteEndpointByNameUsingDELETEUnauthorized) Error ¶ added in v0.4.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) Error() string
func (*DeleteEndpointByNameUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete endpoint by name using d e l e t e unauthorized response has a 4xx status code
func (*DeleteEndpointByNameUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete endpoint by name using d e l e t e unauthorized response a status code equal to that given
func (*DeleteEndpointByNameUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete endpoint by name using d e l e t e unauthorized response has a 3xx status code
func (*DeleteEndpointByNameUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete endpoint by name using d e l e t e unauthorized response has a 5xx status code
func (*DeleteEndpointByNameUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete endpoint by name using d e l e t e unauthorized response has a 2xx status code
func (*DeleteEndpointByNameUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteEndpointByNameUsingDELETEUnauthorized) String() string
type GetAllEndpointsUsingGETForbidden ¶ added in v0.4.0
type GetAllEndpointsUsingGETForbidden struct { }
GetAllEndpointsUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAllEndpointsUsingGETForbidden ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETForbidden() *GetAllEndpointsUsingGETForbidden
NewGetAllEndpointsUsingGETForbidden creates a GetAllEndpointsUsingGETForbidden with default headers values
func (*GetAllEndpointsUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETForbidden) Error() string
func (*GetAllEndpointsUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get all endpoints using g e t forbidden response has a 4xx status code
func (*GetAllEndpointsUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get all endpoints using g e t forbidden response a status code equal to that given
func (*GetAllEndpointsUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get all endpoints using g e t forbidden response has a 3xx status code
func (*GetAllEndpointsUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get all endpoints using g e t forbidden response has a 5xx status code
func (*GetAllEndpointsUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get all endpoints using g e t forbidden response has a 2xx status code
func (*GetAllEndpointsUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETForbidden) String() string
type GetAllEndpointsUsingGETInternalServerError ¶ added in v0.4.0
type GetAllEndpointsUsingGETInternalServerError struct { }
GetAllEndpointsUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetAllEndpointsUsingGETInternalServerError ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETInternalServerError() *GetAllEndpointsUsingGETInternalServerError
NewGetAllEndpointsUsingGETInternalServerError creates a GetAllEndpointsUsingGETInternalServerError with default headers values
func (*GetAllEndpointsUsingGETInternalServerError) Error ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETInternalServerError) Error() string
func (*GetAllEndpointsUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get all endpoints using g e t internal server error response has a 4xx status code
func (*GetAllEndpointsUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get all endpoints using g e t internal server error response a status code equal to that given
func (*GetAllEndpointsUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get all endpoints using g e t internal server error response has a 3xx status code
func (*GetAllEndpointsUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get all endpoints using g e t internal server error response has a 5xx status code
func (*GetAllEndpointsUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get all endpoints using g e t internal server error response has a 2xx status code
func (*GetAllEndpointsUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETInternalServerError) String() string
type GetAllEndpointsUsingGETNotFound ¶ added in v0.4.0
GetAllEndpointsUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetAllEndpointsUsingGETNotFound ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETNotFound() *GetAllEndpointsUsingGETNotFound
NewGetAllEndpointsUsingGETNotFound creates a GetAllEndpointsUsingGETNotFound with default headers values
func (*GetAllEndpointsUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETNotFound) Error() string
func (*GetAllEndpointsUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETNotFound) GetPayload() *models.Error
func (*GetAllEndpointsUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get all endpoints using g e t not found response has a 4xx status code
func (*GetAllEndpointsUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get all endpoints using g e t not found response a status code equal to that given
func (*GetAllEndpointsUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get all endpoints using g e t not found response has a 3xx status code
func (*GetAllEndpointsUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get all endpoints using g e t not found response has a 5xx status code
func (*GetAllEndpointsUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get all endpoints using g e t not found response has a 2xx status code
func (*GetAllEndpointsUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETNotFound) String() string
type GetAllEndpointsUsingGETOK ¶ added in v0.4.0
GetAllEndpointsUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Endpoints
func NewGetAllEndpointsUsingGETOK ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETOK() *GetAllEndpointsUsingGETOK
NewGetAllEndpointsUsingGETOK creates a GetAllEndpointsUsingGETOK with default headers values
func (*GetAllEndpointsUsingGETOK) Error ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETOK) Error() string
func (*GetAllEndpointsUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETOK) GetPayload() *models.Endpoints
func (*GetAllEndpointsUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) IsClientError() bool
IsClientError returns true when this get all endpoints using g e t o k response has a 4xx status code
func (*GetAllEndpointsUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) IsCode(code int) bool
IsCode returns true when this get all endpoints using g e t o k response a status code equal to that given
func (*GetAllEndpointsUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get all endpoints using g e t o k response has a 3xx status code
func (*GetAllEndpointsUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) IsServerError() bool
IsServerError returns true when this get all endpoints using g e t o k response has a 5xx status code
func (*GetAllEndpointsUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get all endpoints using g e t o k response has a 2xx status code
func (*GetAllEndpointsUsingGETOK) String ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETOK) String() string
type GetAllEndpointsUsingGETParams ¶ added in v0.4.0
type GetAllEndpointsUsingGETParams 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 }
GetAllEndpointsUsingGETParams contains all the parameters to send to the API endpoint
for the get all endpoints using g e t operation. Typically these are written to a http.Request.
func NewGetAllEndpointsUsingGETParams ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETParams() *GetAllEndpointsUsingGETParams
NewGetAllEndpointsUsingGETParams creates a new GetAllEndpointsUsingGETParams 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 NewGetAllEndpointsUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETParamsWithContext(ctx context.Context) *GetAllEndpointsUsingGETParams
NewGetAllEndpointsUsingGETParamsWithContext creates a new GetAllEndpointsUsingGETParams object with the ability to set a context for a request.
func NewGetAllEndpointsUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllEndpointsUsingGETParams
NewGetAllEndpointsUsingGETParamsWithHTTPClient creates a new GetAllEndpointsUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetAllEndpointsUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllEndpointsUsingGETParams
NewGetAllEndpointsUsingGETParamsWithTimeout creates a new GetAllEndpointsUsingGETParams object with the ability to set a timeout on a request.
func (*GetAllEndpointsUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetAuthorization ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get all endpoints using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllEndpointsUsingGETParams) SetDollarFilter ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetDollarOrderby ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetDollarSkip ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetDollarTop ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetPage ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetPage(page *string)
SetPage adds the page to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithAPIVersion(aPIVersion string) *GetAllEndpointsUsingGETParams
WithAPIVersion adds the aPIVersion to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithAuthorization ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithAuthorization(authorization string) *GetAllEndpointsUsingGETParams
WithAuthorization adds the authorization to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithContext(ctx context.Context) *GetAllEndpointsUsingGETParams
WithContext adds the context to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithDefaults() *GetAllEndpointsUsingGETParams
WithDefaults hydrates default values in the get all endpoints using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllEndpointsUsingGETParams) WithDollarFilter ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllEndpointsUsingGETParams
WithDollarFilter adds the dollarFilter to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithDollarOrderby ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllEndpointsUsingGETParams
WithDollarOrderby adds the dollarOrderby to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithDollarSkip ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllEndpointsUsingGETParams
WithDollarSkip adds the dollarSkip to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithDollarTop ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithDollarTop(dollarTop *string) *GetAllEndpointsUsingGETParams
WithDollarTop adds the dollarTop to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllEndpointsUsingGETParams
WithHTTPClient adds the HTTPClient to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithPage ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithPage(page *string) *GetAllEndpointsUsingGETParams
WithPage adds the page to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllEndpointsUsingGETParams
WithTimeout adds the timeout to the get all endpoints using get params
func (*GetAllEndpointsUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllEndpointsUsingGETReader ¶ added in v0.4.0
type GetAllEndpointsUsingGETReader struct {
// contains filtered or unexported fields
}
GetAllEndpointsUsingGETReader is a Reader for the GetAllEndpointsUsingGET structure.
func (*GetAllEndpointsUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllEndpointsUsingGETUnauthorized ¶ added in v0.4.0
type GetAllEndpointsUsingGETUnauthorized struct { }
GetAllEndpointsUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetAllEndpointsUsingGETUnauthorized ¶ added in v0.4.0
func NewGetAllEndpointsUsingGETUnauthorized() *GetAllEndpointsUsingGETUnauthorized
NewGetAllEndpointsUsingGETUnauthorized creates a GetAllEndpointsUsingGETUnauthorized with default headers values
func (*GetAllEndpointsUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetAllEndpointsUsingGETUnauthorized) Error() string
func (*GetAllEndpointsUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get all endpoints using g e t unauthorized response has a 4xx status code
func (*GetAllEndpointsUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get all endpoints using g e t unauthorized response a status code equal to that given
func (*GetAllEndpointsUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get all endpoints using g e t unauthorized response has a 3xx status code
func (*GetAllEndpointsUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get all endpoints using g e t unauthorized response has a 5xx status code
func (*GetAllEndpointsUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get all endpoints using g e t unauthorized response has a 2xx status code
func (*GetAllEndpointsUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetAllEndpointsUsingGETUnauthorized) String() string
type GetEndpointByIDUsingGETForbidden ¶ added in v0.4.0
type GetEndpointByIDUsingGETForbidden struct { }
GetEndpointByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetEndpointByIDUsingGETForbidden ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETForbidden() *GetEndpointByIDUsingGETForbidden
NewGetEndpointByIDUsingGETForbidden creates a GetEndpointByIDUsingGETForbidden with default headers values
func (*GetEndpointByIDUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETForbidden) Error() string
func (*GetEndpointByIDUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get endpoint by Id using g e t forbidden response has a 4xx status code
func (*GetEndpointByIDUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get endpoint by Id using g e t forbidden response a status code equal to that given
func (*GetEndpointByIDUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get endpoint by Id using g e t forbidden response has a 3xx status code
func (*GetEndpointByIDUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get endpoint by Id using g e t forbidden response has a 5xx status code
func (*GetEndpointByIDUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get endpoint by Id using g e t forbidden response has a 2xx status code
func (*GetEndpointByIDUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETForbidden) String() string
type GetEndpointByIDUsingGETInternalServerError ¶ added in v0.4.0
type GetEndpointByIDUsingGETInternalServerError struct { }
GetEndpointByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetEndpointByIDUsingGETInternalServerError ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETInternalServerError() *GetEndpointByIDUsingGETInternalServerError
NewGetEndpointByIDUsingGETInternalServerError creates a GetEndpointByIDUsingGETInternalServerError with default headers values
func (*GetEndpointByIDUsingGETInternalServerError) Error ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETInternalServerError) Error() string
func (*GetEndpointByIDUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get endpoint by Id using g e t internal server error response has a 4xx status code
func (*GetEndpointByIDUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get endpoint by Id using g e t internal server error response a status code equal to that given
func (*GetEndpointByIDUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get endpoint by Id using g e t internal server error response has a 3xx status code
func (*GetEndpointByIDUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get endpoint by Id using g e t internal server error response has a 5xx status code
func (*GetEndpointByIDUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get endpoint by Id using g e t internal server error response has a 2xx status code
func (*GetEndpointByIDUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETInternalServerError) String() string
type GetEndpointByIDUsingGETNotFound ¶ added in v0.4.0
GetEndpointByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetEndpointByIDUsingGETNotFound ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETNotFound() *GetEndpointByIDUsingGETNotFound
NewGetEndpointByIDUsingGETNotFound creates a GetEndpointByIDUsingGETNotFound with default headers values
func (*GetEndpointByIDUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETNotFound) Error() string
func (*GetEndpointByIDUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETNotFound) GetPayload() *models.Error
func (*GetEndpointByIDUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get endpoint by Id using g e t not found response has a 4xx status code
func (*GetEndpointByIDUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get endpoint by Id using g e t not found response a status code equal to that given
func (*GetEndpointByIDUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get endpoint by Id using g e t not found response has a 3xx status code
func (*GetEndpointByIDUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get endpoint by Id using g e t not found response has a 5xx status code
func (*GetEndpointByIDUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get endpoint by Id using g e t not found response has a 2xx status code
func (*GetEndpointByIDUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETNotFound) String() string
type GetEndpointByIDUsingGETOK ¶ added in v0.4.0
GetEndpointByIDUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Endpoint
func NewGetEndpointByIDUsingGETOK ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETOK() *GetEndpointByIDUsingGETOK
NewGetEndpointByIDUsingGETOK creates a GetEndpointByIDUsingGETOK with default headers values
func (*GetEndpointByIDUsingGETOK) Error ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETOK) Error() string
func (*GetEndpointByIDUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETOK) GetPayload() models.Endpoint
func (*GetEndpointByIDUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) IsClientError() bool
IsClientError returns true when this get endpoint by Id using g e t o k response has a 4xx status code
func (*GetEndpointByIDUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) IsCode(code int) bool
IsCode returns true when this get endpoint by Id using g e t o k response a status code equal to that given
func (*GetEndpointByIDUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get endpoint by Id using g e t o k response has a 3xx status code
func (*GetEndpointByIDUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) IsServerError() bool
IsServerError returns true when this get endpoint by Id using g e t o k response has a 5xx status code
func (*GetEndpointByIDUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get endpoint by Id using g e t o k response has a 2xx status code
func (*GetEndpointByIDUsingGETOK) String ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETOK) String() string
type GetEndpointByIDUsingGETParams ¶ added in v0.4.0
type GetEndpointByIDUsingGETParams 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 }
GetEndpointByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get endpoint by Id using g e t operation. Typically these are written to a http.Request.
func NewGetEndpointByIDUsingGETParams ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETParams() *GetEndpointByIDUsingGETParams
NewGetEndpointByIDUsingGETParams creates a new GetEndpointByIDUsingGETParams 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 NewGetEndpointByIDUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETParamsWithContext(ctx context.Context) *GetEndpointByIDUsingGETParams
NewGetEndpointByIDUsingGETParamsWithContext creates a new GetEndpointByIDUsingGETParams object with the ability to set a context for a request.
func NewGetEndpointByIDUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointByIDUsingGETParams
NewGetEndpointByIDUsingGETParamsWithHTTPClient creates a new GetEndpointByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetEndpointByIDUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointByIDUsingGETParams
NewGetEndpointByIDUsingGETParamsWithTimeout creates a new GetEndpointByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetEndpointByIDUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) SetAuthorization ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get endpoint by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetEndpointByIDUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) SetID ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetID(id string)
SetID adds the id to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithAuthorization ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithAuthorization(authorization string) *GetEndpointByIDUsingGETParams
WithAuthorization adds the authorization to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithContext(ctx context.Context) *GetEndpointByIDUsingGETParams
WithContext adds the context to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithDefaults() *GetEndpointByIDUsingGETParams
WithDefaults hydrates default values in the get endpoint by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetEndpointByIDUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithID ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithID(id string) *GetEndpointByIDUsingGETParams
WithID adds the id to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointByIDUsingGETParams
WithTimeout adds the timeout to the get endpoint by Id using get params
func (*GetEndpointByIDUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEndpointByIDUsingGETReader ¶ added in v0.4.0
type GetEndpointByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetEndpointByIDUsingGETReader is a Reader for the GetEndpointByIDUsingGET structure.
func (*GetEndpointByIDUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEndpointByIDUsingGETUnauthorized ¶ added in v0.4.0
type GetEndpointByIDUsingGETUnauthorized struct { }
GetEndpointByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetEndpointByIDUsingGETUnauthorized ¶ added in v0.4.0
func NewGetEndpointByIDUsingGETUnauthorized() *GetEndpointByIDUsingGETUnauthorized
NewGetEndpointByIDUsingGETUnauthorized creates a GetEndpointByIDUsingGETUnauthorized with default headers values
func (*GetEndpointByIDUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetEndpointByIDUsingGETUnauthorized) Error() string
func (*GetEndpointByIDUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get endpoint by Id using g e t unauthorized response has a 4xx status code
func (*GetEndpointByIDUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get endpoint by Id using g e t unauthorized response a status code equal to that given
func (*GetEndpointByIDUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get endpoint by Id using g e t unauthorized response has a 3xx status code
func (*GetEndpointByIDUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get endpoint by Id using g e t unauthorized response has a 5xx status code
func (*GetEndpointByIDUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get endpoint by Id using g e t unauthorized response has a 2xx status code
func (*GetEndpointByIDUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetEndpointByIDUsingGETUnauthorized) String() string
type GetEndpointByNameUsingGETForbidden ¶ added in v0.4.0
type GetEndpointByNameUsingGETForbidden struct { }
GetEndpointByNameUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetEndpointByNameUsingGETForbidden ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETForbidden() *GetEndpointByNameUsingGETForbidden
NewGetEndpointByNameUsingGETForbidden creates a GetEndpointByNameUsingGETForbidden with default headers values
func (*GetEndpointByNameUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETForbidden) Error() string
func (*GetEndpointByNameUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get endpoint by name using g e t forbidden response has a 4xx status code
func (*GetEndpointByNameUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get endpoint by name using g e t forbidden response a status code equal to that given
func (*GetEndpointByNameUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get endpoint by name using g e t forbidden response has a 3xx status code
func (*GetEndpointByNameUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get endpoint by name using g e t forbidden response has a 5xx status code
func (*GetEndpointByNameUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get endpoint by name using g e t forbidden response has a 2xx status code
func (*GetEndpointByNameUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETForbidden) String() string
type GetEndpointByNameUsingGETInternalServerError ¶ added in v0.4.0
type GetEndpointByNameUsingGETInternalServerError struct { }
GetEndpointByNameUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetEndpointByNameUsingGETInternalServerError ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETInternalServerError() *GetEndpointByNameUsingGETInternalServerError
NewGetEndpointByNameUsingGETInternalServerError creates a GetEndpointByNameUsingGETInternalServerError with default headers values
func (*GetEndpointByNameUsingGETInternalServerError) Error ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETInternalServerError) Error() string
func (*GetEndpointByNameUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get endpoint by name using g e t internal server error response has a 4xx status code
func (*GetEndpointByNameUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get endpoint by name using g e t internal server error response a status code equal to that given
func (*GetEndpointByNameUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get endpoint by name using g e t internal server error response has a 3xx status code
func (*GetEndpointByNameUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get endpoint by name using g e t internal server error response has a 5xx status code
func (*GetEndpointByNameUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get endpoint by name using g e t internal server error response has a 2xx status code
func (*GetEndpointByNameUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETInternalServerError) String() string
type GetEndpointByNameUsingGETNotFound ¶ added in v0.4.0
GetEndpointByNameUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetEndpointByNameUsingGETNotFound ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETNotFound() *GetEndpointByNameUsingGETNotFound
NewGetEndpointByNameUsingGETNotFound creates a GetEndpointByNameUsingGETNotFound with default headers values
func (*GetEndpointByNameUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETNotFound) Error() string
func (*GetEndpointByNameUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETNotFound) GetPayload() *models.Error
func (*GetEndpointByNameUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get endpoint by name using g e t not found response has a 4xx status code
func (*GetEndpointByNameUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get endpoint by name using g e t not found response a status code equal to that given
func (*GetEndpointByNameUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get endpoint by name using g e t not found response has a 3xx status code
func (*GetEndpointByNameUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get endpoint by name using g e t not found response has a 5xx status code
func (*GetEndpointByNameUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get endpoint by name using g e t not found response has a 2xx status code
func (*GetEndpointByNameUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETNotFound) String() string
type GetEndpointByNameUsingGETOK ¶ added in v0.4.0
GetEndpointByNameUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Endpoint
func NewGetEndpointByNameUsingGETOK ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETOK() *GetEndpointByNameUsingGETOK
NewGetEndpointByNameUsingGETOK creates a GetEndpointByNameUsingGETOK with default headers values
func (*GetEndpointByNameUsingGETOK) Error ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETOK) Error() string
func (*GetEndpointByNameUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETOK) GetPayload() models.Endpoint
func (*GetEndpointByNameUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) IsClientError() bool
IsClientError returns true when this get endpoint by name using g e t o k response has a 4xx status code
func (*GetEndpointByNameUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) IsCode(code int) bool
IsCode returns true when this get endpoint by name using g e t o k response a status code equal to that given
func (*GetEndpointByNameUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get endpoint by name using g e t o k response has a 3xx status code
func (*GetEndpointByNameUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) IsServerError() bool
IsServerError returns true when this get endpoint by name using g e t o k response has a 5xx status code
func (*GetEndpointByNameUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get endpoint by name using g e t o k response has a 2xx status code
func (*GetEndpointByNameUsingGETOK) String ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETOK) String() string
type GetEndpointByNameUsingGETParams ¶ added in v0.4.0
type GetEndpointByNameUsingGETParams 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 }
GetEndpointByNameUsingGETParams contains all the parameters to send to the API endpoint
for the get endpoint by name using g e t operation. Typically these are written to a http.Request.
func NewGetEndpointByNameUsingGETParams ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETParams() *GetEndpointByNameUsingGETParams
NewGetEndpointByNameUsingGETParams creates a new GetEndpointByNameUsingGETParams 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 NewGetEndpointByNameUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETParamsWithContext(ctx context.Context) *GetEndpointByNameUsingGETParams
NewGetEndpointByNameUsingGETParamsWithContext creates a new GetEndpointByNameUsingGETParams object with the ability to set a context for a request.
func NewGetEndpointByNameUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetEndpointByNameUsingGETParams
NewGetEndpointByNameUsingGETParamsWithHTTPClient creates a new GetEndpointByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetEndpointByNameUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetEndpointByNameUsingGETParams
NewGetEndpointByNameUsingGETParamsWithTimeout creates a new GetEndpointByNameUsingGETParams object with the ability to set a timeout on a request.
func (*GetEndpointByNameUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetAuthorization ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get endpoint by name using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetEndpointByNameUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetName ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetName(name string)
SetName adds the name to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetProject ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetProject(project string)
SetProject adds the project to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointByNameUsingGETParams
WithAPIVersion adds the aPIVersion to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithAuthorization ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithAuthorization(authorization string) *GetEndpointByNameUsingGETParams
WithAuthorization adds the authorization to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithContext(ctx context.Context) *GetEndpointByNameUsingGETParams
WithContext adds the context to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithDefaults() *GetEndpointByNameUsingGETParams
WithDefaults hydrates default values in the get endpoint by name using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetEndpointByNameUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointByNameUsingGETParams
WithHTTPClient adds the HTTPClient to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithName ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithName(name string) *GetEndpointByNameUsingGETParams
WithName adds the name to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithProject ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithProject(project string) *GetEndpointByNameUsingGETParams
WithProject adds the project to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointByNameUsingGETParams
WithTimeout adds the timeout to the get endpoint by name using get params
func (*GetEndpointByNameUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEndpointByNameUsingGETReader ¶ added in v0.4.0
type GetEndpointByNameUsingGETReader struct {
// contains filtered or unexported fields
}
GetEndpointByNameUsingGETReader is a Reader for the GetEndpointByNameUsingGET structure.
func (*GetEndpointByNameUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEndpointByNameUsingGETUnauthorized ¶ added in v0.4.0
type GetEndpointByNameUsingGETUnauthorized struct { }
GetEndpointByNameUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetEndpointByNameUsingGETUnauthorized ¶ added in v0.4.0
func NewGetEndpointByNameUsingGETUnauthorized() *GetEndpointByNameUsingGETUnauthorized
NewGetEndpointByNameUsingGETUnauthorized creates a GetEndpointByNameUsingGETUnauthorized with default headers values
func (*GetEndpointByNameUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetEndpointByNameUsingGETUnauthorized) Error() string
func (*GetEndpointByNameUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get endpoint by name using g e t unauthorized response has a 4xx status code
func (*GetEndpointByNameUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get endpoint by name using g e t unauthorized response a status code equal to that given
func (*GetEndpointByNameUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get endpoint by name using g e t unauthorized response has a 3xx status code
func (*GetEndpointByNameUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get endpoint by name using g e t unauthorized response has a 5xx status code
func (*GetEndpointByNameUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get endpoint by name using g e t unauthorized response has a 2xx status code
func (*GetEndpointByNameUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetEndpointByNameUsingGETUnauthorized) String() string
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 ¶
func (o *GetEndpointPropertiesUsingGETForbidden) Error() string
func (*GetEndpointPropertiesUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get endpoint properties using g e t forbidden response has a 4xx status code
func (*GetEndpointPropertiesUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get endpoint properties using g e t forbidden response a status code equal to that given
func (*GetEndpointPropertiesUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get endpoint properties using g e t forbidden response has a 3xx status code
func (*GetEndpointPropertiesUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get endpoint properties using g e t forbidden response has a 5xx status code
func (*GetEndpointPropertiesUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get endpoint properties using g e t forbidden response has a 2xx status code
func (*GetEndpointPropertiesUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETForbidden) String() string
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 ¶
func (o *GetEndpointPropertiesUsingGETInternalServerError) Error() string
func (*GetEndpointPropertiesUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get endpoint properties using g e t internal server error response has a 4xx status code
func (*GetEndpointPropertiesUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get endpoint properties using g e t internal server error response a status code equal to that given
func (*GetEndpointPropertiesUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get endpoint properties using g e t internal server error response has a 3xx status code
func (*GetEndpointPropertiesUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get endpoint properties using g e t internal server error response has a 5xx status code
func (*GetEndpointPropertiesUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get endpoint properties using g e t internal server error response has a 2xx status code
func (*GetEndpointPropertiesUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETInternalServerError) String() string
type GetEndpointPropertiesUsingGETNotFound ¶
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 (o *GetEndpointPropertiesUsingGETNotFound) Error() string
func (*GetEndpointPropertiesUsingGETNotFound) GetPayload ¶
func (o *GetEndpointPropertiesUsingGETNotFound) GetPayload() *models.Error
func (*GetEndpointPropertiesUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get endpoint properties using g e t not found response has a 4xx status code
func (*GetEndpointPropertiesUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get endpoint properties using g e t not found response a status code equal to that given
func (*GetEndpointPropertiesUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get endpoint properties using g e t not found response has a 3xx status code
func (*GetEndpointPropertiesUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get endpoint properties using g e t not found response has a 5xx status code
func (*GetEndpointPropertiesUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get endpoint properties using g e t not found response has a 2xx status code
func (*GetEndpointPropertiesUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETNotFound) String() string
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 (o *GetEndpointPropertiesUsingGETOK) Error() string
func (*GetEndpointPropertiesUsingGETOK) GetPayload ¶
func (o *GetEndpointPropertiesUsingGETOK) GetPayload() interface{}
func (*GetEndpointPropertiesUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) IsClientError() bool
IsClientError returns true when this get endpoint properties using g e t o k response has a 4xx status code
func (*GetEndpointPropertiesUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) IsCode(code int) bool
IsCode returns true when this get endpoint properties using g e t o k response a status code equal to that given
func (*GetEndpointPropertiesUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get endpoint properties using g e t o k response has a 3xx status code
func (*GetEndpointPropertiesUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) IsServerError() bool
IsServerError returns true when this get endpoint properties using g e t o k response has a 5xx status code
func (*GetEndpointPropertiesUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get endpoint properties using g e t o k response has a 2xx status code
func (*GetEndpointPropertiesUsingGETOK) String ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETOK) String() string
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 ¶
func (o *GetEndpointPropertiesUsingGETParams) SetContext(ctx context.Context)
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 ¶
func (o *GetEndpointPropertiesUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointPropertiesUsingGETParams
WithAPIVersion adds the aPIVersion to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WithAuthorization ¶
func (o *GetEndpointPropertiesUsingGETParams) WithAuthorization(authorization string) *GetEndpointPropertiesUsingGETParams
WithAuthorization adds the authorization to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WithContext ¶
func (o *GetEndpointPropertiesUsingGETParams) WithContext(ctx context.Context) *GetEndpointPropertiesUsingGETParams
WithContext adds the context to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WithDefaults ¶
func (o *GetEndpointPropertiesUsingGETParams) WithDefaults() *GetEndpointPropertiesUsingGETParams
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 ¶
func (o *GetEndpointPropertiesUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointPropertiesUsingGETParams
WithHTTPClient adds the HTTPClient to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WithTimeout ¶
func (o *GetEndpointPropertiesUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointPropertiesUsingGETParams
WithTimeout adds the timeout to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WithType ¶
func (o *GetEndpointPropertiesUsingGETParams) WithType(typeVar string) *GetEndpointPropertiesUsingGETParams
WithType adds the typeVar to the get endpoint properties using get params
func (*GetEndpointPropertiesUsingGETParams) WriteToRequest ¶
func (o *GetEndpointPropertiesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetEndpointPropertiesUsingGETUnauthorized) Error() string
func (*GetEndpointPropertiesUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get endpoint properties using g e t unauthorized response has a 4xx status code
func (*GetEndpointPropertiesUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get endpoint properties using g e t unauthorized response a status code equal to that given
func (*GetEndpointPropertiesUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get endpoint properties using g e t unauthorized response has a 3xx status code
func (*GetEndpointPropertiesUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get endpoint properties using g e t unauthorized response has a 5xx status code
func (*GetEndpointPropertiesUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get endpoint properties using g e t unauthorized response has a 2xx status code
func (*GetEndpointPropertiesUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetEndpointPropertiesUsingGETUnauthorized) String() string
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 ¶
func (o *GetEndpointTilesUsingGETForbidden) Error() string
func (*GetEndpointTilesUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get endpoint tiles using g e t forbidden response has a 4xx status code
func (*GetEndpointTilesUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get endpoint tiles using g e t forbidden response a status code equal to that given
func (*GetEndpointTilesUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get endpoint tiles using g e t forbidden response has a 3xx status code
func (*GetEndpointTilesUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get endpoint tiles using g e t forbidden response has a 5xx status code
func (*GetEndpointTilesUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get endpoint tiles using g e t forbidden response has a 2xx status code
func (*GetEndpointTilesUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETForbidden) String() string
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 ¶
func (o *GetEndpointTilesUsingGETInternalServerError) Error() string
func (*GetEndpointTilesUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get endpoint tiles using g e t internal server error response has a 4xx status code
func (*GetEndpointTilesUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get endpoint tiles using g e t internal server error response a status code equal to that given
func (*GetEndpointTilesUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get endpoint tiles using g e t internal server error response has a 3xx status code
func (*GetEndpointTilesUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get endpoint tiles using g e t internal server error response has a 5xx status code
func (*GetEndpointTilesUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get endpoint tiles using g e t internal server error response has a 2xx status code
func (*GetEndpointTilesUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETInternalServerError) String() string
type GetEndpointTilesUsingGETNotFound ¶
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 (o *GetEndpointTilesUsingGETNotFound) Error() string
func (*GetEndpointTilesUsingGETNotFound) GetPayload ¶
func (o *GetEndpointTilesUsingGETNotFound) GetPayload() *models.Error
func (*GetEndpointTilesUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get endpoint tiles using g e t not found response has a 4xx status code
func (*GetEndpointTilesUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get endpoint tiles using g e t not found response a status code equal to that given
func (*GetEndpointTilesUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get endpoint tiles using g e t not found response has a 3xx status code
func (*GetEndpointTilesUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get endpoint tiles using g e t not found response has a 5xx status code
func (*GetEndpointTilesUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get endpoint tiles using g e t not found response has a 2xx status code
func (*GetEndpointTilesUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETNotFound) String() string
type GetEndpointTilesUsingGETOK ¶
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 (o *GetEndpointTilesUsingGETOK) Error() string
func (*GetEndpointTilesUsingGETOK) GetPayload ¶
func (o *GetEndpointTilesUsingGETOK) GetPayload() models.Tiles
func (*GetEndpointTilesUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) IsClientError() bool
IsClientError returns true when this get endpoint tiles using g e t o k response has a 4xx status code
func (*GetEndpointTilesUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) IsCode(code int) bool
IsCode returns true when this get endpoint tiles using g e t o k response a status code equal to that given
func (*GetEndpointTilesUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get endpoint tiles using g e t o k response has a 3xx status code
func (*GetEndpointTilesUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) IsServerError() bool
IsServerError returns true when this get endpoint tiles using g e t o k response has a 5xx status code
func (*GetEndpointTilesUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get endpoint tiles using g e t o k response has a 2xx status code
func (*GetEndpointTilesUsingGETOK) String ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETOK) String() string
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 ¶
func (o *GetEndpointTilesUsingGETParams) WithAPIVersion(aPIVersion string) *GetEndpointTilesUsingGETParams
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 ¶
func (o *GetEndpointTilesUsingGETParams) WithContext(ctx context.Context) *GetEndpointTilesUsingGETParams
WithContext adds the context to the get endpoint tiles using get params
func (*GetEndpointTilesUsingGETParams) WithDefaults ¶
func (o *GetEndpointTilesUsingGETParams) WithDefaults() *GetEndpointTilesUsingGETParams
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 ¶
func (o *GetEndpointTilesUsingGETParams) WithHTTPClient(client *http.Client) *GetEndpointTilesUsingGETParams
WithHTTPClient adds the HTTPClient to the get endpoint tiles using get params
func (*GetEndpointTilesUsingGETParams) WithTimeout ¶
func (o *GetEndpointTilesUsingGETParams) WithTimeout(timeout time.Duration) *GetEndpointTilesUsingGETParams
WithTimeout adds the timeout to the get endpoint tiles using get params
func (*GetEndpointTilesUsingGETParams) WriteToRequest ¶
func (o *GetEndpointTilesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetEndpointTilesUsingGETUnauthorized) Error() string
func (*GetEndpointTilesUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get endpoint tiles using g e t unauthorized response has a 4xx status code
func (*GetEndpointTilesUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get endpoint tiles using g e t unauthorized response a status code equal to that given
func (*GetEndpointTilesUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get endpoint tiles using g e t unauthorized response has a 3xx status code
func (*GetEndpointTilesUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get endpoint tiles using g e t unauthorized response has a 5xx status code
func (*GetEndpointTilesUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get endpoint tiles using g e t unauthorized response has a 2xx status code
func (*GetEndpointTilesUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetEndpointTilesUsingGETUnauthorized) String() string
type GetUsingGETMixin4Forbidden ¶ added in v0.5.0
type GetUsingGETMixin4Forbidden struct { }
GetUsingGETMixin4Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetUsingGETMixin4Forbidden ¶ added in v0.5.0
func NewGetUsingGETMixin4Forbidden() *GetUsingGETMixin4Forbidden
NewGetUsingGETMixin4Forbidden creates a GetUsingGETMixin4Forbidden with default headers values
func (*GetUsingGETMixin4Forbidden) Error ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) Error() string
func (*GetUsingGETMixin4Forbidden) IsClientError ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) IsClientError() bool
IsClientError returns true when this get using g e t mixin4 forbidden response has a 4xx status code
func (*GetUsingGETMixin4Forbidden) IsCode ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) IsCode(code int) bool
IsCode returns true when this get using g e t mixin4 forbidden response a status code equal to that given
func (*GetUsingGETMixin4Forbidden) IsRedirect ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) IsRedirect() bool
IsRedirect returns true when this get using g e t mixin4 forbidden response has a 3xx status code
func (*GetUsingGETMixin4Forbidden) IsServerError ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) IsServerError() bool
IsServerError returns true when this get using g e t mixin4 forbidden response has a 5xx status code
func (*GetUsingGETMixin4Forbidden) IsSuccess ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) IsSuccess() bool
IsSuccess returns true when this get using g e t mixin4 forbidden response has a 2xx status code
func (*GetUsingGETMixin4Forbidden) String ¶ added in v0.5.0
func (o *GetUsingGETMixin4Forbidden) String() string
type GetUsingGETMixin4InternalServerError ¶ added in v0.5.0
type GetUsingGETMixin4InternalServerError struct { }
GetUsingGETMixin4InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetUsingGETMixin4InternalServerError ¶ added in v0.5.0
func NewGetUsingGETMixin4InternalServerError() *GetUsingGETMixin4InternalServerError
NewGetUsingGETMixin4InternalServerError creates a GetUsingGETMixin4InternalServerError with default headers values
func (*GetUsingGETMixin4InternalServerError) Error ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) Error() string
func (*GetUsingGETMixin4InternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) IsClientError() bool
IsClientError returns true when this get using g e t mixin4 internal server error response has a 4xx status code
func (*GetUsingGETMixin4InternalServerError) IsCode ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) IsCode(code int) bool
IsCode returns true when this get using g e t mixin4 internal server error response a status code equal to that given
func (*GetUsingGETMixin4InternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) IsRedirect() bool
IsRedirect returns true when this get using g e t mixin4 internal server error response has a 3xx status code
func (*GetUsingGETMixin4InternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) IsServerError() bool
IsServerError returns true when this get using g e t mixin4 internal server error response has a 5xx status code
func (*GetUsingGETMixin4InternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) IsSuccess() bool
IsSuccess returns true when this get using g e t mixin4 internal server error response has a 2xx status code
func (*GetUsingGETMixin4InternalServerError) String ¶ added in v0.5.0
func (o *GetUsingGETMixin4InternalServerError) String() string
type GetUsingGETMixin4NotFound ¶ added in v0.5.0
GetUsingGETMixin4NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetUsingGETMixin4NotFound ¶ added in v0.5.0
func NewGetUsingGETMixin4NotFound() *GetUsingGETMixin4NotFound
NewGetUsingGETMixin4NotFound creates a GetUsingGETMixin4NotFound with default headers values
func (*GetUsingGETMixin4NotFound) Error ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) Error() string
func (*GetUsingGETMixin4NotFound) GetPayload ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) GetPayload() *models.Error
func (*GetUsingGETMixin4NotFound) IsClientError ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) IsClientError() bool
IsClientError returns true when this get using g e t mixin4 not found response has a 4xx status code
func (*GetUsingGETMixin4NotFound) IsCode ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) IsCode(code int) bool
IsCode returns true when this get using g e t mixin4 not found response a status code equal to that given
func (*GetUsingGETMixin4NotFound) IsRedirect ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) IsRedirect() bool
IsRedirect returns true when this get using g e t mixin4 not found response has a 3xx status code
func (*GetUsingGETMixin4NotFound) IsServerError ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) IsServerError() bool
IsServerError returns true when this get using g e t mixin4 not found response has a 5xx status code
func (*GetUsingGETMixin4NotFound) IsSuccess ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) IsSuccess() bool
IsSuccess returns true when this get using g e t mixin4 not found response has a 2xx status code
func (*GetUsingGETMixin4NotFound) String ¶ added in v0.5.0
func (o *GetUsingGETMixin4NotFound) String() string
type GetUsingGETMixin4OK ¶ added in v0.5.0
type GetUsingGETMixin4OK struct {
Payload models.EndpointCertificateChain
}
GetUsingGETMixin4OK describes a response with status code 200, with default header values.
'Success' with endpoint certificate details
func NewGetUsingGETMixin4OK ¶ added in v0.5.0
func NewGetUsingGETMixin4OK() *GetUsingGETMixin4OK
NewGetUsingGETMixin4OK creates a GetUsingGETMixin4OK with default headers values
func (*GetUsingGETMixin4OK) Error ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) Error() string
func (*GetUsingGETMixin4OK) GetPayload ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) GetPayload() models.EndpointCertificateChain
func (*GetUsingGETMixin4OK) IsClientError ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) IsClientError() bool
IsClientError returns true when this get using g e t mixin4 o k response has a 4xx status code
func (*GetUsingGETMixin4OK) IsCode ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) IsCode(code int) bool
IsCode returns true when this get using g e t mixin4 o k response a status code equal to that given
func (*GetUsingGETMixin4OK) IsRedirect ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) IsRedirect() bool
IsRedirect returns true when this get using g e t mixin4 o k response has a 3xx status code
func (*GetUsingGETMixin4OK) IsServerError ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) IsServerError() bool
IsServerError returns true when this get using g e t mixin4 o k response has a 5xx status code
func (*GetUsingGETMixin4OK) IsSuccess ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) IsSuccess() bool
IsSuccess returns true when this get using g e t mixin4 o k response has a 2xx status code
func (*GetUsingGETMixin4OK) String ¶ added in v0.5.0
func (o *GetUsingGETMixin4OK) String() string
type GetUsingGETMixin4Params ¶ added in v0.5.0
type GetUsingGETMixin4Params 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 }
GetUsingGETMixin4Params contains all the parameters to send to the API endpoint
for the get using g e t mixin4 operation. Typically these are written to a http.Request.
func NewGetUsingGETMixin4Params ¶ added in v0.5.0
func NewGetUsingGETMixin4Params() *GetUsingGETMixin4Params
NewGetUsingGETMixin4Params creates a new GetUsingGETMixin4Params 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 NewGetUsingGETMixin4ParamsWithContext ¶ added in v0.5.0
func NewGetUsingGETMixin4ParamsWithContext(ctx context.Context) *GetUsingGETMixin4Params
NewGetUsingGETMixin4ParamsWithContext creates a new GetUsingGETMixin4Params object with the ability to set a context for a request.
func NewGetUsingGETMixin4ParamsWithHTTPClient ¶ added in v0.5.0
func NewGetUsingGETMixin4ParamsWithHTTPClient(client *http.Client) *GetUsingGETMixin4Params
NewGetUsingGETMixin4ParamsWithHTTPClient creates a new GetUsingGETMixin4Params object with the ability to set a custom HTTPClient for a request.
func NewGetUsingGETMixin4ParamsWithTimeout ¶ added in v0.5.0
func NewGetUsingGETMixin4ParamsWithTimeout(timeout time.Duration) *GetUsingGETMixin4Params
NewGetUsingGETMixin4ParamsWithTimeout creates a new GetUsingGETMixin4Params object with the ability to set a timeout on a request.
func (*GetUsingGETMixin4Params) SetAPIVersion ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) SetAuthorization ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) SetContext ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetContext(ctx context.Context)
SetContext adds the context to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) SetDefaults ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetDefaults()
SetDefaults hydrates default values in the get using g e t mixin4 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUsingGETMixin4Params) SetHTTPClient ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) SetTimeout ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WithAPIVersion ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithAPIVersion(aPIVersion string) *GetUsingGETMixin4Params
WithAPIVersion adds the aPIVersion to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WithAuthorization ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithAuthorization(authorization string) *GetUsingGETMixin4Params
WithAuthorization adds the authorization to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WithContext ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithContext(ctx context.Context) *GetUsingGETMixin4Params
WithContext adds the context to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WithDefaults ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithDefaults() *GetUsingGETMixin4Params
WithDefaults hydrates default values in the get using g e t mixin4 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUsingGETMixin4Params) WithHTTPClient ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithHTTPClient(client *http.Client) *GetUsingGETMixin4Params
WithHTTPClient adds the HTTPClient to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WithTimeout ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WithTimeout(timeout time.Duration) *GetUsingGETMixin4Params
WithTimeout adds the timeout to the get using g e t mixin4 params
func (*GetUsingGETMixin4Params) WriteToRequest ¶ added in v0.5.0
func (o *GetUsingGETMixin4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsingGETMixin4Reader ¶ added in v0.5.0
type GetUsingGETMixin4Reader struct {
// contains filtered or unexported fields
}
GetUsingGETMixin4Reader is a Reader for the GetUsingGETMixin4 structure.
func (*GetUsingGETMixin4Reader) ReadResponse ¶ added in v0.5.0
func (o *GetUsingGETMixin4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsingGETMixin4Unauthorized ¶ added in v0.5.0
type GetUsingGETMixin4Unauthorized struct { }
GetUsingGETMixin4Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetUsingGETMixin4Unauthorized ¶ added in v0.5.0
func NewGetUsingGETMixin4Unauthorized() *GetUsingGETMixin4Unauthorized
NewGetUsingGETMixin4Unauthorized creates a GetUsingGETMixin4Unauthorized with default headers values
func (*GetUsingGETMixin4Unauthorized) Error ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) Error() string
func (*GetUsingGETMixin4Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) IsClientError() bool
IsClientError returns true when this get using g e t mixin4 unauthorized response has a 4xx status code
func (*GetUsingGETMixin4Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) IsCode(code int) bool
IsCode returns true when this get using g e t mixin4 unauthorized response a status code equal to that given
func (*GetUsingGETMixin4Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) IsRedirect() bool
IsRedirect returns true when this get using g e t mixin4 unauthorized response has a 3xx status code
func (*GetUsingGETMixin4Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) IsServerError() bool
IsServerError returns true when this get using g e t mixin4 unauthorized response has a 5xx status code
func (*GetUsingGETMixin4Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) IsSuccess() bool
IsSuccess returns true when this get using g e t mixin4 unauthorized response has a 2xx status code
func (*GetUsingGETMixin4Unauthorized) String ¶ added in v0.5.0
func (o *GetUsingGETMixin4Unauthorized) String() string
type UpdateEndpointByIDUsingPUTForbidden ¶ added in v0.4.0
type UpdateEndpointByIDUsingPUTForbidden struct { }
UpdateEndpointByIDUsingPUTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateEndpointByIDUsingPUTForbidden ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTForbidden() *UpdateEndpointByIDUsingPUTForbidden
NewUpdateEndpointByIDUsingPUTForbidden creates a UpdateEndpointByIDUsingPUTForbidden with default headers values
func (*UpdateEndpointByIDUsingPUTForbidden) Error ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTForbidden) Error() string
func (*UpdateEndpointByIDUsingPUTForbidden) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) IsClientError() bool
IsClientError returns true when this update endpoint by Id using p u t forbidden response has a 4xx status code
func (*UpdateEndpointByIDUsingPUTForbidden) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) IsCode(code int) bool
IsCode returns true when this update endpoint by Id using p u t forbidden response a status code equal to that given
func (*UpdateEndpointByIDUsingPUTForbidden) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) IsRedirect() bool
IsRedirect returns true when this update endpoint by Id using p u t forbidden response has a 3xx status code
func (*UpdateEndpointByIDUsingPUTForbidden) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) IsServerError() bool
IsServerError returns true when this update endpoint by Id using p u t forbidden response has a 5xx status code
func (*UpdateEndpointByIDUsingPUTForbidden) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) IsSuccess() bool
IsSuccess returns true when this update endpoint by Id using p u t forbidden response has a 2xx status code
func (*UpdateEndpointByIDUsingPUTForbidden) String ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTForbidden) String() string
type UpdateEndpointByIDUsingPUTInternalServerError ¶ added in v0.4.0
type UpdateEndpointByIDUsingPUTInternalServerError struct { }
UpdateEndpointByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateEndpointByIDUsingPUTInternalServerError ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTInternalServerError() *UpdateEndpointByIDUsingPUTInternalServerError
NewUpdateEndpointByIDUsingPUTInternalServerError creates a UpdateEndpointByIDUsingPUTInternalServerError with default headers values
func (*UpdateEndpointByIDUsingPUTInternalServerError) Error ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) Error() string
func (*UpdateEndpointByIDUsingPUTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsClientError() bool
IsClientError returns true when this update endpoint by Id using p u t internal server error response has a 4xx status code
func (*UpdateEndpointByIDUsingPUTInternalServerError) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsCode(code int) bool
IsCode returns true when this update endpoint by Id using p u t internal server error response a status code equal to that given
func (*UpdateEndpointByIDUsingPUTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsRedirect() bool
IsRedirect returns true when this update endpoint by Id using p u t internal server error response has a 3xx status code
func (*UpdateEndpointByIDUsingPUTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsServerError() bool
IsServerError returns true when this update endpoint by Id using p u t internal server error response has a 5xx status code
func (*UpdateEndpointByIDUsingPUTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) IsSuccess() bool
IsSuccess returns true when this update endpoint by Id using p u t internal server error response has a 2xx status code
func (*UpdateEndpointByIDUsingPUTInternalServerError) String ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTInternalServerError) String() string
type UpdateEndpointByIDUsingPUTNotFound ¶ added in v0.4.0
UpdateEndpointByIDUsingPUTNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateEndpointByIDUsingPUTNotFound ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTNotFound() *UpdateEndpointByIDUsingPUTNotFound
NewUpdateEndpointByIDUsingPUTNotFound creates a UpdateEndpointByIDUsingPUTNotFound with default headers values
func (*UpdateEndpointByIDUsingPUTNotFound) Error ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTNotFound) Error() string
func (*UpdateEndpointByIDUsingPUTNotFound) GetPayload ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTNotFound) GetPayload() *models.Error
func (*UpdateEndpointByIDUsingPUTNotFound) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) IsClientError() bool
IsClientError returns true when this update endpoint by Id using p u t not found response has a 4xx status code
func (*UpdateEndpointByIDUsingPUTNotFound) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) IsCode(code int) bool
IsCode returns true when this update endpoint by Id using p u t not found response a status code equal to that given
func (*UpdateEndpointByIDUsingPUTNotFound) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) IsRedirect() bool
IsRedirect returns true when this update endpoint by Id using p u t not found response has a 3xx status code
func (*UpdateEndpointByIDUsingPUTNotFound) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) IsServerError() bool
IsServerError returns true when this update endpoint by Id using p u t not found response has a 5xx status code
func (*UpdateEndpointByIDUsingPUTNotFound) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) IsSuccess() bool
IsSuccess returns true when this update endpoint by Id using p u t not found response has a 2xx status code
func (*UpdateEndpointByIDUsingPUTNotFound) String ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTNotFound) String() string
type UpdateEndpointByIDUsingPUTOK ¶ added in v0.4.0
UpdateEndpointByIDUsingPUTOK describes a response with status code 200, with default header values.
'Success' with the updated Endpoint
func NewUpdateEndpointByIDUsingPUTOK ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTOK() *UpdateEndpointByIDUsingPUTOK
NewUpdateEndpointByIDUsingPUTOK creates a UpdateEndpointByIDUsingPUTOK with default headers values
func (*UpdateEndpointByIDUsingPUTOK) Error ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTOK) Error() string
func (*UpdateEndpointByIDUsingPUTOK) GetPayload ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTOK) GetPayload() models.Endpoint
func (*UpdateEndpointByIDUsingPUTOK) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) IsClientError() bool
IsClientError returns true when this update endpoint by Id using p u t o k response has a 4xx status code
func (*UpdateEndpointByIDUsingPUTOK) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) IsCode(code int) bool
IsCode returns true when this update endpoint by Id using p u t o k response a status code equal to that given
func (*UpdateEndpointByIDUsingPUTOK) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) IsRedirect() bool
IsRedirect returns true when this update endpoint by Id using p u t o k response has a 3xx status code
func (*UpdateEndpointByIDUsingPUTOK) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) IsServerError() bool
IsServerError returns true when this update endpoint by Id using p u t o k response has a 5xx status code
func (*UpdateEndpointByIDUsingPUTOK) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) IsSuccess() bool
IsSuccess returns true when this update endpoint by Id using p u t o k response has a 2xx status code
func (*UpdateEndpointByIDUsingPUTOK) String ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTOK) String() string
type UpdateEndpointByIDUsingPUTParams ¶ added in v0.4.0
type UpdateEndpointByIDUsingPUTParams 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 }
UpdateEndpointByIDUsingPUTParams contains all the parameters to send to the API endpoint
for the update endpoint by Id using p u t operation. Typically these are written to a http.Request.
func NewUpdateEndpointByIDUsingPUTParams ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTParams() *UpdateEndpointByIDUsingPUTParams
NewUpdateEndpointByIDUsingPUTParams creates a new UpdateEndpointByIDUsingPUTParams 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 NewUpdateEndpointByIDUsingPUTParamsWithContext ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateEndpointByIDUsingPUTParams
NewUpdateEndpointByIDUsingPUTParamsWithContext creates a new UpdateEndpointByIDUsingPUTParams object with the ability to set a context for a request.
func NewUpdateEndpointByIDUsingPUTParamsWithHTTPClient ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEndpointByIDUsingPUTParams
NewUpdateEndpointByIDUsingPUTParamsWithHTTPClient creates a new UpdateEndpointByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateEndpointByIDUsingPUTParamsWithTimeout ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEndpointByIDUsingPUTParams
NewUpdateEndpointByIDUsingPUTParamsWithTimeout creates a new UpdateEndpointByIDUsingPUTParams object with the ability to set a timeout on a request.
func (*UpdateEndpointByIDUsingPUTParams) SetAPIVersion ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetAuthorization ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetBody ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetBody(body models.EndpointSpec)
SetBody adds the body to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetContext ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetDefaults ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the update endpoint by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateEndpointByIDUsingPUTParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetID ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetID(id string)
SetID adds the id to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) SetTimeout ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithAPIVersion ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateEndpointByIDUsingPUTParams
WithAPIVersion adds the aPIVersion to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithAuthorization ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateEndpointByIDUsingPUTParams
WithAuthorization adds the authorization to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithBody ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithBody(body models.EndpointSpec) *UpdateEndpointByIDUsingPUTParams
WithBody adds the body to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithContext ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateEndpointByIDUsingPUTParams
WithContext adds the context to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithDefaults ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithDefaults() *UpdateEndpointByIDUsingPUTParams
WithDefaults hydrates default values in the update endpoint by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateEndpointByIDUsingPUTParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateEndpointByIDUsingPUTParams
WithHTTPClient adds the HTTPClient to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithID ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithID(id string) *UpdateEndpointByIDUsingPUTParams
WithID adds the id to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WithTimeout ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateEndpointByIDUsingPUTParams
WithTimeout adds the timeout to the update endpoint by Id using p u t params
func (*UpdateEndpointByIDUsingPUTParams) WriteToRequest ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateEndpointByIDUsingPUTReader ¶ added in v0.4.0
type UpdateEndpointByIDUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateEndpointByIDUsingPUTReader is a Reader for the UpdateEndpointByIDUsingPUT structure.
func (*UpdateEndpointByIDUsingPUTReader) ReadResponse ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateEndpointByIDUsingPUTUnauthorized ¶ added in v0.4.0
type UpdateEndpointByIDUsingPUTUnauthorized struct { }
UpdateEndpointByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateEndpointByIDUsingPUTUnauthorized ¶ added in v0.4.0
func NewUpdateEndpointByIDUsingPUTUnauthorized() *UpdateEndpointByIDUsingPUTUnauthorized
NewUpdateEndpointByIDUsingPUTUnauthorized creates a UpdateEndpointByIDUsingPUTUnauthorized with default headers values
func (*UpdateEndpointByIDUsingPUTUnauthorized) Error ¶ added in v0.4.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) Error() string
func (*UpdateEndpointByIDUsingPUTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsClientError() bool
IsClientError returns true when this update endpoint by Id using p u t unauthorized response has a 4xx status code
func (*UpdateEndpointByIDUsingPUTUnauthorized) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsCode(code int) bool
IsCode returns true when this update endpoint by Id using p u t unauthorized response a status code equal to that given
func (*UpdateEndpointByIDUsingPUTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsRedirect() bool
IsRedirect returns true when this update endpoint by Id using p u t unauthorized response has a 3xx status code
func (*UpdateEndpointByIDUsingPUTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsServerError() bool
IsServerError returns true when this update endpoint by Id using p u t unauthorized response has a 5xx status code
func (*UpdateEndpointByIDUsingPUTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) IsSuccess() bool
IsSuccess returns true when this update endpoint by Id using p u t unauthorized response has a 2xx status code
func (*UpdateEndpointByIDUsingPUTUnauthorized) String ¶ added in v0.5.0
func (o *UpdateEndpointByIDUsingPUTUnauthorized) String() string
type UpdateEndpointByNameUsingPUTForbidden ¶ added in v0.4.0
type UpdateEndpointByNameUsingPUTForbidden struct { }
UpdateEndpointByNameUsingPUTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateEndpointByNameUsingPUTForbidden ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTForbidden() *UpdateEndpointByNameUsingPUTForbidden
NewUpdateEndpointByNameUsingPUTForbidden creates a UpdateEndpointByNameUsingPUTForbidden with default headers values
func (*UpdateEndpointByNameUsingPUTForbidden) Error ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTForbidden) Error() string
func (*UpdateEndpointByNameUsingPUTForbidden) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) IsClientError() bool
IsClientError returns true when this update endpoint by name using p u t forbidden response has a 4xx status code
func (*UpdateEndpointByNameUsingPUTForbidden) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) IsCode(code int) bool
IsCode returns true when this update endpoint by name using p u t forbidden response a status code equal to that given
func (*UpdateEndpointByNameUsingPUTForbidden) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) IsRedirect() bool
IsRedirect returns true when this update endpoint by name using p u t forbidden response has a 3xx status code
func (*UpdateEndpointByNameUsingPUTForbidden) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) IsServerError() bool
IsServerError returns true when this update endpoint by name using p u t forbidden response has a 5xx status code
func (*UpdateEndpointByNameUsingPUTForbidden) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) IsSuccess() bool
IsSuccess returns true when this update endpoint by name using p u t forbidden response has a 2xx status code
func (*UpdateEndpointByNameUsingPUTForbidden) String ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTForbidden) String() string
type UpdateEndpointByNameUsingPUTInternalServerError ¶ added in v0.4.0
type UpdateEndpointByNameUsingPUTInternalServerError struct { }
UpdateEndpointByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateEndpointByNameUsingPUTInternalServerError ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTInternalServerError() *UpdateEndpointByNameUsingPUTInternalServerError
NewUpdateEndpointByNameUsingPUTInternalServerError creates a UpdateEndpointByNameUsingPUTInternalServerError with default headers values
func (*UpdateEndpointByNameUsingPUTInternalServerError) Error ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) Error() string
func (*UpdateEndpointByNameUsingPUTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsClientError() bool
IsClientError returns true when this update endpoint by name using p u t internal server error response has a 4xx status code
func (*UpdateEndpointByNameUsingPUTInternalServerError) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsCode(code int) bool
IsCode returns true when this update endpoint by name using p u t internal server error response a status code equal to that given
func (*UpdateEndpointByNameUsingPUTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsRedirect() bool
IsRedirect returns true when this update endpoint by name using p u t internal server error response has a 3xx status code
func (*UpdateEndpointByNameUsingPUTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsServerError() bool
IsServerError returns true when this update endpoint by name using p u t internal server error response has a 5xx status code
func (*UpdateEndpointByNameUsingPUTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) IsSuccess() bool
IsSuccess returns true when this update endpoint by name using p u t internal server error response has a 2xx status code
func (*UpdateEndpointByNameUsingPUTInternalServerError) String ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTInternalServerError) String() string
type UpdateEndpointByNameUsingPUTNotFound ¶ added in v0.4.0
UpdateEndpointByNameUsingPUTNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateEndpointByNameUsingPUTNotFound ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTNotFound() *UpdateEndpointByNameUsingPUTNotFound
NewUpdateEndpointByNameUsingPUTNotFound creates a UpdateEndpointByNameUsingPUTNotFound with default headers values
func (*UpdateEndpointByNameUsingPUTNotFound) Error ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTNotFound) Error() string
func (*UpdateEndpointByNameUsingPUTNotFound) GetPayload ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTNotFound) GetPayload() *models.Error
func (*UpdateEndpointByNameUsingPUTNotFound) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) IsClientError() bool
IsClientError returns true when this update endpoint by name using p u t not found response has a 4xx status code
func (*UpdateEndpointByNameUsingPUTNotFound) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) IsCode(code int) bool
IsCode returns true when this update endpoint by name using p u t not found response a status code equal to that given
func (*UpdateEndpointByNameUsingPUTNotFound) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) IsRedirect() bool
IsRedirect returns true when this update endpoint by name using p u t not found response has a 3xx status code
func (*UpdateEndpointByNameUsingPUTNotFound) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) IsServerError() bool
IsServerError returns true when this update endpoint by name using p u t not found response has a 5xx status code
func (*UpdateEndpointByNameUsingPUTNotFound) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) IsSuccess() bool
IsSuccess returns true when this update endpoint by name using p u t not found response has a 2xx status code
func (*UpdateEndpointByNameUsingPUTNotFound) String ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTNotFound) String() string
type UpdateEndpointByNameUsingPUTOK ¶ added in v0.4.0
UpdateEndpointByNameUsingPUTOK describes a response with status code 200, with default header values.
'Success' with the updated Endpoint
func NewUpdateEndpointByNameUsingPUTOK ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTOK() *UpdateEndpointByNameUsingPUTOK
NewUpdateEndpointByNameUsingPUTOK creates a UpdateEndpointByNameUsingPUTOK with default headers values
func (*UpdateEndpointByNameUsingPUTOK) Error ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTOK) Error() string
func (*UpdateEndpointByNameUsingPUTOK) GetPayload ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTOK) GetPayload() models.Endpoint
func (*UpdateEndpointByNameUsingPUTOK) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) IsClientError() bool
IsClientError returns true when this update endpoint by name using p u t o k response has a 4xx status code
func (*UpdateEndpointByNameUsingPUTOK) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) IsCode(code int) bool
IsCode returns true when this update endpoint by name using p u t o k response a status code equal to that given
func (*UpdateEndpointByNameUsingPUTOK) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) IsRedirect() bool
IsRedirect returns true when this update endpoint by name using p u t o k response has a 3xx status code
func (*UpdateEndpointByNameUsingPUTOK) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) IsServerError() bool
IsServerError returns true when this update endpoint by name using p u t o k response has a 5xx status code
func (*UpdateEndpointByNameUsingPUTOK) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) IsSuccess() bool
IsSuccess returns true when this update endpoint by name using p u t o k response has a 2xx status code
func (*UpdateEndpointByNameUsingPUTOK) String ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTOK) String() string
type UpdateEndpointByNameUsingPUTParams ¶ added in v0.4.0
type UpdateEndpointByNameUsingPUTParams 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 }
UpdateEndpointByNameUsingPUTParams contains all the parameters to send to the API endpoint
for the update endpoint by name using p u t operation. Typically these are written to a http.Request.
func NewUpdateEndpointByNameUsingPUTParams ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTParams() *UpdateEndpointByNameUsingPUTParams
NewUpdateEndpointByNameUsingPUTParams creates a new UpdateEndpointByNameUsingPUTParams 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 NewUpdateEndpointByNameUsingPUTParamsWithContext ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTParamsWithContext(ctx context.Context) *UpdateEndpointByNameUsingPUTParams
NewUpdateEndpointByNameUsingPUTParamsWithContext creates a new UpdateEndpointByNameUsingPUTParams object with the ability to set a context for a request.
func NewUpdateEndpointByNameUsingPUTParamsWithHTTPClient ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEndpointByNameUsingPUTParams
NewUpdateEndpointByNameUsingPUTParamsWithHTTPClient creates a new UpdateEndpointByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateEndpointByNameUsingPUTParamsWithTimeout ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEndpointByNameUsingPUTParams
NewUpdateEndpointByNameUsingPUTParamsWithTimeout creates a new UpdateEndpointByNameUsingPUTParams object with the ability to set a timeout on a request.
func (*UpdateEndpointByNameUsingPUTParams) SetAPIVersion ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetAuthorization ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetBody ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetBody(body models.EndpointSpec)
SetBody adds the body to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetContext ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetDefaults ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the update endpoint by name using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateEndpointByNameUsingPUTParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetName ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetName(name string)
SetName adds the name to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetProject ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetProject(project string)
SetProject adds the project to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) SetTimeout ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithAPIVersion ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateEndpointByNameUsingPUTParams
WithAPIVersion adds the aPIVersion to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithAuthorization ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithAuthorization(authorization string) *UpdateEndpointByNameUsingPUTParams
WithAuthorization adds the authorization to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithBody ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithBody(body models.EndpointSpec) *UpdateEndpointByNameUsingPUTParams
WithBody adds the body to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithContext ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithContext(ctx context.Context) *UpdateEndpointByNameUsingPUTParams
WithContext adds the context to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithDefaults ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithDefaults() *UpdateEndpointByNameUsingPUTParams
WithDefaults hydrates default values in the update endpoint by name using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateEndpointByNameUsingPUTParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateEndpointByNameUsingPUTParams
WithHTTPClient adds the HTTPClient to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithName ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithName(name string) *UpdateEndpointByNameUsingPUTParams
WithName adds the name to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithProject ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithProject(project string) *UpdateEndpointByNameUsingPUTParams
WithProject adds the project to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WithTimeout ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateEndpointByNameUsingPUTParams
WithTimeout adds the timeout to the update endpoint by name using p u t params
func (*UpdateEndpointByNameUsingPUTParams) WriteToRequest ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateEndpointByNameUsingPUTReader ¶ added in v0.4.0
type UpdateEndpointByNameUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateEndpointByNameUsingPUTReader is a Reader for the UpdateEndpointByNameUsingPUT structure.
func (*UpdateEndpointByNameUsingPUTReader) ReadResponse ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateEndpointByNameUsingPUTUnauthorized ¶ added in v0.4.0
type UpdateEndpointByNameUsingPUTUnauthorized struct { }
UpdateEndpointByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateEndpointByNameUsingPUTUnauthorized ¶ added in v0.4.0
func NewUpdateEndpointByNameUsingPUTUnauthorized() *UpdateEndpointByNameUsingPUTUnauthorized
NewUpdateEndpointByNameUsingPUTUnauthorized creates a UpdateEndpointByNameUsingPUTUnauthorized with default headers values
func (*UpdateEndpointByNameUsingPUTUnauthorized) Error ¶ added in v0.4.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) Error() string
func (*UpdateEndpointByNameUsingPUTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsClientError() bool
IsClientError returns true when this update endpoint by name using p u t unauthorized response has a 4xx status code
func (*UpdateEndpointByNameUsingPUTUnauthorized) IsCode ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsCode(code int) bool
IsCode returns true when this update endpoint by name using p u t unauthorized response a status code equal to that given
func (*UpdateEndpointByNameUsingPUTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsRedirect() bool
IsRedirect returns true when this update endpoint by name using p u t unauthorized response has a 3xx status code
func (*UpdateEndpointByNameUsingPUTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsServerError() bool
IsServerError returns true when this update endpoint by name using p u t unauthorized response has a 5xx status code
func (*UpdateEndpointByNameUsingPUTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) IsSuccess() bool
IsSuccess returns true when this update endpoint by name using p u t unauthorized response has a 2xx status code
func (*UpdateEndpointByNameUsingPUTUnauthorized) String ¶ added in v0.5.0
func (o *UpdateEndpointByNameUsingPUTUnauthorized) String() string
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 ¶
func (o *ValidateEndpointUsingPOSTForbidden) Error() string
func (*ValidateEndpointUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this validate endpoint using p o s t forbidden response has a 4xx status code
func (*ValidateEndpointUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this validate endpoint using p o s t forbidden response a status code equal to that given
func (*ValidateEndpointUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this validate endpoint using p o s t forbidden response has a 3xx status code
func (*ValidateEndpointUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this validate endpoint using p o s t forbidden response has a 5xx status code
func (*ValidateEndpointUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this validate endpoint using p o s t forbidden response has a 2xx status code
func (*ValidateEndpointUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTForbidden) String() string
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 ¶
func (o *ValidateEndpointUsingPOSTInternalServerError) Error() string
func (*ValidateEndpointUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this validate endpoint using p o s t internal server error response has a 4xx status code
func (*ValidateEndpointUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this validate endpoint using p o s t internal server error response a status code equal to that given
func (*ValidateEndpointUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this validate endpoint using p o s t internal server error response has a 3xx status code
func (*ValidateEndpointUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this validate endpoint using p o s t internal server error response has a 5xx status code
func (*ValidateEndpointUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this validate endpoint using p o s t internal server error response has a 2xx status code
func (*ValidateEndpointUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTInternalServerError) String() string
type ValidateEndpointUsingPOSTNotFound ¶
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 (o *ValidateEndpointUsingPOSTNotFound) Error() string
func (*ValidateEndpointUsingPOSTNotFound) GetPayload ¶
func (o *ValidateEndpointUsingPOSTNotFound) GetPayload() *models.Error
func (*ValidateEndpointUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this validate endpoint using p o s t not found response has a 4xx status code
func (*ValidateEndpointUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this validate endpoint using p o s t not found response a status code equal to that given
func (*ValidateEndpointUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this validate endpoint using p o s t not found response has a 3xx status code
func (*ValidateEndpointUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this validate endpoint using p o s t not found response has a 5xx status code
func (*ValidateEndpointUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this validate endpoint using p o s t not found response has a 2xx status code
func (*ValidateEndpointUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTNotFound) String() string
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 (o *ValidateEndpointUsingPOSTOK) Error() string
func (*ValidateEndpointUsingPOSTOK) GetPayload ¶
func (o *ValidateEndpointUsingPOSTOK) GetPayload() *models.TileExecutorResponse
func (*ValidateEndpointUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) IsClientError() bool
IsClientError returns true when this validate endpoint using p o s t o k response has a 4xx status code
func (*ValidateEndpointUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this validate endpoint using p o s t o k response a status code equal to that given
func (*ValidateEndpointUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this validate endpoint using p o s t o k response has a 3xx status code
func (*ValidateEndpointUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) IsServerError() bool
IsServerError returns true when this validate endpoint using p o s t o k response has a 5xx status code
func (*ValidateEndpointUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this validate endpoint using p o s t o k response has a 2xx status code
func (*ValidateEndpointUsingPOSTOK) String ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTOK) String() string
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 ¶
func (o *ValidateEndpointUsingPOSTParams) SetBody(body models.EndpointValidationSpec)
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 ¶
func (o *ValidateEndpointUsingPOSTParams) WithAPIVersion(aPIVersion string) *ValidateEndpointUsingPOSTParams
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 ¶
func (o *ValidateEndpointUsingPOSTParams) WithBody(body models.EndpointValidationSpec) *ValidateEndpointUsingPOSTParams
WithBody adds the body to the validate endpoint using p o s t params
func (*ValidateEndpointUsingPOSTParams) WithContext ¶
func (o *ValidateEndpointUsingPOSTParams) WithContext(ctx context.Context) *ValidateEndpointUsingPOSTParams
WithContext adds the context to the validate endpoint using p o s t params
func (*ValidateEndpointUsingPOSTParams) WithDefaults ¶
func (o *ValidateEndpointUsingPOSTParams) WithDefaults() *ValidateEndpointUsingPOSTParams
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 ¶
func (o *ValidateEndpointUsingPOSTParams) WithHTTPClient(client *http.Client) *ValidateEndpointUsingPOSTParams
WithHTTPClient adds the HTTPClient to the validate endpoint using p o s t params
func (*ValidateEndpointUsingPOSTParams) WithTimeout ¶
func (o *ValidateEndpointUsingPOSTParams) WithTimeout(timeout time.Duration) *ValidateEndpointUsingPOSTParams
WithTimeout adds the timeout to the validate endpoint using p o s t params
func (*ValidateEndpointUsingPOSTParams) WriteToRequest ¶
func (o *ValidateEndpointUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ValidateEndpointUsingPOSTUnauthorized) Error() string
func (*ValidateEndpointUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this validate endpoint using p o s t unauthorized response has a 4xx status code
func (*ValidateEndpointUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this validate endpoint using p o s t unauthorized response a status code equal to that given
func (*ValidateEndpointUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this validate endpoint using p o s t unauthorized response has a 3xx status code
func (*ValidateEndpointUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this validate endpoint using p o s t unauthorized response has a 5xx status code
func (*ValidateEndpointUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this validate endpoint using p o s t unauthorized response has a 2xx status code
func (*ValidateEndpointUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *ValidateEndpointUsingPOSTUnauthorized) String() string
Source Files ¶
- create_endpoint_using_post_parameters.go
- create_endpoint_using_post_responses.go
- delete_endpoint_by_id_using_delete_parameters.go
- delete_endpoint_by_id_using_delete_responses.go
- delete_endpoint_by_name_using_delete_parameters.go
- delete_endpoint_by_name_using_delete_responses.go
- endpoints_client.go
- get_all_endpoints_using_get_parameters.go
- get_all_endpoints_using_get_responses.go
- get_endpoint_by_id_using_get_parameters.go
- get_endpoint_by_id_using_get_responses.go
- get_endpoint_by_name_using_get_parameters.go
- get_endpoint_by_name_using_get_responses.go
- get_endpoint_properties_using_get_parameters.go
- get_endpoint_properties_using_get_responses.go
- get_endpoint_tiles_using_get_parameters.go
- get_endpoint_tiles_using_get_responses.go
- get_using_get_mixin4_parameters.go
- get_using_get_mixin4_responses.go
- update_endpoint_by_id_using_put_parameters.go
- update_endpoint_by_id_using_put_responses.go
- update_endpoint_by_name_using_put_parameters.go
- update_endpoint_by_name_using_put_responses.go
- validate_endpoint_using_post_parameters.go
- validate_endpoint_using_post_responses.go