Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteServiceServiceID(params *DeleteServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteServiceServiceIDAccepted, error)
- func (a *Client) GetService(params *GetServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetServiceOK, error)
- func (a *Client) GetServiceServiceID(params *GetServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetServiceServiceIDOK, error)
- func (a *Client) GetServiceServiceIDEndpoints(params *GetServiceServiceIDEndpointsParams, ...) (*GetServiceServiceIDEndpointsOK, error)
- func (a *Client) PostService(params *PostServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostServiceCreated, error)
- func (a *Client) PutServiceServiceID(params *PutServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutServiceServiceIDOK, error)
- func (a *Client) PutServiceServiceIDAcceptEndpoints(params *PutServiceServiceIDAcceptEndpointsParams, ...) (*PutServiceServiceIDAcceptEndpointsOK, error)
- func (a *Client) PutServiceServiceIDRejectEndpoints(params *PutServiceServiceIDRejectEndpointsParams, ...) (*PutServiceServiceIDRejectEndpointsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeleteServiceServiceIDAccepted
- func (o *DeleteServiceServiceIDAccepted) Code() int
- func (o *DeleteServiceServiceIDAccepted) Error() string
- func (o *DeleteServiceServiceIDAccepted) IsClientError() bool
- func (o *DeleteServiceServiceIDAccepted) IsCode(code int) bool
- func (o *DeleteServiceServiceIDAccepted) IsRedirect() bool
- func (o *DeleteServiceServiceIDAccepted) IsServerError() bool
- func (o *DeleteServiceServiceIDAccepted) IsSuccess() bool
- func (o *DeleteServiceServiceIDAccepted) String() string
- type DeleteServiceServiceIDConflict
- func (o *DeleteServiceServiceIDConflict) Code() int
- func (o *DeleteServiceServiceIDConflict) Error() string
- func (o *DeleteServiceServiceIDConflict) GetPayload() *models.Error
- func (o *DeleteServiceServiceIDConflict) IsClientError() bool
- func (o *DeleteServiceServiceIDConflict) IsCode(code int) bool
- func (o *DeleteServiceServiceIDConflict) IsRedirect() bool
- func (o *DeleteServiceServiceIDConflict) IsServerError() bool
- func (o *DeleteServiceServiceIDConflict) IsSuccess() bool
- func (o *DeleteServiceServiceIDConflict) String() string
- type DeleteServiceServiceIDForbidden
- func (o *DeleteServiceServiceIDForbidden) Code() int
- func (o *DeleteServiceServiceIDForbidden) Error() string
- func (o *DeleteServiceServiceIDForbidden) IsClientError() bool
- func (o *DeleteServiceServiceIDForbidden) IsCode(code int) bool
- func (o *DeleteServiceServiceIDForbidden) IsRedirect() bool
- func (o *DeleteServiceServiceIDForbidden) IsServerError() bool
- func (o *DeleteServiceServiceIDForbidden) IsSuccess() bool
- func (o *DeleteServiceServiceIDForbidden) String() string
- type DeleteServiceServiceIDNotFound
- func (o *DeleteServiceServiceIDNotFound) Code() int
- func (o *DeleteServiceServiceIDNotFound) Error() string
- func (o *DeleteServiceServiceIDNotFound) GetPayload() *models.Error
- func (o *DeleteServiceServiceIDNotFound) IsClientError() bool
- func (o *DeleteServiceServiceIDNotFound) IsCode(code int) bool
- func (o *DeleteServiceServiceIDNotFound) IsRedirect() bool
- func (o *DeleteServiceServiceIDNotFound) IsServerError() bool
- func (o *DeleteServiceServiceIDNotFound) IsSuccess() bool
- func (o *DeleteServiceServiceIDNotFound) String() string
- type DeleteServiceServiceIDParams
- func NewDeleteServiceServiceIDParams() *DeleteServiceServiceIDParams
- func NewDeleteServiceServiceIDParamsWithContext(ctx context.Context) *DeleteServiceServiceIDParams
- func NewDeleteServiceServiceIDParamsWithHTTPClient(client *http.Client) *DeleteServiceServiceIDParams
- func NewDeleteServiceServiceIDParamsWithTimeout(timeout time.Duration) *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) SetContext(ctx context.Context)
- func (o *DeleteServiceServiceIDParams) SetDefaults()
- func (o *DeleteServiceServiceIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
- func (o *DeleteServiceServiceIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServiceServiceIDParams) WithContext(ctx context.Context) *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) WithDefaults() *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) WithHTTPClient(client *http.Client) *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) WithTimeout(timeout time.Duration) *DeleteServiceServiceIDParams
- func (o *DeleteServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServiceServiceIDReader
- type DeleteServiceServiceIDUnauthorized
- func (o *DeleteServiceServiceIDUnauthorized) Code() int
- func (o *DeleteServiceServiceIDUnauthorized) Error() string
- func (o *DeleteServiceServiceIDUnauthorized) GetPayload() *models.Error
- func (o *DeleteServiceServiceIDUnauthorized) IsClientError() bool
- func (o *DeleteServiceServiceIDUnauthorized) IsCode(code int) bool
- func (o *DeleteServiceServiceIDUnauthorized) IsRedirect() bool
- func (o *DeleteServiceServiceIDUnauthorized) IsServerError() bool
- func (o *DeleteServiceServiceIDUnauthorized) IsSuccess() bool
- func (o *DeleteServiceServiceIDUnauthorized) String() string
- type DeleteServiceServiceIDUnprocessableEntity
- func (o *DeleteServiceServiceIDUnprocessableEntity) Code() int
- func (o *DeleteServiceServiceIDUnprocessableEntity) Error() string
- func (o *DeleteServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
- func (o *DeleteServiceServiceIDUnprocessableEntity) IsClientError() bool
- func (o *DeleteServiceServiceIDUnprocessableEntity) IsCode(code int) bool
- func (o *DeleteServiceServiceIDUnprocessableEntity) IsRedirect() bool
- func (o *DeleteServiceServiceIDUnprocessableEntity) IsServerError() bool
- func (o *DeleteServiceServiceIDUnprocessableEntity) IsSuccess() bool
- func (o *DeleteServiceServiceIDUnprocessableEntity) String() string
- type GetServiceBadRequest
- func (o *GetServiceBadRequest) Code() int
- func (o *GetServiceBadRequest) Error() string
- func (o *GetServiceBadRequest) GetPayload() *models.Error
- func (o *GetServiceBadRequest) IsClientError() bool
- func (o *GetServiceBadRequest) IsCode(code int) bool
- func (o *GetServiceBadRequest) IsRedirect() bool
- func (o *GetServiceBadRequest) IsServerError() bool
- func (o *GetServiceBadRequest) IsSuccess() bool
- func (o *GetServiceBadRequest) String() string
- type GetServiceForbidden
- func (o *GetServiceForbidden) Code() int
- func (o *GetServiceForbidden) Error() string
- func (o *GetServiceForbidden) IsClientError() bool
- func (o *GetServiceForbidden) IsCode(code int) bool
- func (o *GetServiceForbidden) IsRedirect() bool
- func (o *GetServiceForbidden) IsServerError() bool
- func (o *GetServiceForbidden) IsSuccess() bool
- func (o *GetServiceForbidden) String() string
- type GetServiceOK
- func (o *GetServiceOK) Code() int
- func (o *GetServiceOK) Error() string
- func (o *GetServiceOK) GetPayload() *GetServiceOKBody
- func (o *GetServiceOK) IsClientError() bool
- func (o *GetServiceOK) IsCode(code int) bool
- func (o *GetServiceOK) IsRedirect() bool
- func (o *GetServiceOK) IsServerError() bool
- func (o *GetServiceOK) IsSuccess() bool
- func (o *GetServiceOK) String() string
- type GetServiceOKBody
- type GetServiceParams
- func (o *GetServiceParams) SetContext(ctx context.Context)
- func (o *GetServiceParams) SetDefaults()
- func (o *GetServiceParams) SetHTTPClient(client *http.Client)
- func (o *GetServiceParams) SetLimit(limit *int64)
- func (o *GetServiceParams) SetMarker(marker *strfmt.UUID)
- func (o *GetServiceParams) SetNotTags(notTags []string)
- func (o *GetServiceParams) SetNotTagsAny(notTagsAny []string)
- func (o *GetServiceParams) SetPageReverse(pageReverse *bool)
- func (o *GetServiceParams) SetProjectID(projectID *string)
- func (o *GetServiceParams) SetSort(sort *string)
- func (o *GetServiceParams) SetTags(tags []string)
- func (o *GetServiceParams) SetTagsAny(tagsAny []string)
- func (o *GetServiceParams) SetTimeout(timeout time.Duration)
- func (o *GetServiceParams) WithContext(ctx context.Context) *GetServiceParams
- func (o *GetServiceParams) WithDefaults() *GetServiceParams
- func (o *GetServiceParams) WithHTTPClient(client *http.Client) *GetServiceParams
- func (o *GetServiceParams) WithLimit(limit *int64) *GetServiceParams
- func (o *GetServiceParams) WithMarker(marker *strfmt.UUID) *GetServiceParams
- func (o *GetServiceParams) WithNotTags(notTags []string) *GetServiceParams
- func (o *GetServiceParams) WithNotTagsAny(notTagsAny []string) *GetServiceParams
- func (o *GetServiceParams) WithPageReverse(pageReverse *bool) *GetServiceParams
- func (o *GetServiceParams) WithProjectID(projectID *string) *GetServiceParams
- func (o *GetServiceParams) WithSort(sort *string) *GetServiceParams
- func (o *GetServiceParams) WithTags(tags []string) *GetServiceParams
- func (o *GetServiceParams) WithTagsAny(tagsAny []string) *GetServiceParams
- func (o *GetServiceParams) WithTimeout(timeout time.Duration) *GetServiceParams
- func (o *GetServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServiceReader
- type GetServiceServiceIDEndpointsBadRequest
- func (o *GetServiceServiceIDEndpointsBadRequest) Code() int
- func (o *GetServiceServiceIDEndpointsBadRequest) Error() string
- func (o *GetServiceServiceIDEndpointsBadRequest) GetPayload() *models.Error
- func (o *GetServiceServiceIDEndpointsBadRequest) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsBadRequest) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsBadRequest) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsBadRequest) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsBadRequest) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsBadRequest) String() string
- type GetServiceServiceIDEndpointsForbidden
- func (o *GetServiceServiceIDEndpointsForbidden) Code() int
- func (o *GetServiceServiceIDEndpointsForbidden) Error() string
- func (o *GetServiceServiceIDEndpointsForbidden) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsForbidden) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsForbidden) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsForbidden) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsForbidden) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsForbidden) String() string
- type GetServiceServiceIDEndpointsNotFound
- func (o *GetServiceServiceIDEndpointsNotFound) Code() int
- func (o *GetServiceServiceIDEndpointsNotFound) Error() string
- func (o *GetServiceServiceIDEndpointsNotFound) GetPayload() *models.Error
- func (o *GetServiceServiceIDEndpointsNotFound) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsNotFound) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsNotFound) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsNotFound) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsNotFound) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsNotFound) String() string
- type GetServiceServiceIDEndpointsOK
- func (o *GetServiceServiceIDEndpointsOK) Code() int
- func (o *GetServiceServiceIDEndpointsOK) Error() string
- func (o *GetServiceServiceIDEndpointsOK) GetPayload() *GetServiceServiceIDEndpointsOKBody
- func (o *GetServiceServiceIDEndpointsOK) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsOK) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsOK) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsOK) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsOK) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsOK) String() string
- type GetServiceServiceIDEndpointsOKBody
- func (o *GetServiceServiceIDEndpointsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetServiceServiceIDEndpointsOKBody) MarshalBinary() ([]byte, error)
- func (o *GetServiceServiceIDEndpointsOKBody) UnmarshalBinary(b []byte) error
- func (o *GetServiceServiceIDEndpointsOKBody) Validate(formats strfmt.Registry) error
- type GetServiceServiceIDEndpointsParams
- func NewGetServiceServiceIDEndpointsParams() *GetServiceServiceIDEndpointsParams
- func NewGetServiceServiceIDEndpointsParamsWithContext(ctx context.Context) *GetServiceServiceIDEndpointsParams
- func NewGetServiceServiceIDEndpointsParamsWithHTTPClient(client *http.Client) *GetServiceServiceIDEndpointsParams
- func NewGetServiceServiceIDEndpointsParamsWithTimeout(timeout time.Duration) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) SetContext(ctx context.Context)
- func (o *GetServiceServiceIDEndpointsParams) SetDefaults()
- func (o *GetServiceServiceIDEndpointsParams) SetHTTPClient(client *http.Client)
- func (o *GetServiceServiceIDEndpointsParams) SetLimit(limit *int64)
- func (o *GetServiceServiceIDEndpointsParams) SetMarker(marker *strfmt.UUID)
- func (o *GetServiceServiceIDEndpointsParams) SetPageReverse(pageReverse *bool)
- func (o *GetServiceServiceIDEndpointsParams) SetServiceID(serviceID strfmt.UUID)
- func (o *GetServiceServiceIDEndpointsParams) SetSort(sort *string)
- func (o *GetServiceServiceIDEndpointsParams) SetTimeout(timeout time.Duration)
- func (o *GetServiceServiceIDEndpointsParams) WithContext(ctx context.Context) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithDefaults() *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithHTTPClient(client *http.Client) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithLimit(limit *int64) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithMarker(marker *strfmt.UUID) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithPageReverse(pageReverse *bool) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithServiceID(serviceID strfmt.UUID) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithSort(sort *string) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WithTimeout(timeout time.Duration) *GetServiceServiceIDEndpointsParams
- func (o *GetServiceServiceIDEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServiceServiceIDEndpointsReader
- type GetServiceServiceIDEndpointsUnauthorized
- func (o *GetServiceServiceIDEndpointsUnauthorized) Code() int
- func (o *GetServiceServiceIDEndpointsUnauthorized) Error() string
- func (o *GetServiceServiceIDEndpointsUnauthorized) GetPayload() *models.Error
- func (o *GetServiceServiceIDEndpointsUnauthorized) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsUnauthorized) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsUnauthorized) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsUnauthorized) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsUnauthorized) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsUnauthorized) String() string
- type GetServiceServiceIDEndpointsUnprocessableEntity
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) Code() int
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) Error() string
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) GetPayload() *models.Error
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsClientError() bool
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsCode(code int) bool
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsRedirect() bool
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsServerError() bool
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsSuccess() bool
- func (o *GetServiceServiceIDEndpointsUnprocessableEntity) String() string
- type GetServiceServiceIDForbidden
- func (o *GetServiceServiceIDForbidden) Code() int
- func (o *GetServiceServiceIDForbidden) Error() string
- func (o *GetServiceServiceIDForbidden) IsClientError() bool
- func (o *GetServiceServiceIDForbidden) IsCode(code int) bool
- func (o *GetServiceServiceIDForbidden) IsRedirect() bool
- func (o *GetServiceServiceIDForbidden) IsServerError() bool
- func (o *GetServiceServiceIDForbidden) IsSuccess() bool
- func (o *GetServiceServiceIDForbidden) String() string
- type GetServiceServiceIDNotFound
- func (o *GetServiceServiceIDNotFound) Code() int
- func (o *GetServiceServiceIDNotFound) Error() string
- func (o *GetServiceServiceIDNotFound) GetPayload() *models.Error
- func (o *GetServiceServiceIDNotFound) IsClientError() bool
- func (o *GetServiceServiceIDNotFound) IsCode(code int) bool
- func (o *GetServiceServiceIDNotFound) IsRedirect() bool
- func (o *GetServiceServiceIDNotFound) IsServerError() bool
- func (o *GetServiceServiceIDNotFound) IsSuccess() bool
- func (o *GetServiceServiceIDNotFound) String() string
- type GetServiceServiceIDOK
- func (o *GetServiceServiceIDOK) Code() int
- func (o *GetServiceServiceIDOK) Error() string
- func (o *GetServiceServiceIDOK) GetPayload() *models.Service
- func (o *GetServiceServiceIDOK) IsClientError() bool
- func (o *GetServiceServiceIDOK) IsCode(code int) bool
- func (o *GetServiceServiceIDOK) IsRedirect() bool
- func (o *GetServiceServiceIDOK) IsServerError() bool
- func (o *GetServiceServiceIDOK) IsSuccess() bool
- func (o *GetServiceServiceIDOK) String() string
- type GetServiceServiceIDParams
- func NewGetServiceServiceIDParams() *GetServiceServiceIDParams
- func NewGetServiceServiceIDParamsWithContext(ctx context.Context) *GetServiceServiceIDParams
- func NewGetServiceServiceIDParamsWithHTTPClient(client *http.Client) *GetServiceServiceIDParams
- func NewGetServiceServiceIDParamsWithTimeout(timeout time.Duration) *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) SetContext(ctx context.Context)
- func (o *GetServiceServiceIDParams) SetDefaults()
- func (o *GetServiceServiceIDParams) SetHTTPClient(client *http.Client)
- func (o *GetServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
- func (o *GetServiceServiceIDParams) SetTimeout(timeout time.Duration)
- func (o *GetServiceServiceIDParams) WithContext(ctx context.Context) *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) WithDefaults() *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) WithHTTPClient(client *http.Client) *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) WithTimeout(timeout time.Duration) *GetServiceServiceIDParams
- func (o *GetServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServiceServiceIDReader
- type GetServiceServiceIDUnauthorized
- func (o *GetServiceServiceIDUnauthorized) Code() int
- func (o *GetServiceServiceIDUnauthorized) Error() string
- func (o *GetServiceServiceIDUnauthorized) GetPayload() *models.Error
- func (o *GetServiceServiceIDUnauthorized) IsClientError() bool
- func (o *GetServiceServiceIDUnauthorized) IsCode(code int) bool
- func (o *GetServiceServiceIDUnauthorized) IsRedirect() bool
- func (o *GetServiceServiceIDUnauthorized) IsServerError() bool
- func (o *GetServiceServiceIDUnauthorized) IsSuccess() bool
- func (o *GetServiceServiceIDUnauthorized) String() string
- type GetServiceServiceIDUnprocessableEntity
- func (o *GetServiceServiceIDUnprocessableEntity) Code() int
- func (o *GetServiceServiceIDUnprocessableEntity) Error() string
- func (o *GetServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
- func (o *GetServiceServiceIDUnprocessableEntity) IsClientError() bool
- func (o *GetServiceServiceIDUnprocessableEntity) IsCode(code int) bool
- func (o *GetServiceServiceIDUnprocessableEntity) IsRedirect() bool
- func (o *GetServiceServiceIDUnprocessableEntity) IsServerError() bool
- func (o *GetServiceServiceIDUnprocessableEntity) IsSuccess() bool
- func (o *GetServiceServiceIDUnprocessableEntity) String() string
- type GetServiceUnauthorized
- func (o *GetServiceUnauthorized) Code() int
- func (o *GetServiceUnauthorized) Error() string
- func (o *GetServiceUnauthorized) GetPayload() *models.Error
- func (o *GetServiceUnauthorized) IsClientError() bool
- func (o *GetServiceUnauthorized) IsCode(code int) bool
- func (o *GetServiceUnauthorized) IsRedirect() bool
- func (o *GetServiceUnauthorized) IsServerError() bool
- func (o *GetServiceUnauthorized) IsSuccess() bool
- func (o *GetServiceUnauthorized) String() string
- type GetServiceUnprocessableEntity
- func (o *GetServiceUnprocessableEntity) Code() int
- func (o *GetServiceUnprocessableEntity) Error() string
- func (o *GetServiceUnprocessableEntity) GetPayload() *models.Error
- func (o *GetServiceUnprocessableEntity) IsClientError() bool
- func (o *GetServiceUnprocessableEntity) IsCode(code int) bool
- func (o *GetServiceUnprocessableEntity) IsRedirect() bool
- func (o *GetServiceUnprocessableEntity) IsServerError() bool
- func (o *GetServiceUnprocessableEntity) IsSuccess() bool
- func (o *GetServiceUnprocessableEntity) String() string
- type PostServiceConflict
- func (o *PostServiceConflict) Code() int
- func (o *PostServiceConflict) Error() string
- func (o *PostServiceConflict) GetPayload() *models.Error
- func (o *PostServiceConflict) IsClientError() bool
- func (o *PostServiceConflict) IsCode(code int) bool
- func (o *PostServiceConflict) IsRedirect() bool
- func (o *PostServiceConflict) IsServerError() bool
- func (o *PostServiceConflict) IsSuccess() bool
- func (o *PostServiceConflict) String() string
- type PostServiceCreated
- func (o *PostServiceCreated) Code() int
- func (o *PostServiceCreated) Error() string
- func (o *PostServiceCreated) GetPayload() *models.Service
- func (o *PostServiceCreated) IsClientError() bool
- func (o *PostServiceCreated) IsCode(code int) bool
- func (o *PostServiceCreated) IsRedirect() bool
- func (o *PostServiceCreated) IsServerError() bool
- func (o *PostServiceCreated) IsSuccess() bool
- func (o *PostServiceCreated) String() string
- type PostServiceForbidden
- func (o *PostServiceForbidden) Code() int
- func (o *PostServiceForbidden) Error() string
- func (o *PostServiceForbidden) GetPayload() *models.Error
- func (o *PostServiceForbidden) IsClientError() bool
- func (o *PostServiceForbidden) IsCode(code int) bool
- func (o *PostServiceForbidden) IsRedirect() bool
- func (o *PostServiceForbidden) IsServerError() bool
- func (o *PostServiceForbidden) IsSuccess() bool
- func (o *PostServiceForbidden) String() string
- type PostServiceParams
- func (o *PostServiceParams) SetBody(body *models.Service)
- func (o *PostServiceParams) SetContext(ctx context.Context)
- func (o *PostServiceParams) SetDefaults()
- func (o *PostServiceParams) SetHTTPClient(client *http.Client)
- func (o *PostServiceParams) SetTimeout(timeout time.Duration)
- func (o *PostServiceParams) WithBody(body *models.Service) *PostServiceParams
- func (o *PostServiceParams) WithContext(ctx context.Context) *PostServiceParams
- func (o *PostServiceParams) WithDefaults() *PostServiceParams
- func (o *PostServiceParams) WithHTTPClient(client *http.Client) *PostServiceParams
- func (o *PostServiceParams) WithTimeout(timeout time.Duration) *PostServiceParams
- func (o *PostServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostServiceReader
- type PostServiceUnauthorized
- func (o *PostServiceUnauthorized) Code() int
- func (o *PostServiceUnauthorized) Error() string
- func (o *PostServiceUnauthorized) GetPayload() *models.Error
- func (o *PostServiceUnauthorized) IsClientError() bool
- func (o *PostServiceUnauthorized) IsCode(code int) bool
- func (o *PostServiceUnauthorized) IsRedirect() bool
- func (o *PostServiceUnauthorized) IsServerError() bool
- func (o *PostServiceUnauthorized) IsSuccess() bool
- func (o *PostServiceUnauthorized) String() string
- type PostServiceUnprocessableEntity
- func (o *PostServiceUnprocessableEntity) Code() int
- func (o *PostServiceUnprocessableEntity) Error() string
- func (o *PostServiceUnprocessableEntity) GetPayload() *models.Error
- func (o *PostServiceUnprocessableEntity) IsClientError() bool
- func (o *PostServiceUnprocessableEntity) IsCode(code int) bool
- func (o *PostServiceUnprocessableEntity) IsRedirect() bool
- func (o *PostServiceUnprocessableEntity) IsServerError() bool
- func (o *PostServiceUnprocessableEntity) IsSuccess() bool
- func (o *PostServiceUnprocessableEntity) String() string
- type PutServiceServiceIDAcceptEndpointsBadRequest
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) GetPayload() *models.Error
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsBadRequest) String() string
- type PutServiceServiceIDAcceptEndpointsForbidden
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) GetPayload() *models.Error
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsForbidden) String() string
- type PutServiceServiceIDAcceptEndpointsNotFound
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsNotFound) String() string
- type PutServiceServiceIDAcceptEndpointsOK
- func (o *PutServiceServiceIDAcceptEndpointsOK) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsOK) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsOK) GetPayload() []*models.EndpointConsumer
- func (o *PutServiceServiceIDAcceptEndpointsOK) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsOK) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsOK) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsOK) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsOK) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsOK) String() string
- type PutServiceServiceIDAcceptEndpointsParams
- func NewPutServiceServiceIDAcceptEndpointsParams() *PutServiceServiceIDAcceptEndpointsParams
- func NewPutServiceServiceIDAcceptEndpointsParamsWithContext(ctx context.Context) *PutServiceServiceIDAcceptEndpointsParams
- func NewPutServiceServiceIDAcceptEndpointsParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDAcceptEndpointsParams
- func NewPutServiceServiceIDAcceptEndpointsParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetBody(body *models.EndpointConsumerList)
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetContext(ctx context.Context)
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetDefaults()
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetHTTPClient(client *http.Client)
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetServiceID(serviceID strfmt.UUID)
- func (o *PutServiceServiceIDAcceptEndpointsParams) SetTimeout(timeout time.Duration)
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithBody(body *models.EndpointConsumerList) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithContext(ctx context.Context) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithDefaults() *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDAcceptEndpointsParams
- func (o *PutServiceServiceIDAcceptEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutServiceServiceIDAcceptEndpointsReader
- type PutServiceServiceIDAcceptEndpointsUnauthorized
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) GetPayload() *models.Error
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) String() string
- type PutServiceServiceIDAcceptEndpointsUnprocessableEntity
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Code() int
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Error() string
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) GetPayload() *models.Error
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsClientError() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsCode(code int) bool
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsRedirect() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsServerError() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsSuccess() bool
- func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) String() string
- type PutServiceServiceIDConflict
- func (o *PutServiceServiceIDConflict) Code() int
- func (o *PutServiceServiceIDConflict) Error() string
- func (o *PutServiceServiceIDConflict) GetPayload() *models.Error
- func (o *PutServiceServiceIDConflict) IsClientError() bool
- func (o *PutServiceServiceIDConflict) IsCode(code int) bool
- func (o *PutServiceServiceIDConflict) IsRedirect() bool
- func (o *PutServiceServiceIDConflict) IsServerError() bool
- func (o *PutServiceServiceIDConflict) IsSuccess() bool
- func (o *PutServiceServiceIDConflict) String() string
- type PutServiceServiceIDForbidden
- func (o *PutServiceServiceIDForbidden) Code() int
- func (o *PutServiceServiceIDForbidden) Error() string
- func (o *PutServiceServiceIDForbidden) IsClientError() bool
- func (o *PutServiceServiceIDForbidden) IsCode(code int) bool
- func (o *PutServiceServiceIDForbidden) IsRedirect() bool
- func (o *PutServiceServiceIDForbidden) IsServerError() bool
- func (o *PutServiceServiceIDForbidden) IsSuccess() bool
- func (o *PutServiceServiceIDForbidden) String() string
- type PutServiceServiceIDNotFound
- func (o *PutServiceServiceIDNotFound) Code() int
- func (o *PutServiceServiceIDNotFound) Error() string
- func (o *PutServiceServiceIDNotFound) GetPayload() *models.Error
- func (o *PutServiceServiceIDNotFound) IsClientError() bool
- func (o *PutServiceServiceIDNotFound) IsCode(code int) bool
- func (o *PutServiceServiceIDNotFound) IsRedirect() bool
- func (o *PutServiceServiceIDNotFound) IsServerError() bool
- func (o *PutServiceServiceIDNotFound) IsSuccess() bool
- func (o *PutServiceServiceIDNotFound) String() string
- type PutServiceServiceIDOK
- func (o *PutServiceServiceIDOK) Code() int
- func (o *PutServiceServiceIDOK) Error() string
- func (o *PutServiceServiceIDOK) GetPayload() *models.Service
- func (o *PutServiceServiceIDOK) IsClientError() bool
- func (o *PutServiceServiceIDOK) IsCode(code int) bool
- func (o *PutServiceServiceIDOK) IsRedirect() bool
- func (o *PutServiceServiceIDOK) IsServerError() bool
- func (o *PutServiceServiceIDOK) IsSuccess() bool
- func (o *PutServiceServiceIDOK) String() string
- type PutServiceServiceIDParams
- func NewPutServiceServiceIDParams() *PutServiceServiceIDParams
- func NewPutServiceServiceIDParamsWithContext(ctx context.Context) *PutServiceServiceIDParams
- func NewPutServiceServiceIDParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDParams
- func NewPutServiceServiceIDParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) SetBody(body *models.ServiceUpdatable)
- func (o *PutServiceServiceIDParams) SetContext(ctx context.Context)
- func (o *PutServiceServiceIDParams) SetDefaults()
- func (o *PutServiceServiceIDParams) SetHTTPClient(client *http.Client)
- func (o *PutServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
- func (o *PutServiceServiceIDParams) SetTimeout(timeout time.Duration)
- func (o *PutServiceServiceIDParams) WithBody(body *models.ServiceUpdatable) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WithContext(ctx context.Context) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WithDefaults() *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDParams
- func (o *PutServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutServiceServiceIDReader
- type PutServiceServiceIDRejectEndpointsBadRequest
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) Code() int
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) Error() string
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) GetPayload() *models.Error
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsBadRequest) String() string
- type PutServiceServiceIDRejectEndpointsForbidden
- func (o *PutServiceServiceIDRejectEndpointsForbidden) Code() int
- func (o *PutServiceServiceIDRejectEndpointsForbidden) Error() string
- func (o *PutServiceServiceIDRejectEndpointsForbidden) GetPayload() *models.Error
- func (o *PutServiceServiceIDRejectEndpointsForbidden) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsForbidden) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsForbidden) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsForbidden) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsForbidden) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsForbidden) String() string
- type PutServiceServiceIDRejectEndpointsNotFound
- func (o *PutServiceServiceIDRejectEndpointsNotFound) Code() int
- func (o *PutServiceServiceIDRejectEndpointsNotFound) Error() string
- func (o *PutServiceServiceIDRejectEndpointsNotFound) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsNotFound) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsNotFound) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsNotFound) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsNotFound) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsNotFound) String() string
- type PutServiceServiceIDRejectEndpointsOK
- func (o *PutServiceServiceIDRejectEndpointsOK) Code() int
- func (o *PutServiceServiceIDRejectEndpointsOK) Error() string
- func (o *PutServiceServiceIDRejectEndpointsOK) GetPayload() []*models.EndpointConsumer
- func (o *PutServiceServiceIDRejectEndpointsOK) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsOK) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsOK) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsOK) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsOK) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsOK) String() string
- type PutServiceServiceIDRejectEndpointsParams
- func NewPutServiceServiceIDRejectEndpointsParams() *PutServiceServiceIDRejectEndpointsParams
- func NewPutServiceServiceIDRejectEndpointsParamsWithContext(ctx context.Context) *PutServiceServiceIDRejectEndpointsParams
- func NewPutServiceServiceIDRejectEndpointsParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDRejectEndpointsParams
- func NewPutServiceServiceIDRejectEndpointsParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) SetBody(body *models.EndpointConsumerList)
- func (o *PutServiceServiceIDRejectEndpointsParams) SetContext(ctx context.Context)
- func (o *PutServiceServiceIDRejectEndpointsParams) SetDefaults()
- func (o *PutServiceServiceIDRejectEndpointsParams) SetHTTPClient(client *http.Client)
- func (o *PutServiceServiceIDRejectEndpointsParams) SetServiceID(serviceID strfmt.UUID)
- func (o *PutServiceServiceIDRejectEndpointsParams) SetTimeout(timeout time.Duration)
- func (o *PutServiceServiceIDRejectEndpointsParams) WithBody(body *models.EndpointConsumerList) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WithContext(ctx context.Context) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WithDefaults() *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDRejectEndpointsParams
- func (o *PutServiceServiceIDRejectEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutServiceServiceIDRejectEndpointsReader
- type PutServiceServiceIDRejectEndpointsUnauthorized
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) Code() int
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) Error() string
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) GetPayload() *models.Error
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsUnauthorized) String() string
- type PutServiceServiceIDRejectEndpointsUnprocessableEntity
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) Code() int
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) Error() string
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) GetPayload() *models.Error
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsClientError() bool
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsCode(code int) bool
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsRedirect() bool
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsServerError() bool
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsSuccess() bool
- func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) String() string
- type PutServiceServiceIDUnauthorized
- func (o *PutServiceServiceIDUnauthorized) Code() int
- func (o *PutServiceServiceIDUnauthorized) Error() string
- func (o *PutServiceServiceIDUnauthorized) GetPayload() *models.Error
- func (o *PutServiceServiceIDUnauthorized) IsClientError() bool
- func (o *PutServiceServiceIDUnauthorized) IsCode(code int) bool
- func (o *PutServiceServiceIDUnauthorized) IsRedirect() bool
- func (o *PutServiceServiceIDUnauthorized) IsServerError() bool
- func (o *PutServiceServiceIDUnauthorized) IsSuccess() bool
- func (o *PutServiceServiceIDUnauthorized) String() string
- type PutServiceServiceIDUnprocessableEntity
- func (o *PutServiceServiceIDUnprocessableEntity) Code() int
- func (o *PutServiceServiceIDUnprocessableEntity) Error() string
- func (o *PutServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
- func (o *PutServiceServiceIDUnprocessableEntity) IsClientError() bool
- func (o *PutServiceServiceIDUnprocessableEntity) IsCode(code int) bool
- func (o *PutServiceServiceIDUnprocessableEntity) IsRedirect() bool
- func (o *PutServiceServiceIDUnprocessableEntity) IsServerError() bool
- func (o *PutServiceServiceIDUnprocessableEntity) IsSuccess() bool
- func (o *PutServiceServiceIDUnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for service API
func (*Client) DeleteServiceServiceID ¶
func (a *Client) DeleteServiceServiceID(params *DeleteServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceServiceIDAccepted, error)
DeleteServiceServiceID removes service from catalog Deletes this service. There **must** be no active associated endpoint for successfully deleting the service.
Active endpoints can be rejected by the service owner via the `/service/{service_id}/reject_endpoints` API.
func (*Client) GetService ¶
func (a *Client) GetService(params *GetServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceOK, error)
GetService lists services
func (*Client) GetServiceServiceID ¶
func (a *Client) GetServiceServiceID(params *GetServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceServiceIDOK, error)
GetServiceServiceID shows details of an service
func (*Client) GetServiceServiceIDEndpoints ¶
func (a *Client) GetServiceServiceIDEndpoints(params *GetServiceServiceIDEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceServiceIDEndpointsOK, error)
GetServiceServiceIDEndpoints lists service endpoints consumers Provides a list of service consumers (endpoints).
This list can be used to accept or reject requests, or disable active endpoints. Rejected endpoints will be cleaned up after a specific time.
func (*Client) PostService ¶
func (a *Client) PostService(params *PostServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostServiceCreated, error)
PostService adds a new service to the catalog
func (*Client) PutServiceServiceID ¶
func (a *Client) PutServiceServiceID(params *PutServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDOK, error)
PutServiceServiceID updates an existing service
func (*Client) PutServiceServiceIDAcceptEndpoints ¶
func (a *Client) PutServiceServiceIDAcceptEndpoints(params *PutServiceServiceIDAcceptEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDAcceptEndpointsOK, error)
PutServiceServiceIDAcceptEndpoints accepts endpoints Specify a list of endpoint consumers (`endpoint_ids` and/or `project_ids`) whose endpoints should be accepted.
* Existing active endpoints will be untouched. * Rejected endpoints will be accepted. * Pending endpoints will be accepted.
func (*Client) PutServiceServiceIDRejectEndpoints ¶
func (a *Client) PutServiceServiceIDRejectEndpoints(params *PutServiceServiceIDRejectEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDRejectEndpointsOK, error)
PutServiceServiceIDRejectEndpoints rejects endpoints Specify a list of consumers (`endpoint_ids` and/or `project_ids`) whose endpoints should be rejected.
* Existing active endpoints will be rejected. * Rejected endpoints will be untouched. * Pending endpoints will be rejected.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { DeleteServiceServiceID(params *DeleteServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceServiceIDAccepted, error) GetService(params *GetServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceOK, error) GetServiceServiceID(params *GetServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceServiceIDOK, error) GetServiceServiceIDEndpoints(params *GetServiceServiceIDEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServiceServiceIDEndpointsOK, error) PostService(params *PostServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostServiceCreated, error) PutServiceServiceID(params *PutServiceServiceIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDOK, error) PutServiceServiceIDAcceptEndpoints(params *PutServiceServiceIDAcceptEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDAcceptEndpointsOK, error) PutServiceServiceIDRejectEndpoints(params *PutServiceServiceIDRejectEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutServiceServiceIDRejectEndpointsOK, 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 service API client.
type DeleteServiceServiceIDAccepted ¶
type DeleteServiceServiceIDAccepted struct { }
DeleteServiceServiceIDAccepted describes a response with status code 202, with default header values.
Delete request successfully accepted.
func NewDeleteServiceServiceIDAccepted ¶
func NewDeleteServiceServiceIDAccepted() *DeleteServiceServiceIDAccepted
NewDeleteServiceServiceIDAccepted creates a DeleteServiceServiceIDAccepted with default headers values
func (*DeleteServiceServiceIDAccepted) Code ¶
func (o *DeleteServiceServiceIDAccepted) Code() int
Code gets the status code for the delete service service Id accepted response
func (*DeleteServiceServiceIDAccepted) Error ¶
func (o *DeleteServiceServiceIDAccepted) Error() string
func (*DeleteServiceServiceIDAccepted) IsClientError ¶
func (o *DeleteServiceServiceIDAccepted) IsClientError() bool
IsClientError returns true when this delete service service Id accepted response has a 4xx status code
func (*DeleteServiceServiceIDAccepted) IsCode ¶
func (o *DeleteServiceServiceIDAccepted) IsCode(code int) bool
IsCode returns true when this delete service service Id accepted response a status code equal to that given
func (*DeleteServiceServiceIDAccepted) IsRedirect ¶
func (o *DeleteServiceServiceIDAccepted) IsRedirect() bool
IsRedirect returns true when this delete service service Id accepted response has a 3xx status code
func (*DeleteServiceServiceIDAccepted) IsServerError ¶
func (o *DeleteServiceServiceIDAccepted) IsServerError() bool
IsServerError returns true when this delete service service Id accepted response has a 5xx status code
func (*DeleteServiceServiceIDAccepted) IsSuccess ¶
func (o *DeleteServiceServiceIDAccepted) IsSuccess() bool
IsSuccess returns true when this delete service service Id accepted response has a 2xx status code
func (*DeleteServiceServiceIDAccepted) String ¶
func (o *DeleteServiceServiceIDAccepted) String() string
type DeleteServiceServiceIDConflict ¶
DeleteServiceServiceIDConflict describes a response with status code 409, with default header values.
In use.
func NewDeleteServiceServiceIDConflict ¶
func NewDeleteServiceServiceIDConflict() *DeleteServiceServiceIDConflict
NewDeleteServiceServiceIDConflict creates a DeleteServiceServiceIDConflict with default headers values
func (*DeleteServiceServiceIDConflict) Code ¶
func (o *DeleteServiceServiceIDConflict) Code() int
Code gets the status code for the delete service service Id conflict response
func (*DeleteServiceServiceIDConflict) Error ¶
func (o *DeleteServiceServiceIDConflict) Error() string
func (*DeleteServiceServiceIDConflict) GetPayload ¶
func (o *DeleteServiceServiceIDConflict) GetPayload() *models.Error
func (*DeleteServiceServiceIDConflict) IsClientError ¶
func (o *DeleteServiceServiceIDConflict) IsClientError() bool
IsClientError returns true when this delete service service Id conflict response has a 4xx status code
func (*DeleteServiceServiceIDConflict) IsCode ¶
func (o *DeleteServiceServiceIDConflict) IsCode(code int) bool
IsCode returns true when this delete service service Id conflict response a status code equal to that given
func (*DeleteServiceServiceIDConflict) IsRedirect ¶
func (o *DeleteServiceServiceIDConflict) IsRedirect() bool
IsRedirect returns true when this delete service service Id conflict response has a 3xx status code
func (*DeleteServiceServiceIDConflict) IsServerError ¶
func (o *DeleteServiceServiceIDConflict) IsServerError() bool
IsServerError returns true when this delete service service Id conflict response has a 5xx status code
func (*DeleteServiceServiceIDConflict) IsSuccess ¶
func (o *DeleteServiceServiceIDConflict) IsSuccess() bool
IsSuccess returns true when this delete service service Id conflict response has a 2xx status code
func (*DeleteServiceServiceIDConflict) String ¶
func (o *DeleteServiceServiceIDConflict) String() string
type DeleteServiceServiceIDForbidden ¶
type DeleteServiceServiceIDForbidden struct { }
DeleteServiceServiceIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteServiceServiceIDForbidden ¶
func NewDeleteServiceServiceIDForbidden() *DeleteServiceServiceIDForbidden
NewDeleteServiceServiceIDForbidden creates a DeleteServiceServiceIDForbidden with default headers values
func (*DeleteServiceServiceIDForbidden) Code ¶
func (o *DeleteServiceServiceIDForbidden) Code() int
Code gets the status code for the delete service service Id forbidden response
func (*DeleteServiceServiceIDForbidden) Error ¶
func (o *DeleteServiceServiceIDForbidden) Error() string
func (*DeleteServiceServiceIDForbidden) IsClientError ¶
func (o *DeleteServiceServiceIDForbidden) IsClientError() bool
IsClientError returns true when this delete service service Id forbidden response has a 4xx status code
func (*DeleteServiceServiceIDForbidden) IsCode ¶
func (o *DeleteServiceServiceIDForbidden) IsCode(code int) bool
IsCode returns true when this delete service service Id forbidden response a status code equal to that given
func (*DeleteServiceServiceIDForbidden) IsRedirect ¶
func (o *DeleteServiceServiceIDForbidden) IsRedirect() bool
IsRedirect returns true when this delete service service Id forbidden response has a 3xx status code
func (*DeleteServiceServiceIDForbidden) IsServerError ¶
func (o *DeleteServiceServiceIDForbidden) IsServerError() bool
IsServerError returns true when this delete service service Id forbidden response has a 5xx status code
func (*DeleteServiceServiceIDForbidden) IsSuccess ¶
func (o *DeleteServiceServiceIDForbidden) IsSuccess() bool
IsSuccess returns true when this delete service service Id forbidden response has a 2xx status code
func (*DeleteServiceServiceIDForbidden) String ¶
func (o *DeleteServiceServiceIDForbidden) String() string
type DeleteServiceServiceIDNotFound ¶
DeleteServiceServiceIDNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteServiceServiceIDNotFound ¶
func NewDeleteServiceServiceIDNotFound() *DeleteServiceServiceIDNotFound
NewDeleteServiceServiceIDNotFound creates a DeleteServiceServiceIDNotFound with default headers values
func (*DeleteServiceServiceIDNotFound) Code ¶
func (o *DeleteServiceServiceIDNotFound) Code() int
Code gets the status code for the delete service service Id not found response
func (*DeleteServiceServiceIDNotFound) Error ¶
func (o *DeleteServiceServiceIDNotFound) Error() string
func (*DeleteServiceServiceIDNotFound) GetPayload ¶
func (o *DeleteServiceServiceIDNotFound) GetPayload() *models.Error
func (*DeleteServiceServiceIDNotFound) IsClientError ¶
func (o *DeleteServiceServiceIDNotFound) IsClientError() bool
IsClientError returns true when this delete service service Id not found response has a 4xx status code
func (*DeleteServiceServiceIDNotFound) IsCode ¶
func (o *DeleteServiceServiceIDNotFound) IsCode(code int) bool
IsCode returns true when this delete service service Id not found response a status code equal to that given
func (*DeleteServiceServiceIDNotFound) IsRedirect ¶
func (o *DeleteServiceServiceIDNotFound) IsRedirect() bool
IsRedirect returns true when this delete service service Id not found response has a 3xx status code
func (*DeleteServiceServiceIDNotFound) IsServerError ¶
func (o *DeleteServiceServiceIDNotFound) IsServerError() bool
IsServerError returns true when this delete service service Id not found response has a 5xx status code
func (*DeleteServiceServiceIDNotFound) IsSuccess ¶
func (o *DeleteServiceServiceIDNotFound) IsSuccess() bool
IsSuccess returns true when this delete service service Id not found response has a 2xx status code
func (*DeleteServiceServiceIDNotFound) String ¶
func (o *DeleteServiceServiceIDNotFound) String() string
type DeleteServiceServiceIDParams ¶
type DeleteServiceServiceIDParams struct { /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteServiceServiceIDParams contains all the parameters to send to the API endpoint
for the delete service service ID operation. Typically these are written to a http.Request.
func NewDeleteServiceServiceIDParams ¶
func NewDeleteServiceServiceIDParams() *DeleteServiceServiceIDParams
NewDeleteServiceServiceIDParams creates a new DeleteServiceServiceIDParams 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 NewDeleteServiceServiceIDParamsWithContext ¶
func NewDeleteServiceServiceIDParamsWithContext(ctx context.Context) *DeleteServiceServiceIDParams
NewDeleteServiceServiceIDParamsWithContext creates a new DeleteServiceServiceIDParams object with the ability to set a context for a request.
func NewDeleteServiceServiceIDParamsWithHTTPClient ¶
func NewDeleteServiceServiceIDParamsWithHTTPClient(client *http.Client) *DeleteServiceServiceIDParams
NewDeleteServiceServiceIDParamsWithHTTPClient creates a new DeleteServiceServiceIDParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteServiceServiceIDParamsWithTimeout ¶
func NewDeleteServiceServiceIDParamsWithTimeout(timeout time.Duration) *DeleteServiceServiceIDParams
NewDeleteServiceServiceIDParamsWithTimeout creates a new DeleteServiceServiceIDParams object with the ability to set a timeout on a request.
func (*DeleteServiceServiceIDParams) SetContext ¶
func (o *DeleteServiceServiceIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete service service ID params
func (*DeleteServiceServiceIDParams) SetDefaults ¶
func (o *DeleteServiceServiceIDParams) SetDefaults()
SetDefaults hydrates default values in the delete service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceServiceIDParams) SetHTTPClient ¶
func (o *DeleteServiceServiceIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete service service ID params
func (*DeleteServiceServiceIDParams) SetServiceID ¶
func (o *DeleteServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the delete service service ID params
func (*DeleteServiceServiceIDParams) SetTimeout ¶
func (o *DeleteServiceServiceIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete service service ID params
func (*DeleteServiceServiceIDParams) WithContext ¶
func (o *DeleteServiceServiceIDParams) WithContext(ctx context.Context) *DeleteServiceServiceIDParams
WithContext adds the context to the delete service service ID params
func (*DeleteServiceServiceIDParams) WithDefaults ¶
func (o *DeleteServiceServiceIDParams) WithDefaults() *DeleteServiceServiceIDParams
WithDefaults hydrates default values in the delete service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceServiceIDParams) WithHTTPClient ¶
func (o *DeleteServiceServiceIDParams) WithHTTPClient(client *http.Client) *DeleteServiceServiceIDParams
WithHTTPClient adds the HTTPClient to the delete service service ID params
func (*DeleteServiceServiceIDParams) WithServiceID ¶
func (o *DeleteServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *DeleteServiceServiceIDParams
WithServiceID adds the serviceID to the delete service service ID params
func (*DeleteServiceServiceIDParams) WithTimeout ¶
func (o *DeleteServiceServiceIDParams) WithTimeout(timeout time.Duration) *DeleteServiceServiceIDParams
WithTimeout adds the timeout to the delete service service ID params
func (*DeleteServiceServiceIDParams) WriteToRequest ¶
func (o *DeleteServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServiceServiceIDReader ¶
type DeleteServiceServiceIDReader struct {
// contains filtered or unexported fields
}
DeleteServiceServiceIDReader is a Reader for the DeleteServiceServiceID structure.
func (*DeleteServiceServiceIDReader) ReadResponse ¶
func (o *DeleteServiceServiceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteServiceServiceIDUnauthorized ¶
type DeleteServiceServiceIDUnauthorized struct {
}DeleteServiceServiceIDUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteServiceServiceIDUnauthorized ¶
func NewDeleteServiceServiceIDUnauthorized() *DeleteServiceServiceIDUnauthorized
NewDeleteServiceServiceIDUnauthorized creates a DeleteServiceServiceIDUnauthorized with default headers values
func (*DeleteServiceServiceIDUnauthorized) Code ¶
func (o *DeleteServiceServiceIDUnauthorized) Code() int
Code gets the status code for the delete service service Id unauthorized response
func (*DeleteServiceServiceIDUnauthorized) Error ¶
func (o *DeleteServiceServiceIDUnauthorized) Error() string
func (*DeleteServiceServiceIDUnauthorized) GetPayload ¶
func (o *DeleteServiceServiceIDUnauthorized) GetPayload() *models.Error
func (*DeleteServiceServiceIDUnauthorized) IsClientError ¶
func (o *DeleteServiceServiceIDUnauthorized) IsClientError() bool
IsClientError returns true when this delete service service Id unauthorized response has a 4xx status code
func (*DeleteServiceServiceIDUnauthorized) IsCode ¶
func (o *DeleteServiceServiceIDUnauthorized) IsCode(code int) bool
IsCode returns true when this delete service service Id unauthorized response a status code equal to that given
func (*DeleteServiceServiceIDUnauthorized) IsRedirect ¶
func (o *DeleteServiceServiceIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete service service Id unauthorized response has a 3xx status code
func (*DeleteServiceServiceIDUnauthorized) IsServerError ¶
func (o *DeleteServiceServiceIDUnauthorized) IsServerError() bool
IsServerError returns true when this delete service service Id unauthorized response has a 5xx status code
func (*DeleteServiceServiceIDUnauthorized) IsSuccess ¶
func (o *DeleteServiceServiceIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete service service Id unauthorized response has a 2xx status code
func (*DeleteServiceServiceIDUnauthorized) String ¶
func (o *DeleteServiceServiceIDUnauthorized) String() string
type DeleteServiceServiceIDUnprocessableEntity ¶
DeleteServiceServiceIDUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewDeleteServiceServiceIDUnprocessableEntity ¶
func NewDeleteServiceServiceIDUnprocessableEntity() *DeleteServiceServiceIDUnprocessableEntity
NewDeleteServiceServiceIDUnprocessableEntity creates a DeleteServiceServiceIDUnprocessableEntity with default headers values
func (*DeleteServiceServiceIDUnprocessableEntity) Code ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) Code() int
Code gets the status code for the delete service service Id unprocessable entity response
func (*DeleteServiceServiceIDUnprocessableEntity) Error ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) Error() string
func (*DeleteServiceServiceIDUnprocessableEntity) GetPayload ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
func (*DeleteServiceServiceIDUnprocessableEntity) IsClientError ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) IsClientError() bool
IsClientError returns true when this delete service service Id unprocessable entity response has a 4xx status code
func (*DeleteServiceServiceIDUnprocessableEntity) IsCode ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this delete service service Id unprocessable entity response a status code equal to that given
func (*DeleteServiceServiceIDUnprocessableEntity) IsRedirect ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this delete service service Id unprocessable entity response has a 3xx status code
func (*DeleteServiceServiceIDUnprocessableEntity) IsServerError ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) IsServerError() bool
IsServerError returns true when this delete service service Id unprocessable entity response has a 5xx status code
func (*DeleteServiceServiceIDUnprocessableEntity) IsSuccess ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this delete service service Id unprocessable entity response has a 2xx status code
func (*DeleteServiceServiceIDUnprocessableEntity) String ¶
func (o *DeleteServiceServiceIDUnprocessableEntity) String() string
type GetServiceBadRequest ¶
GetServiceBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetServiceBadRequest ¶
func NewGetServiceBadRequest() *GetServiceBadRequest
NewGetServiceBadRequest creates a GetServiceBadRequest with default headers values
func (*GetServiceBadRequest) Code ¶
func (o *GetServiceBadRequest) Code() int
Code gets the status code for the get service bad request response
func (*GetServiceBadRequest) Error ¶
func (o *GetServiceBadRequest) Error() string
func (*GetServiceBadRequest) GetPayload ¶
func (o *GetServiceBadRequest) GetPayload() *models.Error
func (*GetServiceBadRequest) IsClientError ¶
func (o *GetServiceBadRequest) IsClientError() bool
IsClientError returns true when this get service bad request response has a 4xx status code
func (*GetServiceBadRequest) IsCode ¶
func (o *GetServiceBadRequest) IsCode(code int) bool
IsCode returns true when this get service bad request response a status code equal to that given
func (*GetServiceBadRequest) IsRedirect ¶
func (o *GetServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this get service bad request response has a 3xx status code
func (*GetServiceBadRequest) IsServerError ¶
func (o *GetServiceBadRequest) IsServerError() bool
IsServerError returns true when this get service bad request response has a 5xx status code
func (*GetServiceBadRequest) IsSuccess ¶
func (o *GetServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this get service bad request response has a 2xx status code
func (*GetServiceBadRequest) String ¶
func (o *GetServiceBadRequest) String() string
type GetServiceForbidden ¶
type GetServiceForbidden struct { }
GetServiceForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetServiceForbidden ¶
func NewGetServiceForbidden() *GetServiceForbidden
NewGetServiceForbidden creates a GetServiceForbidden with default headers values
func (*GetServiceForbidden) Code ¶
func (o *GetServiceForbidden) Code() int
Code gets the status code for the get service forbidden response
func (*GetServiceForbidden) Error ¶
func (o *GetServiceForbidden) Error() string
func (*GetServiceForbidden) IsClientError ¶
func (o *GetServiceForbidden) IsClientError() bool
IsClientError returns true when this get service forbidden response has a 4xx status code
func (*GetServiceForbidden) IsCode ¶
func (o *GetServiceForbidden) IsCode(code int) bool
IsCode returns true when this get service forbidden response a status code equal to that given
func (*GetServiceForbidden) IsRedirect ¶
func (o *GetServiceForbidden) IsRedirect() bool
IsRedirect returns true when this get service forbidden response has a 3xx status code
func (*GetServiceForbidden) IsServerError ¶
func (o *GetServiceForbidden) IsServerError() bool
IsServerError returns true when this get service forbidden response has a 5xx status code
func (*GetServiceForbidden) IsSuccess ¶
func (o *GetServiceForbidden) IsSuccess() bool
IsSuccess returns true when this get service forbidden response has a 2xx status code
func (*GetServiceForbidden) String ¶
func (o *GetServiceForbidden) String() string
type GetServiceOK ¶
type GetServiceOK struct {
Payload *GetServiceOKBody
}
GetServiceOK describes a response with status code 200, with default header values.
An array of services.
func NewGetServiceOK ¶
func NewGetServiceOK() *GetServiceOK
NewGetServiceOK creates a GetServiceOK with default headers values
func (*GetServiceOK) Code ¶
func (o *GetServiceOK) Code() int
Code gets the status code for the get service o k response
func (*GetServiceOK) Error ¶
func (o *GetServiceOK) Error() string
func (*GetServiceOK) GetPayload ¶
func (o *GetServiceOK) GetPayload() *GetServiceOKBody
func (*GetServiceOK) IsClientError ¶
func (o *GetServiceOK) IsClientError() bool
IsClientError returns true when this get service o k response has a 4xx status code
func (*GetServiceOK) IsCode ¶
func (o *GetServiceOK) IsCode(code int) bool
IsCode returns true when this get service o k response a status code equal to that given
func (*GetServiceOK) IsRedirect ¶
func (o *GetServiceOK) IsRedirect() bool
IsRedirect returns true when this get service o k response has a 3xx status code
func (*GetServiceOK) IsServerError ¶
func (o *GetServiceOK) IsServerError() bool
IsServerError returns true when this get service o k response has a 5xx status code
func (*GetServiceOK) IsSuccess ¶
func (o *GetServiceOK) IsSuccess() bool
IsSuccess returns true when this get service o k response has a 2xx status code
func (*GetServiceOK) String ¶
func (o *GetServiceOK) String() string
type GetServiceOKBody ¶
type GetServiceOKBody struct { // items Items []*models.Service `json:"items"` // links Links []*models.Link `json:"links,omitempty"` }
GetServiceOKBody get service o k body swagger:model GetServiceOKBody
func (*GetServiceOKBody) ContextValidate ¶
ContextValidate validate this get service o k body based on the context it is used
func (*GetServiceOKBody) MarshalBinary ¶
func (o *GetServiceOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetServiceOKBody) UnmarshalBinary ¶
func (o *GetServiceOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetServiceParams ¶
type GetServiceParams struct { /* Limit. Sets the page size. */ Limit *int64 /* Marker. Pagination ID of the last item in the previous list. Format: uuid */ Marker *strfmt.UUID /* NotTags. Filter for resources not having tags, multiple not-tags are considered as logical AND. Should be provided in a comma separated list. */ NotTags []string /* NotTagsAny. Filter for resources not having tags, multiple tags are considered as logical OR. Should be provided in a comma separated list. */ NotTagsAny []string /* PageReverse. Sets the page direction. */ PageReverse *bool /* ProjectID. Filter for resources belonging or accessible by a specific project. */ ProjectID *string /* Sort. Comma-separated list of sort keys, optionally prefix with - to reverse sort order. */ Sort *string /* Tags. Filter for tags, multiple tags are considered as logical AND. Should be provided in a comma separated list. */ Tags []string /* TagsAny. Filter for tags, multiple tags are considered as logical OR. Should be provided in a comma separated list. */ TagsAny []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetServiceParams contains all the parameters to send to the API endpoint
for the get service operation. Typically these are written to a http.Request.
func NewGetServiceParams ¶
func NewGetServiceParams() *GetServiceParams
NewGetServiceParams creates a new GetServiceParams 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 NewGetServiceParamsWithContext ¶
func NewGetServiceParamsWithContext(ctx context.Context) *GetServiceParams
NewGetServiceParamsWithContext creates a new GetServiceParams object with the ability to set a context for a request.
func NewGetServiceParamsWithHTTPClient ¶
func NewGetServiceParamsWithHTTPClient(client *http.Client) *GetServiceParams
NewGetServiceParamsWithHTTPClient creates a new GetServiceParams object with the ability to set a custom HTTPClient for a request.
func NewGetServiceParamsWithTimeout ¶
func NewGetServiceParamsWithTimeout(timeout time.Duration) *GetServiceParams
NewGetServiceParamsWithTimeout creates a new GetServiceParams object with the ability to set a timeout on a request.
func (*GetServiceParams) SetContext ¶
func (o *GetServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the get service params
func (*GetServiceParams) SetDefaults ¶
func (o *GetServiceParams) SetDefaults()
SetDefaults hydrates default values in the get service params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceParams) SetHTTPClient ¶
func (o *GetServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get service params
func (*GetServiceParams) SetLimit ¶
func (o *GetServiceParams) SetLimit(limit *int64)
SetLimit adds the limit to the get service params
func (*GetServiceParams) SetMarker ¶
func (o *GetServiceParams) SetMarker(marker *strfmt.UUID)
SetMarker adds the marker to the get service params
func (*GetServiceParams) SetNotTags ¶
func (o *GetServiceParams) SetNotTags(notTags []string)
SetNotTags adds the notTags to the get service params
func (*GetServiceParams) SetNotTagsAny ¶
func (o *GetServiceParams) SetNotTagsAny(notTagsAny []string)
SetNotTagsAny adds the notTagsAny to the get service params
func (*GetServiceParams) SetPageReverse ¶
func (o *GetServiceParams) SetPageReverse(pageReverse *bool)
SetPageReverse adds the pageReverse to the get service params
func (*GetServiceParams) SetProjectID ¶
func (o *GetServiceParams) SetProjectID(projectID *string)
SetProjectID adds the projectId to the get service params
func (*GetServiceParams) SetSort ¶
func (o *GetServiceParams) SetSort(sort *string)
SetSort adds the sort to the get service params
func (*GetServiceParams) SetTags ¶
func (o *GetServiceParams) SetTags(tags []string)
SetTags adds the tags to the get service params
func (*GetServiceParams) SetTagsAny ¶
func (o *GetServiceParams) SetTagsAny(tagsAny []string)
SetTagsAny adds the tagsAny to the get service params
func (*GetServiceParams) SetTimeout ¶
func (o *GetServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get service params
func (*GetServiceParams) WithContext ¶
func (o *GetServiceParams) WithContext(ctx context.Context) *GetServiceParams
WithContext adds the context to the get service params
func (*GetServiceParams) WithDefaults ¶
func (o *GetServiceParams) WithDefaults() *GetServiceParams
WithDefaults hydrates default values in the get service params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceParams) WithHTTPClient ¶
func (o *GetServiceParams) WithHTTPClient(client *http.Client) *GetServiceParams
WithHTTPClient adds the HTTPClient to the get service params
func (*GetServiceParams) WithLimit ¶
func (o *GetServiceParams) WithLimit(limit *int64) *GetServiceParams
WithLimit adds the limit to the get service params
func (*GetServiceParams) WithMarker ¶
func (o *GetServiceParams) WithMarker(marker *strfmt.UUID) *GetServiceParams
WithMarker adds the marker to the get service params
func (*GetServiceParams) WithNotTags ¶
func (o *GetServiceParams) WithNotTags(notTags []string) *GetServiceParams
WithNotTags adds the notTags to the get service params
func (*GetServiceParams) WithNotTagsAny ¶
func (o *GetServiceParams) WithNotTagsAny(notTagsAny []string) *GetServiceParams
WithNotTagsAny adds the notTagsAny to the get service params
func (*GetServiceParams) WithPageReverse ¶
func (o *GetServiceParams) WithPageReverse(pageReverse *bool) *GetServiceParams
WithPageReverse adds the pageReverse to the get service params
func (*GetServiceParams) WithProjectID ¶
func (o *GetServiceParams) WithProjectID(projectID *string) *GetServiceParams
WithProjectID adds the projectID to the get service params
func (*GetServiceParams) WithSort ¶
func (o *GetServiceParams) WithSort(sort *string) *GetServiceParams
WithSort adds the sort to the get service params
func (*GetServiceParams) WithTags ¶
func (o *GetServiceParams) WithTags(tags []string) *GetServiceParams
WithTags adds the tags to the get service params
func (*GetServiceParams) WithTagsAny ¶
func (o *GetServiceParams) WithTagsAny(tagsAny []string) *GetServiceParams
WithTagsAny adds the tagsAny to the get service params
func (*GetServiceParams) WithTimeout ¶
func (o *GetServiceParams) WithTimeout(timeout time.Duration) *GetServiceParams
WithTimeout adds the timeout to the get service params
func (*GetServiceParams) WriteToRequest ¶
func (o *GetServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServiceReader ¶
type GetServiceReader struct {
// contains filtered or unexported fields
}
GetServiceReader is a Reader for the GetService structure.
func (*GetServiceReader) ReadResponse ¶
func (o *GetServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServiceServiceIDEndpointsBadRequest ¶
GetServiceServiceIDEndpointsBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetServiceServiceIDEndpointsBadRequest ¶
func NewGetServiceServiceIDEndpointsBadRequest() *GetServiceServiceIDEndpointsBadRequest
NewGetServiceServiceIDEndpointsBadRequest creates a GetServiceServiceIDEndpointsBadRequest with default headers values
func (*GetServiceServiceIDEndpointsBadRequest) Code ¶
func (o *GetServiceServiceIDEndpointsBadRequest) Code() int
Code gets the status code for the get service service Id endpoints bad request response
func (*GetServiceServiceIDEndpointsBadRequest) Error ¶
func (o *GetServiceServiceIDEndpointsBadRequest) Error() string
func (*GetServiceServiceIDEndpointsBadRequest) GetPayload ¶
func (o *GetServiceServiceIDEndpointsBadRequest) GetPayload() *models.Error
func (*GetServiceServiceIDEndpointsBadRequest) IsClientError ¶
func (o *GetServiceServiceIDEndpointsBadRequest) IsClientError() bool
IsClientError returns true when this get service service Id endpoints bad request response has a 4xx status code
func (*GetServiceServiceIDEndpointsBadRequest) IsCode ¶
func (o *GetServiceServiceIDEndpointsBadRequest) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints bad request response a status code equal to that given
func (*GetServiceServiceIDEndpointsBadRequest) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsBadRequest) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints bad request response has a 3xx status code
func (*GetServiceServiceIDEndpointsBadRequest) IsServerError ¶
func (o *GetServiceServiceIDEndpointsBadRequest) IsServerError() bool
IsServerError returns true when this get service service Id endpoints bad request response has a 5xx status code
func (*GetServiceServiceIDEndpointsBadRequest) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsBadRequest) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints bad request response has a 2xx status code
func (*GetServiceServiceIDEndpointsBadRequest) String ¶
func (o *GetServiceServiceIDEndpointsBadRequest) String() string
type GetServiceServiceIDEndpointsForbidden ¶
type GetServiceServiceIDEndpointsForbidden struct { }
GetServiceServiceIDEndpointsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetServiceServiceIDEndpointsForbidden ¶
func NewGetServiceServiceIDEndpointsForbidden() *GetServiceServiceIDEndpointsForbidden
NewGetServiceServiceIDEndpointsForbidden creates a GetServiceServiceIDEndpointsForbidden with default headers values
func (*GetServiceServiceIDEndpointsForbidden) Code ¶
func (o *GetServiceServiceIDEndpointsForbidden) Code() int
Code gets the status code for the get service service Id endpoints forbidden response
func (*GetServiceServiceIDEndpointsForbidden) Error ¶
func (o *GetServiceServiceIDEndpointsForbidden) Error() string
func (*GetServiceServiceIDEndpointsForbidden) IsClientError ¶
func (o *GetServiceServiceIDEndpointsForbidden) IsClientError() bool
IsClientError returns true when this get service service Id endpoints forbidden response has a 4xx status code
func (*GetServiceServiceIDEndpointsForbidden) IsCode ¶
func (o *GetServiceServiceIDEndpointsForbidden) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints forbidden response a status code equal to that given
func (*GetServiceServiceIDEndpointsForbidden) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsForbidden) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints forbidden response has a 3xx status code
func (*GetServiceServiceIDEndpointsForbidden) IsServerError ¶
func (o *GetServiceServiceIDEndpointsForbidden) IsServerError() bool
IsServerError returns true when this get service service Id endpoints forbidden response has a 5xx status code
func (*GetServiceServiceIDEndpointsForbidden) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsForbidden) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints forbidden response has a 2xx status code
func (*GetServiceServiceIDEndpointsForbidden) String ¶
func (o *GetServiceServiceIDEndpointsForbidden) String() string
type GetServiceServiceIDEndpointsNotFound ¶
GetServiceServiceIDEndpointsNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetServiceServiceIDEndpointsNotFound ¶
func NewGetServiceServiceIDEndpointsNotFound() *GetServiceServiceIDEndpointsNotFound
NewGetServiceServiceIDEndpointsNotFound creates a GetServiceServiceIDEndpointsNotFound with default headers values
func (*GetServiceServiceIDEndpointsNotFound) Code ¶
func (o *GetServiceServiceIDEndpointsNotFound) Code() int
Code gets the status code for the get service service Id endpoints not found response
func (*GetServiceServiceIDEndpointsNotFound) Error ¶
func (o *GetServiceServiceIDEndpointsNotFound) Error() string
func (*GetServiceServiceIDEndpointsNotFound) GetPayload ¶
func (o *GetServiceServiceIDEndpointsNotFound) GetPayload() *models.Error
func (*GetServiceServiceIDEndpointsNotFound) IsClientError ¶
func (o *GetServiceServiceIDEndpointsNotFound) IsClientError() bool
IsClientError returns true when this get service service Id endpoints not found response has a 4xx status code
func (*GetServiceServiceIDEndpointsNotFound) IsCode ¶
func (o *GetServiceServiceIDEndpointsNotFound) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints not found response a status code equal to that given
func (*GetServiceServiceIDEndpointsNotFound) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsNotFound) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints not found response has a 3xx status code
func (*GetServiceServiceIDEndpointsNotFound) IsServerError ¶
func (o *GetServiceServiceIDEndpointsNotFound) IsServerError() bool
IsServerError returns true when this get service service Id endpoints not found response has a 5xx status code
func (*GetServiceServiceIDEndpointsNotFound) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsNotFound) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints not found response has a 2xx status code
func (*GetServiceServiceIDEndpointsNotFound) String ¶
func (o *GetServiceServiceIDEndpointsNotFound) String() string
type GetServiceServiceIDEndpointsOK ¶
type GetServiceServiceIDEndpointsOK struct {
Payload *GetServiceServiceIDEndpointsOKBody
}
GetServiceServiceIDEndpointsOK describes a response with status code 200, with default header values.
An array of service endpoint consumers.
func NewGetServiceServiceIDEndpointsOK ¶
func NewGetServiceServiceIDEndpointsOK() *GetServiceServiceIDEndpointsOK
NewGetServiceServiceIDEndpointsOK creates a GetServiceServiceIDEndpointsOK with default headers values
func (*GetServiceServiceIDEndpointsOK) Code ¶
func (o *GetServiceServiceIDEndpointsOK) Code() int
Code gets the status code for the get service service Id endpoints o k response
func (*GetServiceServiceIDEndpointsOK) Error ¶
func (o *GetServiceServiceIDEndpointsOK) Error() string
func (*GetServiceServiceIDEndpointsOK) GetPayload ¶
func (o *GetServiceServiceIDEndpointsOK) GetPayload() *GetServiceServiceIDEndpointsOKBody
func (*GetServiceServiceIDEndpointsOK) IsClientError ¶
func (o *GetServiceServiceIDEndpointsOK) IsClientError() bool
IsClientError returns true when this get service service Id endpoints o k response has a 4xx status code
func (*GetServiceServiceIDEndpointsOK) IsCode ¶
func (o *GetServiceServiceIDEndpointsOK) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints o k response a status code equal to that given
func (*GetServiceServiceIDEndpointsOK) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsOK) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints o k response has a 3xx status code
func (*GetServiceServiceIDEndpointsOK) IsServerError ¶
func (o *GetServiceServiceIDEndpointsOK) IsServerError() bool
IsServerError returns true when this get service service Id endpoints o k response has a 5xx status code
func (*GetServiceServiceIDEndpointsOK) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsOK) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints o k response has a 2xx status code
func (*GetServiceServiceIDEndpointsOK) String ¶
func (o *GetServiceServiceIDEndpointsOK) String() string
type GetServiceServiceIDEndpointsOKBody ¶
type GetServiceServiceIDEndpointsOKBody struct { // items Items []*models.EndpointConsumer `json:"items"` // links Links []*models.Link `json:"links,omitempty"` }
GetServiceServiceIDEndpointsOKBody get service service ID endpoints o k body swagger:model GetServiceServiceIDEndpointsOKBody
func (*GetServiceServiceIDEndpointsOKBody) ContextValidate ¶
func (o *GetServiceServiceIDEndpointsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get service service ID endpoints o k body based on the context it is used
func (*GetServiceServiceIDEndpointsOKBody) MarshalBinary ¶
func (o *GetServiceServiceIDEndpointsOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetServiceServiceIDEndpointsOKBody) UnmarshalBinary ¶
func (o *GetServiceServiceIDEndpointsOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetServiceServiceIDEndpointsParams ¶
type GetServiceServiceIDEndpointsParams struct { /* Limit. Sets the page size. */ Limit *int64 /* Marker. Pagination ID of the last item in the previous list. Format: uuid */ Marker *strfmt.UUID /* PageReverse. Sets the page direction. */ PageReverse *bool /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID /* Sort. Comma-separated list of sort keys, optionally prefix with - to reverse sort order. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetServiceServiceIDEndpointsParams contains all the parameters to send to the API endpoint
for the get service service ID endpoints operation. Typically these are written to a http.Request.
func NewGetServiceServiceIDEndpointsParams ¶
func NewGetServiceServiceIDEndpointsParams() *GetServiceServiceIDEndpointsParams
NewGetServiceServiceIDEndpointsParams creates a new GetServiceServiceIDEndpointsParams 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 NewGetServiceServiceIDEndpointsParamsWithContext ¶
func NewGetServiceServiceIDEndpointsParamsWithContext(ctx context.Context) *GetServiceServiceIDEndpointsParams
NewGetServiceServiceIDEndpointsParamsWithContext creates a new GetServiceServiceIDEndpointsParams object with the ability to set a context for a request.
func NewGetServiceServiceIDEndpointsParamsWithHTTPClient ¶
func NewGetServiceServiceIDEndpointsParamsWithHTTPClient(client *http.Client) *GetServiceServiceIDEndpointsParams
NewGetServiceServiceIDEndpointsParamsWithHTTPClient creates a new GetServiceServiceIDEndpointsParams object with the ability to set a custom HTTPClient for a request.
func NewGetServiceServiceIDEndpointsParamsWithTimeout ¶
func NewGetServiceServiceIDEndpointsParamsWithTimeout(timeout time.Duration) *GetServiceServiceIDEndpointsParams
NewGetServiceServiceIDEndpointsParamsWithTimeout creates a new GetServiceServiceIDEndpointsParams object with the ability to set a timeout on a request.
func (*GetServiceServiceIDEndpointsParams) SetContext ¶
func (o *GetServiceServiceIDEndpointsParams) SetContext(ctx context.Context)
SetContext adds the context to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetDefaults ¶
func (o *GetServiceServiceIDEndpointsParams) SetDefaults()
SetDefaults hydrates default values in the get service service ID endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceServiceIDEndpointsParams) SetHTTPClient ¶
func (o *GetServiceServiceIDEndpointsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetLimit ¶
func (o *GetServiceServiceIDEndpointsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetMarker ¶
func (o *GetServiceServiceIDEndpointsParams) SetMarker(marker *strfmt.UUID)
SetMarker adds the marker to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetPageReverse ¶
func (o *GetServiceServiceIDEndpointsParams) SetPageReverse(pageReverse *bool)
SetPageReverse adds the pageReverse to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetServiceID ¶
func (o *GetServiceServiceIDEndpointsParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetSort ¶
func (o *GetServiceServiceIDEndpointsParams) SetSort(sort *string)
SetSort adds the sort to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) SetTimeout ¶
func (o *GetServiceServiceIDEndpointsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithContext ¶
func (o *GetServiceServiceIDEndpointsParams) WithContext(ctx context.Context) *GetServiceServiceIDEndpointsParams
WithContext adds the context to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithDefaults ¶
func (o *GetServiceServiceIDEndpointsParams) WithDefaults() *GetServiceServiceIDEndpointsParams
WithDefaults hydrates default values in the get service service ID endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceServiceIDEndpointsParams) WithHTTPClient ¶
func (o *GetServiceServiceIDEndpointsParams) WithHTTPClient(client *http.Client) *GetServiceServiceIDEndpointsParams
WithHTTPClient adds the HTTPClient to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithLimit ¶
func (o *GetServiceServiceIDEndpointsParams) WithLimit(limit *int64) *GetServiceServiceIDEndpointsParams
WithLimit adds the limit to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithMarker ¶
func (o *GetServiceServiceIDEndpointsParams) WithMarker(marker *strfmt.UUID) *GetServiceServiceIDEndpointsParams
WithMarker adds the marker to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithPageReverse ¶
func (o *GetServiceServiceIDEndpointsParams) WithPageReverse(pageReverse *bool) *GetServiceServiceIDEndpointsParams
WithPageReverse adds the pageReverse to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithServiceID ¶
func (o *GetServiceServiceIDEndpointsParams) WithServiceID(serviceID strfmt.UUID) *GetServiceServiceIDEndpointsParams
WithServiceID adds the serviceID to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithSort ¶
func (o *GetServiceServiceIDEndpointsParams) WithSort(sort *string) *GetServiceServiceIDEndpointsParams
WithSort adds the sort to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WithTimeout ¶
func (o *GetServiceServiceIDEndpointsParams) WithTimeout(timeout time.Duration) *GetServiceServiceIDEndpointsParams
WithTimeout adds the timeout to the get service service ID endpoints params
func (*GetServiceServiceIDEndpointsParams) WriteToRequest ¶
func (o *GetServiceServiceIDEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServiceServiceIDEndpointsReader ¶
type GetServiceServiceIDEndpointsReader struct {
// contains filtered or unexported fields
}
GetServiceServiceIDEndpointsReader is a Reader for the GetServiceServiceIDEndpoints structure.
func (*GetServiceServiceIDEndpointsReader) ReadResponse ¶
func (o *GetServiceServiceIDEndpointsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServiceServiceIDEndpointsUnauthorized ¶
type GetServiceServiceIDEndpointsUnauthorized struct {
}GetServiceServiceIDEndpointsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetServiceServiceIDEndpointsUnauthorized ¶
func NewGetServiceServiceIDEndpointsUnauthorized() *GetServiceServiceIDEndpointsUnauthorized
NewGetServiceServiceIDEndpointsUnauthorized creates a GetServiceServiceIDEndpointsUnauthorized with default headers values
func (*GetServiceServiceIDEndpointsUnauthorized) Code ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) Code() int
Code gets the status code for the get service service Id endpoints unauthorized response
func (*GetServiceServiceIDEndpointsUnauthorized) Error ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) Error() string
func (*GetServiceServiceIDEndpointsUnauthorized) GetPayload ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) GetPayload() *models.Error
func (*GetServiceServiceIDEndpointsUnauthorized) IsClientError ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) IsClientError() bool
IsClientError returns true when this get service service Id endpoints unauthorized response has a 4xx status code
func (*GetServiceServiceIDEndpointsUnauthorized) IsCode ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints unauthorized response a status code equal to that given
func (*GetServiceServiceIDEndpointsUnauthorized) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints unauthorized response has a 3xx status code
func (*GetServiceServiceIDEndpointsUnauthorized) IsServerError ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) IsServerError() bool
IsServerError returns true when this get service service Id endpoints unauthorized response has a 5xx status code
func (*GetServiceServiceIDEndpointsUnauthorized) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints unauthorized response has a 2xx status code
func (*GetServiceServiceIDEndpointsUnauthorized) String ¶
func (o *GetServiceServiceIDEndpointsUnauthorized) String() string
type GetServiceServiceIDEndpointsUnprocessableEntity ¶
GetServiceServiceIDEndpointsUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewGetServiceServiceIDEndpointsUnprocessableEntity ¶
func NewGetServiceServiceIDEndpointsUnprocessableEntity() *GetServiceServiceIDEndpointsUnprocessableEntity
NewGetServiceServiceIDEndpointsUnprocessableEntity creates a GetServiceServiceIDEndpointsUnprocessableEntity with default headers values
func (*GetServiceServiceIDEndpointsUnprocessableEntity) Code ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) Code() int
Code gets the status code for the get service service Id endpoints unprocessable entity response
func (*GetServiceServiceIDEndpointsUnprocessableEntity) Error ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) Error() string
func (*GetServiceServiceIDEndpointsUnprocessableEntity) GetPayload ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) GetPayload() *models.Error
func (*GetServiceServiceIDEndpointsUnprocessableEntity) IsClientError ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get service service Id endpoints unprocessable entity response has a 4xx status code
func (*GetServiceServiceIDEndpointsUnprocessableEntity) IsCode ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get service service Id endpoints unprocessable entity response a status code equal to that given
func (*GetServiceServiceIDEndpointsUnprocessableEntity) IsRedirect ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get service service Id endpoints unprocessable entity response has a 3xx status code
func (*GetServiceServiceIDEndpointsUnprocessableEntity) IsServerError ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get service service Id endpoints unprocessable entity response has a 5xx status code
func (*GetServiceServiceIDEndpointsUnprocessableEntity) IsSuccess ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get service service Id endpoints unprocessable entity response has a 2xx status code
func (*GetServiceServiceIDEndpointsUnprocessableEntity) String ¶
func (o *GetServiceServiceIDEndpointsUnprocessableEntity) String() string
type GetServiceServiceIDForbidden ¶
type GetServiceServiceIDForbidden struct { }
GetServiceServiceIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetServiceServiceIDForbidden ¶
func NewGetServiceServiceIDForbidden() *GetServiceServiceIDForbidden
NewGetServiceServiceIDForbidden creates a GetServiceServiceIDForbidden with default headers values
func (*GetServiceServiceIDForbidden) Code ¶
func (o *GetServiceServiceIDForbidden) Code() int
Code gets the status code for the get service service Id forbidden response
func (*GetServiceServiceIDForbidden) Error ¶
func (o *GetServiceServiceIDForbidden) Error() string
func (*GetServiceServiceIDForbidden) IsClientError ¶
func (o *GetServiceServiceIDForbidden) IsClientError() bool
IsClientError returns true when this get service service Id forbidden response has a 4xx status code
func (*GetServiceServiceIDForbidden) IsCode ¶
func (o *GetServiceServiceIDForbidden) IsCode(code int) bool
IsCode returns true when this get service service Id forbidden response a status code equal to that given
func (*GetServiceServiceIDForbidden) IsRedirect ¶
func (o *GetServiceServiceIDForbidden) IsRedirect() bool
IsRedirect returns true when this get service service Id forbidden response has a 3xx status code
func (*GetServiceServiceIDForbidden) IsServerError ¶
func (o *GetServiceServiceIDForbidden) IsServerError() bool
IsServerError returns true when this get service service Id forbidden response has a 5xx status code
func (*GetServiceServiceIDForbidden) IsSuccess ¶
func (o *GetServiceServiceIDForbidden) IsSuccess() bool
IsSuccess returns true when this get service service Id forbidden response has a 2xx status code
func (*GetServiceServiceIDForbidden) String ¶
func (o *GetServiceServiceIDForbidden) String() string
type GetServiceServiceIDNotFound ¶
GetServiceServiceIDNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetServiceServiceIDNotFound ¶
func NewGetServiceServiceIDNotFound() *GetServiceServiceIDNotFound
NewGetServiceServiceIDNotFound creates a GetServiceServiceIDNotFound with default headers values
func (*GetServiceServiceIDNotFound) Code ¶
func (o *GetServiceServiceIDNotFound) Code() int
Code gets the status code for the get service service Id not found response
func (*GetServiceServiceIDNotFound) Error ¶
func (o *GetServiceServiceIDNotFound) Error() string
func (*GetServiceServiceIDNotFound) GetPayload ¶
func (o *GetServiceServiceIDNotFound) GetPayload() *models.Error
func (*GetServiceServiceIDNotFound) IsClientError ¶
func (o *GetServiceServiceIDNotFound) IsClientError() bool
IsClientError returns true when this get service service Id not found response has a 4xx status code
func (*GetServiceServiceIDNotFound) IsCode ¶
func (o *GetServiceServiceIDNotFound) IsCode(code int) bool
IsCode returns true when this get service service Id not found response a status code equal to that given
func (*GetServiceServiceIDNotFound) IsRedirect ¶
func (o *GetServiceServiceIDNotFound) IsRedirect() bool
IsRedirect returns true when this get service service Id not found response has a 3xx status code
func (*GetServiceServiceIDNotFound) IsServerError ¶
func (o *GetServiceServiceIDNotFound) IsServerError() bool
IsServerError returns true when this get service service Id not found response has a 5xx status code
func (*GetServiceServiceIDNotFound) IsSuccess ¶
func (o *GetServiceServiceIDNotFound) IsSuccess() bool
IsSuccess returns true when this get service service Id not found response has a 2xx status code
func (*GetServiceServiceIDNotFound) String ¶
func (o *GetServiceServiceIDNotFound) String() string
type GetServiceServiceIDOK ¶
GetServiceServiceIDOK describes a response with status code 200, with default header values.
Service
func NewGetServiceServiceIDOK ¶
func NewGetServiceServiceIDOK() *GetServiceServiceIDOK
NewGetServiceServiceIDOK creates a GetServiceServiceIDOK with default headers values
func (*GetServiceServiceIDOK) Code ¶
func (o *GetServiceServiceIDOK) Code() int
Code gets the status code for the get service service Id o k response
func (*GetServiceServiceIDOK) Error ¶
func (o *GetServiceServiceIDOK) Error() string
func (*GetServiceServiceIDOK) GetPayload ¶
func (o *GetServiceServiceIDOK) GetPayload() *models.Service
func (*GetServiceServiceIDOK) IsClientError ¶
func (o *GetServiceServiceIDOK) IsClientError() bool
IsClientError returns true when this get service service Id o k response has a 4xx status code
func (*GetServiceServiceIDOK) IsCode ¶
func (o *GetServiceServiceIDOK) IsCode(code int) bool
IsCode returns true when this get service service Id o k response a status code equal to that given
func (*GetServiceServiceIDOK) IsRedirect ¶
func (o *GetServiceServiceIDOK) IsRedirect() bool
IsRedirect returns true when this get service service Id o k response has a 3xx status code
func (*GetServiceServiceIDOK) IsServerError ¶
func (o *GetServiceServiceIDOK) IsServerError() bool
IsServerError returns true when this get service service Id o k response has a 5xx status code
func (*GetServiceServiceIDOK) IsSuccess ¶
func (o *GetServiceServiceIDOK) IsSuccess() bool
IsSuccess returns true when this get service service Id o k response has a 2xx status code
func (*GetServiceServiceIDOK) String ¶
func (o *GetServiceServiceIDOK) String() string
type GetServiceServiceIDParams ¶
type GetServiceServiceIDParams struct { /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetServiceServiceIDParams contains all the parameters to send to the API endpoint
for the get service service ID operation. Typically these are written to a http.Request.
func NewGetServiceServiceIDParams ¶
func NewGetServiceServiceIDParams() *GetServiceServiceIDParams
NewGetServiceServiceIDParams creates a new GetServiceServiceIDParams 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 NewGetServiceServiceIDParamsWithContext ¶
func NewGetServiceServiceIDParamsWithContext(ctx context.Context) *GetServiceServiceIDParams
NewGetServiceServiceIDParamsWithContext creates a new GetServiceServiceIDParams object with the ability to set a context for a request.
func NewGetServiceServiceIDParamsWithHTTPClient ¶
func NewGetServiceServiceIDParamsWithHTTPClient(client *http.Client) *GetServiceServiceIDParams
NewGetServiceServiceIDParamsWithHTTPClient creates a new GetServiceServiceIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetServiceServiceIDParamsWithTimeout ¶
func NewGetServiceServiceIDParamsWithTimeout(timeout time.Duration) *GetServiceServiceIDParams
NewGetServiceServiceIDParamsWithTimeout creates a new GetServiceServiceIDParams object with the ability to set a timeout on a request.
func (*GetServiceServiceIDParams) SetContext ¶
func (o *GetServiceServiceIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get service service ID params
func (*GetServiceServiceIDParams) SetDefaults ¶
func (o *GetServiceServiceIDParams) SetDefaults()
SetDefaults hydrates default values in the get service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceServiceIDParams) SetHTTPClient ¶
func (o *GetServiceServiceIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get service service ID params
func (*GetServiceServiceIDParams) SetServiceID ¶
func (o *GetServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the get service service ID params
func (*GetServiceServiceIDParams) SetTimeout ¶
func (o *GetServiceServiceIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get service service ID params
func (*GetServiceServiceIDParams) WithContext ¶
func (o *GetServiceServiceIDParams) WithContext(ctx context.Context) *GetServiceServiceIDParams
WithContext adds the context to the get service service ID params
func (*GetServiceServiceIDParams) WithDefaults ¶
func (o *GetServiceServiceIDParams) WithDefaults() *GetServiceServiceIDParams
WithDefaults hydrates default values in the get service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*GetServiceServiceIDParams) WithHTTPClient ¶
func (o *GetServiceServiceIDParams) WithHTTPClient(client *http.Client) *GetServiceServiceIDParams
WithHTTPClient adds the HTTPClient to the get service service ID params
func (*GetServiceServiceIDParams) WithServiceID ¶
func (o *GetServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *GetServiceServiceIDParams
WithServiceID adds the serviceID to the get service service ID params
func (*GetServiceServiceIDParams) WithTimeout ¶
func (o *GetServiceServiceIDParams) WithTimeout(timeout time.Duration) *GetServiceServiceIDParams
WithTimeout adds the timeout to the get service service ID params
func (*GetServiceServiceIDParams) WriteToRequest ¶
func (o *GetServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServiceServiceIDReader ¶
type GetServiceServiceIDReader struct {
// contains filtered or unexported fields
}
GetServiceServiceIDReader is a Reader for the GetServiceServiceID structure.
func (*GetServiceServiceIDReader) ReadResponse ¶
func (o *GetServiceServiceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServiceServiceIDUnauthorized ¶
type GetServiceServiceIDUnauthorized struct {
}GetServiceServiceIDUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetServiceServiceIDUnauthorized ¶
func NewGetServiceServiceIDUnauthorized() *GetServiceServiceIDUnauthorized
NewGetServiceServiceIDUnauthorized creates a GetServiceServiceIDUnauthorized with default headers values
func (*GetServiceServiceIDUnauthorized) Code ¶
func (o *GetServiceServiceIDUnauthorized) Code() int
Code gets the status code for the get service service Id unauthorized response
func (*GetServiceServiceIDUnauthorized) Error ¶
func (o *GetServiceServiceIDUnauthorized) Error() string
func (*GetServiceServiceIDUnauthorized) GetPayload ¶
func (o *GetServiceServiceIDUnauthorized) GetPayload() *models.Error
func (*GetServiceServiceIDUnauthorized) IsClientError ¶
func (o *GetServiceServiceIDUnauthorized) IsClientError() bool
IsClientError returns true when this get service service Id unauthorized response has a 4xx status code
func (*GetServiceServiceIDUnauthorized) IsCode ¶
func (o *GetServiceServiceIDUnauthorized) IsCode(code int) bool
IsCode returns true when this get service service Id unauthorized response a status code equal to that given
func (*GetServiceServiceIDUnauthorized) IsRedirect ¶
func (o *GetServiceServiceIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this get service service Id unauthorized response has a 3xx status code
func (*GetServiceServiceIDUnauthorized) IsServerError ¶
func (o *GetServiceServiceIDUnauthorized) IsServerError() bool
IsServerError returns true when this get service service Id unauthorized response has a 5xx status code
func (*GetServiceServiceIDUnauthorized) IsSuccess ¶
func (o *GetServiceServiceIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this get service service Id unauthorized response has a 2xx status code
func (*GetServiceServiceIDUnauthorized) String ¶
func (o *GetServiceServiceIDUnauthorized) String() string
type GetServiceServiceIDUnprocessableEntity ¶
GetServiceServiceIDUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewGetServiceServiceIDUnprocessableEntity ¶
func NewGetServiceServiceIDUnprocessableEntity() *GetServiceServiceIDUnprocessableEntity
NewGetServiceServiceIDUnprocessableEntity creates a GetServiceServiceIDUnprocessableEntity with default headers values
func (*GetServiceServiceIDUnprocessableEntity) Code ¶
func (o *GetServiceServiceIDUnprocessableEntity) Code() int
Code gets the status code for the get service service Id unprocessable entity response
func (*GetServiceServiceIDUnprocessableEntity) Error ¶
func (o *GetServiceServiceIDUnprocessableEntity) Error() string
func (*GetServiceServiceIDUnprocessableEntity) GetPayload ¶
func (o *GetServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
func (*GetServiceServiceIDUnprocessableEntity) IsClientError ¶
func (o *GetServiceServiceIDUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get service service Id unprocessable entity response has a 4xx status code
func (*GetServiceServiceIDUnprocessableEntity) IsCode ¶
func (o *GetServiceServiceIDUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get service service Id unprocessable entity response a status code equal to that given
func (*GetServiceServiceIDUnprocessableEntity) IsRedirect ¶
func (o *GetServiceServiceIDUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get service service Id unprocessable entity response has a 3xx status code
func (*GetServiceServiceIDUnprocessableEntity) IsServerError ¶
func (o *GetServiceServiceIDUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get service service Id unprocessable entity response has a 5xx status code
func (*GetServiceServiceIDUnprocessableEntity) IsSuccess ¶
func (o *GetServiceServiceIDUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get service service Id unprocessable entity response has a 2xx status code
func (*GetServiceServiceIDUnprocessableEntity) String ¶
func (o *GetServiceServiceIDUnprocessableEntity) String() string
type GetServiceUnauthorized ¶
type GetServiceUnauthorized struct {
}GetServiceUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetServiceUnauthorized ¶
func NewGetServiceUnauthorized() *GetServiceUnauthorized
NewGetServiceUnauthorized creates a GetServiceUnauthorized with default headers values
func (*GetServiceUnauthorized) Code ¶
func (o *GetServiceUnauthorized) Code() int
Code gets the status code for the get service unauthorized response
func (*GetServiceUnauthorized) Error ¶
func (o *GetServiceUnauthorized) Error() string
func (*GetServiceUnauthorized) GetPayload ¶
func (o *GetServiceUnauthorized) GetPayload() *models.Error
func (*GetServiceUnauthorized) IsClientError ¶
func (o *GetServiceUnauthorized) IsClientError() bool
IsClientError returns true when this get service unauthorized response has a 4xx status code
func (*GetServiceUnauthorized) IsCode ¶
func (o *GetServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this get service unauthorized response a status code equal to that given
func (*GetServiceUnauthorized) IsRedirect ¶
func (o *GetServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this get service unauthorized response has a 3xx status code
func (*GetServiceUnauthorized) IsServerError ¶
func (o *GetServiceUnauthorized) IsServerError() bool
IsServerError returns true when this get service unauthorized response has a 5xx status code
func (*GetServiceUnauthorized) IsSuccess ¶
func (o *GetServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this get service unauthorized response has a 2xx status code
func (*GetServiceUnauthorized) String ¶
func (o *GetServiceUnauthorized) String() string
type GetServiceUnprocessableEntity ¶
GetServiceUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewGetServiceUnprocessableEntity ¶
func NewGetServiceUnprocessableEntity() *GetServiceUnprocessableEntity
NewGetServiceUnprocessableEntity creates a GetServiceUnprocessableEntity with default headers values
func (*GetServiceUnprocessableEntity) Code ¶
func (o *GetServiceUnprocessableEntity) Code() int
Code gets the status code for the get service unprocessable entity response
func (*GetServiceUnprocessableEntity) Error ¶
func (o *GetServiceUnprocessableEntity) Error() string
func (*GetServiceUnprocessableEntity) GetPayload ¶
func (o *GetServiceUnprocessableEntity) GetPayload() *models.Error
func (*GetServiceUnprocessableEntity) IsClientError ¶
func (o *GetServiceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get service unprocessable entity response has a 4xx status code
func (*GetServiceUnprocessableEntity) IsCode ¶
func (o *GetServiceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get service unprocessable entity response a status code equal to that given
func (*GetServiceUnprocessableEntity) IsRedirect ¶
func (o *GetServiceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get service unprocessable entity response has a 3xx status code
func (*GetServiceUnprocessableEntity) IsServerError ¶
func (o *GetServiceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get service unprocessable entity response has a 5xx status code
func (*GetServiceUnprocessableEntity) IsSuccess ¶
func (o *GetServiceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get service unprocessable entity response has a 2xx status code
func (*GetServiceUnprocessableEntity) String ¶
func (o *GetServiceUnprocessableEntity) String() string
type PostServiceConflict ¶
PostServiceConflict describes a response with status code 409, with default header values.
Duplicate entry
func NewPostServiceConflict ¶
func NewPostServiceConflict() *PostServiceConflict
NewPostServiceConflict creates a PostServiceConflict with default headers values
func (*PostServiceConflict) Code ¶
func (o *PostServiceConflict) Code() int
Code gets the status code for the post service conflict response
func (*PostServiceConflict) Error ¶
func (o *PostServiceConflict) Error() string
func (*PostServiceConflict) GetPayload ¶
func (o *PostServiceConflict) GetPayload() *models.Error
func (*PostServiceConflict) IsClientError ¶
func (o *PostServiceConflict) IsClientError() bool
IsClientError returns true when this post service conflict response has a 4xx status code
func (*PostServiceConflict) IsCode ¶
func (o *PostServiceConflict) IsCode(code int) bool
IsCode returns true when this post service conflict response a status code equal to that given
func (*PostServiceConflict) IsRedirect ¶
func (o *PostServiceConflict) IsRedirect() bool
IsRedirect returns true when this post service conflict response has a 3xx status code
func (*PostServiceConflict) IsServerError ¶
func (o *PostServiceConflict) IsServerError() bool
IsServerError returns true when this post service conflict response has a 5xx status code
func (*PostServiceConflict) IsSuccess ¶
func (o *PostServiceConflict) IsSuccess() bool
IsSuccess returns true when this post service conflict response has a 2xx status code
func (*PostServiceConflict) String ¶
func (o *PostServiceConflict) String() string
type PostServiceCreated ¶
type PostServiceCreated struct { /* The UUID of the created resource Format: uuid */ XTargetID strfmt.UUID Payload *models.Service }
PostServiceCreated describes a response with status code 201, with default header values.
Service
func NewPostServiceCreated ¶
func NewPostServiceCreated() *PostServiceCreated
NewPostServiceCreated creates a PostServiceCreated with default headers values
func (*PostServiceCreated) Code ¶
func (o *PostServiceCreated) Code() int
Code gets the status code for the post service created response
func (*PostServiceCreated) Error ¶
func (o *PostServiceCreated) Error() string
func (*PostServiceCreated) GetPayload ¶
func (o *PostServiceCreated) GetPayload() *models.Service
func (*PostServiceCreated) IsClientError ¶
func (o *PostServiceCreated) IsClientError() bool
IsClientError returns true when this post service created response has a 4xx status code
func (*PostServiceCreated) IsCode ¶
func (o *PostServiceCreated) IsCode(code int) bool
IsCode returns true when this post service created response a status code equal to that given
func (*PostServiceCreated) IsRedirect ¶
func (o *PostServiceCreated) IsRedirect() bool
IsRedirect returns true when this post service created response has a 3xx status code
func (*PostServiceCreated) IsServerError ¶
func (o *PostServiceCreated) IsServerError() bool
IsServerError returns true when this post service created response has a 5xx status code
func (*PostServiceCreated) IsSuccess ¶
func (o *PostServiceCreated) IsSuccess() bool
IsSuccess returns true when this post service created response has a 2xx status code
func (*PostServiceCreated) String ¶
func (o *PostServiceCreated) String() string
type PostServiceForbidden ¶
PostServiceForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPostServiceForbidden ¶
func NewPostServiceForbidden() *PostServiceForbidden
NewPostServiceForbidden creates a PostServiceForbidden with default headers values
func (*PostServiceForbidden) Code ¶
func (o *PostServiceForbidden) Code() int
Code gets the status code for the post service forbidden response
func (*PostServiceForbidden) Error ¶
func (o *PostServiceForbidden) Error() string
func (*PostServiceForbidden) GetPayload ¶
func (o *PostServiceForbidden) GetPayload() *models.Error
func (*PostServiceForbidden) IsClientError ¶
func (o *PostServiceForbidden) IsClientError() bool
IsClientError returns true when this post service forbidden response has a 4xx status code
func (*PostServiceForbidden) IsCode ¶
func (o *PostServiceForbidden) IsCode(code int) bool
IsCode returns true when this post service forbidden response a status code equal to that given
func (*PostServiceForbidden) IsRedirect ¶
func (o *PostServiceForbidden) IsRedirect() bool
IsRedirect returns true when this post service forbidden response has a 3xx status code
func (*PostServiceForbidden) IsServerError ¶
func (o *PostServiceForbidden) IsServerError() bool
IsServerError returns true when this post service forbidden response has a 5xx status code
func (*PostServiceForbidden) IsSuccess ¶
func (o *PostServiceForbidden) IsSuccess() bool
IsSuccess returns true when this post service forbidden response has a 2xx status code
func (*PostServiceForbidden) String ¶
func (o *PostServiceForbidden) String() string
type PostServiceParams ¶
type PostServiceParams struct { /* Body. Service object that needs to be added to the catalog */ Body *models.Service Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostServiceParams contains all the parameters to send to the API endpoint
for the post service operation. Typically these are written to a http.Request.
func NewPostServiceParams ¶
func NewPostServiceParams() *PostServiceParams
NewPostServiceParams creates a new PostServiceParams 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 NewPostServiceParamsWithContext ¶
func NewPostServiceParamsWithContext(ctx context.Context) *PostServiceParams
NewPostServiceParamsWithContext creates a new PostServiceParams object with the ability to set a context for a request.
func NewPostServiceParamsWithHTTPClient ¶
func NewPostServiceParamsWithHTTPClient(client *http.Client) *PostServiceParams
NewPostServiceParamsWithHTTPClient creates a new PostServiceParams object with the ability to set a custom HTTPClient for a request.
func NewPostServiceParamsWithTimeout ¶
func NewPostServiceParamsWithTimeout(timeout time.Duration) *PostServiceParams
NewPostServiceParamsWithTimeout creates a new PostServiceParams object with the ability to set a timeout on a request.
func (*PostServiceParams) SetBody ¶
func (o *PostServiceParams) SetBody(body *models.Service)
SetBody adds the body to the post service params
func (*PostServiceParams) SetContext ¶
func (o *PostServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the post service params
func (*PostServiceParams) SetDefaults ¶
func (o *PostServiceParams) SetDefaults()
SetDefaults hydrates default values in the post service params (not the query body).
All values with no default are reset to their zero value.
func (*PostServiceParams) SetHTTPClient ¶
func (o *PostServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post service params
func (*PostServiceParams) SetTimeout ¶
func (o *PostServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post service params
func (*PostServiceParams) WithBody ¶
func (o *PostServiceParams) WithBody(body *models.Service) *PostServiceParams
WithBody adds the body to the post service params
func (*PostServiceParams) WithContext ¶
func (o *PostServiceParams) WithContext(ctx context.Context) *PostServiceParams
WithContext adds the context to the post service params
func (*PostServiceParams) WithDefaults ¶
func (o *PostServiceParams) WithDefaults() *PostServiceParams
WithDefaults hydrates default values in the post service params (not the query body).
All values with no default are reset to their zero value.
func (*PostServiceParams) WithHTTPClient ¶
func (o *PostServiceParams) WithHTTPClient(client *http.Client) *PostServiceParams
WithHTTPClient adds the HTTPClient to the post service params
func (*PostServiceParams) WithTimeout ¶
func (o *PostServiceParams) WithTimeout(timeout time.Duration) *PostServiceParams
WithTimeout adds the timeout to the post service params
func (*PostServiceParams) WriteToRequest ¶
func (o *PostServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostServiceReader ¶
type PostServiceReader struct {
// contains filtered or unexported fields
}
PostServiceReader is a Reader for the PostService structure.
func (*PostServiceReader) ReadResponse ¶
func (o *PostServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostServiceUnauthorized ¶
type PostServiceUnauthorized struct {
}PostServiceUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPostServiceUnauthorized ¶
func NewPostServiceUnauthorized() *PostServiceUnauthorized
NewPostServiceUnauthorized creates a PostServiceUnauthorized with default headers values
func (*PostServiceUnauthorized) Code ¶
func (o *PostServiceUnauthorized) Code() int
Code gets the status code for the post service unauthorized response
func (*PostServiceUnauthorized) Error ¶
func (o *PostServiceUnauthorized) Error() string
func (*PostServiceUnauthorized) GetPayload ¶
func (o *PostServiceUnauthorized) GetPayload() *models.Error
func (*PostServiceUnauthorized) IsClientError ¶
func (o *PostServiceUnauthorized) IsClientError() bool
IsClientError returns true when this post service unauthorized response has a 4xx status code
func (*PostServiceUnauthorized) IsCode ¶
func (o *PostServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this post service unauthorized response a status code equal to that given
func (*PostServiceUnauthorized) IsRedirect ¶
func (o *PostServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this post service unauthorized response has a 3xx status code
func (*PostServiceUnauthorized) IsServerError ¶
func (o *PostServiceUnauthorized) IsServerError() bool
IsServerError returns true when this post service unauthorized response has a 5xx status code
func (*PostServiceUnauthorized) IsSuccess ¶
func (o *PostServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this post service unauthorized response has a 2xx status code
func (*PostServiceUnauthorized) String ¶
func (o *PostServiceUnauthorized) String() string
type PostServiceUnprocessableEntity ¶
PostServiceUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewPostServiceUnprocessableEntity ¶
func NewPostServiceUnprocessableEntity() *PostServiceUnprocessableEntity
NewPostServiceUnprocessableEntity creates a PostServiceUnprocessableEntity with default headers values
func (*PostServiceUnprocessableEntity) Code ¶
func (o *PostServiceUnprocessableEntity) Code() int
Code gets the status code for the post service unprocessable entity response
func (*PostServiceUnprocessableEntity) Error ¶
func (o *PostServiceUnprocessableEntity) Error() string
func (*PostServiceUnprocessableEntity) GetPayload ¶
func (o *PostServiceUnprocessableEntity) GetPayload() *models.Error
func (*PostServiceUnprocessableEntity) IsClientError ¶
func (o *PostServiceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this post service unprocessable entity response has a 4xx status code
func (*PostServiceUnprocessableEntity) IsCode ¶
func (o *PostServiceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this post service unprocessable entity response a status code equal to that given
func (*PostServiceUnprocessableEntity) IsRedirect ¶
func (o *PostServiceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this post service unprocessable entity response has a 3xx status code
func (*PostServiceUnprocessableEntity) IsServerError ¶
func (o *PostServiceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this post service unprocessable entity response has a 5xx status code
func (*PostServiceUnprocessableEntity) IsSuccess ¶
func (o *PostServiceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this post service unprocessable entity response has a 2xx status code
func (*PostServiceUnprocessableEntity) String ¶
func (o *PostServiceUnprocessableEntity) String() string
type PutServiceServiceIDAcceptEndpointsBadRequest ¶
PutServiceServiceIDAcceptEndpointsBadRequest describes a response with status code 400, with default header values.
Must declare at least one, endpoint_id(s) or project_id(s)
func NewPutServiceServiceIDAcceptEndpointsBadRequest ¶
func NewPutServiceServiceIDAcceptEndpointsBadRequest() *PutServiceServiceIDAcceptEndpointsBadRequest
NewPutServiceServiceIDAcceptEndpointsBadRequest creates a PutServiceServiceIDAcceptEndpointsBadRequest with default headers values
func (*PutServiceServiceIDAcceptEndpointsBadRequest) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) Code() int
Code gets the status code for the put service service Id accept endpoints bad request response
func (*PutServiceServiceIDAcceptEndpointsBadRequest) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) Error() string
func (*PutServiceServiceIDAcceptEndpointsBadRequest) GetPayload ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) GetPayload() *models.Error
func (*PutServiceServiceIDAcceptEndpointsBadRequest) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints bad request response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsBadRequest) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints bad request response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsBadRequest) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints bad request response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsBadRequest) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints bad request response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsBadRequest) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints bad request response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsBadRequest) String ¶
func (o *PutServiceServiceIDAcceptEndpointsBadRequest) String() string
type PutServiceServiceIDAcceptEndpointsForbidden ¶
PutServiceServiceIDAcceptEndpointsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPutServiceServiceIDAcceptEndpointsForbidden ¶
func NewPutServiceServiceIDAcceptEndpointsForbidden() *PutServiceServiceIDAcceptEndpointsForbidden
NewPutServiceServiceIDAcceptEndpointsForbidden creates a PutServiceServiceIDAcceptEndpointsForbidden with default headers values
func (*PutServiceServiceIDAcceptEndpointsForbidden) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) Code() int
Code gets the status code for the put service service Id accept endpoints forbidden response
func (*PutServiceServiceIDAcceptEndpointsForbidden) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) Error() string
func (*PutServiceServiceIDAcceptEndpointsForbidden) GetPayload ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) GetPayload() *models.Error
func (*PutServiceServiceIDAcceptEndpointsForbidden) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints forbidden response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsForbidden) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints forbidden response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsForbidden) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints forbidden response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsForbidden) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints forbidden response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsForbidden) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints forbidden response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsForbidden) String ¶
func (o *PutServiceServiceIDAcceptEndpointsForbidden) String() string
type PutServiceServiceIDAcceptEndpointsNotFound ¶
type PutServiceServiceIDAcceptEndpointsNotFound struct { }
PutServiceServiceIDAcceptEndpointsNotFound describes a response with status code 404, with default header values.
Not Found
func NewPutServiceServiceIDAcceptEndpointsNotFound ¶
func NewPutServiceServiceIDAcceptEndpointsNotFound() *PutServiceServiceIDAcceptEndpointsNotFound
NewPutServiceServiceIDAcceptEndpointsNotFound creates a PutServiceServiceIDAcceptEndpointsNotFound with default headers values
func (*PutServiceServiceIDAcceptEndpointsNotFound) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) Code() int
Code gets the status code for the put service service Id accept endpoints not found response
func (*PutServiceServiceIDAcceptEndpointsNotFound) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) Error() string
func (*PutServiceServiceIDAcceptEndpointsNotFound) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints not found response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsNotFound) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints not found response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsNotFound) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints not found response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsNotFound) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints not found response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsNotFound) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints not found response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsNotFound) String ¶
func (o *PutServiceServiceIDAcceptEndpointsNotFound) String() string
type PutServiceServiceIDAcceptEndpointsOK ¶
type PutServiceServiceIDAcceptEndpointsOK struct {
Payload []*models.EndpointConsumer
}
PutServiceServiceIDAcceptEndpointsOK describes a response with status code 200, with default header values.
Ok
func NewPutServiceServiceIDAcceptEndpointsOK ¶
func NewPutServiceServiceIDAcceptEndpointsOK() *PutServiceServiceIDAcceptEndpointsOK
NewPutServiceServiceIDAcceptEndpointsOK creates a PutServiceServiceIDAcceptEndpointsOK with default headers values
func (*PutServiceServiceIDAcceptEndpointsOK) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) Code() int
Code gets the status code for the put service service Id accept endpoints o k response
func (*PutServiceServiceIDAcceptEndpointsOK) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) Error() string
func (*PutServiceServiceIDAcceptEndpointsOK) GetPayload ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) GetPayload() []*models.EndpointConsumer
func (*PutServiceServiceIDAcceptEndpointsOK) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints o k response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsOK) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints o k response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsOK) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints o k response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsOK) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints o k response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsOK) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints o k response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsOK) String ¶
func (o *PutServiceServiceIDAcceptEndpointsOK) String() string
type PutServiceServiceIDAcceptEndpointsParams ¶
type PutServiceServiceIDAcceptEndpointsParams struct { /* Body. Service object that needs to be updated */ Body *models.EndpointConsumerList /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutServiceServiceIDAcceptEndpointsParams contains all the parameters to send to the API endpoint
for the put service service ID accept endpoints operation. Typically these are written to a http.Request.
func NewPutServiceServiceIDAcceptEndpointsParams ¶
func NewPutServiceServiceIDAcceptEndpointsParams() *PutServiceServiceIDAcceptEndpointsParams
NewPutServiceServiceIDAcceptEndpointsParams creates a new PutServiceServiceIDAcceptEndpointsParams 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 NewPutServiceServiceIDAcceptEndpointsParamsWithContext ¶
func NewPutServiceServiceIDAcceptEndpointsParamsWithContext(ctx context.Context) *PutServiceServiceIDAcceptEndpointsParams
NewPutServiceServiceIDAcceptEndpointsParamsWithContext creates a new PutServiceServiceIDAcceptEndpointsParams object with the ability to set a context for a request.
func NewPutServiceServiceIDAcceptEndpointsParamsWithHTTPClient ¶
func NewPutServiceServiceIDAcceptEndpointsParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDAcceptEndpointsParams
NewPutServiceServiceIDAcceptEndpointsParamsWithHTTPClient creates a new PutServiceServiceIDAcceptEndpointsParams object with the ability to set a custom HTTPClient for a request.
func NewPutServiceServiceIDAcceptEndpointsParamsWithTimeout ¶
func NewPutServiceServiceIDAcceptEndpointsParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDAcceptEndpointsParams
NewPutServiceServiceIDAcceptEndpointsParamsWithTimeout creates a new PutServiceServiceIDAcceptEndpointsParams object with the ability to set a timeout on a request.
func (*PutServiceServiceIDAcceptEndpointsParams) SetBody ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetBody(body *models.EndpointConsumerList)
SetBody adds the body to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) SetContext ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetContext(ctx context.Context)
SetContext adds the context to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) SetDefaults ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetDefaults()
SetDefaults hydrates default values in the put service service ID accept endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDAcceptEndpointsParams) SetHTTPClient ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) SetServiceID ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) SetTimeout ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WithBody ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithBody(body *models.EndpointConsumerList) *PutServiceServiceIDAcceptEndpointsParams
WithBody adds the body to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WithContext ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithContext(ctx context.Context) *PutServiceServiceIDAcceptEndpointsParams
WithContext adds the context to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WithDefaults ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithDefaults() *PutServiceServiceIDAcceptEndpointsParams
WithDefaults hydrates default values in the put service service ID accept endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDAcceptEndpointsParams) WithHTTPClient ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDAcceptEndpointsParams
WithHTTPClient adds the HTTPClient to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WithServiceID ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDAcceptEndpointsParams
WithServiceID adds the serviceID to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WithTimeout ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDAcceptEndpointsParams
WithTimeout adds the timeout to the put service service ID accept endpoints params
func (*PutServiceServiceIDAcceptEndpointsParams) WriteToRequest ¶
func (o *PutServiceServiceIDAcceptEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutServiceServiceIDAcceptEndpointsReader ¶
type PutServiceServiceIDAcceptEndpointsReader struct {
// contains filtered or unexported fields
}
PutServiceServiceIDAcceptEndpointsReader is a Reader for the PutServiceServiceIDAcceptEndpoints structure.
func (*PutServiceServiceIDAcceptEndpointsReader) ReadResponse ¶
func (o *PutServiceServiceIDAcceptEndpointsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutServiceServiceIDAcceptEndpointsUnauthorized ¶
type PutServiceServiceIDAcceptEndpointsUnauthorized struct {
}PutServiceServiceIDAcceptEndpointsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPutServiceServiceIDAcceptEndpointsUnauthorized ¶
func NewPutServiceServiceIDAcceptEndpointsUnauthorized() *PutServiceServiceIDAcceptEndpointsUnauthorized
NewPutServiceServiceIDAcceptEndpointsUnauthorized creates a PutServiceServiceIDAcceptEndpointsUnauthorized with default headers values
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) Code() int
Code gets the status code for the put service service Id accept endpoints unauthorized response
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) Error() string
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) GetPayload ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) GetPayload() *models.Error
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints unauthorized response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints unauthorized response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints unauthorized response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints unauthorized response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints unauthorized response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsUnauthorized) String ¶
func (o *PutServiceServiceIDAcceptEndpointsUnauthorized) String() string
type PutServiceServiceIDAcceptEndpointsUnprocessableEntity ¶
PutServiceServiceIDAcceptEndpointsUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewPutServiceServiceIDAcceptEndpointsUnprocessableEntity ¶
func NewPutServiceServiceIDAcceptEndpointsUnprocessableEntity() *PutServiceServiceIDAcceptEndpointsUnprocessableEntity
NewPutServiceServiceIDAcceptEndpointsUnprocessableEntity creates a PutServiceServiceIDAcceptEndpointsUnprocessableEntity with default headers values
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Code ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Code() int
Code gets the status code for the put service service Id accept endpoints unprocessable entity response
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Error ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) Error() string
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) GetPayload ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) GetPayload() *models.Error
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsClientError ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this put service service Id accept endpoints unprocessable entity response has a 4xx status code
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsCode ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this put service service Id accept endpoints unprocessable entity response a status code equal to that given
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsRedirect ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this put service service Id accept endpoints unprocessable entity response has a 3xx status code
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsServerError ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this put service service Id accept endpoints unprocessable entity response has a 5xx status code
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsSuccess ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this put service service Id accept endpoints unprocessable entity response has a 2xx status code
func (*PutServiceServiceIDAcceptEndpointsUnprocessableEntity) String ¶
func (o *PutServiceServiceIDAcceptEndpointsUnprocessableEntity) String() string
type PutServiceServiceIDConflict ¶
PutServiceServiceIDConflict describes a response with status code 409, with default header values.
Duplicate entry
func NewPutServiceServiceIDConflict ¶
func NewPutServiceServiceIDConflict() *PutServiceServiceIDConflict
NewPutServiceServiceIDConflict creates a PutServiceServiceIDConflict with default headers values
func (*PutServiceServiceIDConflict) Code ¶
func (o *PutServiceServiceIDConflict) Code() int
Code gets the status code for the put service service Id conflict response
func (*PutServiceServiceIDConflict) Error ¶
func (o *PutServiceServiceIDConflict) Error() string
func (*PutServiceServiceIDConflict) GetPayload ¶
func (o *PutServiceServiceIDConflict) GetPayload() *models.Error
func (*PutServiceServiceIDConflict) IsClientError ¶
func (o *PutServiceServiceIDConflict) IsClientError() bool
IsClientError returns true when this put service service Id conflict response has a 4xx status code
func (*PutServiceServiceIDConflict) IsCode ¶
func (o *PutServiceServiceIDConflict) IsCode(code int) bool
IsCode returns true when this put service service Id conflict response a status code equal to that given
func (*PutServiceServiceIDConflict) IsRedirect ¶
func (o *PutServiceServiceIDConflict) IsRedirect() bool
IsRedirect returns true when this put service service Id conflict response has a 3xx status code
func (*PutServiceServiceIDConflict) IsServerError ¶
func (o *PutServiceServiceIDConflict) IsServerError() bool
IsServerError returns true when this put service service Id conflict response has a 5xx status code
func (*PutServiceServiceIDConflict) IsSuccess ¶
func (o *PutServiceServiceIDConflict) IsSuccess() bool
IsSuccess returns true when this put service service Id conflict response has a 2xx status code
func (*PutServiceServiceIDConflict) String ¶
func (o *PutServiceServiceIDConflict) String() string
type PutServiceServiceIDForbidden ¶
type PutServiceServiceIDForbidden struct { }
PutServiceServiceIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPutServiceServiceIDForbidden ¶
func NewPutServiceServiceIDForbidden() *PutServiceServiceIDForbidden
NewPutServiceServiceIDForbidden creates a PutServiceServiceIDForbidden with default headers values
func (*PutServiceServiceIDForbidden) Code ¶
func (o *PutServiceServiceIDForbidden) Code() int
Code gets the status code for the put service service Id forbidden response
func (*PutServiceServiceIDForbidden) Error ¶
func (o *PutServiceServiceIDForbidden) Error() string
func (*PutServiceServiceIDForbidden) IsClientError ¶
func (o *PutServiceServiceIDForbidden) IsClientError() bool
IsClientError returns true when this put service service Id forbidden response has a 4xx status code
func (*PutServiceServiceIDForbidden) IsCode ¶
func (o *PutServiceServiceIDForbidden) IsCode(code int) bool
IsCode returns true when this put service service Id forbidden response a status code equal to that given
func (*PutServiceServiceIDForbidden) IsRedirect ¶
func (o *PutServiceServiceIDForbidden) IsRedirect() bool
IsRedirect returns true when this put service service Id forbidden response has a 3xx status code
func (*PutServiceServiceIDForbidden) IsServerError ¶
func (o *PutServiceServiceIDForbidden) IsServerError() bool
IsServerError returns true when this put service service Id forbidden response has a 5xx status code
func (*PutServiceServiceIDForbidden) IsSuccess ¶
func (o *PutServiceServiceIDForbidden) IsSuccess() bool
IsSuccess returns true when this put service service Id forbidden response has a 2xx status code
func (*PutServiceServiceIDForbidden) String ¶
func (o *PutServiceServiceIDForbidden) String() string
type PutServiceServiceIDNotFound ¶
PutServiceServiceIDNotFound describes a response with status code 404, with default header values.
Not Found
func NewPutServiceServiceIDNotFound ¶
func NewPutServiceServiceIDNotFound() *PutServiceServiceIDNotFound
NewPutServiceServiceIDNotFound creates a PutServiceServiceIDNotFound with default headers values
func (*PutServiceServiceIDNotFound) Code ¶
func (o *PutServiceServiceIDNotFound) Code() int
Code gets the status code for the put service service Id not found response
func (*PutServiceServiceIDNotFound) Error ¶
func (o *PutServiceServiceIDNotFound) Error() string
func (*PutServiceServiceIDNotFound) GetPayload ¶
func (o *PutServiceServiceIDNotFound) GetPayload() *models.Error
func (*PutServiceServiceIDNotFound) IsClientError ¶
func (o *PutServiceServiceIDNotFound) IsClientError() bool
IsClientError returns true when this put service service Id not found response has a 4xx status code
func (*PutServiceServiceIDNotFound) IsCode ¶
func (o *PutServiceServiceIDNotFound) IsCode(code int) bool
IsCode returns true when this put service service Id not found response a status code equal to that given
func (*PutServiceServiceIDNotFound) IsRedirect ¶
func (o *PutServiceServiceIDNotFound) IsRedirect() bool
IsRedirect returns true when this put service service Id not found response has a 3xx status code
func (*PutServiceServiceIDNotFound) IsServerError ¶
func (o *PutServiceServiceIDNotFound) IsServerError() bool
IsServerError returns true when this put service service Id not found response has a 5xx status code
func (*PutServiceServiceIDNotFound) IsSuccess ¶
func (o *PutServiceServiceIDNotFound) IsSuccess() bool
IsSuccess returns true when this put service service Id not found response has a 2xx status code
func (*PutServiceServiceIDNotFound) String ¶
func (o *PutServiceServiceIDNotFound) String() string
type PutServiceServiceIDOK ¶
PutServiceServiceIDOK describes a response with status code 200, with default header values.
Service
func NewPutServiceServiceIDOK ¶
func NewPutServiceServiceIDOK() *PutServiceServiceIDOK
NewPutServiceServiceIDOK creates a PutServiceServiceIDOK with default headers values
func (*PutServiceServiceIDOK) Code ¶
func (o *PutServiceServiceIDOK) Code() int
Code gets the status code for the put service service Id o k response
func (*PutServiceServiceIDOK) Error ¶
func (o *PutServiceServiceIDOK) Error() string
func (*PutServiceServiceIDOK) GetPayload ¶
func (o *PutServiceServiceIDOK) GetPayload() *models.Service
func (*PutServiceServiceIDOK) IsClientError ¶
func (o *PutServiceServiceIDOK) IsClientError() bool
IsClientError returns true when this put service service Id o k response has a 4xx status code
func (*PutServiceServiceIDOK) IsCode ¶
func (o *PutServiceServiceIDOK) IsCode(code int) bool
IsCode returns true when this put service service Id o k response a status code equal to that given
func (*PutServiceServiceIDOK) IsRedirect ¶
func (o *PutServiceServiceIDOK) IsRedirect() bool
IsRedirect returns true when this put service service Id o k response has a 3xx status code
func (*PutServiceServiceIDOK) IsServerError ¶
func (o *PutServiceServiceIDOK) IsServerError() bool
IsServerError returns true when this put service service Id o k response has a 5xx status code
func (*PutServiceServiceIDOK) IsSuccess ¶
func (o *PutServiceServiceIDOK) IsSuccess() bool
IsSuccess returns true when this put service service Id o k response has a 2xx status code
func (*PutServiceServiceIDOK) String ¶
func (o *PutServiceServiceIDOK) String() string
type PutServiceServiceIDParams ¶
type PutServiceServiceIDParams struct { /* Body. Service object that needs to be updated */ Body *models.ServiceUpdatable /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutServiceServiceIDParams contains all the parameters to send to the API endpoint
for the put service service ID operation. Typically these are written to a http.Request.
func NewPutServiceServiceIDParams ¶
func NewPutServiceServiceIDParams() *PutServiceServiceIDParams
NewPutServiceServiceIDParams creates a new PutServiceServiceIDParams 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 NewPutServiceServiceIDParamsWithContext ¶
func NewPutServiceServiceIDParamsWithContext(ctx context.Context) *PutServiceServiceIDParams
NewPutServiceServiceIDParamsWithContext creates a new PutServiceServiceIDParams object with the ability to set a context for a request.
func NewPutServiceServiceIDParamsWithHTTPClient ¶
func NewPutServiceServiceIDParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDParams
NewPutServiceServiceIDParamsWithHTTPClient creates a new PutServiceServiceIDParams object with the ability to set a custom HTTPClient for a request.
func NewPutServiceServiceIDParamsWithTimeout ¶
func NewPutServiceServiceIDParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDParams
NewPutServiceServiceIDParamsWithTimeout creates a new PutServiceServiceIDParams object with the ability to set a timeout on a request.
func (*PutServiceServiceIDParams) SetBody ¶
func (o *PutServiceServiceIDParams) SetBody(body *models.ServiceUpdatable)
SetBody adds the body to the put service service ID params
func (*PutServiceServiceIDParams) SetContext ¶
func (o *PutServiceServiceIDParams) SetContext(ctx context.Context)
SetContext adds the context to the put service service ID params
func (*PutServiceServiceIDParams) SetDefaults ¶
func (o *PutServiceServiceIDParams) SetDefaults()
SetDefaults hydrates default values in the put service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDParams) SetHTTPClient ¶
func (o *PutServiceServiceIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put service service ID params
func (*PutServiceServiceIDParams) SetServiceID ¶
func (o *PutServiceServiceIDParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the put service service ID params
func (*PutServiceServiceIDParams) SetTimeout ¶
func (o *PutServiceServiceIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put service service ID params
func (*PutServiceServiceIDParams) WithBody ¶
func (o *PutServiceServiceIDParams) WithBody(body *models.ServiceUpdatable) *PutServiceServiceIDParams
WithBody adds the body to the put service service ID params
func (*PutServiceServiceIDParams) WithContext ¶
func (o *PutServiceServiceIDParams) WithContext(ctx context.Context) *PutServiceServiceIDParams
WithContext adds the context to the put service service ID params
func (*PutServiceServiceIDParams) WithDefaults ¶
func (o *PutServiceServiceIDParams) WithDefaults() *PutServiceServiceIDParams
WithDefaults hydrates default values in the put service service ID params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDParams) WithHTTPClient ¶
func (o *PutServiceServiceIDParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDParams
WithHTTPClient adds the HTTPClient to the put service service ID params
func (*PutServiceServiceIDParams) WithServiceID ¶
func (o *PutServiceServiceIDParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDParams
WithServiceID adds the serviceID to the put service service ID params
func (*PutServiceServiceIDParams) WithTimeout ¶
func (o *PutServiceServiceIDParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDParams
WithTimeout adds the timeout to the put service service ID params
func (*PutServiceServiceIDParams) WriteToRequest ¶
func (o *PutServiceServiceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutServiceServiceIDReader ¶
type PutServiceServiceIDReader struct {
// contains filtered or unexported fields
}
PutServiceServiceIDReader is a Reader for the PutServiceServiceID structure.
func (*PutServiceServiceIDReader) ReadResponse ¶
func (o *PutServiceServiceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutServiceServiceIDRejectEndpointsBadRequest ¶
PutServiceServiceIDRejectEndpointsBadRequest describes a response with status code 400, with default header values.
Must declare at least one, endpoint_id(s) or project_id(s)
func NewPutServiceServiceIDRejectEndpointsBadRequest ¶
func NewPutServiceServiceIDRejectEndpointsBadRequest() *PutServiceServiceIDRejectEndpointsBadRequest
NewPutServiceServiceIDRejectEndpointsBadRequest creates a PutServiceServiceIDRejectEndpointsBadRequest with default headers values
func (*PutServiceServiceIDRejectEndpointsBadRequest) Code ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) Code() int
Code gets the status code for the put service service Id reject endpoints bad request response
func (*PutServiceServiceIDRejectEndpointsBadRequest) Error ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) Error() string
func (*PutServiceServiceIDRejectEndpointsBadRequest) GetPayload ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) GetPayload() *models.Error
func (*PutServiceServiceIDRejectEndpointsBadRequest) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints bad request response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsBadRequest) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints bad request response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsBadRequest) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints bad request response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsBadRequest) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints bad request response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsBadRequest) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints bad request response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsBadRequest) String ¶
func (o *PutServiceServiceIDRejectEndpointsBadRequest) String() string
type PutServiceServiceIDRejectEndpointsForbidden ¶
PutServiceServiceIDRejectEndpointsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPutServiceServiceIDRejectEndpointsForbidden ¶
func NewPutServiceServiceIDRejectEndpointsForbidden() *PutServiceServiceIDRejectEndpointsForbidden
NewPutServiceServiceIDRejectEndpointsForbidden creates a PutServiceServiceIDRejectEndpointsForbidden with default headers values
func (*PutServiceServiceIDRejectEndpointsForbidden) Code ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) Code() int
Code gets the status code for the put service service Id reject endpoints forbidden response
func (*PutServiceServiceIDRejectEndpointsForbidden) Error ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) Error() string
func (*PutServiceServiceIDRejectEndpointsForbidden) GetPayload ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) GetPayload() *models.Error
func (*PutServiceServiceIDRejectEndpointsForbidden) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints forbidden response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsForbidden) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints forbidden response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsForbidden) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints forbidden response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsForbidden) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints forbidden response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsForbidden) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints forbidden response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsForbidden) String ¶
func (o *PutServiceServiceIDRejectEndpointsForbidden) String() string
type PutServiceServiceIDRejectEndpointsNotFound ¶
type PutServiceServiceIDRejectEndpointsNotFound struct { }
PutServiceServiceIDRejectEndpointsNotFound describes a response with status code 404, with default header values.
Not Found
func NewPutServiceServiceIDRejectEndpointsNotFound ¶
func NewPutServiceServiceIDRejectEndpointsNotFound() *PutServiceServiceIDRejectEndpointsNotFound
NewPutServiceServiceIDRejectEndpointsNotFound creates a PutServiceServiceIDRejectEndpointsNotFound with default headers values
func (*PutServiceServiceIDRejectEndpointsNotFound) Code ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) Code() int
Code gets the status code for the put service service Id reject endpoints not found response
func (*PutServiceServiceIDRejectEndpointsNotFound) Error ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) Error() string
func (*PutServiceServiceIDRejectEndpointsNotFound) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints not found response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsNotFound) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints not found response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsNotFound) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints not found response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsNotFound) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints not found response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsNotFound) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints not found response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsNotFound) String ¶
func (o *PutServiceServiceIDRejectEndpointsNotFound) String() string
type PutServiceServiceIDRejectEndpointsOK ¶
type PutServiceServiceIDRejectEndpointsOK struct {
Payload []*models.EndpointConsumer
}
PutServiceServiceIDRejectEndpointsOK describes a response with status code 200, with default header values.
Ok
func NewPutServiceServiceIDRejectEndpointsOK ¶
func NewPutServiceServiceIDRejectEndpointsOK() *PutServiceServiceIDRejectEndpointsOK
NewPutServiceServiceIDRejectEndpointsOK creates a PutServiceServiceIDRejectEndpointsOK with default headers values
func (*PutServiceServiceIDRejectEndpointsOK) Code ¶
func (o *PutServiceServiceIDRejectEndpointsOK) Code() int
Code gets the status code for the put service service Id reject endpoints o k response
func (*PutServiceServiceIDRejectEndpointsOK) Error ¶
func (o *PutServiceServiceIDRejectEndpointsOK) Error() string
func (*PutServiceServiceIDRejectEndpointsOK) GetPayload ¶
func (o *PutServiceServiceIDRejectEndpointsOK) GetPayload() []*models.EndpointConsumer
func (*PutServiceServiceIDRejectEndpointsOK) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsOK) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints o k response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsOK) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsOK) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints o k response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsOK) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsOK) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints o k response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsOK) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsOK) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints o k response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsOK) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsOK) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints o k response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsOK) String ¶
func (o *PutServiceServiceIDRejectEndpointsOK) String() string
type PutServiceServiceIDRejectEndpointsParams ¶
type PutServiceServiceIDRejectEndpointsParams struct { /* Body. Service object that needs to be updated */ Body *models.EndpointConsumerList /* ServiceID. The UUID of the service Format: uuid */ ServiceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutServiceServiceIDRejectEndpointsParams contains all the parameters to send to the API endpoint
for the put service service ID reject endpoints operation. Typically these are written to a http.Request.
func NewPutServiceServiceIDRejectEndpointsParams ¶
func NewPutServiceServiceIDRejectEndpointsParams() *PutServiceServiceIDRejectEndpointsParams
NewPutServiceServiceIDRejectEndpointsParams creates a new PutServiceServiceIDRejectEndpointsParams 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 NewPutServiceServiceIDRejectEndpointsParamsWithContext ¶
func NewPutServiceServiceIDRejectEndpointsParamsWithContext(ctx context.Context) *PutServiceServiceIDRejectEndpointsParams
NewPutServiceServiceIDRejectEndpointsParamsWithContext creates a new PutServiceServiceIDRejectEndpointsParams object with the ability to set a context for a request.
func NewPutServiceServiceIDRejectEndpointsParamsWithHTTPClient ¶
func NewPutServiceServiceIDRejectEndpointsParamsWithHTTPClient(client *http.Client) *PutServiceServiceIDRejectEndpointsParams
NewPutServiceServiceIDRejectEndpointsParamsWithHTTPClient creates a new PutServiceServiceIDRejectEndpointsParams object with the ability to set a custom HTTPClient for a request.
func NewPutServiceServiceIDRejectEndpointsParamsWithTimeout ¶
func NewPutServiceServiceIDRejectEndpointsParamsWithTimeout(timeout time.Duration) *PutServiceServiceIDRejectEndpointsParams
NewPutServiceServiceIDRejectEndpointsParamsWithTimeout creates a new PutServiceServiceIDRejectEndpointsParams object with the ability to set a timeout on a request.
func (*PutServiceServiceIDRejectEndpointsParams) SetBody ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetBody(body *models.EndpointConsumerList)
SetBody adds the body to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) SetContext ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetContext(ctx context.Context)
SetContext adds the context to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) SetDefaults ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetDefaults()
SetDefaults hydrates default values in the put service service ID reject endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDRejectEndpointsParams) SetHTTPClient ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) SetServiceID ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetServiceID(serviceID strfmt.UUID)
SetServiceID adds the serviceId to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) SetTimeout ¶
func (o *PutServiceServiceIDRejectEndpointsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WithBody ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithBody(body *models.EndpointConsumerList) *PutServiceServiceIDRejectEndpointsParams
WithBody adds the body to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WithContext ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithContext(ctx context.Context) *PutServiceServiceIDRejectEndpointsParams
WithContext adds the context to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WithDefaults ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithDefaults() *PutServiceServiceIDRejectEndpointsParams
WithDefaults hydrates default values in the put service service ID reject endpoints params (not the query body).
All values with no default are reset to their zero value.
func (*PutServiceServiceIDRejectEndpointsParams) WithHTTPClient ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithHTTPClient(client *http.Client) *PutServiceServiceIDRejectEndpointsParams
WithHTTPClient adds the HTTPClient to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WithServiceID ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithServiceID(serviceID strfmt.UUID) *PutServiceServiceIDRejectEndpointsParams
WithServiceID adds the serviceID to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WithTimeout ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WithTimeout(timeout time.Duration) *PutServiceServiceIDRejectEndpointsParams
WithTimeout adds the timeout to the put service service ID reject endpoints params
func (*PutServiceServiceIDRejectEndpointsParams) WriteToRequest ¶
func (o *PutServiceServiceIDRejectEndpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutServiceServiceIDRejectEndpointsReader ¶
type PutServiceServiceIDRejectEndpointsReader struct {
// contains filtered or unexported fields
}
PutServiceServiceIDRejectEndpointsReader is a Reader for the PutServiceServiceIDRejectEndpoints structure.
func (*PutServiceServiceIDRejectEndpointsReader) ReadResponse ¶
func (o *PutServiceServiceIDRejectEndpointsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutServiceServiceIDRejectEndpointsUnauthorized ¶
type PutServiceServiceIDRejectEndpointsUnauthorized struct {
}PutServiceServiceIDRejectEndpointsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPutServiceServiceIDRejectEndpointsUnauthorized ¶
func NewPutServiceServiceIDRejectEndpointsUnauthorized() *PutServiceServiceIDRejectEndpointsUnauthorized
NewPutServiceServiceIDRejectEndpointsUnauthorized creates a PutServiceServiceIDRejectEndpointsUnauthorized with default headers values
func (*PutServiceServiceIDRejectEndpointsUnauthorized) Code ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) Code() int
Code gets the status code for the put service service Id reject endpoints unauthorized response
func (*PutServiceServiceIDRejectEndpointsUnauthorized) Error ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) Error() string
func (*PutServiceServiceIDRejectEndpointsUnauthorized) GetPayload ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) GetPayload() *models.Error
func (*PutServiceServiceIDRejectEndpointsUnauthorized) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints unauthorized response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsUnauthorized) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints unauthorized response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsUnauthorized) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints unauthorized response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsUnauthorized) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints unauthorized response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsUnauthorized) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints unauthorized response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsUnauthorized) String ¶
func (o *PutServiceServiceIDRejectEndpointsUnauthorized) String() string
type PutServiceServiceIDRejectEndpointsUnprocessableEntity ¶
PutServiceServiceIDRejectEndpointsUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewPutServiceServiceIDRejectEndpointsUnprocessableEntity ¶
func NewPutServiceServiceIDRejectEndpointsUnprocessableEntity() *PutServiceServiceIDRejectEndpointsUnprocessableEntity
NewPutServiceServiceIDRejectEndpointsUnprocessableEntity creates a PutServiceServiceIDRejectEndpointsUnprocessableEntity with default headers values
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) Code ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) Code() int
Code gets the status code for the put service service Id reject endpoints unprocessable entity response
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) Error ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) Error() string
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) GetPayload ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) GetPayload() *models.Error
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsClientError ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this put service service Id reject endpoints unprocessable entity response has a 4xx status code
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsCode ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this put service service Id reject endpoints unprocessable entity response a status code equal to that given
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsRedirect ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this put service service Id reject endpoints unprocessable entity response has a 3xx status code
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsServerError ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this put service service Id reject endpoints unprocessable entity response has a 5xx status code
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsSuccess ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this put service service Id reject endpoints unprocessable entity response has a 2xx status code
func (*PutServiceServiceIDRejectEndpointsUnprocessableEntity) String ¶
func (o *PutServiceServiceIDRejectEndpointsUnprocessableEntity) String() string
type PutServiceServiceIDUnauthorized ¶
type PutServiceServiceIDUnauthorized struct {
}PutServiceServiceIDUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPutServiceServiceIDUnauthorized ¶
func NewPutServiceServiceIDUnauthorized() *PutServiceServiceIDUnauthorized
NewPutServiceServiceIDUnauthorized creates a PutServiceServiceIDUnauthorized with default headers values
func (*PutServiceServiceIDUnauthorized) Code ¶
func (o *PutServiceServiceIDUnauthorized) Code() int
Code gets the status code for the put service service Id unauthorized response
func (*PutServiceServiceIDUnauthorized) Error ¶
func (o *PutServiceServiceIDUnauthorized) Error() string
func (*PutServiceServiceIDUnauthorized) GetPayload ¶
func (o *PutServiceServiceIDUnauthorized) GetPayload() *models.Error
func (*PutServiceServiceIDUnauthorized) IsClientError ¶
func (o *PutServiceServiceIDUnauthorized) IsClientError() bool
IsClientError returns true when this put service service Id unauthorized response has a 4xx status code
func (*PutServiceServiceIDUnauthorized) IsCode ¶
func (o *PutServiceServiceIDUnauthorized) IsCode(code int) bool
IsCode returns true when this put service service Id unauthorized response a status code equal to that given
func (*PutServiceServiceIDUnauthorized) IsRedirect ¶
func (o *PutServiceServiceIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this put service service Id unauthorized response has a 3xx status code
func (*PutServiceServiceIDUnauthorized) IsServerError ¶
func (o *PutServiceServiceIDUnauthorized) IsServerError() bool
IsServerError returns true when this put service service Id unauthorized response has a 5xx status code
func (*PutServiceServiceIDUnauthorized) IsSuccess ¶
func (o *PutServiceServiceIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this put service service Id unauthorized response has a 2xx status code
func (*PutServiceServiceIDUnauthorized) String ¶
func (o *PutServiceServiceIDUnauthorized) String() string
type PutServiceServiceIDUnprocessableEntity ¶
PutServiceServiceIDUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Content
func NewPutServiceServiceIDUnprocessableEntity ¶
func NewPutServiceServiceIDUnprocessableEntity() *PutServiceServiceIDUnprocessableEntity
NewPutServiceServiceIDUnprocessableEntity creates a PutServiceServiceIDUnprocessableEntity with default headers values
func (*PutServiceServiceIDUnprocessableEntity) Code ¶
func (o *PutServiceServiceIDUnprocessableEntity) Code() int
Code gets the status code for the put service service Id unprocessable entity response
func (*PutServiceServiceIDUnprocessableEntity) Error ¶
func (o *PutServiceServiceIDUnprocessableEntity) Error() string
func (*PutServiceServiceIDUnprocessableEntity) GetPayload ¶
func (o *PutServiceServiceIDUnprocessableEntity) GetPayload() *models.Error
func (*PutServiceServiceIDUnprocessableEntity) IsClientError ¶
func (o *PutServiceServiceIDUnprocessableEntity) IsClientError() bool
IsClientError returns true when this put service service Id unprocessable entity response has a 4xx status code
func (*PutServiceServiceIDUnprocessableEntity) IsCode ¶
func (o *PutServiceServiceIDUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this put service service Id unprocessable entity response a status code equal to that given
func (*PutServiceServiceIDUnprocessableEntity) IsRedirect ¶
func (o *PutServiceServiceIDUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this put service service Id unprocessable entity response has a 3xx status code
func (*PutServiceServiceIDUnprocessableEntity) IsServerError ¶
func (o *PutServiceServiceIDUnprocessableEntity) IsServerError() bool
IsServerError returns true when this put service service Id unprocessable entity response has a 5xx status code
func (*PutServiceServiceIDUnprocessableEntity) IsSuccess ¶
func (o *PutServiceServiceIDUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this put service service Id unprocessable entity response has a 2xx status code
func (*PutServiceServiceIDUnprocessableEntity) String ¶
func (o *PutServiceServiceIDUnprocessableEntity) String() string
Source Files
¶
- delete_service_service_id_parameters.go
- delete_service_service_id_responses.go
- get_service_parameters.go
- get_service_responses.go
- get_service_service_id_endpoints_parameters.go
- get_service_service_id_endpoints_responses.go
- get_service_service_id_parameters.go
- get_service_service_id_responses.go
- post_service_parameters.go
- post_service_responses.go
- put_service_service_id_accept_endpoints_parameters.go
- put_service_service_id_accept_endpoints_responses.go
- put_service_service_id_parameters.go
- put_service_service_id_reject_endpoints_parameters.go
- put_service_service_id_reject_endpoints_responses.go
- put_service_service_id_responses.go
- service_client.go