Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)
- func (a *Client) DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)
- func (a *Client) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)
- func (a *Client) GetAllUsingGET2(params *GetAllUsingGET2Params, opts ...ClientOption) (*GetAllUsingGET2OK, error)
- func (a *Client) GetByIDUsingGET(params *GetByIDUsingGETParams, opts ...ClientOption) (*GetByIDUsingGETOK, error)
- func (a *Client) GetByNameUsingGET(params *GetByNameUsingGETParams, opts ...ClientOption) (*GetByNameUsingGETOK, error)
- func (a *Client) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error)
- func (a *Client) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error)
- func (a *Client) GetUsingGETMixin3(params *GetUsingGETMixin3Params, opts ...ClientOption) (*GetUsingGETMixin3OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateByIDUsingPUT1(params *UpdateByIDUsingPUT1Params, opts ...ClientOption) (*UpdateByIDUsingPUT1OK, error)
- func (a *Client) UpdateByNameUsingPUT1(params *UpdateByNameUsingPUT1Params, opts ...ClientOption) (*UpdateByNameUsingPUT1OK, error)
- func (a *Client) ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, error)
- type ClientOption
- type ClientService
- type CreateUsingPOST2Forbidden
- type CreateUsingPOST2InternalServerError
- type CreateUsingPOST2NotFound
- type CreateUsingPOST2OK
- type CreateUsingPOST2Params
- func NewCreateUsingPOST2Params() *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithContext(ctx context.Context) *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) SetAPIVersion(aPIVersion string)
- func (o *CreateUsingPOST2Params) SetAuthorization(authorization string)
- func (o *CreateUsingPOST2Params) SetBody(body models.EndpointSpec)
- func (o *CreateUsingPOST2Params) SetContext(ctx context.Context)
- func (o *CreateUsingPOST2Params) SetDefaults()
- func (o *CreateUsingPOST2Params) SetHTTPClient(client *http.Client)
- func (o *CreateUsingPOST2Params) SetTimeout(timeout time.Duration)
- func (o *CreateUsingPOST2Params) WithAPIVersion(aPIVersion string) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithAuthorization(authorization string) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithBody(body models.EndpointSpec) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithContext(ctx context.Context) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithDefaults() *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithHTTPClient(client *http.Client) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithTimeout(timeout time.Duration) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUsingPOST2Reader
- type CreateUsingPOST2Unauthorized
- type DeleteUsingDELETE1Forbidden
- type DeleteUsingDELETE1InternalServerError
- type DeleteUsingDELETE1NotFound
- type DeleteUsingDELETE1OK
- type DeleteUsingDELETE1Params
- func NewDeleteUsingDELETE1Params() *DeleteUsingDELETE1Params
- func NewDeleteUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteUsingDELETE1Params
- func NewDeleteUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params
- func NewDeleteUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) SetAPIVersion(aPIVersion string)
- func (o *DeleteUsingDELETE1Params) SetAuthorization(authorization string)
- func (o *DeleteUsingDELETE1Params) SetContext(ctx context.Context)
- func (o *DeleteUsingDELETE1Params) SetDefaults()
- func (o *DeleteUsingDELETE1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteUsingDELETE1Params) SetID(id string)
- func (o *DeleteUsingDELETE1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteUsingDELETE1Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithAuthorization(authorization string) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithContext(ctx context.Context) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithDefaults() *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithID(id string) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params
- func (o *DeleteUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsingDELETE1Reader
- type DeleteUsingDELETE1Unauthorized
- type DeleteUsingDELETE2Forbidden
- type DeleteUsingDELETE2InternalServerError
- type DeleteUsingDELETE2NotFound
- type DeleteUsingDELETE2OK
- type DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2Params() *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) SetAPIVersion(aPIVersion string)
- func (o *DeleteUsingDELETE2Params) SetAuthorization(authorization string)
- func (o *DeleteUsingDELETE2Params) SetContext(ctx context.Context)
- func (o *DeleteUsingDELETE2Params) SetDefaults()
- func (o *DeleteUsingDELETE2Params) SetHTTPClient(client *http.Client)
- func (o *DeleteUsingDELETE2Params) SetName(name string)
- func (o *DeleteUsingDELETE2Params) SetProject(project string)
- func (o *DeleteUsingDELETE2Params) SetTimeout(timeout time.Duration)
- func (o *DeleteUsingDELETE2Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithAuthorization(authorization string) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithContext(ctx context.Context) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithDefaults() *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithName(name string) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithProject(project string) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsingDELETE2Reader
- type DeleteUsingDELETE2Unauthorized
- type GetAllUsingGET2Forbidden
- type GetAllUsingGET2InternalServerError
- type GetAllUsingGET2NotFound
- type GetAllUsingGET2OK
- type GetAllUsingGET2Params
- func NewGetAllUsingGET2Params() *GetAllUsingGET2Params
- func NewGetAllUsingGET2ParamsWithContext(ctx context.Context) *GetAllUsingGET2Params
- func NewGetAllUsingGET2ParamsWithHTTPClient(client *http.Client) *GetAllUsingGET2Params
- func NewGetAllUsingGET2ParamsWithTimeout(timeout time.Duration) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) SetAPIVersion(aPIVersion string)
- func (o *GetAllUsingGET2Params) SetAuthorization(authorization string)
- func (o *GetAllUsingGET2Params) SetContext(ctx context.Context)
- func (o *GetAllUsingGET2Params) SetDefaults()
- func (o *GetAllUsingGET2Params) SetDollarFilter(dollarFilter *string)
- func (o *GetAllUsingGET2Params) SetDollarOrderby(dollarOrderby *string)
- func (o *GetAllUsingGET2Params) SetDollarSkip(dollarSkip *string)
- func (o *GetAllUsingGET2Params) SetDollarTop(dollarTop *string)
- func (o *GetAllUsingGET2Params) SetHTTPClient(client *http.Client)
- func (o *GetAllUsingGET2Params) SetPage(page *string)
- func (o *GetAllUsingGET2Params) SetTimeout(timeout time.Duration)
- func (o *GetAllUsingGET2Params) WithAPIVersion(aPIVersion string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithAuthorization(authorization string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithContext(ctx context.Context) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithDefaults() *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithDollarFilter(dollarFilter *string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithDollarOrderby(dollarOrderby *string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithDollarSkip(dollarSkip *string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithDollarTop(dollarTop *string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithHTTPClient(client *http.Client) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithPage(page *string) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WithTimeout(timeout time.Duration) *GetAllUsingGET2Params
- func (o *GetAllUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllUsingGET2Reader
- type GetAllUsingGET2Unauthorized
- type GetByIDUsingGETForbidden
- type GetByIDUsingGETInternalServerError
- type GetByIDUsingGETNotFound
- type GetByIDUsingGETOK
- type GetByIDUsingGETParams
- func NewGetByIDUsingGETParams() *GetByIDUsingGETParams
- func NewGetByIDUsingGETParamsWithContext(ctx context.Context) *GetByIDUsingGETParams
- func NewGetByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetByIDUsingGETParams
- func NewGetByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetByIDUsingGETParams) SetDefaults()
- func (o *GetByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetByIDUsingGETParams) SetID(id string)
- func (o *GetByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithAuthorization(authorization string) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithContext(ctx context.Context) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithDefaults() *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithID(id string) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetByIDUsingGETParams
- func (o *GetByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetByIDUsingGETReader
- type GetByIDUsingGETUnauthorized
- type GetByNameUsingGETForbidden
- type GetByNameUsingGETInternalServerError
- type GetByNameUsingGETNotFound
- type GetByNameUsingGETOK
- type GetByNameUsingGETParams
- func NewGetByNameUsingGETParams() *GetByNameUsingGETParams
- func NewGetByNameUsingGETParamsWithContext(ctx context.Context) *GetByNameUsingGETParams
- func NewGetByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetByNameUsingGETParams
- func NewGetByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetByNameUsingGETParams) SetAuthorization(authorization string)
- func (o *GetByNameUsingGETParams) SetContext(ctx context.Context)
- func (o *GetByNameUsingGETParams) SetDefaults()
- func (o *GetByNameUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetByNameUsingGETParams) SetName(name string)
- func (o *GetByNameUsingGETParams) SetProject(project string)
- func (o *GetByNameUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetByNameUsingGETParams) WithAPIVersion(aPIVersion string) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithAuthorization(authorization string) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithContext(ctx context.Context) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithDefaults() *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithHTTPClient(client *http.Client) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithName(name string) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithProject(project string) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WithTimeout(timeout time.Duration) *GetByNameUsingGETParams
- func (o *GetByNameUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetByNameUsingGETReader
- type GetByNameUsingGETUnauthorized
- type GetEndpointPropertiesUsingGETForbidden
- type GetEndpointPropertiesUsingGETInternalServerError
- type GetEndpointPropertiesUsingGETNotFound
- type GetEndpointPropertiesUsingGETOK
- 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
- type GetEndpointTilesUsingGETForbidden
- type GetEndpointTilesUsingGETInternalServerError
- type GetEndpointTilesUsingGETNotFound
- type GetEndpointTilesUsingGETOK
- 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
- type GetUsingGETMixin3Forbidden
- type GetUsingGETMixin3InternalServerError
- type GetUsingGETMixin3NotFound
- type GetUsingGETMixin3OK
- type GetUsingGETMixin3Params
- func NewGetUsingGETMixin3Params() *GetUsingGETMixin3Params
- func NewGetUsingGETMixin3ParamsWithContext(ctx context.Context) *GetUsingGETMixin3Params
- func NewGetUsingGETMixin3ParamsWithHTTPClient(client *http.Client) *GetUsingGETMixin3Params
- func NewGetUsingGETMixin3ParamsWithTimeout(timeout time.Duration) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) SetAPIVersion(aPIVersion string)
- func (o *GetUsingGETMixin3Params) SetAuthorization(authorization string)
- func (o *GetUsingGETMixin3Params) SetContext(ctx context.Context)
- func (o *GetUsingGETMixin3Params) SetDefaults()
- func (o *GetUsingGETMixin3Params) SetHTTPClient(client *http.Client)
- func (o *GetUsingGETMixin3Params) SetTimeout(timeout time.Duration)
- func (o *GetUsingGETMixin3Params) WithAPIVersion(aPIVersion string) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WithAuthorization(authorization string) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WithContext(ctx context.Context) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WithDefaults() *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WithHTTPClient(client *http.Client) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WithTimeout(timeout time.Duration) *GetUsingGETMixin3Params
- func (o *GetUsingGETMixin3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsingGETMixin3Reader
- type GetUsingGETMixin3Unauthorized
- type UpdateByIDUsingPUT1Forbidden
- type UpdateByIDUsingPUT1InternalServerError
- type UpdateByIDUsingPUT1NotFound
- type UpdateByIDUsingPUT1OK
- type UpdateByIDUsingPUT1Params
- func NewUpdateByIDUsingPUT1Params() *UpdateByIDUsingPUT1Params
- func NewUpdateByIDUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByIDUsingPUT1Params
- func NewUpdateByIDUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUT1Params
- func NewUpdateByIDUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) SetAPIVersion(aPIVersion string)
- func (o *UpdateByIDUsingPUT1Params) SetAuthorization(authorization string)
- func (o *UpdateByIDUsingPUT1Params) SetBody(body models.EndpointSpec)
- func (o *UpdateByIDUsingPUT1Params) SetContext(ctx context.Context)
- func (o *UpdateByIDUsingPUT1Params) SetDefaults()
- func (o *UpdateByIDUsingPUT1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateByIDUsingPUT1Params) SetID(id string)
- func (o *UpdateByIDUsingPUT1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateByIDUsingPUT1Params) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithAuthorization(authorization string) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithBody(body models.EndpointSpec) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithContext(ctx context.Context) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithDefaults() *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithID(id string) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUT1Params
- func (o *UpdateByIDUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateByIDUsingPUT1Reader
- type UpdateByIDUsingPUT1Unauthorized
- type UpdateByNameUsingPUT1Forbidden
- type UpdateByNameUsingPUT1InternalServerError
- type UpdateByNameUsingPUT1NotFound
- type UpdateByNameUsingPUT1OK
- type UpdateByNameUsingPUT1Params
- func NewUpdateByNameUsingPUT1Params() *UpdateByNameUsingPUT1Params
- func NewUpdateByNameUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByNameUsingPUT1Params
- func NewUpdateByNameUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByNameUsingPUT1Params
- func NewUpdateByNameUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) SetAPIVersion(aPIVersion string)
- func (o *UpdateByNameUsingPUT1Params) SetAuthorization(authorization string)
- func (o *UpdateByNameUsingPUT1Params) SetBody(body models.EndpointSpec)
- func (o *UpdateByNameUsingPUT1Params) SetContext(ctx context.Context)
- func (o *UpdateByNameUsingPUT1Params) SetDefaults()
- func (o *UpdateByNameUsingPUT1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateByNameUsingPUT1Params) SetName(name string)
- func (o *UpdateByNameUsingPUT1Params) SetProject(project string)
- func (o *UpdateByNameUsingPUT1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateByNameUsingPUT1Params) WithAPIVersion(aPIVersion string) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithAuthorization(authorization string) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithBody(body models.EndpointSpec) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithContext(ctx context.Context) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithDefaults() *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithName(name string) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithProject(project string) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateByNameUsingPUT1Params
- func (o *UpdateByNameUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateByNameUsingPUT1Reader
- type UpdateByNameUsingPUT1Unauthorized
- type ValidateEndpointUsingPOSTForbidden
- type ValidateEndpointUsingPOSTInternalServerError
- type ValidateEndpointUsingPOSTNotFound
- type ValidateEndpointUsingPOSTOK
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for endpoints API
func (*Client) CreateUsingPOST2 ¶
func (a *Client) CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)
CreateUsingPOST2 creates an endpoint
Create an Endpoint based on the given project
func (*Client) DeleteUsingDELETE1 ¶
func (a *Client) DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)
DeleteUsingDELETE1 deletes an endpoint by id
Delete an Endpoint with the given id
func (*Client) DeleteUsingDELETE2 ¶
func (a *Client) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)
DeleteUsingDELETE2 deletes an endpoint by project and name
Delete an Endpoint with the given name
func (*Client) GetAllUsingGET2 ¶
func (a *Client) GetAllUsingGET2(params *GetAllUsingGET2Params, opts ...ClientOption) (*GetAllUsingGET2OK, error)
GetAllUsingGET2 gets all endpoints
Get all Endpoints with specified paging and filter parameters
func (*Client) GetByIDUsingGET ¶
func (a *Client) GetByIDUsingGET(params *GetByIDUsingGETParams, opts ...ClientOption) (*GetByIDUsingGETOK, error)
GetByIDUsingGET gets an endpoint
Get an Endpoint with the given id
func (*Client) GetByNameUsingGET ¶
func (a *Client) GetByNameUsingGET(params *GetByNameUsingGETParams, opts ...ClientOption) (*GetByNameUsingGETOK, error)
GetByNameUsingGET gets an endpoint by project and name
Get an Endpoint with the given project and name
func (*Client) GetEndpointPropertiesUsingGET ¶
func (a *Client) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error)
GetEndpointPropertiesUsingGET gets endpoint properties
Get endpoint properties with the given endpoint type
func (*Client) GetEndpointTilesUsingGET ¶
func (a *Client) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error)
GetEndpointTilesUsingGET gets all endpoint tiles
Get all supported endpoint tiles
func (*Client) GetUsingGETMixin3 ¶
func (a *Client) GetUsingGETMixin3(params *GetUsingGETMixin3Params, opts ...ClientOption) (*GetUsingGETMixin3OK, error)
GetUsingGETMixin3 gets endpoint certificate
Get endpoint certificate chain for validation
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateByIDUsingPUT1 ¶
func (a *Client) UpdateByIDUsingPUT1(params *UpdateByIDUsingPUT1Params, opts ...ClientOption) (*UpdateByIDUsingPUT1OK, error)
UpdateByIDUsingPUT1 updates an endpoint by id
Update an Endpoint with the given id
func (*Client) UpdateByNameUsingPUT1 ¶
func (a *Client) UpdateByNameUsingPUT1(params *UpdateByNameUsingPUT1Params, opts ...ClientOption) (*UpdateByNameUsingPUT1OK, error)
UpdateByNameUsingPUT1 updates an endpoint by project and name
Update an Endpoint with the given project and name
func (*Client) ValidateEndpointUsingPOST ¶
func (a *Client) ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, error)
ValidateEndpointUsingPOST validates endpoint
Validates the given endpoint
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error) DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error) GetAllUsingGET2(params *GetAllUsingGET2Params, opts ...ClientOption) (*GetAllUsingGET2OK, error) GetByIDUsingGET(params *GetByIDUsingGETParams, opts ...ClientOption) (*GetByIDUsingGETOK, error) GetByNameUsingGET(params *GetByNameUsingGETParams, opts ...ClientOption) (*GetByNameUsingGETOK, error) GetEndpointPropertiesUsingGET(params *GetEndpointPropertiesUsingGETParams, opts ...ClientOption) (*GetEndpointPropertiesUsingGETOK, error) GetEndpointTilesUsingGET(params *GetEndpointTilesUsingGETParams, opts ...ClientOption) (*GetEndpointTilesUsingGETOK, error) GetUsingGETMixin3(params *GetUsingGETMixin3Params, opts ...ClientOption) (*GetUsingGETMixin3OK, error) UpdateByIDUsingPUT1(params *UpdateByIDUsingPUT1Params, opts ...ClientOption) (*UpdateByIDUsingPUT1OK, error) UpdateByNameUsingPUT1(params *UpdateByNameUsingPUT1Params, opts ...ClientOption) (*UpdateByNameUsingPUT1OK, error) ValidateEndpointUsingPOST(params *ValidateEndpointUsingPOSTParams, opts ...ClientOption) (*ValidateEndpointUsingPOSTOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new endpoints API client.
type CreateUsingPOST2Forbidden ¶
type CreateUsingPOST2Forbidden struct { }
CreateUsingPOST2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateUsingPOST2Forbidden ¶
func NewCreateUsingPOST2Forbidden() *CreateUsingPOST2Forbidden
NewCreateUsingPOST2Forbidden creates a CreateUsingPOST2Forbidden with default headers values
func (*CreateUsingPOST2Forbidden) Error ¶
func (o *CreateUsingPOST2Forbidden) Error() string
type CreateUsingPOST2InternalServerError ¶
type CreateUsingPOST2InternalServerError struct { }
CreateUsingPOST2InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewCreateUsingPOST2InternalServerError ¶
func NewCreateUsingPOST2InternalServerError() *CreateUsingPOST2InternalServerError
NewCreateUsingPOST2InternalServerError creates a CreateUsingPOST2InternalServerError with default headers values
func (*CreateUsingPOST2InternalServerError) Error ¶
func (o *CreateUsingPOST2InternalServerError) Error() string
type CreateUsingPOST2NotFound ¶
CreateUsingPOST2NotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateUsingPOST2NotFound ¶
func NewCreateUsingPOST2NotFound() *CreateUsingPOST2NotFound
NewCreateUsingPOST2NotFound creates a CreateUsingPOST2NotFound with default headers values
func (*CreateUsingPOST2NotFound) Error ¶
func (o *CreateUsingPOST2NotFound) Error() string
func (*CreateUsingPOST2NotFound) GetPayload ¶
func (o *CreateUsingPOST2NotFound) GetPayload() *models.Error
type CreateUsingPOST2OK ¶
CreateUsingPOST2OK describes a response with status code 200, with default header values.
'Success' with the created Endpoint
func NewCreateUsingPOST2OK ¶
func NewCreateUsingPOST2OK() *CreateUsingPOST2OK
NewCreateUsingPOST2OK creates a CreateUsingPOST2OK with default headers values
func (*CreateUsingPOST2OK) Error ¶
func (o *CreateUsingPOST2OK) Error() string
func (*CreateUsingPOST2OK) GetPayload ¶
func (o *CreateUsingPOST2OK) GetPayload() models.Endpoint
type CreateUsingPOST2Params ¶
type CreateUsingPOST2Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Endpoint specification */ Body models.EndpointSpec Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateUsingPOST2Params contains all the parameters to send to the API endpoint
for the create using p o s t 2 operation. Typically these are written to a http.Request.
func NewCreateUsingPOST2Params ¶
func NewCreateUsingPOST2Params() *CreateUsingPOST2Params
NewCreateUsingPOST2Params creates a new CreateUsingPOST2Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateUsingPOST2ParamsWithContext ¶
func NewCreateUsingPOST2ParamsWithContext(ctx context.Context) *CreateUsingPOST2Params
NewCreateUsingPOST2ParamsWithContext creates a new CreateUsingPOST2Params object with the ability to set a context for a request.
func NewCreateUsingPOST2ParamsWithHTTPClient ¶
func NewCreateUsingPOST2ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST2Params
NewCreateUsingPOST2ParamsWithHTTPClient creates a new CreateUsingPOST2Params object with the ability to set a custom HTTPClient for a request.
func NewCreateUsingPOST2ParamsWithTimeout ¶
func NewCreateUsingPOST2ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST2Params
NewCreateUsingPOST2ParamsWithTimeout creates a new CreateUsingPOST2Params object with the ability to set a timeout on a request.
func (*CreateUsingPOST2Params) SetAPIVersion ¶
func (o *CreateUsingPOST2Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the create using p o s t 2 params
func (*CreateUsingPOST2Params) SetAuthorization ¶
func (o *CreateUsingPOST2Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the create using p o s t 2 params
func (*CreateUsingPOST2Params) SetBody ¶
func (o *CreateUsingPOST2Params) SetBody(body models.EndpointSpec)
SetBody adds the body to the create using p o s t 2 params
func (*CreateUsingPOST2Params) SetContext ¶
func (o *CreateUsingPOST2Params) SetContext(ctx context.Context)
SetContext adds the context to the create using p o s t 2 params
func (*CreateUsingPOST2Params) SetDefaults ¶
func (o *CreateUsingPOST2Params) SetDefaults()
SetDefaults hydrates default values in the create using p o s t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateUsingPOST2Params) SetHTTPClient ¶
func (o *CreateUsingPOST2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create using p o s t 2 params
func (*CreateUsingPOST2Params) SetTimeout ¶
func (o *CreateUsingPOST2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithAPIVersion ¶
func (o *CreateUsingPOST2Params) WithAPIVersion(aPIVersion string) *CreateUsingPOST2Params
WithAPIVersion adds the aPIVersion to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithAuthorization ¶
func (o *CreateUsingPOST2Params) WithAuthorization(authorization string) *CreateUsingPOST2Params
WithAuthorization adds the authorization to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithBody ¶
func (o *CreateUsingPOST2Params) WithBody(body models.EndpointSpec) *CreateUsingPOST2Params
WithBody adds the body to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithContext ¶
func (o *CreateUsingPOST2Params) WithContext(ctx context.Context) *CreateUsingPOST2Params
WithContext adds the context to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithDefaults ¶
func (o *CreateUsingPOST2Params) WithDefaults() *CreateUsingPOST2Params
WithDefaults hydrates default values in the create using p o s t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateUsingPOST2Params) WithHTTPClient ¶
func (o *CreateUsingPOST2Params) WithHTTPClient(client *http.Client) *CreateUsingPOST2Params
WithHTTPClient adds the HTTPClient to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithTimeout ¶
func (o *CreateUsingPOST2Params) WithTimeout(timeout time.Duration) *CreateUsingPOST2Params
WithTimeout adds the timeout to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WriteToRequest ¶
func (o *CreateUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateUsingPOST2Reader ¶
type CreateUsingPOST2Reader struct {
// contains filtered or unexported fields
}
CreateUsingPOST2Reader is a Reader for the CreateUsingPOST2 structure.
func (*CreateUsingPOST2Reader) ReadResponse ¶
func (o *CreateUsingPOST2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateUsingPOST2Unauthorized ¶
type CreateUsingPOST2Unauthorized struct { }
CreateUsingPOST2Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewCreateUsingPOST2Unauthorized ¶
func NewCreateUsingPOST2Unauthorized() *CreateUsingPOST2Unauthorized
NewCreateUsingPOST2Unauthorized creates a CreateUsingPOST2Unauthorized with default headers values
func (*CreateUsingPOST2Unauthorized) Error ¶
func (o *CreateUsingPOST2Unauthorized) Error() string
type DeleteUsingDELETE1Forbidden ¶
type DeleteUsingDELETE1Forbidden struct { }
DeleteUsingDELETE1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteUsingDELETE1Forbidden ¶
func NewDeleteUsingDELETE1Forbidden() *DeleteUsingDELETE1Forbidden
NewDeleteUsingDELETE1Forbidden creates a DeleteUsingDELETE1Forbidden with default headers values
func (*DeleteUsingDELETE1Forbidden) Error ¶
func (o *DeleteUsingDELETE1Forbidden) Error() string
type DeleteUsingDELETE1InternalServerError ¶
type DeleteUsingDELETE1InternalServerError struct { }
DeleteUsingDELETE1InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteUsingDELETE1InternalServerError ¶
func NewDeleteUsingDELETE1InternalServerError() *DeleteUsingDELETE1InternalServerError
NewDeleteUsingDELETE1InternalServerError creates a DeleteUsingDELETE1InternalServerError with default headers values
func (*DeleteUsingDELETE1InternalServerError) Error ¶
func (o *DeleteUsingDELETE1InternalServerError) Error() string
type DeleteUsingDELETE1NotFound ¶
DeleteUsingDELETE1NotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteUsingDELETE1NotFound ¶
func NewDeleteUsingDELETE1NotFound() *DeleteUsingDELETE1NotFound
NewDeleteUsingDELETE1NotFound creates a DeleteUsingDELETE1NotFound with default headers values
func (*DeleteUsingDELETE1NotFound) Error ¶
func (o *DeleteUsingDELETE1NotFound) Error() string
func (*DeleteUsingDELETE1NotFound) GetPayload ¶
func (o *DeleteUsingDELETE1NotFound) GetPayload() *models.Error
type DeleteUsingDELETE1OK ¶
DeleteUsingDELETE1OK describes a response with status code 200, with default header values.
'Success' with the deleted Endpoint
func NewDeleteUsingDELETE1OK ¶
func NewDeleteUsingDELETE1OK() *DeleteUsingDELETE1OK
NewDeleteUsingDELETE1OK creates a DeleteUsingDELETE1OK with default headers values
func (*DeleteUsingDELETE1OK) Error ¶
func (o *DeleteUsingDELETE1OK) Error() string
func (*DeleteUsingDELETE1OK) GetPayload ¶
func (o *DeleteUsingDELETE1OK) GetPayload() models.Endpoint
type DeleteUsingDELETE1Params ¶
type DeleteUsingDELETE1Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Endpoint */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsingDELETE1Params contains all the parameters to send to the API endpoint
for the delete using d e l e t e 1 operation. Typically these are written to a http.Request.
func NewDeleteUsingDELETE1Params ¶
func NewDeleteUsingDELETE1Params() *DeleteUsingDELETE1Params
NewDeleteUsingDELETE1Params creates a new DeleteUsingDELETE1Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteUsingDELETE1ParamsWithContext ¶
func NewDeleteUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteUsingDELETE1Params
NewDeleteUsingDELETE1ParamsWithContext creates a new DeleteUsingDELETE1Params object with the ability to set a context for a request.
func NewDeleteUsingDELETE1ParamsWithHTTPClient ¶
func NewDeleteUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params
NewDeleteUsingDELETE1ParamsWithHTTPClient creates a new DeleteUsingDELETE1Params object with the ability to set a custom HTTPClient for a request.
func NewDeleteUsingDELETE1ParamsWithTimeout ¶
func NewDeleteUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params
NewDeleteUsingDELETE1ParamsWithTimeout creates a new DeleteUsingDELETE1Params object with the ability to set a timeout on a request.
func (*DeleteUsingDELETE1Params) SetAPIVersion ¶
func (o *DeleteUsingDELETE1Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) SetAuthorization ¶
func (o *DeleteUsingDELETE1Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) SetContext ¶
func (o *DeleteUsingDELETE1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) SetDefaults ¶
func (o *DeleteUsingDELETE1Params) SetDefaults()
SetDefaults hydrates default values in the delete using d e l e t e 1 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUsingDELETE1Params) SetHTTPClient ¶
func (o *DeleteUsingDELETE1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) SetID ¶
func (o *DeleteUsingDELETE1Params) SetID(id string)
SetID adds the id to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) SetTimeout ¶
func (o *DeleteUsingDELETE1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithAPIVersion ¶
func (o *DeleteUsingDELETE1Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE1Params
WithAPIVersion adds the aPIVersion to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithAuthorization ¶
func (o *DeleteUsingDELETE1Params) WithAuthorization(authorization string) *DeleteUsingDELETE1Params
WithAuthorization adds the authorization to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithContext ¶
func (o *DeleteUsingDELETE1Params) WithContext(ctx context.Context) *DeleteUsingDELETE1Params
WithContext adds the context to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithDefaults ¶
func (o *DeleteUsingDELETE1Params) WithDefaults() *DeleteUsingDELETE1Params
WithDefaults hydrates default values in the delete using d e l e t e 1 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUsingDELETE1Params) WithHTTPClient ¶
func (o *DeleteUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params
WithHTTPClient adds the HTTPClient to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithID ¶
func (o *DeleteUsingDELETE1Params) WithID(id string) *DeleteUsingDELETE1Params
WithID adds the id to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WithTimeout ¶
func (o *DeleteUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params
WithTimeout adds the timeout to the delete using d e l e t e 1 params
func (*DeleteUsingDELETE1Params) WriteToRequest ¶
func (o *DeleteUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsingDELETE1Reader ¶
type DeleteUsingDELETE1Reader struct {
// contains filtered or unexported fields
}
DeleteUsingDELETE1Reader is a Reader for the DeleteUsingDELETE1 structure.
func (*DeleteUsingDELETE1Reader) ReadResponse ¶
func (o *DeleteUsingDELETE1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsingDELETE1Unauthorized ¶
type DeleteUsingDELETE1Unauthorized struct { }
DeleteUsingDELETE1Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteUsingDELETE1Unauthorized ¶
func NewDeleteUsingDELETE1Unauthorized() *DeleteUsingDELETE1Unauthorized
NewDeleteUsingDELETE1Unauthorized creates a DeleteUsingDELETE1Unauthorized with default headers values
func (*DeleteUsingDELETE1Unauthorized) Error ¶
func (o *DeleteUsingDELETE1Unauthorized) Error() string
type DeleteUsingDELETE2Forbidden ¶
type DeleteUsingDELETE2Forbidden struct { }
DeleteUsingDELETE2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteUsingDELETE2Forbidden ¶
func NewDeleteUsingDELETE2Forbidden() *DeleteUsingDELETE2Forbidden
NewDeleteUsingDELETE2Forbidden creates a DeleteUsingDELETE2Forbidden with default headers values
func (*DeleteUsingDELETE2Forbidden) Error ¶
func (o *DeleteUsingDELETE2Forbidden) Error() string
type DeleteUsingDELETE2InternalServerError ¶
type DeleteUsingDELETE2InternalServerError struct { }
DeleteUsingDELETE2InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteUsingDELETE2InternalServerError ¶
func NewDeleteUsingDELETE2InternalServerError() *DeleteUsingDELETE2InternalServerError
NewDeleteUsingDELETE2InternalServerError creates a DeleteUsingDELETE2InternalServerError with default headers values
func (*DeleteUsingDELETE2InternalServerError) Error ¶
func (o *DeleteUsingDELETE2InternalServerError) Error() string
type DeleteUsingDELETE2NotFound ¶
DeleteUsingDELETE2NotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteUsingDELETE2NotFound ¶
func NewDeleteUsingDELETE2NotFound() *DeleteUsingDELETE2NotFound
NewDeleteUsingDELETE2NotFound creates a DeleteUsingDELETE2NotFound with default headers values
func (*DeleteUsingDELETE2NotFound) Error ¶
func (o *DeleteUsingDELETE2NotFound) Error() string
func (*DeleteUsingDELETE2NotFound) GetPayload ¶
func (o *DeleteUsingDELETE2NotFound) GetPayload() *models.Error
type DeleteUsingDELETE2OK ¶
DeleteUsingDELETE2OK describes a response with status code 200, with default header values.
'Success' with the deleted Endpoint
func NewDeleteUsingDELETE2OK ¶
func NewDeleteUsingDELETE2OK() *DeleteUsingDELETE2OK
NewDeleteUsingDELETE2OK creates a DeleteUsingDELETE2OK with default headers values
func (*DeleteUsingDELETE2OK) Error ¶
func (o *DeleteUsingDELETE2OK) Error() string
func (*DeleteUsingDELETE2OK) GetPayload ¶
func (o *DeleteUsingDELETE2OK) GetPayload() models.Endpoint
type DeleteUsingDELETE2Params ¶
type DeleteUsingDELETE2Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Name. The name of the Endpoint */ Name string /* Project. The project the Endpoint belongs to */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsingDELETE2Params contains all the parameters to send to the API endpoint
for the delete using d e l e t e 2 operation. Typically these are written to a http.Request.
func NewDeleteUsingDELETE2Params ¶
func NewDeleteUsingDELETE2Params() *DeleteUsingDELETE2Params
NewDeleteUsingDELETE2Params creates a new DeleteUsingDELETE2Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteUsingDELETE2ParamsWithContext ¶
func NewDeleteUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteUsingDELETE2Params
NewDeleteUsingDELETE2ParamsWithContext creates a new DeleteUsingDELETE2Params object with the ability to set a context for a request.
func NewDeleteUsingDELETE2ParamsWithHTTPClient ¶
func NewDeleteUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
NewDeleteUsingDELETE2ParamsWithHTTPClient creates a new DeleteUsingDELETE2Params object with the ability to set a custom HTTPClient for a request.
func NewDeleteUsingDELETE2ParamsWithTimeout ¶
func NewDeleteUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
NewDeleteUsingDELETE2ParamsWithTimeout creates a new DeleteUsingDELETE2Params object with the ability to set a timeout on a request.
func (*DeleteUsingDELETE2Params) SetAPIVersion ¶
func (o *DeleteUsingDELETE2Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetAuthorization ¶
func (o *DeleteUsingDELETE2Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetContext ¶
func (o *DeleteUsingDELETE2Params) SetContext(ctx context.Context)
SetContext adds the context to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetDefaults ¶
func (o *DeleteUsingDELETE2Params) SetDefaults()
SetDefaults hydrates default values in the delete using d e l e t e 2 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUsingDELETE2Params) SetHTTPClient ¶
func (o *DeleteUsingDELETE2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetName ¶
func (o *DeleteUsingDELETE2Params) SetName(name string)
SetName adds the name to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetProject ¶
func (o *DeleteUsingDELETE2Params) SetProject(project string)
SetProject adds the project to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) SetTimeout ¶
func (o *DeleteUsingDELETE2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithAPIVersion ¶
func (o *DeleteUsingDELETE2Params) WithAPIVersion(aPIVersion string) *DeleteUsingDELETE2Params
WithAPIVersion adds the aPIVersion to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithAuthorization ¶
func (o *DeleteUsingDELETE2Params) WithAuthorization(authorization string) *DeleteUsingDELETE2Params
WithAuthorization adds the authorization to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithContext ¶
func (o *DeleteUsingDELETE2Params) WithContext(ctx context.Context) *DeleteUsingDELETE2Params
WithContext adds the context to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithDefaults ¶
func (o *DeleteUsingDELETE2Params) WithDefaults() *DeleteUsingDELETE2Params
WithDefaults hydrates default values in the delete using d e l e t e 2 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUsingDELETE2Params) WithHTTPClient ¶
func (o *DeleteUsingDELETE2Params) WithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
WithHTTPClient adds the HTTPClient to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithName ¶
func (o *DeleteUsingDELETE2Params) WithName(name string) *DeleteUsingDELETE2Params
WithName adds the name to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithProject ¶
func (o *DeleteUsingDELETE2Params) WithProject(project string) *DeleteUsingDELETE2Params
WithProject adds the project to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithTimeout ¶
func (o *DeleteUsingDELETE2Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
WithTimeout adds the timeout to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WriteToRequest ¶
func (o *DeleteUsingDELETE2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsingDELETE2Reader ¶
type DeleteUsingDELETE2Reader struct {
// contains filtered or unexported fields
}
DeleteUsingDELETE2Reader is a Reader for the DeleteUsingDELETE2 structure.
func (*DeleteUsingDELETE2Reader) ReadResponse ¶
func (o *DeleteUsingDELETE2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsingDELETE2Unauthorized ¶
type DeleteUsingDELETE2Unauthorized struct { }
DeleteUsingDELETE2Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteUsingDELETE2Unauthorized ¶
func NewDeleteUsingDELETE2Unauthorized() *DeleteUsingDELETE2Unauthorized
NewDeleteUsingDELETE2Unauthorized creates a DeleteUsingDELETE2Unauthorized with default headers values
func (*DeleteUsingDELETE2Unauthorized) Error ¶
func (o *DeleteUsingDELETE2Unauthorized) Error() string
type GetAllUsingGET2Forbidden ¶
type GetAllUsingGET2Forbidden struct { }
GetAllUsingGET2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAllUsingGET2Forbidden ¶
func NewGetAllUsingGET2Forbidden() *GetAllUsingGET2Forbidden
NewGetAllUsingGET2Forbidden creates a GetAllUsingGET2Forbidden with default headers values
func (*GetAllUsingGET2Forbidden) Error ¶
func (o *GetAllUsingGET2Forbidden) Error() string
type GetAllUsingGET2InternalServerError ¶
type GetAllUsingGET2InternalServerError struct { }
GetAllUsingGET2InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetAllUsingGET2InternalServerError ¶
func NewGetAllUsingGET2InternalServerError() *GetAllUsingGET2InternalServerError
NewGetAllUsingGET2InternalServerError creates a GetAllUsingGET2InternalServerError with default headers values
func (*GetAllUsingGET2InternalServerError) Error ¶
func (o *GetAllUsingGET2InternalServerError) Error() string
type GetAllUsingGET2NotFound ¶
GetAllUsingGET2NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetAllUsingGET2NotFound ¶
func NewGetAllUsingGET2NotFound() *GetAllUsingGET2NotFound
NewGetAllUsingGET2NotFound creates a GetAllUsingGET2NotFound with default headers values
func (*GetAllUsingGET2NotFound) Error ¶
func (o *GetAllUsingGET2NotFound) Error() string
func (*GetAllUsingGET2NotFound) GetPayload ¶
func (o *GetAllUsingGET2NotFound) GetPayload() *models.Error
type GetAllUsingGET2OK ¶
GetAllUsingGET2OK describes a response with status code 200, with default header values.
'Success' with the requested Endpoints
func NewGetAllUsingGET2OK ¶
func NewGetAllUsingGET2OK() *GetAllUsingGET2OK
NewGetAllUsingGET2OK creates a GetAllUsingGET2OK with default headers values
func (*GetAllUsingGET2OK) Error ¶
func (o *GetAllUsingGET2OK) Error() string
func (*GetAllUsingGET2OK) GetPayload ¶
func (o *GetAllUsingGET2OK) GetPayload() *models.Endpoints
type GetAllUsingGET2Params ¶
type GetAllUsingGET2Params struct { /* DollarFilter. To list Endpoints with OData like filter */ DollarFilter *string /* DollarOrderby. Order by attribute Default: "name desc" */ DollarOrderby *string /* DollarSkip. To skip 'n' Endpoints for listing Default: "0" */ DollarSkip *string /* DollarTop. To list top 'n' Endpoints for listing Default: "25" */ DollarTop *string /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Page. To select 'n'th page for listing Default: "0" */ Page *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllUsingGET2Params contains all the parameters to send to the API endpoint
for the get all using g e t 2 operation. Typically these are written to a http.Request.
func NewGetAllUsingGET2Params ¶
func NewGetAllUsingGET2Params() *GetAllUsingGET2Params
NewGetAllUsingGET2Params creates a new GetAllUsingGET2Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAllUsingGET2ParamsWithContext ¶
func NewGetAllUsingGET2ParamsWithContext(ctx context.Context) *GetAllUsingGET2Params
NewGetAllUsingGET2ParamsWithContext creates a new GetAllUsingGET2Params object with the ability to set a context for a request.
func NewGetAllUsingGET2ParamsWithHTTPClient ¶
func NewGetAllUsingGET2ParamsWithHTTPClient(client *http.Client) *GetAllUsingGET2Params
NewGetAllUsingGET2ParamsWithHTTPClient creates a new GetAllUsingGET2Params object with the ability to set a custom HTTPClient for a request.
func NewGetAllUsingGET2ParamsWithTimeout ¶
func NewGetAllUsingGET2ParamsWithTimeout(timeout time.Duration) *GetAllUsingGET2Params
NewGetAllUsingGET2ParamsWithTimeout creates a new GetAllUsingGET2Params object with the ability to set a timeout on a request.
func (*GetAllUsingGET2Params) SetAPIVersion ¶
func (o *GetAllUsingGET2Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetAuthorization ¶
func (o *GetAllUsingGET2Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetContext ¶
func (o *GetAllUsingGET2Params) SetContext(ctx context.Context)
SetContext adds the context to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetDefaults ¶
func (o *GetAllUsingGET2Params) SetDefaults()
SetDefaults hydrates default values in the get all using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllUsingGET2Params) SetDollarFilter ¶
func (o *GetAllUsingGET2Params) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetDollarOrderby ¶
func (o *GetAllUsingGET2Params) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetDollarSkip ¶
func (o *GetAllUsingGET2Params) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetDollarTop ¶
func (o *GetAllUsingGET2Params) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetHTTPClient ¶
func (o *GetAllUsingGET2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetPage ¶
func (o *GetAllUsingGET2Params) SetPage(page *string)
SetPage adds the page to the get all using g e t 2 params
func (*GetAllUsingGET2Params) SetTimeout ¶
func (o *GetAllUsingGET2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithAPIVersion ¶
func (o *GetAllUsingGET2Params) WithAPIVersion(aPIVersion string) *GetAllUsingGET2Params
WithAPIVersion adds the aPIVersion to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithAuthorization ¶
func (o *GetAllUsingGET2Params) WithAuthorization(authorization string) *GetAllUsingGET2Params
WithAuthorization adds the authorization to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithContext ¶
func (o *GetAllUsingGET2Params) WithContext(ctx context.Context) *GetAllUsingGET2Params
WithContext adds the context to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithDefaults ¶
func (o *GetAllUsingGET2Params) WithDefaults() *GetAllUsingGET2Params
WithDefaults hydrates default values in the get all using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllUsingGET2Params) WithDollarFilter ¶
func (o *GetAllUsingGET2Params) WithDollarFilter(dollarFilter *string) *GetAllUsingGET2Params
WithDollarFilter adds the dollarFilter to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithDollarOrderby ¶
func (o *GetAllUsingGET2Params) WithDollarOrderby(dollarOrderby *string) *GetAllUsingGET2Params
WithDollarOrderby adds the dollarOrderby to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithDollarSkip ¶
func (o *GetAllUsingGET2Params) WithDollarSkip(dollarSkip *string) *GetAllUsingGET2Params
WithDollarSkip adds the dollarSkip to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithDollarTop ¶
func (o *GetAllUsingGET2Params) WithDollarTop(dollarTop *string) *GetAllUsingGET2Params
WithDollarTop adds the dollarTop to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithHTTPClient ¶
func (o *GetAllUsingGET2Params) WithHTTPClient(client *http.Client) *GetAllUsingGET2Params
WithHTTPClient adds the HTTPClient to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithPage ¶
func (o *GetAllUsingGET2Params) WithPage(page *string) *GetAllUsingGET2Params
WithPage adds the page to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WithTimeout ¶
func (o *GetAllUsingGET2Params) WithTimeout(timeout time.Duration) *GetAllUsingGET2Params
WithTimeout adds the timeout to the get all using g e t 2 params
func (*GetAllUsingGET2Params) WriteToRequest ¶
func (o *GetAllUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllUsingGET2Reader ¶
type GetAllUsingGET2Reader struct {
// contains filtered or unexported fields
}
GetAllUsingGET2Reader is a Reader for the GetAllUsingGET2 structure.
func (*GetAllUsingGET2Reader) ReadResponse ¶
func (o *GetAllUsingGET2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllUsingGET2Unauthorized ¶
type GetAllUsingGET2Unauthorized struct { }
GetAllUsingGET2Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetAllUsingGET2Unauthorized ¶
func NewGetAllUsingGET2Unauthorized() *GetAllUsingGET2Unauthorized
NewGetAllUsingGET2Unauthorized creates a GetAllUsingGET2Unauthorized with default headers values
func (*GetAllUsingGET2Unauthorized) Error ¶
func (o *GetAllUsingGET2Unauthorized) Error() string
type GetByIDUsingGETForbidden ¶
type GetByIDUsingGETForbidden struct { }
GetByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetByIDUsingGETForbidden ¶
func NewGetByIDUsingGETForbidden() *GetByIDUsingGETForbidden
NewGetByIDUsingGETForbidden creates a GetByIDUsingGETForbidden with default headers values
func (*GetByIDUsingGETForbidden) Error ¶
func (o *GetByIDUsingGETForbidden) Error() string
type GetByIDUsingGETInternalServerError ¶
type GetByIDUsingGETInternalServerError struct { }
GetByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetByIDUsingGETInternalServerError ¶
func NewGetByIDUsingGETInternalServerError() *GetByIDUsingGETInternalServerError
NewGetByIDUsingGETInternalServerError creates a GetByIDUsingGETInternalServerError with default headers values
func (*GetByIDUsingGETInternalServerError) Error ¶
func (o *GetByIDUsingGETInternalServerError) Error() string
type GetByIDUsingGETNotFound ¶
GetByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetByIDUsingGETNotFound ¶
func NewGetByIDUsingGETNotFound() *GetByIDUsingGETNotFound
NewGetByIDUsingGETNotFound creates a GetByIDUsingGETNotFound with default headers values
func (*GetByIDUsingGETNotFound) Error ¶
func (o *GetByIDUsingGETNotFound) Error() string
func (*GetByIDUsingGETNotFound) GetPayload ¶
func (o *GetByIDUsingGETNotFound) GetPayload() *models.Error
type GetByIDUsingGETOK ¶
GetByIDUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Endpoint
func NewGetByIDUsingGETOK ¶
func NewGetByIDUsingGETOK() *GetByIDUsingGETOK
NewGetByIDUsingGETOK creates a GetByIDUsingGETOK with default headers values
func (*GetByIDUsingGETOK) Error ¶
func (o *GetByIDUsingGETOK) Error() string
func (*GetByIDUsingGETOK) GetPayload ¶
func (o *GetByIDUsingGETOK) GetPayload() models.Endpoint
type GetByIDUsingGETParams ¶
type GetByIDUsingGETParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Endpoint */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get by Id using g e t operation. Typically these are written to a http.Request.
func NewGetByIDUsingGETParams ¶
func NewGetByIDUsingGETParams() *GetByIDUsingGETParams
NewGetByIDUsingGETParams creates a new GetByIDUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetByIDUsingGETParamsWithContext ¶
func NewGetByIDUsingGETParamsWithContext(ctx context.Context) *GetByIDUsingGETParams
NewGetByIDUsingGETParamsWithContext creates a new GetByIDUsingGETParams object with the ability to set a context for a request.
func NewGetByIDUsingGETParamsWithHTTPClient ¶
func NewGetByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetByIDUsingGETParams
NewGetByIDUsingGETParamsWithHTTPClient creates a new GetByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetByIDUsingGETParamsWithTimeout ¶
func NewGetByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetByIDUsingGETParams
NewGetByIDUsingGETParamsWithTimeout creates a new GetByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetByIDUsingGETParams) SetAPIVersion ¶
func (o *GetByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get by Id using get params
func (*GetByIDUsingGETParams) SetAuthorization ¶
func (o *GetByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get by Id using get params
func (*GetByIDUsingGETParams) SetContext ¶
func (o *GetByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get by Id using get params
func (*GetByIDUsingGETParams) SetDefaults ¶
func (o *GetByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetByIDUsingGETParams) SetHTTPClient ¶
func (o *GetByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get by Id using get params
func (*GetByIDUsingGETParams) SetID ¶
func (o *GetByIDUsingGETParams) SetID(id string)
SetID adds the id to the get by Id using get params
func (*GetByIDUsingGETParams) SetTimeout ¶
func (o *GetByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get by Id using get params
func (*GetByIDUsingGETParams) WithAPIVersion ¶
func (o *GetByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get by Id using get params
func (*GetByIDUsingGETParams) WithAuthorization ¶
func (o *GetByIDUsingGETParams) WithAuthorization(authorization string) *GetByIDUsingGETParams
WithAuthorization adds the authorization to the get by Id using get params
func (*GetByIDUsingGETParams) WithContext ¶
func (o *GetByIDUsingGETParams) WithContext(ctx context.Context) *GetByIDUsingGETParams
WithContext adds the context to the get by Id using get params
func (*GetByIDUsingGETParams) WithDefaults ¶
func (o *GetByIDUsingGETParams) WithDefaults() *GetByIDUsingGETParams
WithDefaults hydrates default values in the get by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetByIDUsingGETParams) WithHTTPClient ¶
func (o *GetByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get by Id using get params
func (*GetByIDUsingGETParams) WithID ¶
func (o *GetByIDUsingGETParams) WithID(id string) *GetByIDUsingGETParams
WithID adds the id to the get by Id using get params
func (*GetByIDUsingGETParams) WithTimeout ¶
func (o *GetByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetByIDUsingGETParams
WithTimeout adds the timeout to the get by Id using get params
func (*GetByIDUsingGETParams) WriteToRequest ¶
func (o *GetByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetByIDUsingGETReader ¶
type GetByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetByIDUsingGETReader is a Reader for the GetByIDUsingGET structure.
func (*GetByIDUsingGETReader) ReadResponse ¶
func (o *GetByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetByIDUsingGETUnauthorized ¶
type GetByIDUsingGETUnauthorized struct { }
GetByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetByIDUsingGETUnauthorized ¶
func NewGetByIDUsingGETUnauthorized() *GetByIDUsingGETUnauthorized
NewGetByIDUsingGETUnauthorized creates a GetByIDUsingGETUnauthorized with default headers values
func (*GetByIDUsingGETUnauthorized) Error ¶
func (o *GetByIDUsingGETUnauthorized) Error() string
type GetByNameUsingGETForbidden ¶
type GetByNameUsingGETForbidden struct { }
GetByNameUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetByNameUsingGETForbidden ¶
func NewGetByNameUsingGETForbidden() *GetByNameUsingGETForbidden
NewGetByNameUsingGETForbidden creates a GetByNameUsingGETForbidden with default headers values
func (*GetByNameUsingGETForbidden) Error ¶
func (o *GetByNameUsingGETForbidden) Error() string
type GetByNameUsingGETInternalServerError ¶
type GetByNameUsingGETInternalServerError struct { }
GetByNameUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetByNameUsingGETInternalServerError ¶
func NewGetByNameUsingGETInternalServerError() *GetByNameUsingGETInternalServerError
NewGetByNameUsingGETInternalServerError creates a GetByNameUsingGETInternalServerError with default headers values
func (*GetByNameUsingGETInternalServerError) Error ¶
func (o *GetByNameUsingGETInternalServerError) Error() string
type GetByNameUsingGETNotFound ¶
GetByNameUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetByNameUsingGETNotFound ¶
func NewGetByNameUsingGETNotFound() *GetByNameUsingGETNotFound
NewGetByNameUsingGETNotFound creates a GetByNameUsingGETNotFound with default headers values
func (*GetByNameUsingGETNotFound) Error ¶
func (o *GetByNameUsingGETNotFound) Error() string
func (*GetByNameUsingGETNotFound) GetPayload ¶
func (o *GetByNameUsingGETNotFound) GetPayload() *models.Error
type GetByNameUsingGETOK ¶
GetByNameUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Endpoint
func NewGetByNameUsingGETOK ¶
func NewGetByNameUsingGETOK() *GetByNameUsingGETOK
NewGetByNameUsingGETOK creates a GetByNameUsingGETOK with default headers values
func (*GetByNameUsingGETOK) Error ¶
func (o *GetByNameUsingGETOK) Error() string
func (*GetByNameUsingGETOK) GetPayload ¶
func (o *GetByNameUsingGETOK) GetPayload() models.Endpoint
type GetByNameUsingGETParams ¶
type GetByNameUsingGETParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Name. The name of the Endpoint */ Name string /* Project. The project the Endpoint belongs to */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetByNameUsingGETParams contains all the parameters to send to the API endpoint
for the get by name using g e t operation. Typically these are written to a http.Request.
func NewGetByNameUsingGETParams ¶
func NewGetByNameUsingGETParams() *GetByNameUsingGETParams
NewGetByNameUsingGETParams creates a new GetByNameUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetByNameUsingGETParamsWithContext ¶
func NewGetByNameUsingGETParamsWithContext(ctx context.Context) *GetByNameUsingGETParams
NewGetByNameUsingGETParamsWithContext creates a new GetByNameUsingGETParams object with the ability to set a context for a request.
func NewGetByNameUsingGETParamsWithHTTPClient ¶
func NewGetByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetByNameUsingGETParams
NewGetByNameUsingGETParamsWithHTTPClient creates a new GetByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetByNameUsingGETParamsWithTimeout ¶
func NewGetByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetByNameUsingGETParams
NewGetByNameUsingGETParamsWithTimeout creates a new GetByNameUsingGETParams object with the ability to set a timeout on a request.
func (*GetByNameUsingGETParams) SetAPIVersion ¶
func (o *GetByNameUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get by name using get params
func (*GetByNameUsingGETParams) SetAuthorization ¶
func (o *GetByNameUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get by name using get params
func (*GetByNameUsingGETParams) SetContext ¶
func (o *GetByNameUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get by name using get params
func (*GetByNameUsingGETParams) SetDefaults ¶
func (o *GetByNameUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get by name using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetByNameUsingGETParams) SetHTTPClient ¶
func (o *GetByNameUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get by name using get params
func (*GetByNameUsingGETParams) SetName ¶
func (o *GetByNameUsingGETParams) SetName(name string)
SetName adds the name to the get by name using get params
func (*GetByNameUsingGETParams) SetProject ¶
func (o *GetByNameUsingGETParams) SetProject(project string)
SetProject adds the project to the get by name using get params
func (*GetByNameUsingGETParams) SetTimeout ¶
func (o *GetByNameUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get by name using get params
func (*GetByNameUsingGETParams) WithAPIVersion ¶
func (o *GetByNameUsingGETParams) WithAPIVersion(aPIVersion string) *GetByNameUsingGETParams
WithAPIVersion adds the aPIVersion to the get by name using get params
func (*GetByNameUsingGETParams) WithAuthorization ¶
func (o *GetByNameUsingGETParams) WithAuthorization(authorization string) *GetByNameUsingGETParams
WithAuthorization adds the authorization to the get by name using get params
func (*GetByNameUsingGETParams) WithContext ¶
func (o *GetByNameUsingGETParams) WithContext(ctx context.Context) *GetByNameUsingGETParams
WithContext adds the context to the get by name using get params
func (*GetByNameUsingGETParams) WithDefaults ¶
func (o *GetByNameUsingGETParams) WithDefaults() *GetByNameUsingGETParams
WithDefaults hydrates default values in the get by name using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetByNameUsingGETParams) WithHTTPClient ¶
func (o *GetByNameUsingGETParams) WithHTTPClient(client *http.Client) *GetByNameUsingGETParams
WithHTTPClient adds the HTTPClient to the get by name using get params
func (*GetByNameUsingGETParams) WithName ¶
func (o *GetByNameUsingGETParams) WithName(name string) *GetByNameUsingGETParams
WithName adds the name to the get by name using get params
func (*GetByNameUsingGETParams) WithProject ¶
func (o *GetByNameUsingGETParams) WithProject(project string) *GetByNameUsingGETParams
WithProject adds the project to the get by name using get params
func (*GetByNameUsingGETParams) WithTimeout ¶
func (o *GetByNameUsingGETParams) WithTimeout(timeout time.Duration) *GetByNameUsingGETParams
WithTimeout adds the timeout to the get by name using get params
func (*GetByNameUsingGETParams) WriteToRequest ¶
func (o *GetByNameUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetByNameUsingGETReader ¶
type GetByNameUsingGETReader struct {
// contains filtered or unexported fields
}
GetByNameUsingGETReader is a Reader for the GetByNameUsingGET structure.
func (*GetByNameUsingGETReader) ReadResponse ¶
func (o *GetByNameUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetByNameUsingGETUnauthorized ¶
type GetByNameUsingGETUnauthorized struct { }
GetByNameUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetByNameUsingGETUnauthorized ¶
func NewGetByNameUsingGETUnauthorized() *GetByNameUsingGETUnauthorized
NewGetByNameUsingGETUnauthorized creates a GetByNameUsingGETUnauthorized with default headers values
func (*GetByNameUsingGETUnauthorized) Error ¶
func (o *GetByNameUsingGETUnauthorized) Error() 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
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
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
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{}
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
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
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
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
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
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
type GetUsingGETMixin3Forbidden ¶
type GetUsingGETMixin3Forbidden struct { }
GetUsingGETMixin3Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetUsingGETMixin3Forbidden ¶
func NewGetUsingGETMixin3Forbidden() *GetUsingGETMixin3Forbidden
NewGetUsingGETMixin3Forbidden creates a GetUsingGETMixin3Forbidden with default headers values
func (*GetUsingGETMixin3Forbidden) Error ¶
func (o *GetUsingGETMixin3Forbidden) Error() string
type GetUsingGETMixin3InternalServerError ¶
type GetUsingGETMixin3InternalServerError struct { }
GetUsingGETMixin3InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetUsingGETMixin3InternalServerError ¶
func NewGetUsingGETMixin3InternalServerError() *GetUsingGETMixin3InternalServerError
NewGetUsingGETMixin3InternalServerError creates a GetUsingGETMixin3InternalServerError with default headers values
func (*GetUsingGETMixin3InternalServerError) Error ¶
func (o *GetUsingGETMixin3InternalServerError) Error() string
type GetUsingGETMixin3NotFound ¶
GetUsingGETMixin3NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetUsingGETMixin3NotFound ¶
func NewGetUsingGETMixin3NotFound() *GetUsingGETMixin3NotFound
NewGetUsingGETMixin3NotFound creates a GetUsingGETMixin3NotFound with default headers values
func (*GetUsingGETMixin3NotFound) Error ¶
func (o *GetUsingGETMixin3NotFound) Error() string
func (*GetUsingGETMixin3NotFound) GetPayload ¶
func (o *GetUsingGETMixin3NotFound) GetPayload() *models.Error
type GetUsingGETMixin3OK ¶
type GetUsingGETMixin3OK struct {
Payload models.EndpointCertificateChain
}
GetUsingGETMixin3OK describes a response with status code 200, with default header values.
'Success' with endpoint certificate details
func NewGetUsingGETMixin3OK ¶
func NewGetUsingGETMixin3OK() *GetUsingGETMixin3OK
NewGetUsingGETMixin3OK creates a GetUsingGETMixin3OK with default headers values
func (*GetUsingGETMixin3OK) Error ¶
func (o *GetUsingGETMixin3OK) Error() string
func (*GetUsingGETMixin3OK) GetPayload ¶
func (o *GetUsingGETMixin3OK) GetPayload() models.EndpointCertificateChain
type GetUsingGETMixin3Params ¶
type GetUsingGETMixin3Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsingGETMixin3Params contains all the parameters to send to the API endpoint
for the get using g e t mixin3 operation. Typically these are written to a http.Request.
func NewGetUsingGETMixin3Params ¶
func NewGetUsingGETMixin3Params() *GetUsingGETMixin3Params
NewGetUsingGETMixin3Params creates a new GetUsingGETMixin3Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetUsingGETMixin3ParamsWithContext ¶
func NewGetUsingGETMixin3ParamsWithContext(ctx context.Context) *GetUsingGETMixin3Params
NewGetUsingGETMixin3ParamsWithContext creates a new GetUsingGETMixin3Params object with the ability to set a context for a request.
func NewGetUsingGETMixin3ParamsWithHTTPClient ¶
func NewGetUsingGETMixin3ParamsWithHTTPClient(client *http.Client) *GetUsingGETMixin3Params
NewGetUsingGETMixin3ParamsWithHTTPClient creates a new GetUsingGETMixin3Params object with the ability to set a custom HTTPClient for a request.
func NewGetUsingGETMixin3ParamsWithTimeout ¶
func NewGetUsingGETMixin3ParamsWithTimeout(timeout time.Duration) *GetUsingGETMixin3Params
NewGetUsingGETMixin3ParamsWithTimeout creates a new GetUsingGETMixin3Params object with the ability to set a timeout on a request.
func (*GetUsingGETMixin3Params) SetAPIVersion ¶
func (o *GetUsingGETMixin3Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) SetAuthorization ¶
func (o *GetUsingGETMixin3Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) SetContext ¶
func (o *GetUsingGETMixin3Params) SetContext(ctx context.Context)
SetContext adds the context to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) SetDefaults ¶
func (o *GetUsingGETMixin3Params) SetDefaults()
SetDefaults hydrates default values in the get using g e t mixin3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUsingGETMixin3Params) SetHTTPClient ¶
func (o *GetUsingGETMixin3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) SetTimeout ¶
func (o *GetUsingGETMixin3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WithAPIVersion ¶
func (o *GetUsingGETMixin3Params) WithAPIVersion(aPIVersion string) *GetUsingGETMixin3Params
WithAPIVersion adds the aPIVersion to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WithAuthorization ¶
func (o *GetUsingGETMixin3Params) WithAuthorization(authorization string) *GetUsingGETMixin3Params
WithAuthorization adds the authorization to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WithContext ¶
func (o *GetUsingGETMixin3Params) WithContext(ctx context.Context) *GetUsingGETMixin3Params
WithContext adds the context to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WithDefaults ¶
func (o *GetUsingGETMixin3Params) WithDefaults() *GetUsingGETMixin3Params
WithDefaults hydrates default values in the get using g e t mixin3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUsingGETMixin3Params) WithHTTPClient ¶
func (o *GetUsingGETMixin3Params) WithHTTPClient(client *http.Client) *GetUsingGETMixin3Params
WithHTTPClient adds the HTTPClient to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WithTimeout ¶
func (o *GetUsingGETMixin3Params) WithTimeout(timeout time.Duration) *GetUsingGETMixin3Params
WithTimeout adds the timeout to the get using g e t mixin3 params
func (*GetUsingGETMixin3Params) WriteToRequest ¶
func (o *GetUsingGETMixin3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsingGETMixin3Reader ¶
type GetUsingGETMixin3Reader struct {
// contains filtered or unexported fields
}
GetUsingGETMixin3Reader is a Reader for the GetUsingGETMixin3 structure.
func (*GetUsingGETMixin3Reader) ReadResponse ¶
func (o *GetUsingGETMixin3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsingGETMixin3Unauthorized ¶
type GetUsingGETMixin3Unauthorized struct { }
GetUsingGETMixin3Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetUsingGETMixin3Unauthorized ¶
func NewGetUsingGETMixin3Unauthorized() *GetUsingGETMixin3Unauthorized
NewGetUsingGETMixin3Unauthorized creates a GetUsingGETMixin3Unauthorized with default headers values
func (*GetUsingGETMixin3Unauthorized) Error ¶
func (o *GetUsingGETMixin3Unauthorized) Error() string
type UpdateByIDUsingPUT1Forbidden ¶
type UpdateByIDUsingPUT1Forbidden struct { }
UpdateByIDUsingPUT1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateByIDUsingPUT1Forbidden ¶
func NewUpdateByIDUsingPUT1Forbidden() *UpdateByIDUsingPUT1Forbidden
NewUpdateByIDUsingPUT1Forbidden creates a UpdateByIDUsingPUT1Forbidden with default headers values
func (*UpdateByIDUsingPUT1Forbidden) Error ¶
func (o *UpdateByIDUsingPUT1Forbidden) Error() string
type UpdateByIDUsingPUT1InternalServerError ¶
type UpdateByIDUsingPUT1InternalServerError struct { }
UpdateByIDUsingPUT1InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateByIDUsingPUT1InternalServerError ¶
func NewUpdateByIDUsingPUT1InternalServerError() *UpdateByIDUsingPUT1InternalServerError
NewUpdateByIDUsingPUT1InternalServerError creates a UpdateByIDUsingPUT1InternalServerError with default headers values
func (*UpdateByIDUsingPUT1InternalServerError) Error ¶
func (o *UpdateByIDUsingPUT1InternalServerError) Error() string
type UpdateByIDUsingPUT1NotFound ¶
UpdateByIDUsingPUT1NotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateByIDUsingPUT1NotFound ¶
func NewUpdateByIDUsingPUT1NotFound() *UpdateByIDUsingPUT1NotFound
NewUpdateByIDUsingPUT1NotFound creates a UpdateByIDUsingPUT1NotFound with default headers values
func (*UpdateByIDUsingPUT1NotFound) Error ¶
func (o *UpdateByIDUsingPUT1NotFound) Error() string
func (*UpdateByIDUsingPUT1NotFound) GetPayload ¶
func (o *UpdateByIDUsingPUT1NotFound) GetPayload() *models.Error
type UpdateByIDUsingPUT1OK ¶
UpdateByIDUsingPUT1OK describes a response with status code 200, with default header values.
'Success' with the updated Endpoint
func NewUpdateByIDUsingPUT1OK ¶
func NewUpdateByIDUsingPUT1OK() *UpdateByIDUsingPUT1OK
NewUpdateByIDUsingPUT1OK creates a UpdateByIDUsingPUT1OK with default headers values
func (*UpdateByIDUsingPUT1OK) Error ¶
func (o *UpdateByIDUsingPUT1OK) Error() string
func (*UpdateByIDUsingPUT1OK) GetPayload ¶
func (o *UpdateByIDUsingPUT1OK) GetPayload() models.Endpoint
type UpdateByIDUsingPUT1Params ¶
type UpdateByIDUsingPUT1Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Endpoint specification */ Body models.EndpointSpec /* ID. The ID of the Endpoint */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateByIDUsingPUT1Params contains all the parameters to send to the API endpoint
for the update by Id using p u t 1 operation. Typically these are written to a http.Request.
func NewUpdateByIDUsingPUT1Params ¶
func NewUpdateByIDUsingPUT1Params() *UpdateByIDUsingPUT1Params
NewUpdateByIDUsingPUT1Params creates a new UpdateByIDUsingPUT1Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateByIDUsingPUT1ParamsWithContext ¶
func NewUpdateByIDUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByIDUsingPUT1Params
NewUpdateByIDUsingPUT1ParamsWithContext creates a new UpdateByIDUsingPUT1Params object with the ability to set a context for a request.
func NewUpdateByIDUsingPUT1ParamsWithHTTPClient ¶
func NewUpdateByIDUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUT1Params
NewUpdateByIDUsingPUT1ParamsWithHTTPClient creates a new UpdateByIDUsingPUT1Params object with the ability to set a custom HTTPClient for a request.
func NewUpdateByIDUsingPUT1ParamsWithTimeout ¶
func NewUpdateByIDUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUT1Params
NewUpdateByIDUsingPUT1ParamsWithTimeout creates a new UpdateByIDUsingPUT1Params object with the ability to set a timeout on a request.
func (*UpdateByIDUsingPUT1Params) SetAPIVersion ¶
func (o *UpdateByIDUsingPUT1Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetAuthorization ¶
func (o *UpdateByIDUsingPUT1Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetBody ¶
func (o *UpdateByIDUsingPUT1Params) SetBody(body models.EndpointSpec)
SetBody adds the body to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetContext ¶
func (o *UpdateByIDUsingPUT1Params) SetContext(ctx context.Context)
SetContext adds the context to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetDefaults ¶
func (o *UpdateByIDUsingPUT1Params) SetDefaults()
SetDefaults hydrates default values in the update by Id using p u t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUT1Params) SetHTTPClient ¶
func (o *UpdateByIDUsingPUT1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetID ¶
func (o *UpdateByIDUsingPUT1Params) SetID(id string)
SetID adds the id to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) SetTimeout ¶
func (o *UpdateByIDUsingPUT1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithAPIVersion ¶
func (o *UpdateByIDUsingPUT1Params) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUT1Params
WithAPIVersion adds the aPIVersion to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithAuthorization ¶
func (o *UpdateByIDUsingPUT1Params) WithAuthorization(authorization string) *UpdateByIDUsingPUT1Params
WithAuthorization adds the authorization to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithBody ¶
func (o *UpdateByIDUsingPUT1Params) WithBody(body models.EndpointSpec) *UpdateByIDUsingPUT1Params
WithBody adds the body to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithContext ¶
func (o *UpdateByIDUsingPUT1Params) WithContext(ctx context.Context) *UpdateByIDUsingPUT1Params
WithContext adds the context to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithDefaults ¶
func (o *UpdateByIDUsingPUT1Params) WithDefaults() *UpdateByIDUsingPUT1Params
WithDefaults hydrates default values in the update by Id using p u t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUT1Params) WithHTTPClient ¶
func (o *UpdateByIDUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUT1Params
WithHTTPClient adds the HTTPClient to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithID ¶
func (o *UpdateByIDUsingPUT1Params) WithID(id string) *UpdateByIDUsingPUT1Params
WithID adds the id to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WithTimeout ¶
func (o *UpdateByIDUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUT1Params
WithTimeout adds the timeout to the update by Id using p u t 1 params
func (*UpdateByIDUsingPUT1Params) WriteToRequest ¶
func (o *UpdateByIDUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateByIDUsingPUT1Reader ¶
type UpdateByIDUsingPUT1Reader struct {
// contains filtered or unexported fields
}
UpdateByIDUsingPUT1Reader is a Reader for the UpdateByIDUsingPUT1 structure.
func (*UpdateByIDUsingPUT1Reader) ReadResponse ¶
func (o *UpdateByIDUsingPUT1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateByIDUsingPUT1Unauthorized ¶
type UpdateByIDUsingPUT1Unauthorized struct { }
UpdateByIDUsingPUT1Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateByIDUsingPUT1Unauthorized ¶
func NewUpdateByIDUsingPUT1Unauthorized() *UpdateByIDUsingPUT1Unauthorized
NewUpdateByIDUsingPUT1Unauthorized creates a UpdateByIDUsingPUT1Unauthorized with default headers values
func (*UpdateByIDUsingPUT1Unauthorized) Error ¶
func (o *UpdateByIDUsingPUT1Unauthorized) Error() string
type UpdateByNameUsingPUT1Forbidden ¶
type UpdateByNameUsingPUT1Forbidden struct { }
UpdateByNameUsingPUT1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateByNameUsingPUT1Forbidden ¶
func NewUpdateByNameUsingPUT1Forbidden() *UpdateByNameUsingPUT1Forbidden
NewUpdateByNameUsingPUT1Forbidden creates a UpdateByNameUsingPUT1Forbidden with default headers values
func (*UpdateByNameUsingPUT1Forbidden) Error ¶
func (o *UpdateByNameUsingPUT1Forbidden) Error() string
type UpdateByNameUsingPUT1InternalServerError ¶
type UpdateByNameUsingPUT1InternalServerError struct { }
UpdateByNameUsingPUT1InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateByNameUsingPUT1InternalServerError ¶
func NewUpdateByNameUsingPUT1InternalServerError() *UpdateByNameUsingPUT1InternalServerError
NewUpdateByNameUsingPUT1InternalServerError creates a UpdateByNameUsingPUT1InternalServerError with default headers values
func (*UpdateByNameUsingPUT1InternalServerError) Error ¶
func (o *UpdateByNameUsingPUT1InternalServerError) Error() string
type UpdateByNameUsingPUT1NotFound ¶
UpdateByNameUsingPUT1NotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateByNameUsingPUT1NotFound ¶
func NewUpdateByNameUsingPUT1NotFound() *UpdateByNameUsingPUT1NotFound
NewUpdateByNameUsingPUT1NotFound creates a UpdateByNameUsingPUT1NotFound with default headers values
func (*UpdateByNameUsingPUT1NotFound) Error ¶
func (o *UpdateByNameUsingPUT1NotFound) Error() string
func (*UpdateByNameUsingPUT1NotFound) GetPayload ¶
func (o *UpdateByNameUsingPUT1NotFound) GetPayload() *models.Error
type UpdateByNameUsingPUT1OK ¶
UpdateByNameUsingPUT1OK describes a response with status code 200, with default header values.
'Success' with the updated Endpoint
func NewUpdateByNameUsingPUT1OK ¶
func NewUpdateByNameUsingPUT1OK() *UpdateByNameUsingPUT1OK
NewUpdateByNameUsingPUT1OK creates a UpdateByNameUsingPUT1OK with default headers values
func (*UpdateByNameUsingPUT1OK) Error ¶
func (o *UpdateByNameUsingPUT1OK) Error() string
func (*UpdateByNameUsingPUT1OK) GetPayload ¶
func (o *UpdateByNameUsingPUT1OK) GetPayload() models.Endpoint
type UpdateByNameUsingPUT1Params ¶
type UpdateByNameUsingPUT1Params struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Endpoint specification */ Body models.EndpointSpec /* Name. The name of the Endpoint */ Name string /* Project. The project the Endpoint belongs to */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateByNameUsingPUT1Params contains all the parameters to send to the API endpoint
for the update by name using p u t 1 operation. Typically these are written to a http.Request.
func NewUpdateByNameUsingPUT1Params ¶
func NewUpdateByNameUsingPUT1Params() *UpdateByNameUsingPUT1Params
NewUpdateByNameUsingPUT1Params creates a new UpdateByNameUsingPUT1Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateByNameUsingPUT1ParamsWithContext ¶
func NewUpdateByNameUsingPUT1ParamsWithContext(ctx context.Context) *UpdateByNameUsingPUT1Params
NewUpdateByNameUsingPUT1ParamsWithContext creates a new UpdateByNameUsingPUT1Params object with the ability to set a context for a request.
func NewUpdateByNameUsingPUT1ParamsWithHTTPClient ¶
func NewUpdateByNameUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateByNameUsingPUT1Params
NewUpdateByNameUsingPUT1ParamsWithHTTPClient creates a new UpdateByNameUsingPUT1Params object with the ability to set a custom HTTPClient for a request.
func NewUpdateByNameUsingPUT1ParamsWithTimeout ¶
func NewUpdateByNameUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateByNameUsingPUT1Params
NewUpdateByNameUsingPUT1ParamsWithTimeout creates a new UpdateByNameUsingPUT1Params object with the ability to set a timeout on a request.
func (*UpdateByNameUsingPUT1Params) SetAPIVersion ¶
func (o *UpdateByNameUsingPUT1Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetAuthorization ¶
func (o *UpdateByNameUsingPUT1Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetBody ¶
func (o *UpdateByNameUsingPUT1Params) SetBody(body models.EndpointSpec)
SetBody adds the body to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetContext ¶
func (o *UpdateByNameUsingPUT1Params) SetContext(ctx context.Context)
SetContext adds the context to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetDefaults ¶
func (o *UpdateByNameUsingPUT1Params) SetDefaults()
SetDefaults hydrates default values in the update by name using p u t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByNameUsingPUT1Params) SetHTTPClient ¶
func (o *UpdateByNameUsingPUT1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetName ¶
func (o *UpdateByNameUsingPUT1Params) SetName(name string)
SetName adds the name to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetProject ¶
func (o *UpdateByNameUsingPUT1Params) SetProject(project string)
SetProject adds the project to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) SetTimeout ¶
func (o *UpdateByNameUsingPUT1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithAPIVersion ¶
func (o *UpdateByNameUsingPUT1Params) WithAPIVersion(aPIVersion string) *UpdateByNameUsingPUT1Params
WithAPIVersion adds the aPIVersion to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithAuthorization ¶
func (o *UpdateByNameUsingPUT1Params) WithAuthorization(authorization string) *UpdateByNameUsingPUT1Params
WithAuthorization adds the authorization to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithBody ¶
func (o *UpdateByNameUsingPUT1Params) WithBody(body models.EndpointSpec) *UpdateByNameUsingPUT1Params
WithBody adds the body to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithContext ¶
func (o *UpdateByNameUsingPUT1Params) WithContext(ctx context.Context) *UpdateByNameUsingPUT1Params
WithContext adds the context to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithDefaults ¶
func (o *UpdateByNameUsingPUT1Params) WithDefaults() *UpdateByNameUsingPUT1Params
WithDefaults hydrates default values in the update by name using p u t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByNameUsingPUT1Params) WithHTTPClient ¶
func (o *UpdateByNameUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateByNameUsingPUT1Params
WithHTTPClient adds the HTTPClient to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithName ¶
func (o *UpdateByNameUsingPUT1Params) WithName(name string) *UpdateByNameUsingPUT1Params
WithName adds the name to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithProject ¶
func (o *UpdateByNameUsingPUT1Params) WithProject(project string) *UpdateByNameUsingPUT1Params
WithProject adds the project to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WithTimeout ¶
func (o *UpdateByNameUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateByNameUsingPUT1Params
WithTimeout adds the timeout to the update by name using p u t 1 params
func (*UpdateByNameUsingPUT1Params) WriteToRequest ¶
func (o *UpdateByNameUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateByNameUsingPUT1Reader ¶
type UpdateByNameUsingPUT1Reader struct {
// contains filtered or unexported fields
}
UpdateByNameUsingPUT1Reader is a Reader for the UpdateByNameUsingPUT1 structure.
func (*UpdateByNameUsingPUT1Reader) ReadResponse ¶
func (o *UpdateByNameUsingPUT1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateByNameUsingPUT1Unauthorized ¶
type UpdateByNameUsingPUT1Unauthorized struct { }
UpdateByNameUsingPUT1Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateByNameUsingPUT1Unauthorized ¶
func NewUpdateByNameUsingPUT1Unauthorized() *UpdateByNameUsingPUT1Unauthorized
NewUpdateByNameUsingPUT1Unauthorized creates a UpdateByNameUsingPUT1Unauthorized with default headers values
func (*UpdateByNameUsingPUT1Unauthorized) Error ¶
func (o *UpdateByNameUsingPUT1Unauthorized) Error() 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
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
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
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
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
Source Files
¶
- create_using_post2_parameters.go
- create_using_post2_responses.go
- delete_using_delete1_parameters.go
- delete_using_delete1_responses.go
- delete_using_delete2_parameters.go
- delete_using_delete2_responses.go
- endpoints_client.go
- get_all_using_get2_parameters.go
- get_all_using_get2_responses.go
- get_by_id_using_get_parameters.go
- get_by_id_using_get_responses.go
- get_by_name_using_get_parameters.go
- get_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_mixin3_parameters.go
- get_using_get_mixin3_responses.go
- update_by_id_using_put1_parameters.go
- update_by_id_using_put1_responses.go
- update_by_name_using_put1_parameters.go
- update_by_name_using_put1_responses.go
- validate_endpoint_using_post_parameters.go
- validate_endpoint_using_post_responses.go