Documentation
¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SystemCreateSchema(params *SystemCreateSchemaParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SystemCreateSchemaCreated, error)
- func (a *Client) SystemDeleteSchema(params *SystemDeleteSchemaParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SystemDeleteSchemaNoContent, error)
- func (a *Client) SystemGetSchema(params *SystemGetSchemaParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SystemGetSchemaOK, error)
- func (a *Client) SystemListSchemas(params *SystemListSchemasParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SystemListSchemasOK, error)
- func (a *Client) SystemUpdateSchema(params *SystemUpdateSchemaParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SystemUpdateSchemaOK, error)
- type ClientOption
- type ClientService
- type SystemCreateSchemaBadRequest
- func (o *SystemCreateSchemaBadRequest) Code() int
- func (o *SystemCreateSchemaBadRequest) Error() string
- func (o *SystemCreateSchemaBadRequest) GetPayload() *models.Error
- func (o *SystemCreateSchemaBadRequest) IsClientError() bool
- func (o *SystemCreateSchemaBadRequest) IsCode(code int) bool
- func (o *SystemCreateSchemaBadRequest) IsRedirect() bool
- func (o *SystemCreateSchemaBadRequest) IsServerError() bool
- func (o *SystemCreateSchemaBadRequest) IsSuccess() bool
- func (o *SystemCreateSchemaBadRequest) String() string
- type SystemCreateSchemaConflict
- func (o *SystemCreateSchemaConflict) Code() int
- func (o *SystemCreateSchemaConflict) Error() string
- func (o *SystemCreateSchemaConflict) GetPayload() *models.Error
- func (o *SystemCreateSchemaConflict) IsClientError() bool
- func (o *SystemCreateSchemaConflict) IsCode(code int) bool
- func (o *SystemCreateSchemaConflict) IsRedirect() bool
- func (o *SystemCreateSchemaConflict) IsServerError() bool
- func (o *SystemCreateSchemaConflict) IsSuccess() bool
- func (o *SystemCreateSchemaConflict) String() string
- type SystemCreateSchemaCreated
- func (o *SystemCreateSchemaCreated) Code() int
- func (o *SystemCreateSchemaCreated) Error() string
- func (o *SystemCreateSchemaCreated) GetPayload() *models.Schema
- func (o *SystemCreateSchemaCreated) IsClientError() bool
- func (o *SystemCreateSchemaCreated) IsCode(code int) bool
- func (o *SystemCreateSchemaCreated) IsRedirect() bool
- func (o *SystemCreateSchemaCreated) IsServerError() bool
- func (o *SystemCreateSchemaCreated) IsSuccess() bool
- func (o *SystemCreateSchemaCreated) String() string
- type SystemCreateSchemaForbidden
- func (o *SystemCreateSchemaForbidden) Code() int
- func (o *SystemCreateSchemaForbidden) Error() string
- func (o *SystemCreateSchemaForbidden) GetPayload() *models.Error
- func (o *SystemCreateSchemaForbidden) IsClientError() bool
- func (o *SystemCreateSchemaForbidden) IsCode(code int) bool
- func (o *SystemCreateSchemaForbidden) IsRedirect() bool
- func (o *SystemCreateSchemaForbidden) IsServerError() bool
- func (o *SystemCreateSchemaForbidden) IsSuccess() bool
- func (o *SystemCreateSchemaForbidden) String() string
- type SystemCreateSchemaNotFound
- func (o *SystemCreateSchemaNotFound) Code() int
- func (o *SystemCreateSchemaNotFound) Error() string
- func (o *SystemCreateSchemaNotFound) GetPayload() *models.Error
- func (o *SystemCreateSchemaNotFound) IsClientError() bool
- func (o *SystemCreateSchemaNotFound) IsCode(code int) bool
- func (o *SystemCreateSchemaNotFound) IsRedirect() bool
- func (o *SystemCreateSchemaNotFound) IsServerError() bool
- func (o *SystemCreateSchemaNotFound) IsSuccess() bool
- func (o *SystemCreateSchemaNotFound) String() string
- type SystemCreateSchemaParams
- func NewSystemCreateSchemaParams() *SystemCreateSchemaParams
- func NewSystemCreateSchemaParamsWithContext(ctx context.Context) *SystemCreateSchemaParams
- func NewSystemCreateSchemaParamsWithHTTPClient(client *http.Client) *SystemCreateSchemaParams
- func NewSystemCreateSchemaParamsWithTimeout(timeout time.Duration) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) SetContext(ctx context.Context)
- func (o *SystemCreateSchemaParams) SetDefaults()
- func (o *SystemCreateSchemaParams) SetHTTPClient(client *http.Client)
- func (o *SystemCreateSchemaParams) SetIfMatch(ifMatch *string)
- func (o *SystemCreateSchemaParams) SetSchema(schema *models.Schema)
- func (o *SystemCreateSchemaParams) SetTimeout(timeout time.Duration)
- func (o *SystemCreateSchemaParams) WithContext(ctx context.Context) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WithDefaults() *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WithHTTPClient(client *http.Client) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WithIfMatch(ifMatch *string) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WithSchema(schema *models.Schema) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WithTimeout(timeout time.Duration) *SystemCreateSchemaParams
- func (o *SystemCreateSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemCreateSchemaReader
- type SystemCreateSchemaTooManyRequests
- func (o *SystemCreateSchemaTooManyRequests) Code() int
- func (o *SystemCreateSchemaTooManyRequests) Error() string
- func (o *SystemCreateSchemaTooManyRequests) GetPayload() *models.Error
- func (o *SystemCreateSchemaTooManyRequests) IsClientError() bool
- func (o *SystemCreateSchemaTooManyRequests) IsCode(code int) bool
- func (o *SystemCreateSchemaTooManyRequests) IsRedirect() bool
- func (o *SystemCreateSchemaTooManyRequests) IsServerError() bool
- func (o *SystemCreateSchemaTooManyRequests) IsSuccess() bool
- func (o *SystemCreateSchemaTooManyRequests) String() string
- type SystemCreateSchemaUnauthorized
- func (o *SystemCreateSchemaUnauthorized) Code() int
- func (o *SystemCreateSchemaUnauthorized) Error() string
- func (o *SystemCreateSchemaUnauthorized) GetPayload() *models.Error
- func (o *SystemCreateSchemaUnauthorized) IsClientError() bool
- func (o *SystemCreateSchemaUnauthorized) IsCode(code int) bool
- func (o *SystemCreateSchemaUnauthorized) IsRedirect() bool
- func (o *SystemCreateSchemaUnauthorized) IsServerError() bool
- func (o *SystemCreateSchemaUnauthorized) IsSuccess() bool
- func (o *SystemCreateSchemaUnauthorized) String() string
- type SystemCreateSchemaUnprocessableEntity
- func (o *SystemCreateSchemaUnprocessableEntity) Code() int
- func (o *SystemCreateSchemaUnprocessableEntity) Error() string
- func (o *SystemCreateSchemaUnprocessableEntity) GetPayload() *models.Error
- func (o *SystemCreateSchemaUnprocessableEntity) IsClientError() bool
- func (o *SystemCreateSchemaUnprocessableEntity) IsCode(code int) bool
- func (o *SystemCreateSchemaUnprocessableEntity) IsRedirect() bool
- func (o *SystemCreateSchemaUnprocessableEntity) IsServerError() bool
- func (o *SystemCreateSchemaUnprocessableEntity) IsSuccess() bool
- func (o *SystemCreateSchemaUnprocessableEntity) String() string
- type SystemDeleteSchemaBadRequest
- func (o *SystemDeleteSchemaBadRequest) Code() int
- func (o *SystemDeleteSchemaBadRequest) Error() string
- func (o *SystemDeleteSchemaBadRequest) GetPayload() *models.Error
- func (o *SystemDeleteSchemaBadRequest) IsClientError() bool
- func (o *SystemDeleteSchemaBadRequest) IsCode(code int) bool
- func (o *SystemDeleteSchemaBadRequest) IsRedirect() bool
- func (o *SystemDeleteSchemaBadRequest) IsServerError() bool
- func (o *SystemDeleteSchemaBadRequest) IsSuccess() bool
- func (o *SystemDeleteSchemaBadRequest) String() string
- type SystemDeleteSchemaConflict
- func (o *SystemDeleteSchemaConflict) Code() int
- func (o *SystemDeleteSchemaConflict) Error() string
- func (o *SystemDeleteSchemaConflict) GetPayload() *models.Error
- func (o *SystemDeleteSchemaConflict) IsClientError() bool
- func (o *SystemDeleteSchemaConflict) IsCode(code int) bool
- func (o *SystemDeleteSchemaConflict) IsRedirect() bool
- func (o *SystemDeleteSchemaConflict) IsServerError() bool
- func (o *SystemDeleteSchemaConflict) IsSuccess() bool
- func (o *SystemDeleteSchemaConflict) String() string
- type SystemDeleteSchemaForbidden
- func (o *SystemDeleteSchemaForbidden) Code() int
- func (o *SystemDeleteSchemaForbidden) Error() string
- func (o *SystemDeleteSchemaForbidden) GetPayload() *models.Error
- func (o *SystemDeleteSchemaForbidden) IsClientError() bool
- func (o *SystemDeleteSchemaForbidden) IsCode(code int) bool
- func (o *SystemDeleteSchemaForbidden) IsRedirect() bool
- func (o *SystemDeleteSchemaForbidden) IsServerError() bool
- func (o *SystemDeleteSchemaForbidden) IsSuccess() bool
- func (o *SystemDeleteSchemaForbidden) String() string
- type SystemDeleteSchemaNoContent
- func (o *SystemDeleteSchemaNoContent) Code() int
- func (o *SystemDeleteSchemaNoContent) Error() string
- func (o *SystemDeleteSchemaNoContent) IsClientError() bool
- func (o *SystemDeleteSchemaNoContent) IsCode(code int) bool
- func (o *SystemDeleteSchemaNoContent) IsRedirect() bool
- func (o *SystemDeleteSchemaNoContent) IsServerError() bool
- func (o *SystemDeleteSchemaNoContent) IsSuccess() bool
- func (o *SystemDeleteSchemaNoContent) String() string
- type SystemDeleteSchemaNotFound
- func (o *SystemDeleteSchemaNotFound) Code() int
- func (o *SystemDeleteSchemaNotFound) Error() string
- func (o *SystemDeleteSchemaNotFound) GetPayload() *models.Error
- func (o *SystemDeleteSchemaNotFound) IsClientError() bool
- func (o *SystemDeleteSchemaNotFound) IsCode(code int) bool
- func (o *SystemDeleteSchemaNotFound) IsRedirect() bool
- func (o *SystemDeleteSchemaNotFound) IsServerError() bool
- func (o *SystemDeleteSchemaNotFound) IsSuccess() bool
- func (o *SystemDeleteSchemaNotFound) String() string
- type SystemDeleteSchemaParams
- func NewSystemDeleteSchemaParams() *SystemDeleteSchemaParams
- func NewSystemDeleteSchemaParamsWithContext(ctx context.Context) *SystemDeleteSchemaParams
- func NewSystemDeleteSchemaParamsWithHTTPClient(client *http.Client) *SystemDeleteSchemaParams
- func NewSystemDeleteSchemaParamsWithTimeout(timeout time.Duration) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) SetContext(ctx context.Context)
- func (o *SystemDeleteSchemaParams) SetDefaults()
- func (o *SystemDeleteSchemaParams) SetHTTPClient(client *http.Client)
- func (o *SystemDeleteSchemaParams) SetIfMatch(ifMatch *string)
- func (o *SystemDeleteSchemaParams) SetSchID(schID string)
- func (o *SystemDeleteSchemaParams) SetTimeout(timeout time.Duration)
- func (o *SystemDeleteSchemaParams) WithContext(ctx context.Context) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WithDefaults() *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WithHTTPClient(client *http.Client) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WithIfMatch(ifMatch *string) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WithSchID(schID string) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WithTimeout(timeout time.Duration) *SystemDeleteSchemaParams
- func (o *SystemDeleteSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemDeleteSchemaReader
- type SystemDeleteSchemaTooManyRequests
- func (o *SystemDeleteSchemaTooManyRequests) Code() int
- func (o *SystemDeleteSchemaTooManyRequests) Error() string
- func (o *SystemDeleteSchemaTooManyRequests) GetPayload() *models.Error
- func (o *SystemDeleteSchemaTooManyRequests) IsClientError() bool
- func (o *SystemDeleteSchemaTooManyRequests) IsCode(code int) bool
- func (o *SystemDeleteSchemaTooManyRequests) IsRedirect() bool
- func (o *SystemDeleteSchemaTooManyRequests) IsServerError() bool
- func (o *SystemDeleteSchemaTooManyRequests) IsSuccess() bool
- func (o *SystemDeleteSchemaTooManyRequests) String() string
- type SystemDeleteSchemaUnauthorized
- func (o *SystemDeleteSchemaUnauthorized) Code() int
- func (o *SystemDeleteSchemaUnauthorized) Error() string
- func (o *SystemDeleteSchemaUnauthorized) GetPayload() *models.Error
- func (o *SystemDeleteSchemaUnauthorized) IsClientError() bool
- func (o *SystemDeleteSchemaUnauthorized) IsCode(code int) bool
- func (o *SystemDeleteSchemaUnauthorized) IsRedirect() bool
- func (o *SystemDeleteSchemaUnauthorized) IsServerError() bool
- func (o *SystemDeleteSchemaUnauthorized) IsSuccess() bool
- func (o *SystemDeleteSchemaUnauthorized) String() string
- type SystemGetSchemaForbidden
- func (o *SystemGetSchemaForbidden) Code() int
- func (o *SystemGetSchemaForbidden) Error() string
- func (o *SystemGetSchemaForbidden) GetPayload() *models.Error
- func (o *SystemGetSchemaForbidden) IsClientError() bool
- func (o *SystemGetSchemaForbidden) IsCode(code int) bool
- func (o *SystemGetSchemaForbidden) IsRedirect() bool
- func (o *SystemGetSchemaForbidden) IsServerError() bool
- func (o *SystemGetSchemaForbidden) IsSuccess() bool
- func (o *SystemGetSchemaForbidden) String() string
- type SystemGetSchemaNotFound
- func (o *SystemGetSchemaNotFound) Code() int
- func (o *SystemGetSchemaNotFound) Error() string
- func (o *SystemGetSchemaNotFound) GetPayload() *models.Error
- func (o *SystemGetSchemaNotFound) IsClientError() bool
- func (o *SystemGetSchemaNotFound) IsCode(code int) bool
- func (o *SystemGetSchemaNotFound) IsRedirect() bool
- func (o *SystemGetSchemaNotFound) IsServerError() bool
- func (o *SystemGetSchemaNotFound) IsSuccess() bool
- func (o *SystemGetSchemaNotFound) String() string
- type SystemGetSchemaOK
- func (o *SystemGetSchemaOK) Code() int
- func (o *SystemGetSchemaOK) Error() string
- func (o *SystemGetSchemaOK) GetPayload() *models.Schema
- func (o *SystemGetSchemaOK) IsClientError() bool
- func (o *SystemGetSchemaOK) IsCode(code int) bool
- func (o *SystemGetSchemaOK) IsRedirect() bool
- func (o *SystemGetSchemaOK) IsServerError() bool
- func (o *SystemGetSchemaOK) IsSuccess() bool
- func (o *SystemGetSchemaOK) String() string
- type SystemGetSchemaParams
- func NewSystemGetSchemaParams() *SystemGetSchemaParams
- func NewSystemGetSchemaParamsWithContext(ctx context.Context) *SystemGetSchemaParams
- func NewSystemGetSchemaParamsWithHTTPClient(client *http.Client) *SystemGetSchemaParams
- func NewSystemGetSchemaParamsWithTimeout(timeout time.Duration) *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) SetContext(ctx context.Context)
- func (o *SystemGetSchemaParams) SetDefaults()
- func (o *SystemGetSchemaParams) SetHTTPClient(client *http.Client)
- func (o *SystemGetSchemaParams) SetSchID(schID string)
- func (o *SystemGetSchemaParams) SetTimeout(timeout time.Duration)
- func (o *SystemGetSchemaParams) WithContext(ctx context.Context) *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) WithDefaults() *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) WithHTTPClient(client *http.Client) *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) WithSchID(schID string) *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) WithTimeout(timeout time.Duration) *SystemGetSchemaParams
- func (o *SystemGetSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemGetSchemaReader
- type SystemGetSchemaTooManyRequests
- func (o *SystemGetSchemaTooManyRequests) Code() int
- func (o *SystemGetSchemaTooManyRequests) Error() string
- func (o *SystemGetSchemaTooManyRequests) GetPayload() *models.Error
- func (o *SystemGetSchemaTooManyRequests) IsClientError() bool
- func (o *SystemGetSchemaTooManyRequests) IsCode(code int) bool
- func (o *SystemGetSchemaTooManyRequests) IsRedirect() bool
- func (o *SystemGetSchemaTooManyRequests) IsServerError() bool
- func (o *SystemGetSchemaTooManyRequests) IsSuccess() bool
- func (o *SystemGetSchemaTooManyRequests) String() string
- type SystemGetSchemaUnauthorized
- func (o *SystemGetSchemaUnauthorized) Code() int
- func (o *SystemGetSchemaUnauthorized) Error() string
- func (o *SystemGetSchemaUnauthorized) GetPayload() *models.Error
- func (o *SystemGetSchemaUnauthorized) IsClientError() bool
- func (o *SystemGetSchemaUnauthorized) IsCode(code int) bool
- func (o *SystemGetSchemaUnauthorized) IsRedirect() bool
- func (o *SystemGetSchemaUnauthorized) IsServerError() bool
- func (o *SystemGetSchemaUnauthorized) IsSuccess() bool
- func (o *SystemGetSchemaUnauthorized) String() string
- type SystemListSchemasForbidden
- func (o *SystemListSchemasForbidden) Code() int
- func (o *SystemListSchemasForbidden) Error() string
- func (o *SystemListSchemasForbidden) GetPayload() *models.Error
- func (o *SystemListSchemasForbidden) IsClientError() bool
- func (o *SystemListSchemasForbidden) IsCode(code int) bool
- func (o *SystemListSchemasForbidden) IsRedirect() bool
- func (o *SystemListSchemasForbidden) IsServerError() bool
- func (o *SystemListSchemasForbidden) IsSuccess() bool
- func (o *SystemListSchemasForbidden) String() string
- type SystemListSchemasOK
- func (o *SystemListSchemasOK) Code() int
- func (o *SystemListSchemasOK) Error() string
- func (o *SystemListSchemasOK) GetPayload() *models.Schemas
- func (o *SystemListSchemasOK) IsClientError() bool
- func (o *SystemListSchemasOK) IsCode(code int) bool
- func (o *SystemListSchemasOK) IsRedirect() bool
- func (o *SystemListSchemasOK) IsServerError() bool
- func (o *SystemListSchemasOK) IsSuccess() bool
- func (o *SystemListSchemasOK) String() string
- type SystemListSchemasParams
- func NewSystemListSchemasParams() *SystemListSchemasParams
- func NewSystemListSchemasParamsWithContext(ctx context.Context) *SystemListSchemasParams
- func NewSystemListSchemasParamsWithHTTPClient(client *http.Client) *SystemListSchemasParams
- func NewSystemListSchemasParamsWithTimeout(timeout time.Duration) *SystemListSchemasParams
- func (o *SystemListSchemasParams) SetContext(ctx context.Context)
- func (o *SystemListSchemasParams) SetDefaults()
- func (o *SystemListSchemasParams) SetHTTPClient(client *http.Client)
- func (o *SystemListSchemasParams) SetIfMatch(ifMatch *string)
- func (o *SystemListSchemasParams) SetTimeout(timeout time.Duration)
- func (o *SystemListSchemasParams) WithContext(ctx context.Context) *SystemListSchemasParams
- func (o *SystemListSchemasParams) WithDefaults() *SystemListSchemasParams
- func (o *SystemListSchemasParams) WithHTTPClient(client *http.Client) *SystemListSchemasParams
- func (o *SystemListSchemasParams) WithIfMatch(ifMatch *string) *SystemListSchemasParams
- func (o *SystemListSchemasParams) WithTimeout(timeout time.Duration) *SystemListSchemasParams
- func (o *SystemListSchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemListSchemasReader
- type SystemListSchemasTooManyRequests
- func (o *SystemListSchemasTooManyRequests) Code() int
- func (o *SystemListSchemasTooManyRequests) Error() string
- func (o *SystemListSchemasTooManyRequests) GetPayload() *models.Error
- func (o *SystemListSchemasTooManyRequests) IsClientError() bool
- func (o *SystemListSchemasTooManyRequests) IsCode(code int) bool
- func (o *SystemListSchemasTooManyRequests) IsRedirect() bool
- func (o *SystemListSchemasTooManyRequests) IsServerError() bool
- func (o *SystemListSchemasTooManyRequests) IsSuccess() bool
- func (o *SystemListSchemasTooManyRequests) String() string
- type SystemListSchemasUnauthorized
- func (o *SystemListSchemasUnauthorized) Code() int
- func (o *SystemListSchemasUnauthorized) Error() string
- func (o *SystemListSchemasUnauthorized) GetPayload() *models.Error
- func (o *SystemListSchemasUnauthorized) IsClientError() bool
- func (o *SystemListSchemasUnauthorized) IsCode(code int) bool
- func (o *SystemListSchemasUnauthorized) IsRedirect() bool
- func (o *SystemListSchemasUnauthorized) IsServerError() bool
- func (o *SystemListSchemasUnauthorized) IsSuccess() bool
- func (o *SystemListSchemasUnauthorized) String() string
- type SystemUpdateSchemaBadRequest
- func (o *SystemUpdateSchemaBadRequest) Code() int
- func (o *SystemUpdateSchemaBadRequest) Error() string
- func (o *SystemUpdateSchemaBadRequest) GetPayload() *models.Error
- func (o *SystemUpdateSchemaBadRequest) IsClientError() bool
- func (o *SystemUpdateSchemaBadRequest) IsCode(code int) bool
- func (o *SystemUpdateSchemaBadRequest) IsRedirect() bool
- func (o *SystemUpdateSchemaBadRequest) IsServerError() bool
- func (o *SystemUpdateSchemaBadRequest) IsSuccess() bool
- func (o *SystemUpdateSchemaBadRequest) String() string
- type SystemUpdateSchemaConflict
- func (o *SystemUpdateSchemaConflict) Code() int
- func (o *SystemUpdateSchemaConflict) Error() string
- func (o *SystemUpdateSchemaConflict) GetPayload() *models.Error
- func (o *SystemUpdateSchemaConflict) IsClientError() bool
- func (o *SystemUpdateSchemaConflict) IsCode(code int) bool
- func (o *SystemUpdateSchemaConflict) IsRedirect() bool
- func (o *SystemUpdateSchemaConflict) IsServerError() bool
- func (o *SystemUpdateSchemaConflict) IsSuccess() bool
- func (o *SystemUpdateSchemaConflict) String() string
- type SystemUpdateSchemaForbidden
- func (o *SystemUpdateSchemaForbidden) Code() int
- func (o *SystemUpdateSchemaForbidden) Error() string
- func (o *SystemUpdateSchemaForbidden) GetPayload() *models.Error
- func (o *SystemUpdateSchemaForbidden) IsClientError() bool
- func (o *SystemUpdateSchemaForbidden) IsCode(code int) bool
- func (o *SystemUpdateSchemaForbidden) IsRedirect() bool
- func (o *SystemUpdateSchemaForbidden) IsServerError() bool
- func (o *SystemUpdateSchemaForbidden) IsSuccess() bool
- func (o *SystemUpdateSchemaForbidden) String() string
- type SystemUpdateSchemaNotFound
- func (o *SystemUpdateSchemaNotFound) Code() int
- func (o *SystemUpdateSchemaNotFound) Error() string
- func (o *SystemUpdateSchemaNotFound) GetPayload() *models.Error
- func (o *SystemUpdateSchemaNotFound) IsClientError() bool
- func (o *SystemUpdateSchemaNotFound) IsCode(code int) bool
- func (o *SystemUpdateSchemaNotFound) IsRedirect() bool
- func (o *SystemUpdateSchemaNotFound) IsServerError() bool
- func (o *SystemUpdateSchemaNotFound) IsSuccess() bool
- func (o *SystemUpdateSchemaNotFound) String() string
- type SystemUpdateSchemaOK
- func (o *SystemUpdateSchemaOK) Code() int
- func (o *SystemUpdateSchemaOK) Error() string
- func (o *SystemUpdateSchemaOK) GetPayload() *models.Schema
- func (o *SystemUpdateSchemaOK) IsClientError() bool
- func (o *SystemUpdateSchemaOK) IsCode(code int) bool
- func (o *SystemUpdateSchemaOK) IsRedirect() bool
- func (o *SystemUpdateSchemaOK) IsServerError() bool
- func (o *SystemUpdateSchemaOK) IsSuccess() bool
- func (o *SystemUpdateSchemaOK) String() string
- type SystemUpdateSchemaParams
- func NewSystemUpdateSchemaParams() *SystemUpdateSchemaParams
- func NewSystemUpdateSchemaParamsWithContext(ctx context.Context) *SystemUpdateSchemaParams
- func NewSystemUpdateSchemaParamsWithHTTPClient(client *http.Client) *SystemUpdateSchemaParams
- func NewSystemUpdateSchemaParamsWithTimeout(timeout time.Duration) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) SetContext(ctx context.Context)
- func (o *SystemUpdateSchemaParams) SetDefaults()
- func (o *SystemUpdateSchemaParams) SetHTTPClient(client *http.Client)
- func (o *SystemUpdateSchemaParams) SetIfMatch(ifMatch *string)
- func (o *SystemUpdateSchemaParams) SetSchID(schID string)
- func (o *SystemUpdateSchemaParams) SetSchema(schema *models.Schema)
- func (o *SystemUpdateSchemaParams) SetTimeout(timeout time.Duration)
- func (o *SystemUpdateSchemaParams) WithContext(ctx context.Context) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithDefaults() *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithHTTPClient(client *http.Client) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithIfMatch(ifMatch *string) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithSchID(schID string) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithSchema(schema *models.Schema) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WithTimeout(timeout time.Duration) *SystemUpdateSchemaParams
- func (o *SystemUpdateSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemUpdateSchemaReader
- type SystemUpdateSchemaTooManyRequests
- func (o *SystemUpdateSchemaTooManyRequests) Code() int
- func (o *SystemUpdateSchemaTooManyRequests) Error() string
- func (o *SystemUpdateSchemaTooManyRequests) GetPayload() *models.Error
- func (o *SystemUpdateSchemaTooManyRequests) IsClientError() bool
- func (o *SystemUpdateSchemaTooManyRequests) IsCode(code int) bool
- func (o *SystemUpdateSchemaTooManyRequests) IsRedirect() bool
- func (o *SystemUpdateSchemaTooManyRequests) IsServerError() bool
- func (o *SystemUpdateSchemaTooManyRequests) IsSuccess() bool
- func (o *SystemUpdateSchemaTooManyRequests) String() string
- type SystemUpdateSchemaUnauthorized
- func (o *SystemUpdateSchemaUnauthorized) Code() int
- func (o *SystemUpdateSchemaUnauthorized) Error() string
- func (o *SystemUpdateSchemaUnauthorized) GetPayload() *models.Error
- func (o *SystemUpdateSchemaUnauthorized) IsClientError() bool
- func (o *SystemUpdateSchemaUnauthorized) IsCode(code int) bool
- func (o *SystemUpdateSchemaUnauthorized) IsRedirect() bool
- func (o *SystemUpdateSchemaUnauthorized) IsServerError() bool
- func (o *SystemUpdateSchemaUnauthorized) IsSuccess() bool
- func (o *SystemUpdateSchemaUnauthorized) String() string
- type SystemUpdateSchemaUnprocessableEntity
- func (o *SystemUpdateSchemaUnprocessableEntity) Code() int
- func (o *SystemUpdateSchemaUnprocessableEntity) Error() string
- func (o *SystemUpdateSchemaUnprocessableEntity) GetPayload() *models.Error
- func (o *SystemUpdateSchemaUnprocessableEntity) IsClientError() bool
- func (o *SystemUpdateSchemaUnprocessableEntity) IsCode(code int) bool
- func (o *SystemUpdateSchemaUnprocessableEntity) IsRedirect() bool
- func (o *SystemUpdateSchemaUnprocessableEntity) IsServerError() bool
- func (o *SystemUpdateSchemaUnprocessableEntity) IsSuccess() bool
- func (o *SystemUpdateSchemaUnprocessableEntity) 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 schemas API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SystemCreateSchema ¶
func (a *Client) SystemCreateSchema(params *SystemCreateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateSchemaCreated, error)
SystemCreateSchema creates schema
Create a schema. Set the `system` flag to prevent the schema from deletion or modifications.
func (*Client) SystemDeleteSchema ¶
func (a *Client) SystemDeleteSchema(params *SystemDeleteSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteSchemaNoContent, error)
SystemDeleteSchema deletes schema
Delete a schema. Schemas marked with the `system` flag aren't available for deletion.
func (*Client) SystemGetSchema ¶
func (a *Client) SystemGetSchema(params *SystemGetSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetSchemaOK, error)
SystemGetSchema gets schema
Gets schema.
func (*Client) SystemListSchemas ¶
func (a *Client) SystemListSchemas(params *SystemListSchemasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListSchemasOK, error)
SystemListSchemas lists schemas
List all schemas.
func (*Client) SystemUpdateSchema ¶
func (a *Client) SystemUpdateSchema(params *SystemUpdateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateSchemaOK, error)
SystemUpdateSchema updates schema
Update a schema. Schemas marked with the `system` flag aren't available for update.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { SystemCreateSchema(params *SystemCreateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateSchemaCreated, error) SystemDeleteSchema(params *SystemDeleteSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteSchemaNoContent, error) SystemGetSchema(params *SystemGetSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetSchemaOK, error) SystemListSchemas(params *SystemListSchemasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListSchemasOK, error) SystemUpdateSchema(params *SystemUpdateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateSchemaOK, 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 schemas API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new schemas API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new schemas API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type SystemCreateSchemaBadRequest ¶
SystemCreateSchemaBadRequest describes a response with status code 400, with default header values.
Bad request
func NewSystemCreateSchemaBadRequest ¶
func NewSystemCreateSchemaBadRequest() *SystemCreateSchemaBadRequest
NewSystemCreateSchemaBadRequest creates a SystemCreateSchemaBadRequest with default headers values
func (*SystemCreateSchemaBadRequest) Code ¶
func (o *SystemCreateSchemaBadRequest) Code() int
Code gets the status code for the system create schema bad request response
func (*SystemCreateSchemaBadRequest) Error ¶
func (o *SystemCreateSchemaBadRequest) Error() string
func (*SystemCreateSchemaBadRequest) GetPayload ¶
func (o *SystemCreateSchemaBadRequest) GetPayload() *models.Error
func (*SystemCreateSchemaBadRequest) IsClientError ¶
func (o *SystemCreateSchemaBadRequest) IsClientError() bool
IsClientError returns true when this system create schema bad request response has a 4xx status code
func (*SystemCreateSchemaBadRequest) IsCode ¶
func (o *SystemCreateSchemaBadRequest) IsCode(code int) bool
IsCode returns true when this system create schema bad request response a status code equal to that given
func (*SystemCreateSchemaBadRequest) IsRedirect ¶
func (o *SystemCreateSchemaBadRequest) IsRedirect() bool
IsRedirect returns true when this system create schema bad request response has a 3xx status code
func (*SystemCreateSchemaBadRequest) IsServerError ¶
func (o *SystemCreateSchemaBadRequest) IsServerError() bool
IsServerError returns true when this system create schema bad request response has a 5xx status code
func (*SystemCreateSchemaBadRequest) IsSuccess ¶
func (o *SystemCreateSchemaBadRequest) IsSuccess() bool
IsSuccess returns true when this system create schema bad request response has a 2xx status code
func (*SystemCreateSchemaBadRequest) String ¶
func (o *SystemCreateSchemaBadRequest) String() string
type SystemCreateSchemaConflict ¶
SystemCreateSchemaConflict describes a response with status code 409, with default header values.
Conflict
func NewSystemCreateSchemaConflict ¶
func NewSystemCreateSchemaConflict() *SystemCreateSchemaConflict
NewSystemCreateSchemaConflict creates a SystemCreateSchemaConflict with default headers values
func (*SystemCreateSchemaConflict) Code ¶
func (o *SystemCreateSchemaConflict) Code() int
Code gets the status code for the system create schema conflict response
func (*SystemCreateSchemaConflict) Error ¶
func (o *SystemCreateSchemaConflict) Error() string
func (*SystemCreateSchemaConflict) GetPayload ¶
func (o *SystemCreateSchemaConflict) GetPayload() *models.Error
func (*SystemCreateSchemaConflict) IsClientError ¶
func (o *SystemCreateSchemaConflict) IsClientError() bool
IsClientError returns true when this system create schema conflict response has a 4xx status code
func (*SystemCreateSchemaConflict) IsCode ¶
func (o *SystemCreateSchemaConflict) IsCode(code int) bool
IsCode returns true when this system create schema conflict response a status code equal to that given
func (*SystemCreateSchemaConflict) IsRedirect ¶
func (o *SystemCreateSchemaConflict) IsRedirect() bool
IsRedirect returns true when this system create schema conflict response has a 3xx status code
func (*SystemCreateSchemaConflict) IsServerError ¶
func (o *SystemCreateSchemaConflict) IsServerError() bool
IsServerError returns true when this system create schema conflict response has a 5xx status code
func (*SystemCreateSchemaConflict) IsSuccess ¶
func (o *SystemCreateSchemaConflict) IsSuccess() bool
IsSuccess returns true when this system create schema conflict response has a 2xx status code
func (*SystemCreateSchemaConflict) String ¶
func (o *SystemCreateSchemaConflict) String() string
type SystemCreateSchemaCreated ¶
SystemCreateSchemaCreated describes a response with status code 201, with default header values.
Schema
func NewSystemCreateSchemaCreated ¶
func NewSystemCreateSchemaCreated() *SystemCreateSchemaCreated
NewSystemCreateSchemaCreated creates a SystemCreateSchemaCreated with default headers values
func (*SystemCreateSchemaCreated) Code ¶
func (o *SystemCreateSchemaCreated) Code() int
Code gets the status code for the system create schema created response
func (*SystemCreateSchemaCreated) Error ¶
func (o *SystemCreateSchemaCreated) Error() string
func (*SystemCreateSchemaCreated) GetPayload ¶
func (o *SystemCreateSchemaCreated) GetPayload() *models.Schema
func (*SystemCreateSchemaCreated) IsClientError ¶
func (o *SystemCreateSchemaCreated) IsClientError() bool
IsClientError returns true when this system create schema created response has a 4xx status code
func (*SystemCreateSchemaCreated) IsCode ¶
func (o *SystemCreateSchemaCreated) IsCode(code int) bool
IsCode returns true when this system create schema created response a status code equal to that given
func (*SystemCreateSchemaCreated) IsRedirect ¶
func (o *SystemCreateSchemaCreated) IsRedirect() bool
IsRedirect returns true when this system create schema created response has a 3xx status code
func (*SystemCreateSchemaCreated) IsServerError ¶
func (o *SystemCreateSchemaCreated) IsServerError() bool
IsServerError returns true when this system create schema created response has a 5xx status code
func (*SystemCreateSchemaCreated) IsSuccess ¶
func (o *SystemCreateSchemaCreated) IsSuccess() bool
IsSuccess returns true when this system create schema created response has a 2xx status code
func (*SystemCreateSchemaCreated) String ¶
func (o *SystemCreateSchemaCreated) String() string
type SystemCreateSchemaForbidden ¶
SystemCreateSchemaForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSystemCreateSchemaForbidden ¶
func NewSystemCreateSchemaForbidden() *SystemCreateSchemaForbidden
NewSystemCreateSchemaForbidden creates a SystemCreateSchemaForbidden with default headers values
func (*SystemCreateSchemaForbidden) Code ¶
func (o *SystemCreateSchemaForbidden) Code() int
Code gets the status code for the system create schema forbidden response
func (*SystemCreateSchemaForbidden) Error ¶
func (o *SystemCreateSchemaForbidden) Error() string
func (*SystemCreateSchemaForbidden) GetPayload ¶
func (o *SystemCreateSchemaForbidden) GetPayload() *models.Error
func (*SystemCreateSchemaForbidden) IsClientError ¶
func (o *SystemCreateSchemaForbidden) IsClientError() bool
IsClientError returns true when this system create schema forbidden response has a 4xx status code
func (*SystemCreateSchemaForbidden) IsCode ¶
func (o *SystemCreateSchemaForbidden) IsCode(code int) bool
IsCode returns true when this system create schema forbidden response a status code equal to that given
func (*SystemCreateSchemaForbidden) IsRedirect ¶
func (o *SystemCreateSchemaForbidden) IsRedirect() bool
IsRedirect returns true when this system create schema forbidden response has a 3xx status code
func (*SystemCreateSchemaForbidden) IsServerError ¶
func (o *SystemCreateSchemaForbidden) IsServerError() bool
IsServerError returns true when this system create schema forbidden response has a 5xx status code
func (*SystemCreateSchemaForbidden) IsSuccess ¶
func (o *SystemCreateSchemaForbidden) IsSuccess() bool
IsSuccess returns true when this system create schema forbidden response has a 2xx status code
func (*SystemCreateSchemaForbidden) String ¶
func (o *SystemCreateSchemaForbidden) String() string
type SystemCreateSchemaNotFound ¶
SystemCreateSchemaNotFound describes a response with status code 404, with default header values.
Not found
func NewSystemCreateSchemaNotFound ¶
func NewSystemCreateSchemaNotFound() *SystemCreateSchemaNotFound
NewSystemCreateSchemaNotFound creates a SystemCreateSchemaNotFound with default headers values
func (*SystemCreateSchemaNotFound) Code ¶
func (o *SystemCreateSchemaNotFound) Code() int
Code gets the status code for the system create schema not found response
func (*SystemCreateSchemaNotFound) Error ¶
func (o *SystemCreateSchemaNotFound) Error() string
func (*SystemCreateSchemaNotFound) GetPayload ¶
func (o *SystemCreateSchemaNotFound) GetPayload() *models.Error
func (*SystemCreateSchemaNotFound) IsClientError ¶
func (o *SystemCreateSchemaNotFound) IsClientError() bool
IsClientError returns true when this system create schema not found response has a 4xx status code
func (*SystemCreateSchemaNotFound) IsCode ¶
func (o *SystemCreateSchemaNotFound) IsCode(code int) bool
IsCode returns true when this system create schema not found response a status code equal to that given
func (*SystemCreateSchemaNotFound) IsRedirect ¶
func (o *SystemCreateSchemaNotFound) IsRedirect() bool
IsRedirect returns true when this system create schema not found response has a 3xx status code
func (*SystemCreateSchemaNotFound) IsServerError ¶
func (o *SystemCreateSchemaNotFound) IsServerError() bool
IsServerError returns true when this system create schema not found response has a 5xx status code
func (*SystemCreateSchemaNotFound) IsSuccess ¶
func (o *SystemCreateSchemaNotFound) IsSuccess() bool
IsSuccess returns true when this system create schema not found response has a 2xx status code
func (*SystemCreateSchemaNotFound) String ¶
func (o *SystemCreateSchemaNotFound) String() string
type SystemCreateSchemaParams ¶
type SystemCreateSchemaParams struct { // Schema. Schema *models.Schema /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SystemCreateSchemaParams contains all the parameters to send to the API endpoint
for the system create schema operation. Typically these are written to a http.Request.
func NewSystemCreateSchemaParams ¶
func NewSystemCreateSchemaParams() *SystemCreateSchemaParams
NewSystemCreateSchemaParams creates a new SystemCreateSchemaParams 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 NewSystemCreateSchemaParamsWithContext ¶
func NewSystemCreateSchemaParamsWithContext(ctx context.Context) *SystemCreateSchemaParams
NewSystemCreateSchemaParamsWithContext creates a new SystemCreateSchemaParams object with the ability to set a context for a request.
func NewSystemCreateSchemaParamsWithHTTPClient ¶
func NewSystemCreateSchemaParamsWithHTTPClient(client *http.Client) *SystemCreateSchemaParams
NewSystemCreateSchemaParamsWithHTTPClient creates a new SystemCreateSchemaParams object with the ability to set a custom HTTPClient for a request.
func NewSystemCreateSchemaParamsWithTimeout ¶
func NewSystemCreateSchemaParamsWithTimeout(timeout time.Duration) *SystemCreateSchemaParams
NewSystemCreateSchemaParamsWithTimeout creates a new SystemCreateSchemaParams object with the ability to set a timeout on a request.
func (*SystemCreateSchemaParams) SetContext ¶
func (o *SystemCreateSchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the system create schema params
func (*SystemCreateSchemaParams) SetDefaults ¶
func (o *SystemCreateSchemaParams) SetDefaults()
SetDefaults hydrates default values in the system create schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemCreateSchemaParams) SetHTTPClient ¶
func (o *SystemCreateSchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the system create schema params
func (*SystemCreateSchemaParams) SetIfMatch ¶
func (o *SystemCreateSchemaParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the system create schema params
func (*SystemCreateSchemaParams) SetSchema ¶
func (o *SystemCreateSchemaParams) SetSchema(schema *models.Schema)
SetSchema adds the schema to the system create schema params
func (*SystemCreateSchemaParams) SetTimeout ¶
func (o *SystemCreateSchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the system create schema params
func (*SystemCreateSchemaParams) WithContext ¶
func (o *SystemCreateSchemaParams) WithContext(ctx context.Context) *SystemCreateSchemaParams
WithContext adds the context to the system create schema params
func (*SystemCreateSchemaParams) WithDefaults ¶
func (o *SystemCreateSchemaParams) WithDefaults() *SystemCreateSchemaParams
WithDefaults hydrates default values in the system create schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemCreateSchemaParams) WithHTTPClient ¶
func (o *SystemCreateSchemaParams) WithHTTPClient(client *http.Client) *SystemCreateSchemaParams
WithHTTPClient adds the HTTPClient to the system create schema params
func (*SystemCreateSchemaParams) WithIfMatch ¶
func (o *SystemCreateSchemaParams) WithIfMatch(ifMatch *string) *SystemCreateSchemaParams
WithIfMatch adds the ifMatch to the system create schema params
func (*SystemCreateSchemaParams) WithSchema ¶
func (o *SystemCreateSchemaParams) WithSchema(schema *models.Schema) *SystemCreateSchemaParams
WithSchema adds the schema to the system create schema params
func (*SystemCreateSchemaParams) WithTimeout ¶
func (o *SystemCreateSchemaParams) WithTimeout(timeout time.Duration) *SystemCreateSchemaParams
WithTimeout adds the timeout to the system create schema params
func (*SystemCreateSchemaParams) WriteToRequest ¶
func (o *SystemCreateSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SystemCreateSchemaReader ¶
type SystemCreateSchemaReader struct {
// contains filtered or unexported fields
}
SystemCreateSchemaReader is a Reader for the SystemCreateSchema structure.
func (*SystemCreateSchemaReader) ReadResponse ¶
func (o *SystemCreateSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SystemCreateSchemaTooManyRequests ¶
SystemCreateSchemaTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewSystemCreateSchemaTooManyRequests ¶
func NewSystemCreateSchemaTooManyRequests() *SystemCreateSchemaTooManyRequests
NewSystemCreateSchemaTooManyRequests creates a SystemCreateSchemaTooManyRequests with default headers values
func (*SystemCreateSchemaTooManyRequests) Code ¶
func (o *SystemCreateSchemaTooManyRequests) Code() int
Code gets the status code for the system create schema too many requests response
func (*SystemCreateSchemaTooManyRequests) Error ¶
func (o *SystemCreateSchemaTooManyRequests) Error() string
func (*SystemCreateSchemaTooManyRequests) GetPayload ¶
func (o *SystemCreateSchemaTooManyRequests) GetPayload() *models.Error
func (*SystemCreateSchemaTooManyRequests) IsClientError ¶
func (o *SystemCreateSchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this system create schema too many requests response has a 4xx status code
func (*SystemCreateSchemaTooManyRequests) IsCode ¶
func (o *SystemCreateSchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this system create schema too many requests response a status code equal to that given
func (*SystemCreateSchemaTooManyRequests) IsRedirect ¶
func (o *SystemCreateSchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this system create schema too many requests response has a 3xx status code
func (*SystemCreateSchemaTooManyRequests) IsServerError ¶
func (o *SystemCreateSchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this system create schema too many requests response has a 5xx status code
func (*SystemCreateSchemaTooManyRequests) IsSuccess ¶
func (o *SystemCreateSchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this system create schema too many requests response has a 2xx status code
func (*SystemCreateSchemaTooManyRequests) String ¶
func (o *SystemCreateSchemaTooManyRequests) String() string
type SystemCreateSchemaUnauthorized ¶
type SystemCreateSchemaUnauthorized struct {
}SystemCreateSchemaUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSystemCreateSchemaUnauthorized ¶
func NewSystemCreateSchemaUnauthorized() *SystemCreateSchemaUnauthorized
NewSystemCreateSchemaUnauthorized creates a SystemCreateSchemaUnauthorized with default headers values
func (*SystemCreateSchemaUnauthorized) Code ¶
func (o *SystemCreateSchemaUnauthorized) Code() int
Code gets the status code for the system create schema unauthorized response
func (*SystemCreateSchemaUnauthorized) Error ¶
func (o *SystemCreateSchemaUnauthorized) Error() string
func (*SystemCreateSchemaUnauthorized) GetPayload ¶
func (o *SystemCreateSchemaUnauthorized) GetPayload() *models.Error
func (*SystemCreateSchemaUnauthorized) IsClientError ¶
func (o *SystemCreateSchemaUnauthorized) IsClientError() bool
IsClientError returns true when this system create schema unauthorized response has a 4xx status code
func (*SystemCreateSchemaUnauthorized) IsCode ¶
func (o *SystemCreateSchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this system create schema unauthorized response a status code equal to that given
func (*SystemCreateSchemaUnauthorized) IsRedirect ¶
func (o *SystemCreateSchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this system create schema unauthorized response has a 3xx status code
func (*SystemCreateSchemaUnauthorized) IsServerError ¶
func (o *SystemCreateSchemaUnauthorized) IsServerError() bool
IsServerError returns true when this system create schema unauthorized response has a 5xx status code
func (*SystemCreateSchemaUnauthorized) IsSuccess ¶
func (o *SystemCreateSchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this system create schema unauthorized response has a 2xx status code
func (*SystemCreateSchemaUnauthorized) String ¶
func (o *SystemCreateSchemaUnauthorized) String() string
type SystemCreateSchemaUnprocessableEntity ¶
SystemCreateSchemaUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewSystemCreateSchemaUnprocessableEntity ¶
func NewSystemCreateSchemaUnprocessableEntity() *SystemCreateSchemaUnprocessableEntity
NewSystemCreateSchemaUnprocessableEntity creates a SystemCreateSchemaUnprocessableEntity with default headers values
func (*SystemCreateSchemaUnprocessableEntity) Code ¶
func (o *SystemCreateSchemaUnprocessableEntity) Code() int
Code gets the status code for the system create schema unprocessable entity response
func (*SystemCreateSchemaUnprocessableEntity) Error ¶
func (o *SystemCreateSchemaUnprocessableEntity) Error() string
func (*SystemCreateSchemaUnprocessableEntity) GetPayload ¶
func (o *SystemCreateSchemaUnprocessableEntity) GetPayload() *models.Error
func (*SystemCreateSchemaUnprocessableEntity) IsClientError ¶
func (o *SystemCreateSchemaUnprocessableEntity) IsClientError() bool
IsClientError returns true when this system create schema unprocessable entity response has a 4xx status code
func (*SystemCreateSchemaUnprocessableEntity) IsCode ¶
func (o *SystemCreateSchemaUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this system create schema unprocessable entity response a status code equal to that given
func (*SystemCreateSchemaUnprocessableEntity) IsRedirect ¶
func (o *SystemCreateSchemaUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this system create schema unprocessable entity response has a 3xx status code
func (*SystemCreateSchemaUnprocessableEntity) IsServerError ¶
func (o *SystemCreateSchemaUnprocessableEntity) IsServerError() bool
IsServerError returns true when this system create schema unprocessable entity response has a 5xx status code
func (*SystemCreateSchemaUnprocessableEntity) IsSuccess ¶
func (o *SystemCreateSchemaUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this system create schema unprocessable entity response has a 2xx status code
func (*SystemCreateSchemaUnprocessableEntity) String ¶
func (o *SystemCreateSchemaUnprocessableEntity) String() string
type SystemDeleteSchemaBadRequest ¶
SystemDeleteSchemaBadRequest describes a response with status code 400, with default header values.
Bad request
func NewSystemDeleteSchemaBadRequest ¶
func NewSystemDeleteSchemaBadRequest() *SystemDeleteSchemaBadRequest
NewSystemDeleteSchemaBadRequest creates a SystemDeleteSchemaBadRequest with default headers values
func (*SystemDeleteSchemaBadRequest) Code ¶
func (o *SystemDeleteSchemaBadRequest) Code() int
Code gets the status code for the system delete schema bad request response
func (*SystemDeleteSchemaBadRequest) Error ¶
func (o *SystemDeleteSchemaBadRequest) Error() string
func (*SystemDeleteSchemaBadRequest) GetPayload ¶
func (o *SystemDeleteSchemaBadRequest) GetPayload() *models.Error
func (*SystemDeleteSchemaBadRequest) IsClientError ¶
func (o *SystemDeleteSchemaBadRequest) IsClientError() bool
IsClientError returns true when this system delete schema bad request response has a 4xx status code
func (*SystemDeleteSchemaBadRequest) IsCode ¶
func (o *SystemDeleteSchemaBadRequest) IsCode(code int) bool
IsCode returns true when this system delete schema bad request response a status code equal to that given
func (*SystemDeleteSchemaBadRequest) IsRedirect ¶
func (o *SystemDeleteSchemaBadRequest) IsRedirect() bool
IsRedirect returns true when this system delete schema bad request response has a 3xx status code
func (*SystemDeleteSchemaBadRequest) IsServerError ¶
func (o *SystemDeleteSchemaBadRequest) IsServerError() bool
IsServerError returns true when this system delete schema bad request response has a 5xx status code
func (*SystemDeleteSchemaBadRequest) IsSuccess ¶
func (o *SystemDeleteSchemaBadRequest) IsSuccess() bool
IsSuccess returns true when this system delete schema bad request response has a 2xx status code
func (*SystemDeleteSchemaBadRequest) String ¶
func (o *SystemDeleteSchemaBadRequest) String() string
type SystemDeleteSchemaConflict ¶
SystemDeleteSchemaConflict describes a response with status code 409, with default header values.
Conflict
func NewSystemDeleteSchemaConflict ¶
func NewSystemDeleteSchemaConflict() *SystemDeleteSchemaConflict
NewSystemDeleteSchemaConflict creates a SystemDeleteSchemaConflict with default headers values
func (*SystemDeleteSchemaConflict) Code ¶
func (o *SystemDeleteSchemaConflict) Code() int
Code gets the status code for the system delete schema conflict response
func (*SystemDeleteSchemaConflict) Error ¶
func (o *SystemDeleteSchemaConflict) Error() string
func (*SystemDeleteSchemaConflict) GetPayload ¶
func (o *SystemDeleteSchemaConflict) GetPayload() *models.Error
func (*SystemDeleteSchemaConflict) IsClientError ¶
func (o *SystemDeleteSchemaConflict) IsClientError() bool
IsClientError returns true when this system delete schema conflict response has a 4xx status code
func (*SystemDeleteSchemaConflict) IsCode ¶
func (o *SystemDeleteSchemaConflict) IsCode(code int) bool
IsCode returns true when this system delete schema conflict response a status code equal to that given
func (*SystemDeleteSchemaConflict) IsRedirect ¶
func (o *SystemDeleteSchemaConflict) IsRedirect() bool
IsRedirect returns true when this system delete schema conflict response has a 3xx status code
func (*SystemDeleteSchemaConflict) IsServerError ¶
func (o *SystemDeleteSchemaConflict) IsServerError() bool
IsServerError returns true when this system delete schema conflict response has a 5xx status code
func (*SystemDeleteSchemaConflict) IsSuccess ¶
func (o *SystemDeleteSchemaConflict) IsSuccess() bool
IsSuccess returns true when this system delete schema conflict response has a 2xx status code
func (*SystemDeleteSchemaConflict) String ¶
func (o *SystemDeleteSchemaConflict) String() string
type SystemDeleteSchemaForbidden ¶
SystemDeleteSchemaForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSystemDeleteSchemaForbidden ¶
func NewSystemDeleteSchemaForbidden() *SystemDeleteSchemaForbidden
NewSystemDeleteSchemaForbidden creates a SystemDeleteSchemaForbidden with default headers values
func (*SystemDeleteSchemaForbidden) Code ¶
func (o *SystemDeleteSchemaForbidden) Code() int
Code gets the status code for the system delete schema forbidden response
func (*SystemDeleteSchemaForbidden) Error ¶
func (o *SystemDeleteSchemaForbidden) Error() string
func (*SystemDeleteSchemaForbidden) GetPayload ¶
func (o *SystemDeleteSchemaForbidden) GetPayload() *models.Error
func (*SystemDeleteSchemaForbidden) IsClientError ¶
func (o *SystemDeleteSchemaForbidden) IsClientError() bool
IsClientError returns true when this system delete schema forbidden response has a 4xx status code
func (*SystemDeleteSchemaForbidden) IsCode ¶
func (o *SystemDeleteSchemaForbidden) IsCode(code int) bool
IsCode returns true when this system delete schema forbidden response a status code equal to that given
func (*SystemDeleteSchemaForbidden) IsRedirect ¶
func (o *SystemDeleteSchemaForbidden) IsRedirect() bool
IsRedirect returns true when this system delete schema forbidden response has a 3xx status code
func (*SystemDeleteSchemaForbidden) IsServerError ¶
func (o *SystemDeleteSchemaForbidden) IsServerError() bool
IsServerError returns true when this system delete schema forbidden response has a 5xx status code
func (*SystemDeleteSchemaForbidden) IsSuccess ¶
func (o *SystemDeleteSchemaForbidden) IsSuccess() bool
IsSuccess returns true when this system delete schema forbidden response has a 2xx status code
func (*SystemDeleteSchemaForbidden) String ¶
func (o *SystemDeleteSchemaForbidden) String() string
type SystemDeleteSchemaNoContent ¶
type SystemDeleteSchemaNoContent struct { }
SystemDeleteSchemaNoContent describes a response with status code 204, with default header values.
Schema has been deleted
func NewSystemDeleteSchemaNoContent ¶
func NewSystemDeleteSchemaNoContent() *SystemDeleteSchemaNoContent
NewSystemDeleteSchemaNoContent creates a SystemDeleteSchemaNoContent with default headers values
func (*SystemDeleteSchemaNoContent) Code ¶
func (o *SystemDeleteSchemaNoContent) Code() int
Code gets the status code for the system delete schema no content response
func (*SystemDeleteSchemaNoContent) Error ¶
func (o *SystemDeleteSchemaNoContent) Error() string
func (*SystemDeleteSchemaNoContent) IsClientError ¶
func (o *SystemDeleteSchemaNoContent) IsClientError() bool
IsClientError returns true when this system delete schema no content response has a 4xx status code
func (*SystemDeleteSchemaNoContent) IsCode ¶
func (o *SystemDeleteSchemaNoContent) IsCode(code int) bool
IsCode returns true when this system delete schema no content response a status code equal to that given
func (*SystemDeleteSchemaNoContent) IsRedirect ¶
func (o *SystemDeleteSchemaNoContent) IsRedirect() bool
IsRedirect returns true when this system delete schema no content response has a 3xx status code
func (*SystemDeleteSchemaNoContent) IsServerError ¶
func (o *SystemDeleteSchemaNoContent) IsServerError() bool
IsServerError returns true when this system delete schema no content response has a 5xx status code
func (*SystemDeleteSchemaNoContent) IsSuccess ¶
func (o *SystemDeleteSchemaNoContent) IsSuccess() bool
IsSuccess returns true when this system delete schema no content response has a 2xx status code
func (*SystemDeleteSchemaNoContent) String ¶
func (o *SystemDeleteSchemaNoContent) String() string
type SystemDeleteSchemaNotFound ¶
SystemDeleteSchemaNotFound describes a response with status code 404, with default header values.
Not found
func NewSystemDeleteSchemaNotFound ¶
func NewSystemDeleteSchemaNotFound() *SystemDeleteSchemaNotFound
NewSystemDeleteSchemaNotFound creates a SystemDeleteSchemaNotFound with default headers values
func (*SystemDeleteSchemaNotFound) Code ¶
func (o *SystemDeleteSchemaNotFound) Code() int
Code gets the status code for the system delete schema not found response
func (*SystemDeleteSchemaNotFound) Error ¶
func (o *SystemDeleteSchemaNotFound) Error() string
func (*SystemDeleteSchemaNotFound) GetPayload ¶
func (o *SystemDeleteSchemaNotFound) GetPayload() *models.Error
func (*SystemDeleteSchemaNotFound) IsClientError ¶
func (o *SystemDeleteSchemaNotFound) IsClientError() bool
IsClientError returns true when this system delete schema not found response has a 4xx status code
func (*SystemDeleteSchemaNotFound) IsCode ¶
func (o *SystemDeleteSchemaNotFound) IsCode(code int) bool
IsCode returns true when this system delete schema not found response a status code equal to that given
func (*SystemDeleteSchemaNotFound) IsRedirect ¶
func (o *SystemDeleteSchemaNotFound) IsRedirect() bool
IsRedirect returns true when this system delete schema not found response has a 3xx status code
func (*SystemDeleteSchemaNotFound) IsServerError ¶
func (o *SystemDeleteSchemaNotFound) IsServerError() bool
IsServerError returns true when this system delete schema not found response has a 5xx status code
func (*SystemDeleteSchemaNotFound) IsSuccess ¶
func (o *SystemDeleteSchemaNotFound) IsSuccess() bool
IsSuccess returns true when this system delete schema not found response has a 2xx status code
func (*SystemDeleteSchemaNotFound) String ¶
func (o *SystemDeleteSchemaNotFound) String() string
type SystemDeleteSchemaParams ¶
type SystemDeleteSchemaParams struct { /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string // SchID. SchID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SystemDeleteSchemaParams contains all the parameters to send to the API endpoint
for the system delete schema operation. Typically these are written to a http.Request.
func NewSystemDeleteSchemaParams ¶
func NewSystemDeleteSchemaParams() *SystemDeleteSchemaParams
NewSystemDeleteSchemaParams creates a new SystemDeleteSchemaParams 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 NewSystemDeleteSchemaParamsWithContext ¶
func NewSystemDeleteSchemaParamsWithContext(ctx context.Context) *SystemDeleteSchemaParams
NewSystemDeleteSchemaParamsWithContext creates a new SystemDeleteSchemaParams object with the ability to set a context for a request.
func NewSystemDeleteSchemaParamsWithHTTPClient ¶
func NewSystemDeleteSchemaParamsWithHTTPClient(client *http.Client) *SystemDeleteSchemaParams
NewSystemDeleteSchemaParamsWithHTTPClient creates a new SystemDeleteSchemaParams object with the ability to set a custom HTTPClient for a request.
func NewSystemDeleteSchemaParamsWithTimeout ¶
func NewSystemDeleteSchemaParamsWithTimeout(timeout time.Duration) *SystemDeleteSchemaParams
NewSystemDeleteSchemaParamsWithTimeout creates a new SystemDeleteSchemaParams object with the ability to set a timeout on a request.
func (*SystemDeleteSchemaParams) SetContext ¶
func (o *SystemDeleteSchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the system delete schema params
func (*SystemDeleteSchemaParams) SetDefaults ¶
func (o *SystemDeleteSchemaParams) SetDefaults()
SetDefaults hydrates default values in the system delete schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemDeleteSchemaParams) SetHTTPClient ¶
func (o *SystemDeleteSchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the system delete schema params
func (*SystemDeleteSchemaParams) SetIfMatch ¶
func (o *SystemDeleteSchemaParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the system delete schema params
func (*SystemDeleteSchemaParams) SetSchID ¶
func (o *SystemDeleteSchemaParams) SetSchID(schID string)
SetSchID adds the schId to the system delete schema params
func (*SystemDeleteSchemaParams) SetTimeout ¶
func (o *SystemDeleteSchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the system delete schema params
func (*SystemDeleteSchemaParams) WithContext ¶
func (o *SystemDeleteSchemaParams) WithContext(ctx context.Context) *SystemDeleteSchemaParams
WithContext adds the context to the system delete schema params
func (*SystemDeleteSchemaParams) WithDefaults ¶
func (o *SystemDeleteSchemaParams) WithDefaults() *SystemDeleteSchemaParams
WithDefaults hydrates default values in the system delete schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemDeleteSchemaParams) WithHTTPClient ¶
func (o *SystemDeleteSchemaParams) WithHTTPClient(client *http.Client) *SystemDeleteSchemaParams
WithHTTPClient adds the HTTPClient to the system delete schema params
func (*SystemDeleteSchemaParams) WithIfMatch ¶
func (o *SystemDeleteSchemaParams) WithIfMatch(ifMatch *string) *SystemDeleteSchemaParams
WithIfMatch adds the ifMatch to the system delete schema params
func (*SystemDeleteSchemaParams) WithSchID ¶
func (o *SystemDeleteSchemaParams) WithSchID(schID string) *SystemDeleteSchemaParams
WithSchID adds the schID to the system delete schema params
func (*SystemDeleteSchemaParams) WithTimeout ¶
func (o *SystemDeleteSchemaParams) WithTimeout(timeout time.Duration) *SystemDeleteSchemaParams
WithTimeout adds the timeout to the system delete schema params
func (*SystemDeleteSchemaParams) WriteToRequest ¶
func (o *SystemDeleteSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SystemDeleteSchemaReader ¶
type SystemDeleteSchemaReader struct {
// contains filtered or unexported fields
}
SystemDeleteSchemaReader is a Reader for the SystemDeleteSchema structure.
func (*SystemDeleteSchemaReader) ReadResponse ¶
func (o *SystemDeleteSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SystemDeleteSchemaTooManyRequests ¶
SystemDeleteSchemaTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewSystemDeleteSchemaTooManyRequests ¶
func NewSystemDeleteSchemaTooManyRequests() *SystemDeleteSchemaTooManyRequests
NewSystemDeleteSchemaTooManyRequests creates a SystemDeleteSchemaTooManyRequests with default headers values
func (*SystemDeleteSchemaTooManyRequests) Code ¶
func (o *SystemDeleteSchemaTooManyRequests) Code() int
Code gets the status code for the system delete schema too many requests response
func (*SystemDeleteSchemaTooManyRequests) Error ¶
func (o *SystemDeleteSchemaTooManyRequests) Error() string
func (*SystemDeleteSchemaTooManyRequests) GetPayload ¶
func (o *SystemDeleteSchemaTooManyRequests) GetPayload() *models.Error
func (*SystemDeleteSchemaTooManyRequests) IsClientError ¶
func (o *SystemDeleteSchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this system delete schema too many requests response has a 4xx status code
func (*SystemDeleteSchemaTooManyRequests) IsCode ¶
func (o *SystemDeleteSchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this system delete schema too many requests response a status code equal to that given
func (*SystemDeleteSchemaTooManyRequests) IsRedirect ¶
func (o *SystemDeleteSchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this system delete schema too many requests response has a 3xx status code
func (*SystemDeleteSchemaTooManyRequests) IsServerError ¶
func (o *SystemDeleteSchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this system delete schema too many requests response has a 5xx status code
func (*SystemDeleteSchemaTooManyRequests) IsSuccess ¶
func (o *SystemDeleteSchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this system delete schema too many requests response has a 2xx status code
func (*SystemDeleteSchemaTooManyRequests) String ¶
func (o *SystemDeleteSchemaTooManyRequests) String() string
type SystemDeleteSchemaUnauthorized ¶
type SystemDeleteSchemaUnauthorized struct {
}SystemDeleteSchemaUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSystemDeleteSchemaUnauthorized ¶
func NewSystemDeleteSchemaUnauthorized() *SystemDeleteSchemaUnauthorized
NewSystemDeleteSchemaUnauthorized creates a SystemDeleteSchemaUnauthorized with default headers values
func (*SystemDeleteSchemaUnauthorized) Code ¶
func (o *SystemDeleteSchemaUnauthorized) Code() int
Code gets the status code for the system delete schema unauthorized response
func (*SystemDeleteSchemaUnauthorized) Error ¶
func (o *SystemDeleteSchemaUnauthorized) Error() string
func (*SystemDeleteSchemaUnauthorized) GetPayload ¶
func (o *SystemDeleteSchemaUnauthorized) GetPayload() *models.Error
func (*SystemDeleteSchemaUnauthorized) IsClientError ¶
func (o *SystemDeleteSchemaUnauthorized) IsClientError() bool
IsClientError returns true when this system delete schema unauthorized response has a 4xx status code
func (*SystemDeleteSchemaUnauthorized) IsCode ¶
func (o *SystemDeleteSchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this system delete schema unauthorized response a status code equal to that given
func (*SystemDeleteSchemaUnauthorized) IsRedirect ¶
func (o *SystemDeleteSchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this system delete schema unauthorized response has a 3xx status code
func (*SystemDeleteSchemaUnauthorized) IsServerError ¶
func (o *SystemDeleteSchemaUnauthorized) IsServerError() bool
IsServerError returns true when this system delete schema unauthorized response has a 5xx status code
func (*SystemDeleteSchemaUnauthorized) IsSuccess ¶
func (o *SystemDeleteSchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this system delete schema unauthorized response has a 2xx status code
func (*SystemDeleteSchemaUnauthorized) String ¶
func (o *SystemDeleteSchemaUnauthorized) String() string
type SystemGetSchemaForbidden ¶
SystemGetSchemaForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSystemGetSchemaForbidden ¶
func NewSystemGetSchemaForbidden() *SystemGetSchemaForbidden
NewSystemGetSchemaForbidden creates a SystemGetSchemaForbidden with default headers values
func (*SystemGetSchemaForbidden) Code ¶
func (o *SystemGetSchemaForbidden) Code() int
Code gets the status code for the system get schema forbidden response
func (*SystemGetSchemaForbidden) Error ¶
func (o *SystemGetSchemaForbidden) Error() string
func (*SystemGetSchemaForbidden) GetPayload ¶
func (o *SystemGetSchemaForbidden) GetPayload() *models.Error
func (*SystemGetSchemaForbidden) IsClientError ¶
func (o *SystemGetSchemaForbidden) IsClientError() bool
IsClientError returns true when this system get schema forbidden response has a 4xx status code
func (*SystemGetSchemaForbidden) IsCode ¶
func (o *SystemGetSchemaForbidden) IsCode(code int) bool
IsCode returns true when this system get schema forbidden response a status code equal to that given
func (*SystemGetSchemaForbidden) IsRedirect ¶
func (o *SystemGetSchemaForbidden) IsRedirect() bool
IsRedirect returns true when this system get schema forbidden response has a 3xx status code
func (*SystemGetSchemaForbidden) IsServerError ¶
func (o *SystemGetSchemaForbidden) IsServerError() bool
IsServerError returns true when this system get schema forbidden response has a 5xx status code
func (*SystemGetSchemaForbidden) IsSuccess ¶
func (o *SystemGetSchemaForbidden) IsSuccess() bool
IsSuccess returns true when this system get schema forbidden response has a 2xx status code
func (*SystemGetSchemaForbidden) String ¶
func (o *SystemGetSchemaForbidden) String() string
type SystemGetSchemaNotFound ¶
SystemGetSchemaNotFound describes a response with status code 404, with default header values.
Not found
func NewSystemGetSchemaNotFound ¶
func NewSystemGetSchemaNotFound() *SystemGetSchemaNotFound
NewSystemGetSchemaNotFound creates a SystemGetSchemaNotFound with default headers values
func (*SystemGetSchemaNotFound) Code ¶
func (o *SystemGetSchemaNotFound) Code() int
Code gets the status code for the system get schema not found response
func (*SystemGetSchemaNotFound) Error ¶
func (o *SystemGetSchemaNotFound) Error() string
func (*SystemGetSchemaNotFound) GetPayload ¶
func (o *SystemGetSchemaNotFound) GetPayload() *models.Error
func (*SystemGetSchemaNotFound) IsClientError ¶
func (o *SystemGetSchemaNotFound) IsClientError() bool
IsClientError returns true when this system get schema not found response has a 4xx status code
func (*SystemGetSchemaNotFound) IsCode ¶
func (o *SystemGetSchemaNotFound) IsCode(code int) bool
IsCode returns true when this system get schema not found response a status code equal to that given
func (*SystemGetSchemaNotFound) IsRedirect ¶
func (o *SystemGetSchemaNotFound) IsRedirect() bool
IsRedirect returns true when this system get schema not found response has a 3xx status code
func (*SystemGetSchemaNotFound) IsServerError ¶
func (o *SystemGetSchemaNotFound) IsServerError() bool
IsServerError returns true when this system get schema not found response has a 5xx status code
func (*SystemGetSchemaNotFound) IsSuccess ¶
func (o *SystemGetSchemaNotFound) IsSuccess() bool
IsSuccess returns true when this system get schema not found response has a 2xx status code
func (*SystemGetSchemaNotFound) String ¶
func (o *SystemGetSchemaNotFound) String() string
type SystemGetSchemaOK ¶
type SystemGetSchemaOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.Schema }
SystemGetSchemaOK describes a response with status code 200, with default header values.
Identity Schema
func NewSystemGetSchemaOK ¶
func NewSystemGetSchemaOK() *SystemGetSchemaOK
NewSystemGetSchemaOK creates a SystemGetSchemaOK with default headers values
func (*SystemGetSchemaOK) Code ¶
func (o *SystemGetSchemaOK) Code() int
Code gets the status code for the system get schema o k response
func (*SystemGetSchemaOK) Error ¶
func (o *SystemGetSchemaOK) Error() string
func (*SystemGetSchemaOK) GetPayload ¶
func (o *SystemGetSchemaOK) GetPayload() *models.Schema
func (*SystemGetSchemaOK) IsClientError ¶
func (o *SystemGetSchemaOK) IsClientError() bool
IsClientError returns true when this system get schema o k response has a 4xx status code
func (*SystemGetSchemaOK) IsCode ¶
func (o *SystemGetSchemaOK) IsCode(code int) bool
IsCode returns true when this system get schema o k response a status code equal to that given
func (*SystemGetSchemaOK) IsRedirect ¶
func (o *SystemGetSchemaOK) IsRedirect() bool
IsRedirect returns true when this system get schema o k response has a 3xx status code
func (*SystemGetSchemaOK) IsServerError ¶
func (o *SystemGetSchemaOK) IsServerError() bool
IsServerError returns true when this system get schema o k response has a 5xx status code
func (*SystemGetSchemaOK) IsSuccess ¶
func (o *SystemGetSchemaOK) IsSuccess() bool
IsSuccess returns true when this system get schema o k response has a 2xx status code
func (*SystemGetSchemaOK) String ¶
func (o *SystemGetSchemaOK) String() string
type SystemGetSchemaParams ¶
type SystemGetSchemaParams struct { // SchID. SchID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SystemGetSchemaParams contains all the parameters to send to the API endpoint
for the system get schema operation. Typically these are written to a http.Request.
func NewSystemGetSchemaParams ¶
func NewSystemGetSchemaParams() *SystemGetSchemaParams
NewSystemGetSchemaParams creates a new SystemGetSchemaParams 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 NewSystemGetSchemaParamsWithContext ¶
func NewSystemGetSchemaParamsWithContext(ctx context.Context) *SystemGetSchemaParams
NewSystemGetSchemaParamsWithContext creates a new SystemGetSchemaParams object with the ability to set a context for a request.
func NewSystemGetSchemaParamsWithHTTPClient ¶
func NewSystemGetSchemaParamsWithHTTPClient(client *http.Client) *SystemGetSchemaParams
NewSystemGetSchemaParamsWithHTTPClient creates a new SystemGetSchemaParams object with the ability to set a custom HTTPClient for a request.
func NewSystemGetSchemaParamsWithTimeout ¶
func NewSystemGetSchemaParamsWithTimeout(timeout time.Duration) *SystemGetSchemaParams
NewSystemGetSchemaParamsWithTimeout creates a new SystemGetSchemaParams object with the ability to set a timeout on a request.
func (*SystemGetSchemaParams) SetContext ¶
func (o *SystemGetSchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the system get schema params
func (*SystemGetSchemaParams) SetDefaults ¶
func (o *SystemGetSchemaParams) SetDefaults()
SetDefaults hydrates default values in the system get schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemGetSchemaParams) SetHTTPClient ¶
func (o *SystemGetSchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the system get schema params
func (*SystemGetSchemaParams) SetSchID ¶
func (o *SystemGetSchemaParams) SetSchID(schID string)
SetSchID adds the schId to the system get schema params
func (*SystemGetSchemaParams) SetTimeout ¶
func (o *SystemGetSchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the system get schema params
func (*SystemGetSchemaParams) WithContext ¶
func (o *SystemGetSchemaParams) WithContext(ctx context.Context) *SystemGetSchemaParams
WithContext adds the context to the system get schema params
func (*SystemGetSchemaParams) WithDefaults ¶
func (o *SystemGetSchemaParams) WithDefaults() *SystemGetSchemaParams
WithDefaults hydrates default values in the system get schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemGetSchemaParams) WithHTTPClient ¶
func (o *SystemGetSchemaParams) WithHTTPClient(client *http.Client) *SystemGetSchemaParams
WithHTTPClient adds the HTTPClient to the system get schema params
func (*SystemGetSchemaParams) WithSchID ¶
func (o *SystemGetSchemaParams) WithSchID(schID string) *SystemGetSchemaParams
WithSchID adds the schID to the system get schema params
func (*SystemGetSchemaParams) WithTimeout ¶
func (o *SystemGetSchemaParams) WithTimeout(timeout time.Duration) *SystemGetSchemaParams
WithTimeout adds the timeout to the system get schema params
func (*SystemGetSchemaParams) WriteToRequest ¶
func (o *SystemGetSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SystemGetSchemaReader ¶
type SystemGetSchemaReader struct {
// contains filtered or unexported fields
}
SystemGetSchemaReader is a Reader for the SystemGetSchema structure.
func (*SystemGetSchemaReader) ReadResponse ¶
func (o *SystemGetSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SystemGetSchemaTooManyRequests ¶
SystemGetSchemaTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewSystemGetSchemaTooManyRequests ¶
func NewSystemGetSchemaTooManyRequests() *SystemGetSchemaTooManyRequests
NewSystemGetSchemaTooManyRequests creates a SystemGetSchemaTooManyRequests with default headers values
func (*SystemGetSchemaTooManyRequests) Code ¶
func (o *SystemGetSchemaTooManyRequests) Code() int
Code gets the status code for the system get schema too many requests response
func (*SystemGetSchemaTooManyRequests) Error ¶
func (o *SystemGetSchemaTooManyRequests) Error() string
func (*SystemGetSchemaTooManyRequests) GetPayload ¶
func (o *SystemGetSchemaTooManyRequests) GetPayload() *models.Error
func (*SystemGetSchemaTooManyRequests) IsClientError ¶
func (o *SystemGetSchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this system get schema too many requests response has a 4xx status code
func (*SystemGetSchemaTooManyRequests) IsCode ¶
func (o *SystemGetSchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this system get schema too many requests response a status code equal to that given
func (*SystemGetSchemaTooManyRequests) IsRedirect ¶
func (o *SystemGetSchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this system get schema too many requests response has a 3xx status code
func (*SystemGetSchemaTooManyRequests) IsServerError ¶
func (o *SystemGetSchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this system get schema too many requests response has a 5xx status code
func (*SystemGetSchemaTooManyRequests) IsSuccess ¶
func (o *SystemGetSchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this system get schema too many requests response has a 2xx status code
func (*SystemGetSchemaTooManyRequests) String ¶
func (o *SystemGetSchemaTooManyRequests) String() string
type SystemGetSchemaUnauthorized ¶
type SystemGetSchemaUnauthorized struct {
}SystemGetSchemaUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSystemGetSchemaUnauthorized ¶
func NewSystemGetSchemaUnauthorized() *SystemGetSchemaUnauthorized
NewSystemGetSchemaUnauthorized creates a SystemGetSchemaUnauthorized with default headers values
func (*SystemGetSchemaUnauthorized) Code ¶
func (o *SystemGetSchemaUnauthorized) Code() int
Code gets the status code for the system get schema unauthorized response
func (*SystemGetSchemaUnauthorized) Error ¶
func (o *SystemGetSchemaUnauthorized) Error() string
func (*SystemGetSchemaUnauthorized) GetPayload ¶
func (o *SystemGetSchemaUnauthorized) GetPayload() *models.Error
func (*SystemGetSchemaUnauthorized) IsClientError ¶
func (o *SystemGetSchemaUnauthorized) IsClientError() bool
IsClientError returns true when this system get schema unauthorized response has a 4xx status code
func (*SystemGetSchemaUnauthorized) IsCode ¶
func (o *SystemGetSchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this system get schema unauthorized response a status code equal to that given
func (*SystemGetSchemaUnauthorized) IsRedirect ¶
func (o *SystemGetSchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this system get schema unauthorized response has a 3xx status code
func (*SystemGetSchemaUnauthorized) IsServerError ¶
func (o *SystemGetSchemaUnauthorized) IsServerError() bool
IsServerError returns true when this system get schema unauthorized response has a 5xx status code
func (*SystemGetSchemaUnauthorized) IsSuccess ¶
func (o *SystemGetSchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this system get schema unauthorized response has a 2xx status code
func (*SystemGetSchemaUnauthorized) String ¶
func (o *SystemGetSchemaUnauthorized) String() string
type SystemListSchemasForbidden ¶
SystemListSchemasForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSystemListSchemasForbidden ¶
func NewSystemListSchemasForbidden() *SystemListSchemasForbidden
NewSystemListSchemasForbidden creates a SystemListSchemasForbidden with default headers values
func (*SystemListSchemasForbidden) Code ¶
func (o *SystemListSchemasForbidden) Code() int
Code gets the status code for the system list schemas forbidden response
func (*SystemListSchemasForbidden) Error ¶
func (o *SystemListSchemasForbidden) Error() string
func (*SystemListSchemasForbidden) GetPayload ¶
func (o *SystemListSchemasForbidden) GetPayload() *models.Error
func (*SystemListSchemasForbidden) IsClientError ¶
func (o *SystemListSchemasForbidden) IsClientError() bool
IsClientError returns true when this system list schemas forbidden response has a 4xx status code
func (*SystemListSchemasForbidden) IsCode ¶
func (o *SystemListSchemasForbidden) IsCode(code int) bool
IsCode returns true when this system list schemas forbidden response a status code equal to that given
func (*SystemListSchemasForbidden) IsRedirect ¶
func (o *SystemListSchemasForbidden) IsRedirect() bool
IsRedirect returns true when this system list schemas forbidden response has a 3xx status code
func (*SystemListSchemasForbidden) IsServerError ¶
func (o *SystemListSchemasForbidden) IsServerError() bool
IsServerError returns true when this system list schemas forbidden response has a 5xx status code
func (*SystemListSchemasForbidden) IsSuccess ¶
func (o *SystemListSchemasForbidden) IsSuccess() bool
IsSuccess returns true when this system list schemas forbidden response has a 2xx status code
func (*SystemListSchemasForbidden) String ¶
func (o *SystemListSchemasForbidden) String() string
type SystemListSchemasOK ¶
SystemListSchemasOK describes a response with status code 200, with default header values.
Schemas
func NewSystemListSchemasOK ¶
func NewSystemListSchemasOK() *SystemListSchemasOK
NewSystemListSchemasOK creates a SystemListSchemasOK with default headers values
func (*SystemListSchemasOK) Code ¶
func (o *SystemListSchemasOK) Code() int
Code gets the status code for the system list schemas o k response
func (*SystemListSchemasOK) Error ¶
func (o *SystemListSchemasOK) Error() string
func (*SystemListSchemasOK) GetPayload ¶
func (o *SystemListSchemasOK) GetPayload() *models.Schemas
func (*SystemListSchemasOK) IsClientError ¶
func (o *SystemListSchemasOK) IsClientError() bool
IsClientError returns true when this system list schemas o k response has a 4xx status code
func (*SystemListSchemasOK) IsCode ¶
func (o *SystemListSchemasOK) IsCode(code int) bool
IsCode returns true when this system list schemas o k response a status code equal to that given
func (*SystemListSchemasOK) IsRedirect ¶
func (o *SystemListSchemasOK) IsRedirect() bool
IsRedirect returns true when this system list schemas o k response has a 3xx status code
func (*SystemListSchemasOK) IsServerError ¶
func (o *SystemListSchemasOK) IsServerError() bool
IsServerError returns true when this system list schemas o k response has a 5xx status code
func (*SystemListSchemasOK) IsSuccess ¶
func (o *SystemListSchemasOK) IsSuccess() bool
IsSuccess returns true when this system list schemas o k response has a 2xx status code
func (*SystemListSchemasOK) String ¶
func (o *SystemListSchemasOK) String() string
type SystemListSchemasParams ¶
type SystemListSchemasParams struct { /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SystemListSchemasParams contains all the parameters to send to the API endpoint
for the system list schemas operation. Typically these are written to a http.Request.
func NewSystemListSchemasParams ¶
func NewSystemListSchemasParams() *SystemListSchemasParams
NewSystemListSchemasParams creates a new SystemListSchemasParams 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 NewSystemListSchemasParamsWithContext ¶
func NewSystemListSchemasParamsWithContext(ctx context.Context) *SystemListSchemasParams
NewSystemListSchemasParamsWithContext creates a new SystemListSchemasParams object with the ability to set a context for a request.
func NewSystemListSchemasParamsWithHTTPClient ¶
func NewSystemListSchemasParamsWithHTTPClient(client *http.Client) *SystemListSchemasParams
NewSystemListSchemasParamsWithHTTPClient creates a new SystemListSchemasParams object with the ability to set a custom HTTPClient for a request.
func NewSystemListSchemasParamsWithTimeout ¶
func NewSystemListSchemasParamsWithTimeout(timeout time.Duration) *SystemListSchemasParams
NewSystemListSchemasParamsWithTimeout creates a new SystemListSchemasParams object with the ability to set a timeout on a request.
func (*SystemListSchemasParams) SetContext ¶
func (o *SystemListSchemasParams) SetContext(ctx context.Context)
SetContext adds the context to the system list schemas params
func (*SystemListSchemasParams) SetDefaults ¶
func (o *SystemListSchemasParams) SetDefaults()
SetDefaults hydrates default values in the system list schemas params (not the query body).
All values with no default are reset to their zero value.
func (*SystemListSchemasParams) SetHTTPClient ¶
func (o *SystemListSchemasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the system list schemas params
func (*SystemListSchemasParams) SetIfMatch ¶
func (o *SystemListSchemasParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the system list schemas params
func (*SystemListSchemasParams) SetTimeout ¶
func (o *SystemListSchemasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the system list schemas params
func (*SystemListSchemasParams) WithContext ¶
func (o *SystemListSchemasParams) WithContext(ctx context.Context) *SystemListSchemasParams
WithContext adds the context to the system list schemas params
func (*SystemListSchemasParams) WithDefaults ¶
func (o *SystemListSchemasParams) WithDefaults() *SystemListSchemasParams
WithDefaults hydrates default values in the system list schemas params (not the query body).
All values with no default are reset to their zero value.
func (*SystemListSchemasParams) WithHTTPClient ¶
func (o *SystemListSchemasParams) WithHTTPClient(client *http.Client) *SystemListSchemasParams
WithHTTPClient adds the HTTPClient to the system list schemas params
func (*SystemListSchemasParams) WithIfMatch ¶
func (o *SystemListSchemasParams) WithIfMatch(ifMatch *string) *SystemListSchemasParams
WithIfMatch adds the ifMatch to the system list schemas params
func (*SystemListSchemasParams) WithTimeout ¶
func (o *SystemListSchemasParams) WithTimeout(timeout time.Duration) *SystemListSchemasParams
WithTimeout adds the timeout to the system list schemas params
func (*SystemListSchemasParams) WriteToRequest ¶
func (o *SystemListSchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SystemListSchemasReader ¶
type SystemListSchemasReader struct {
// contains filtered or unexported fields
}
SystemListSchemasReader is a Reader for the SystemListSchemas structure.
func (*SystemListSchemasReader) ReadResponse ¶
func (o *SystemListSchemasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SystemListSchemasTooManyRequests ¶
SystemListSchemasTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewSystemListSchemasTooManyRequests ¶
func NewSystemListSchemasTooManyRequests() *SystemListSchemasTooManyRequests
NewSystemListSchemasTooManyRequests creates a SystemListSchemasTooManyRequests with default headers values
func (*SystemListSchemasTooManyRequests) Code ¶
func (o *SystemListSchemasTooManyRequests) Code() int
Code gets the status code for the system list schemas too many requests response
func (*SystemListSchemasTooManyRequests) Error ¶
func (o *SystemListSchemasTooManyRequests) Error() string
func (*SystemListSchemasTooManyRequests) GetPayload ¶
func (o *SystemListSchemasTooManyRequests) GetPayload() *models.Error
func (*SystemListSchemasTooManyRequests) IsClientError ¶
func (o *SystemListSchemasTooManyRequests) IsClientError() bool
IsClientError returns true when this system list schemas too many requests response has a 4xx status code
func (*SystemListSchemasTooManyRequests) IsCode ¶
func (o *SystemListSchemasTooManyRequests) IsCode(code int) bool
IsCode returns true when this system list schemas too many requests response a status code equal to that given
func (*SystemListSchemasTooManyRequests) IsRedirect ¶
func (o *SystemListSchemasTooManyRequests) IsRedirect() bool
IsRedirect returns true when this system list schemas too many requests response has a 3xx status code
func (*SystemListSchemasTooManyRequests) IsServerError ¶
func (o *SystemListSchemasTooManyRequests) IsServerError() bool
IsServerError returns true when this system list schemas too many requests response has a 5xx status code
func (*SystemListSchemasTooManyRequests) IsSuccess ¶
func (o *SystemListSchemasTooManyRequests) IsSuccess() bool
IsSuccess returns true when this system list schemas too many requests response has a 2xx status code
func (*SystemListSchemasTooManyRequests) String ¶
func (o *SystemListSchemasTooManyRequests) String() string
type SystemListSchemasUnauthorized ¶
type SystemListSchemasUnauthorized struct {
}SystemListSchemasUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSystemListSchemasUnauthorized ¶
func NewSystemListSchemasUnauthorized() *SystemListSchemasUnauthorized
NewSystemListSchemasUnauthorized creates a SystemListSchemasUnauthorized with default headers values
func (*SystemListSchemasUnauthorized) Code ¶
func (o *SystemListSchemasUnauthorized) Code() int
Code gets the status code for the system list schemas unauthorized response
func (*SystemListSchemasUnauthorized) Error ¶
func (o *SystemListSchemasUnauthorized) Error() string
func (*SystemListSchemasUnauthorized) GetPayload ¶
func (o *SystemListSchemasUnauthorized) GetPayload() *models.Error
func (*SystemListSchemasUnauthorized) IsClientError ¶
func (o *SystemListSchemasUnauthorized) IsClientError() bool
IsClientError returns true when this system list schemas unauthorized response has a 4xx status code
func (*SystemListSchemasUnauthorized) IsCode ¶
func (o *SystemListSchemasUnauthorized) IsCode(code int) bool
IsCode returns true when this system list schemas unauthorized response a status code equal to that given
func (*SystemListSchemasUnauthorized) IsRedirect ¶
func (o *SystemListSchemasUnauthorized) IsRedirect() bool
IsRedirect returns true when this system list schemas unauthorized response has a 3xx status code
func (*SystemListSchemasUnauthorized) IsServerError ¶
func (o *SystemListSchemasUnauthorized) IsServerError() bool
IsServerError returns true when this system list schemas unauthorized response has a 5xx status code
func (*SystemListSchemasUnauthorized) IsSuccess ¶
func (o *SystemListSchemasUnauthorized) IsSuccess() bool
IsSuccess returns true when this system list schemas unauthorized response has a 2xx status code
func (*SystemListSchemasUnauthorized) String ¶
func (o *SystemListSchemasUnauthorized) String() string
type SystemUpdateSchemaBadRequest ¶
SystemUpdateSchemaBadRequest describes a response with status code 400, with default header values.
Bad request
func NewSystemUpdateSchemaBadRequest ¶
func NewSystemUpdateSchemaBadRequest() *SystemUpdateSchemaBadRequest
NewSystemUpdateSchemaBadRequest creates a SystemUpdateSchemaBadRequest with default headers values
func (*SystemUpdateSchemaBadRequest) Code ¶
func (o *SystemUpdateSchemaBadRequest) Code() int
Code gets the status code for the system update schema bad request response
func (*SystemUpdateSchemaBadRequest) Error ¶
func (o *SystemUpdateSchemaBadRequest) Error() string
func (*SystemUpdateSchemaBadRequest) GetPayload ¶
func (o *SystemUpdateSchemaBadRequest) GetPayload() *models.Error
func (*SystemUpdateSchemaBadRequest) IsClientError ¶
func (o *SystemUpdateSchemaBadRequest) IsClientError() bool
IsClientError returns true when this system update schema bad request response has a 4xx status code
func (*SystemUpdateSchemaBadRequest) IsCode ¶
func (o *SystemUpdateSchemaBadRequest) IsCode(code int) bool
IsCode returns true when this system update schema bad request response a status code equal to that given
func (*SystemUpdateSchemaBadRequest) IsRedirect ¶
func (o *SystemUpdateSchemaBadRequest) IsRedirect() bool
IsRedirect returns true when this system update schema bad request response has a 3xx status code
func (*SystemUpdateSchemaBadRequest) IsServerError ¶
func (o *SystemUpdateSchemaBadRequest) IsServerError() bool
IsServerError returns true when this system update schema bad request response has a 5xx status code
func (*SystemUpdateSchemaBadRequest) IsSuccess ¶
func (o *SystemUpdateSchemaBadRequest) IsSuccess() bool
IsSuccess returns true when this system update schema bad request response has a 2xx status code
func (*SystemUpdateSchemaBadRequest) String ¶
func (o *SystemUpdateSchemaBadRequest) String() string
type SystemUpdateSchemaConflict ¶
SystemUpdateSchemaConflict describes a response with status code 409, with default header values.
Conflict
func NewSystemUpdateSchemaConflict ¶
func NewSystemUpdateSchemaConflict() *SystemUpdateSchemaConflict
NewSystemUpdateSchemaConflict creates a SystemUpdateSchemaConflict with default headers values
func (*SystemUpdateSchemaConflict) Code ¶
func (o *SystemUpdateSchemaConflict) Code() int
Code gets the status code for the system update schema conflict response
func (*SystemUpdateSchemaConflict) Error ¶
func (o *SystemUpdateSchemaConflict) Error() string
func (*SystemUpdateSchemaConflict) GetPayload ¶
func (o *SystemUpdateSchemaConflict) GetPayload() *models.Error
func (*SystemUpdateSchemaConflict) IsClientError ¶
func (o *SystemUpdateSchemaConflict) IsClientError() bool
IsClientError returns true when this system update schema conflict response has a 4xx status code
func (*SystemUpdateSchemaConflict) IsCode ¶
func (o *SystemUpdateSchemaConflict) IsCode(code int) bool
IsCode returns true when this system update schema conflict response a status code equal to that given
func (*SystemUpdateSchemaConflict) IsRedirect ¶
func (o *SystemUpdateSchemaConflict) IsRedirect() bool
IsRedirect returns true when this system update schema conflict response has a 3xx status code
func (*SystemUpdateSchemaConflict) IsServerError ¶
func (o *SystemUpdateSchemaConflict) IsServerError() bool
IsServerError returns true when this system update schema conflict response has a 5xx status code
func (*SystemUpdateSchemaConflict) IsSuccess ¶
func (o *SystemUpdateSchemaConflict) IsSuccess() bool
IsSuccess returns true when this system update schema conflict response has a 2xx status code
func (*SystemUpdateSchemaConflict) String ¶
func (o *SystemUpdateSchemaConflict) String() string
type SystemUpdateSchemaForbidden ¶
SystemUpdateSchemaForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSystemUpdateSchemaForbidden ¶
func NewSystemUpdateSchemaForbidden() *SystemUpdateSchemaForbidden
NewSystemUpdateSchemaForbidden creates a SystemUpdateSchemaForbidden with default headers values
func (*SystemUpdateSchemaForbidden) Code ¶
func (o *SystemUpdateSchemaForbidden) Code() int
Code gets the status code for the system update schema forbidden response
func (*SystemUpdateSchemaForbidden) Error ¶
func (o *SystemUpdateSchemaForbidden) Error() string
func (*SystemUpdateSchemaForbidden) GetPayload ¶
func (o *SystemUpdateSchemaForbidden) GetPayload() *models.Error
func (*SystemUpdateSchemaForbidden) IsClientError ¶
func (o *SystemUpdateSchemaForbidden) IsClientError() bool
IsClientError returns true when this system update schema forbidden response has a 4xx status code
func (*SystemUpdateSchemaForbidden) IsCode ¶
func (o *SystemUpdateSchemaForbidden) IsCode(code int) bool
IsCode returns true when this system update schema forbidden response a status code equal to that given
func (*SystemUpdateSchemaForbidden) IsRedirect ¶
func (o *SystemUpdateSchemaForbidden) IsRedirect() bool
IsRedirect returns true when this system update schema forbidden response has a 3xx status code
func (*SystemUpdateSchemaForbidden) IsServerError ¶
func (o *SystemUpdateSchemaForbidden) IsServerError() bool
IsServerError returns true when this system update schema forbidden response has a 5xx status code
func (*SystemUpdateSchemaForbidden) IsSuccess ¶
func (o *SystemUpdateSchemaForbidden) IsSuccess() bool
IsSuccess returns true when this system update schema forbidden response has a 2xx status code
func (*SystemUpdateSchemaForbidden) String ¶
func (o *SystemUpdateSchemaForbidden) String() string
type SystemUpdateSchemaNotFound ¶
SystemUpdateSchemaNotFound describes a response with status code 404, with default header values.
Not found
func NewSystemUpdateSchemaNotFound ¶
func NewSystemUpdateSchemaNotFound() *SystemUpdateSchemaNotFound
NewSystemUpdateSchemaNotFound creates a SystemUpdateSchemaNotFound with default headers values
func (*SystemUpdateSchemaNotFound) Code ¶
func (o *SystemUpdateSchemaNotFound) Code() int
Code gets the status code for the system update schema not found response
func (*SystemUpdateSchemaNotFound) Error ¶
func (o *SystemUpdateSchemaNotFound) Error() string
func (*SystemUpdateSchemaNotFound) GetPayload ¶
func (o *SystemUpdateSchemaNotFound) GetPayload() *models.Error
func (*SystemUpdateSchemaNotFound) IsClientError ¶
func (o *SystemUpdateSchemaNotFound) IsClientError() bool
IsClientError returns true when this system update schema not found response has a 4xx status code
func (*SystemUpdateSchemaNotFound) IsCode ¶
func (o *SystemUpdateSchemaNotFound) IsCode(code int) bool
IsCode returns true when this system update schema not found response a status code equal to that given
func (*SystemUpdateSchemaNotFound) IsRedirect ¶
func (o *SystemUpdateSchemaNotFound) IsRedirect() bool
IsRedirect returns true when this system update schema not found response has a 3xx status code
func (*SystemUpdateSchemaNotFound) IsServerError ¶
func (o *SystemUpdateSchemaNotFound) IsServerError() bool
IsServerError returns true when this system update schema not found response has a 5xx status code
func (*SystemUpdateSchemaNotFound) IsSuccess ¶
func (o *SystemUpdateSchemaNotFound) IsSuccess() bool
IsSuccess returns true when this system update schema not found response has a 2xx status code
func (*SystemUpdateSchemaNotFound) String ¶
func (o *SystemUpdateSchemaNotFound) String() string
type SystemUpdateSchemaOK ¶
SystemUpdateSchemaOK describes a response with status code 200, with default header values.
Schema
func NewSystemUpdateSchemaOK ¶
func NewSystemUpdateSchemaOK() *SystemUpdateSchemaOK
NewSystemUpdateSchemaOK creates a SystemUpdateSchemaOK with default headers values
func (*SystemUpdateSchemaOK) Code ¶
func (o *SystemUpdateSchemaOK) Code() int
Code gets the status code for the system update schema o k response
func (*SystemUpdateSchemaOK) Error ¶
func (o *SystemUpdateSchemaOK) Error() string
func (*SystemUpdateSchemaOK) GetPayload ¶
func (o *SystemUpdateSchemaOK) GetPayload() *models.Schema
func (*SystemUpdateSchemaOK) IsClientError ¶
func (o *SystemUpdateSchemaOK) IsClientError() bool
IsClientError returns true when this system update schema o k response has a 4xx status code
func (*SystemUpdateSchemaOK) IsCode ¶
func (o *SystemUpdateSchemaOK) IsCode(code int) bool
IsCode returns true when this system update schema o k response a status code equal to that given
func (*SystemUpdateSchemaOK) IsRedirect ¶
func (o *SystemUpdateSchemaOK) IsRedirect() bool
IsRedirect returns true when this system update schema o k response has a 3xx status code
func (*SystemUpdateSchemaOK) IsServerError ¶
func (o *SystemUpdateSchemaOK) IsServerError() bool
IsServerError returns true when this system update schema o k response has a 5xx status code
func (*SystemUpdateSchemaOK) IsSuccess ¶
func (o *SystemUpdateSchemaOK) IsSuccess() bool
IsSuccess returns true when this system update schema o k response has a 2xx status code
func (*SystemUpdateSchemaOK) String ¶
func (o *SystemUpdateSchemaOK) String() string
type SystemUpdateSchemaParams ¶
type SystemUpdateSchemaParams struct { // Schema. Schema *models.Schema /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string // SchID. SchID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SystemUpdateSchemaParams contains all the parameters to send to the API endpoint
for the system update schema operation. Typically these are written to a http.Request.
func NewSystemUpdateSchemaParams ¶
func NewSystemUpdateSchemaParams() *SystemUpdateSchemaParams
NewSystemUpdateSchemaParams creates a new SystemUpdateSchemaParams 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 NewSystemUpdateSchemaParamsWithContext ¶
func NewSystemUpdateSchemaParamsWithContext(ctx context.Context) *SystemUpdateSchemaParams
NewSystemUpdateSchemaParamsWithContext creates a new SystemUpdateSchemaParams object with the ability to set a context for a request.
func NewSystemUpdateSchemaParamsWithHTTPClient ¶
func NewSystemUpdateSchemaParamsWithHTTPClient(client *http.Client) *SystemUpdateSchemaParams
NewSystemUpdateSchemaParamsWithHTTPClient creates a new SystemUpdateSchemaParams object with the ability to set a custom HTTPClient for a request.
func NewSystemUpdateSchemaParamsWithTimeout ¶
func NewSystemUpdateSchemaParamsWithTimeout(timeout time.Duration) *SystemUpdateSchemaParams
NewSystemUpdateSchemaParamsWithTimeout creates a new SystemUpdateSchemaParams object with the ability to set a timeout on a request.
func (*SystemUpdateSchemaParams) SetContext ¶
func (o *SystemUpdateSchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the system update schema params
func (*SystemUpdateSchemaParams) SetDefaults ¶
func (o *SystemUpdateSchemaParams) SetDefaults()
SetDefaults hydrates default values in the system update schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemUpdateSchemaParams) SetHTTPClient ¶
func (o *SystemUpdateSchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the system update schema params
func (*SystemUpdateSchemaParams) SetIfMatch ¶
func (o *SystemUpdateSchemaParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the system update schema params
func (*SystemUpdateSchemaParams) SetSchID ¶
func (o *SystemUpdateSchemaParams) SetSchID(schID string)
SetSchID adds the schId to the system update schema params
func (*SystemUpdateSchemaParams) SetSchema ¶
func (o *SystemUpdateSchemaParams) SetSchema(schema *models.Schema)
SetSchema adds the schema to the system update schema params
func (*SystemUpdateSchemaParams) SetTimeout ¶
func (o *SystemUpdateSchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the system update schema params
func (*SystemUpdateSchemaParams) WithContext ¶
func (o *SystemUpdateSchemaParams) WithContext(ctx context.Context) *SystemUpdateSchemaParams
WithContext adds the context to the system update schema params
func (*SystemUpdateSchemaParams) WithDefaults ¶
func (o *SystemUpdateSchemaParams) WithDefaults() *SystemUpdateSchemaParams
WithDefaults hydrates default values in the system update schema params (not the query body).
All values with no default are reset to their zero value.
func (*SystemUpdateSchemaParams) WithHTTPClient ¶
func (o *SystemUpdateSchemaParams) WithHTTPClient(client *http.Client) *SystemUpdateSchemaParams
WithHTTPClient adds the HTTPClient to the system update schema params
func (*SystemUpdateSchemaParams) WithIfMatch ¶
func (o *SystemUpdateSchemaParams) WithIfMatch(ifMatch *string) *SystemUpdateSchemaParams
WithIfMatch adds the ifMatch to the system update schema params
func (*SystemUpdateSchemaParams) WithSchID ¶
func (o *SystemUpdateSchemaParams) WithSchID(schID string) *SystemUpdateSchemaParams
WithSchID adds the schID to the system update schema params
func (*SystemUpdateSchemaParams) WithSchema ¶
func (o *SystemUpdateSchemaParams) WithSchema(schema *models.Schema) *SystemUpdateSchemaParams
WithSchema adds the schema to the system update schema params
func (*SystemUpdateSchemaParams) WithTimeout ¶
func (o *SystemUpdateSchemaParams) WithTimeout(timeout time.Duration) *SystemUpdateSchemaParams
WithTimeout adds the timeout to the system update schema params
func (*SystemUpdateSchemaParams) WriteToRequest ¶
func (o *SystemUpdateSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SystemUpdateSchemaReader ¶
type SystemUpdateSchemaReader struct {
// contains filtered or unexported fields
}
SystemUpdateSchemaReader is a Reader for the SystemUpdateSchema structure.
func (*SystemUpdateSchemaReader) ReadResponse ¶
func (o *SystemUpdateSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SystemUpdateSchemaTooManyRequests ¶
SystemUpdateSchemaTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewSystemUpdateSchemaTooManyRequests ¶
func NewSystemUpdateSchemaTooManyRequests() *SystemUpdateSchemaTooManyRequests
NewSystemUpdateSchemaTooManyRequests creates a SystemUpdateSchemaTooManyRequests with default headers values
func (*SystemUpdateSchemaTooManyRequests) Code ¶
func (o *SystemUpdateSchemaTooManyRequests) Code() int
Code gets the status code for the system update schema too many requests response
func (*SystemUpdateSchemaTooManyRequests) Error ¶
func (o *SystemUpdateSchemaTooManyRequests) Error() string
func (*SystemUpdateSchemaTooManyRequests) GetPayload ¶
func (o *SystemUpdateSchemaTooManyRequests) GetPayload() *models.Error
func (*SystemUpdateSchemaTooManyRequests) IsClientError ¶
func (o *SystemUpdateSchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this system update schema too many requests response has a 4xx status code
func (*SystemUpdateSchemaTooManyRequests) IsCode ¶
func (o *SystemUpdateSchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this system update schema too many requests response a status code equal to that given
func (*SystemUpdateSchemaTooManyRequests) IsRedirect ¶
func (o *SystemUpdateSchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this system update schema too many requests response has a 3xx status code
func (*SystemUpdateSchemaTooManyRequests) IsServerError ¶
func (o *SystemUpdateSchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this system update schema too many requests response has a 5xx status code
func (*SystemUpdateSchemaTooManyRequests) IsSuccess ¶
func (o *SystemUpdateSchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this system update schema too many requests response has a 2xx status code
func (*SystemUpdateSchemaTooManyRequests) String ¶
func (o *SystemUpdateSchemaTooManyRequests) String() string
type SystemUpdateSchemaUnauthorized ¶
type SystemUpdateSchemaUnauthorized struct {
}SystemUpdateSchemaUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSystemUpdateSchemaUnauthorized ¶
func NewSystemUpdateSchemaUnauthorized() *SystemUpdateSchemaUnauthorized
NewSystemUpdateSchemaUnauthorized creates a SystemUpdateSchemaUnauthorized with default headers values
func (*SystemUpdateSchemaUnauthorized) Code ¶
func (o *SystemUpdateSchemaUnauthorized) Code() int
Code gets the status code for the system update schema unauthorized response
func (*SystemUpdateSchemaUnauthorized) Error ¶
func (o *SystemUpdateSchemaUnauthorized) Error() string
func (*SystemUpdateSchemaUnauthorized) GetPayload ¶
func (o *SystemUpdateSchemaUnauthorized) GetPayload() *models.Error
func (*SystemUpdateSchemaUnauthorized) IsClientError ¶
func (o *SystemUpdateSchemaUnauthorized) IsClientError() bool
IsClientError returns true when this system update schema unauthorized response has a 4xx status code
func (*SystemUpdateSchemaUnauthorized) IsCode ¶
func (o *SystemUpdateSchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this system update schema unauthorized response a status code equal to that given
func (*SystemUpdateSchemaUnauthorized) IsRedirect ¶
func (o *SystemUpdateSchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this system update schema unauthorized response has a 3xx status code
func (*SystemUpdateSchemaUnauthorized) IsServerError ¶
func (o *SystemUpdateSchemaUnauthorized) IsServerError() bool
IsServerError returns true when this system update schema unauthorized response has a 5xx status code
func (*SystemUpdateSchemaUnauthorized) IsSuccess ¶
func (o *SystemUpdateSchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this system update schema unauthorized response has a 2xx status code
func (*SystemUpdateSchemaUnauthorized) String ¶
func (o *SystemUpdateSchemaUnauthorized) String() string
type SystemUpdateSchemaUnprocessableEntity ¶
SystemUpdateSchemaUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewSystemUpdateSchemaUnprocessableEntity ¶
func NewSystemUpdateSchemaUnprocessableEntity() *SystemUpdateSchemaUnprocessableEntity
NewSystemUpdateSchemaUnprocessableEntity creates a SystemUpdateSchemaUnprocessableEntity with default headers values
func (*SystemUpdateSchemaUnprocessableEntity) Code ¶
func (o *SystemUpdateSchemaUnprocessableEntity) Code() int
Code gets the status code for the system update schema unprocessable entity response
func (*SystemUpdateSchemaUnprocessableEntity) Error ¶
func (o *SystemUpdateSchemaUnprocessableEntity) Error() string
func (*SystemUpdateSchemaUnprocessableEntity) GetPayload ¶
func (o *SystemUpdateSchemaUnprocessableEntity) GetPayload() *models.Error
func (*SystemUpdateSchemaUnprocessableEntity) IsClientError ¶
func (o *SystemUpdateSchemaUnprocessableEntity) IsClientError() bool
IsClientError returns true when this system update schema unprocessable entity response has a 4xx status code
func (*SystemUpdateSchemaUnprocessableEntity) IsCode ¶
func (o *SystemUpdateSchemaUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this system update schema unprocessable entity response a status code equal to that given
func (*SystemUpdateSchemaUnprocessableEntity) IsRedirect ¶
func (o *SystemUpdateSchemaUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this system update schema unprocessable entity response has a 3xx status code
func (*SystemUpdateSchemaUnprocessableEntity) IsServerError ¶
func (o *SystemUpdateSchemaUnprocessableEntity) IsServerError() bool
IsServerError returns true when this system update schema unprocessable entity response has a 5xx status code
func (*SystemUpdateSchemaUnprocessableEntity) IsSuccess ¶
func (o *SystemUpdateSchemaUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this system update schema unprocessable entity response has a 2xx status code
func (*SystemUpdateSchemaUnprocessableEntity) String ¶
func (o *SystemUpdateSchemaUnprocessableEntity) String() string
Source Files
¶
- schemas_client.go
- system_create_schema_parameters.go
- system_create_schema_responses.go
- system_delete_schema_parameters.go
- system_delete_schema_responses.go
- system_get_schema_parameters.go
- system_get_schema_responses.go
- system_list_schemas_parameters.go
- system_list_schemas_responses.go
- system_update_schema_parameters.go
- system_update_schema_responses.go