Documentation
¶
Index ¶
- type Client
- func (a *Client) SchemaDump(params *SchemaDumpParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaDumpOK, error)
- func (a *Client) SchemaObjectsCreate(params *SchemaObjectsCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsCreateOK, error)
- func (a *Client) SchemaObjectsDelete(params *SchemaObjectsDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsDeleteOK, error)
- func (a *Client) SchemaObjectsGet(params *SchemaObjectsGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsGetOK, error)
- func (a *Client) SchemaObjectsPropertiesAdd(params *SchemaObjectsPropertiesAddParams, ...) (*SchemaObjectsPropertiesAddOK, error)
- func (a *Client) SchemaObjectsShardsGet(params *SchemaObjectsShardsGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsShardsGetOK, error)
- func (a *Client) SchemaObjectsShardsUpdate(params *SchemaObjectsShardsUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsShardsUpdateOK, error)
- func (a *Client) SchemaObjectsUpdate(params *SchemaObjectsUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SchemaObjectsUpdateOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type SchemaDumpForbidden
- func (o *SchemaDumpForbidden) Code() int
- func (o *SchemaDumpForbidden) Error() string
- func (o *SchemaDumpForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaDumpForbidden) IsClientError() bool
- func (o *SchemaDumpForbidden) IsCode(code int) bool
- func (o *SchemaDumpForbidden) IsRedirect() bool
- func (o *SchemaDumpForbidden) IsServerError() bool
- func (o *SchemaDumpForbidden) IsSuccess() bool
- func (o *SchemaDumpForbidden) String() string
- type SchemaDumpInternalServerError
- func (o *SchemaDumpInternalServerError) Code() int
- func (o *SchemaDumpInternalServerError) Error() string
- func (o *SchemaDumpInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaDumpInternalServerError) IsClientError() bool
- func (o *SchemaDumpInternalServerError) IsCode(code int) bool
- func (o *SchemaDumpInternalServerError) IsRedirect() bool
- func (o *SchemaDumpInternalServerError) IsServerError() bool
- func (o *SchemaDumpInternalServerError) IsSuccess() bool
- func (o *SchemaDumpInternalServerError) String() string
- type SchemaDumpOK
- func (o *SchemaDumpOK) Code() int
- func (o *SchemaDumpOK) Error() string
- func (o *SchemaDumpOK) GetPayload() *models.Schema
- func (o *SchemaDumpOK) IsClientError() bool
- func (o *SchemaDumpOK) IsCode(code int) bool
- func (o *SchemaDumpOK) IsRedirect() bool
- func (o *SchemaDumpOK) IsServerError() bool
- func (o *SchemaDumpOK) IsSuccess() bool
- func (o *SchemaDumpOK) String() string
- type SchemaDumpParams
- func (o *SchemaDumpParams) SetContext(ctx context.Context)
- func (o *SchemaDumpParams) SetDefaults()
- func (o *SchemaDumpParams) SetHTTPClient(client *http.Client)
- func (o *SchemaDumpParams) SetTimeout(timeout time.Duration)
- func (o *SchemaDumpParams) WithContext(ctx context.Context) *SchemaDumpParams
- func (o *SchemaDumpParams) WithDefaults() *SchemaDumpParams
- func (o *SchemaDumpParams) WithHTTPClient(client *http.Client) *SchemaDumpParams
- func (o *SchemaDumpParams) WithTimeout(timeout time.Duration) *SchemaDumpParams
- func (o *SchemaDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaDumpReader
- type SchemaDumpUnauthorized
- func (o *SchemaDumpUnauthorized) Code() int
- func (o *SchemaDumpUnauthorized) Error() string
- func (o *SchemaDumpUnauthorized) IsClientError() bool
- func (o *SchemaDumpUnauthorized) IsCode(code int) bool
- func (o *SchemaDumpUnauthorized) IsRedirect() bool
- func (o *SchemaDumpUnauthorized) IsServerError() bool
- func (o *SchemaDumpUnauthorized) IsSuccess() bool
- func (o *SchemaDumpUnauthorized) String() string
- type SchemaObjectsCreateForbidden
- func (o *SchemaObjectsCreateForbidden) Code() int
- func (o *SchemaObjectsCreateForbidden) Error() string
- func (o *SchemaObjectsCreateForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsCreateForbidden) IsClientError() bool
- func (o *SchemaObjectsCreateForbidden) IsCode(code int) bool
- func (o *SchemaObjectsCreateForbidden) IsRedirect() bool
- func (o *SchemaObjectsCreateForbidden) IsServerError() bool
- func (o *SchemaObjectsCreateForbidden) IsSuccess() bool
- func (o *SchemaObjectsCreateForbidden) String() string
- type SchemaObjectsCreateInternalServerError
- func (o *SchemaObjectsCreateInternalServerError) Code() int
- func (o *SchemaObjectsCreateInternalServerError) Error() string
- func (o *SchemaObjectsCreateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsCreateInternalServerError) IsClientError() bool
- func (o *SchemaObjectsCreateInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsCreateInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsCreateInternalServerError) IsServerError() bool
- func (o *SchemaObjectsCreateInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsCreateInternalServerError) String() string
- type SchemaObjectsCreateOK
- func (o *SchemaObjectsCreateOK) Code() int
- func (o *SchemaObjectsCreateOK) Error() string
- func (o *SchemaObjectsCreateOK) GetPayload() *models.Class
- func (o *SchemaObjectsCreateOK) IsClientError() bool
- func (o *SchemaObjectsCreateOK) IsCode(code int) bool
- func (o *SchemaObjectsCreateOK) IsRedirect() bool
- func (o *SchemaObjectsCreateOK) IsServerError() bool
- func (o *SchemaObjectsCreateOK) IsSuccess() bool
- func (o *SchemaObjectsCreateOK) String() string
- type SchemaObjectsCreateParams
- func NewSchemaObjectsCreateParams() *SchemaObjectsCreateParams
- func NewSchemaObjectsCreateParamsWithContext(ctx context.Context) *SchemaObjectsCreateParams
- func NewSchemaObjectsCreateParamsWithHTTPClient(client *http.Client) *SchemaObjectsCreateParams
- func NewSchemaObjectsCreateParamsWithTimeout(timeout time.Duration) *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsCreateParams) SetDefaults()
- func (o *SchemaObjectsCreateParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsCreateParams) SetObjectClass(objectClass *models.Class)
- func (o *SchemaObjectsCreateParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsCreateParams) WithContext(ctx context.Context) *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) WithDefaults() *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) WithHTTPClient(client *http.Client) *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) WithObjectClass(objectClass *models.Class) *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) WithTimeout(timeout time.Duration) *SchemaObjectsCreateParams
- func (o *SchemaObjectsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsCreateReader
- type SchemaObjectsCreateUnauthorized
- func (o *SchemaObjectsCreateUnauthorized) Code() int
- func (o *SchemaObjectsCreateUnauthorized) Error() string
- func (o *SchemaObjectsCreateUnauthorized) IsClientError() bool
- func (o *SchemaObjectsCreateUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsCreateUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsCreateUnauthorized) IsServerError() bool
- func (o *SchemaObjectsCreateUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsCreateUnauthorized) String() string
- type SchemaObjectsCreateUnprocessableEntity
- func (o *SchemaObjectsCreateUnprocessableEntity) Code() int
- func (o *SchemaObjectsCreateUnprocessableEntity) Error() string
- func (o *SchemaObjectsCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsCreateUnprocessableEntity) IsClientError() bool
- func (o *SchemaObjectsCreateUnprocessableEntity) IsCode(code int) bool
- func (o *SchemaObjectsCreateUnprocessableEntity) IsRedirect() bool
- func (o *SchemaObjectsCreateUnprocessableEntity) IsServerError() bool
- func (o *SchemaObjectsCreateUnprocessableEntity) IsSuccess() bool
- func (o *SchemaObjectsCreateUnprocessableEntity) String() string
- type SchemaObjectsDeleteBadRequest
- func (o *SchemaObjectsDeleteBadRequest) Code() int
- func (o *SchemaObjectsDeleteBadRequest) Error() string
- func (o *SchemaObjectsDeleteBadRequest) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsDeleteBadRequest) IsClientError() bool
- func (o *SchemaObjectsDeleteBadRequest) IsCode(code int) bool
- func (o *SchemaObjectsDeleteBadRequest) IsRedirect() bool
- func (o *SchemaObjectsDeleteBadRequest) IsServerError() bool
- func (o *SchemaObjectsDeleteBadRequest) IsSuccess() bool
- func (o *SchemaObjectsDeleteBadRequest) String() string
- type SchemaObjectsDeleteForbidden
- func (o *SchemaObjectsDeleteForbidden) Code() int
- func (o *SchemaObjectsDeleteForbidden) Error() string
- func (o *SchemaObjectsDeleteForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsDeleteForbidden) IsClientError() bool
- func (o *SchemaObjectsDeleteForbidden) IsCode(code int) bool
- func (o *SchemaObjectsDeleteForbidden) IsRedirect() bool
- func (o *SchemaObjectsDeleteForbidden) IsServerError() bool
- func (o *SchemaObjectsDeleteForbidden) IsSuccess() bool
- func (o *SchemaObjectsDeleteForbidden) String() string
- type SchemaObjectsDeleteInternalServerError
- func (o *SchemaObjectsDeleteInternalServerError) Code() int
- func (o *SchemaObjectsDeleteInternalServerError) Error() string
- func (o *SchemaObjectsDeleteInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsDeleteInternalServerError) IsClientError() bool
- func (o *SchemaObjectsDeleteInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsDeleteInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsDeleteInternalServerError) IsServerError() bool
- func (o *SchemaObjectsDeleteInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsDeleteInternalServerError) String() string
- type SchemaObjectsDeleteOK
- func (o *SchemaObjectsDeleteOK) Code() int
- func (o *SchemaObjectsDeleteOK) Error() string
- func (o *SchemaObjectsDeleteOK) IsClientError() bool
- func (o *SchemaObjectsDeleteOK) IsCode(code int) bool
- func (o *SchemaObjectsDeleteOK) IsRedirect() bool
- func (o *SchemaObjectsDeleteOK) IsServerError() bool
- func (o *SchemaObjectsDeleteOK) IsSuccess() bool
- func (o *SchemaObjectsDeleteOK) String() string
- type SchemaObjectsDeleteParams
- func NewSchemaObjectsDeleteParams() *SchemaObjectsDeleteParams
- func NewSchemaObjectsDeleteParamsWithContext(ctx context.Context) *SchemaObjectsDeleteParams
- func NewSchemaObjectsDeleteParamsWithHTTPClient(client *http.Client) *SchemaObjectsDeleteParams
- func NewSchemaObjectsDeleteParamsWithTimeout(timeout time.Duration) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) SetClassName(className string)
- func (o *SchemaObjectsDeleteParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsDeleteParams) SetDefaults()
- func (o *SchemaObjectsDeleteParams) SetForce(force *bool)
- func (o *SchemaObjectsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsDeleteParams) WithClassName(className string) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WithContext(ctx context.Context) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WithDefaults() *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WithForce(force *bool) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WithHTTPClient(client *http.Client) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WithTimeout(timeout time.Duration) *SchemaObjectsDeleteParams
- func (o *SchemaObjectsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsDeleteReader
- type SchemaObjectsDeleteUnauthorized
- func (o *SchemaObjectsDeleteUnauthorized) Code() int
- func (o *SchemaObjectsDeleteUnauthorized) Error() string
- func (o *SchemaObjectsDeleteUnauthorized) IsClientError() bool
- func (o *SchemaObjectsDeleteUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsDeleteUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsDeleteUnauthorized) IsServerError() bool
- func (o *SchemaObjectsDeleteUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsDeleteUnauthorized) String() string
- type SchemaObjectsGetForbidden
- func (o *SchemaObjectsGetForbidden) Code() int
- func (o *SchemaObjectsGetForbidden) Error() string
- func (o *SchemaObjectsGetForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsGetForbidden) IsClientError() bool
- func (o *SchemaObjectsGetForbidden) IsCode(code int) bool
- func (o *SchemaObjectsGetForbidden) IsRedirect() bool
- func (o *SchemaObjectsGetForbidden) IsServerError() bool
- func (o *SchemaObjectsGetForbidden) IsSuccess() bool
- func (o *SchemaObjectsGetForbidden) String() string
- type SchemaObjectsGetInternalServerError
- func (o *SchemaObjectsGetInternalServerError) Code() int
- func (o *SchemaObjectsGetInternalServerError) Error() string
- func (o *SchemaObjectsGetInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsGetInternalServerError) IsClientError() bool
- func (o *SchemaObjectsGetInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsGetInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsGetInternalServerError) IsServerError() bool
- func (o *SchemaObjectsGetInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsGetInternalServerError) String() string
- type SchemaObjectsGetNotFound
- func (o *SchemaObjectsGetNotFound) Code() int
- func (o *SchemaObjectsGetNotFound) Error() string
- func (o *SchemaObjectsGetNotFound) IsClientError() bool
- func (o *SchemaObjectsGetNotFound) IsCode(code int) bool
- func (o *SchemaObjectsGetNotFound) IsRedirect() bool
- func (o *SchemaObjectsGetNotFound) IsServerError() bool
- func (o *SchemaObjectsGetNotFound) IsSuccess() bool
- func (o *SchemaObjectsGetNotFound) String() string
- type SchemaObjectsGetOK
- func (o *SchemaObjectsGetOK) Code() int
- func (o *SchemaObjectsGetOK) Error() string
- func (o *SchemaObjectsGetOK) GetPayload() *models.Class
- func (o *SchemaObjectsGetOK) IsClientError() bool
- func (o *SchemaObjectsGetOK) IsCode(code int) bool
- func (o *SchemaObjectsGetOK) IsRedirect() bool
- func (o *SchemaObjectsGetOK) IsServerError() bool
- func (o *SchemaObjectsGetOK) IsSuccess() bool
- func (o *SchemaObjectsGetOK) String() string
- type SchemaObjectsGetParams
- func NewSchemaObjectsGetParams() *SchemaObjectsGetParams
- func NewSchemaObjectsGetParamsWithContext(ctx context.Context) *SchemaObjectsGetParams
- func NewSchemaObjectsGetParamsWithHTTPClient(client *http.Client) *SchemaObjectsGetParams
- func NewSchemaObjectsGetParamsWithTimeout(timeout time.Duration) *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) SetClassName(className string)
- func (o *SchemaObjectsGetParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsGetParams) SetDefaults()
- func (o *SchemaObjectsGetParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsGetParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsGetParams) WithClassName(className string) *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) WithContext(ctx context.Context) *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) WithDefaults() *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) WithHTTPClient(client *http.Client) *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) WithTimeout(timeout time.Duration) *SchemaObjectsGetParams
- func (o *SchemaObjectsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsGetReader
- type SchemaObjectsGetUnauthorized
- func (o *SchemaObjectsGetUnauthorized) Code() int
- func (o *SchemaObjectsGetUnauthorized) Error() string
- func (o *SchemaObjectsGetUnauthorized) IsClientError() bool
- func (o *SchemaObjectsGetUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsGetUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsGetUnauthorized) IsServerError() bool
- func (o *SchemaObjectsGetUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsGetUnauthorized) String() string
- type SchemaObjectsPropertiesAddForbidden
- func (o *SchemaObjectsPropertiesAddForbidden) Code() int
- func (o *SchemaObjectsPropertiesAddForbidden) Error() string
- func (o *SchemaObjectsPropertiesAddForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsPropertiesAddForbidden) IsClientError() bool
- func (o *SchemaObjectsPropertiesAddForbidden) IsCode(code int) bool
- func (o *SchemaObjectsPropertiesAddForbidden) IsRedirect() bool
- func (o *SchemaObjectsPropertiesAddForbidden) IsServerError() bool
- func (o *SchemaObjectsPropertiesAddForbidden) IsSuccess() bool
- func (o *SchemaObjectsPropertiesAddForbidden) String() string
- type SchemaObjectsPropertiesAddInternalServerError
- func (o *SchemaObjectsPropertiesAddInternalServerError) Code() int
- func (o *SchemaObjectsPropertiesAddInternalServerError) Error() string
- func (o *SchemaObjectsPropertiesAddInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsPropertiesAddInternalServerError) IsClientError() bool
- func (o *SchemaObjectsPropertiesAddInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsPropertiesAddInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsPropertiesAddInternalServerError) IsServerError() bool
- func (o *SchemaObjectsPropertiesAddInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsPropertiesAddInternalServerError) String() string
- type SchemaObjectsPropertiesAddOK
- func (o *SchemaObjectsPropertiesAddOK) Code() int
- func (o *SchemaObjectsPropertiesAddOK) Error() string
- func (o *SchemaObjectsPropertiesAddOK) GetPayload() *models.Property
- func (o *SchemaObjectsPropertiesAddOK) IsClientError() bool
- func (o *SchemaObjectsPropertiesAddOK) IsCode(code int) bool
- func (o *SchemaObjectsPropertiesAddOK) IsRedirect() bool
- func (o *SchemaObjectsPropertiesAddOK) IsServerError() bool
- func (o *SchemaObjectsPropertiesAddOK) IsSuccess() bool
- func (o *SchemaObjectsPropertiesAddOK) String() string
- type SchemaObjectsPropertiesAddParams
- func NewSchemaObjectsPropertiesAddParams() *SchemaObjectsPropertiesAddParams
- func NewSchemaObjectsPropertiesAddParamsWithContext(ctx context.Context) *SchemaObjectsPropertiesAddParams
- func NewSchemaObjectsPropertiesAddParamsWithHTTPClient(client *http.Client) *SchemaObjectsPropertiesAddParams
- func NewSchemaObjectsPropertiesAddParamsWithTimeout(timeout time.Duration) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) SetBody(body *models.Property)
- func (o *SchemaObjectsPropertiesAddParams) SetClassName(className string)
- func (o *SchemaObjectsPropertiesAddParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsPropertiesAddParams) SetDefaults()
- func (o *SchemaObjectsPropertiesAddParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsPropertiesAddParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsPropertiesAddParams) WithBody(body *models.Property) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WithClassName(className string) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WithContext(ctx context.Context) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WithDefaults() *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WithHTTPClient(client *http.Client) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WithTimeout(timeout time.Duration) *SchemaObjectsPropertiesAddParams
- func (o *SchemaObjectsPropertiesAddParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsPropertiesAddReader
- type SchemaObjectsPropertiesAddUnauthorized
- func (o *SchemaObjectsPropertiesAddUnauthorized) Code() int
- func (o *SchemaObjectsPropertiesAddUnauthorized) Error() string
- func (o *SchemaObjectsPropertiesAddUnauthorized) IsClientError() bool
- func (o *SchemaObjectsPropertiesAddUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsPropertiesAddUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsPropertiesAddUnauthorized) IsServerError() bool
- func (o *SchemaObjectsPropertiesAddUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsPropertiesAddUnauthorized) String() string
- type SchemaObjectsPropertiesAddUnprocessableEntity
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) Code() int
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) Error() string
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsClientError() bool
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsCode(code int) bool
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsRedirect() bool
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsServerError() bool
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsSuccess() bool
- func (o *SchemaObjectsPropertiesAddUnprocessableEntity) String() string
- type SchemaObjectsShardsGetForbidden
- func (o *SchemaObjectsShardsGetForbidden) Code() int
- func (o *SchemaObjectsShardsGetForbidden) Error() string
- func (o *SchemaObjectsShardsGetForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsGetForbidden) IsClientError() bool
- func (o *SchemaObjectsShardsGetForbidden) IsCode(code int) bool
- func (o *SchemaObjectsShardsGetForbidden) IsRedirect() bool
- func (o *SchemaObjectsShardsGetForbidden) IsServerError() bool
- func (o *SchemaObjectsShardsGetForbidden) IsSuccess() bool
- func (o *SchemaObjectsShardsGetForbidden) String() string
- type SchemaObjectsShardsGetInternalServerError
- func (o *SchemaObjectsShardsGetInternalServerError) Code() int
- func (o *SchemaObjectsShardsGetInternalServerError) Error() string
- func (o *SchemaObjectsShardsGetInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsGetInternalServerError) IsClientError() bool
- func (o *SchemaObjectsShardsGetInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsShardsGetInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsShardsGetInternalServerError) IsServerError() bool
- func (o *SchemaObjectsShardsGetInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsShardsGetInternalServerError) String() string
- type SchemaObjectsShardsGetNotFound
- func (o *SchemaObjectsShardsGetNotFound) Code() int
- func (o *SchemaObjectsShardsGetNotFound) Error() string
- func (o *SchemaObjectsShardsGetNotFound) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsGetNotFound) IsClientError() bool
- func (o *SchemaObjectsShardsGetNotFound) IsCode(code int) bool
- func (o *SchemaObjectsShardsGetNotFound) IsRedirect() bool
- func (o *SchemaObjectsShardsGetNotFound) IsServerError() bool
- func (o *SchemaObjectsShardsGetNotFound) IsSuccess() bool
- func (o *SchemaObjectsShardsGetNotFound) String() string
- type SchemaObjectsShardsGetOK
- func (o *SchemaObjectsShardsGetOK) Code() int
- func (o *SchemaObjectsShardsGetOK) Error() string
- func (o *SchemaObjectsShardsGetOK) GetPayload() models.ShardStatusList
- func (o *SchemaObjectsShardsGetOK) IsClientError() bool
- func (o *SchemaObjectsShardsGetOK) IsCode(code int) bool
- func (o *SchemaObjectsShardsGetOK) IsRedirect() bool
- func (o *SchemaObjectsShardsGetOK) IsServerError() bool
- func (o *SchemaObjectsShardsGetOK) IsSuccess() bool
- func (o *SchemaObjectsShardsGetOK) String() string
- type SchemaObjectsShardsGetParams
- func NewSchemaObjectsShardsGetParams() *SchemaObjectsShardsGetParams
- func NewSchemaObjectsShardsGetParamsWithContext(ctx context.Context) *SchemaObjectsShardsGetParams
- func NewSchemaObjectsShardsGetParamsWithHTTPClient(client *http.Client) *SchemaObjectsShardsGetParams
- func NewSchemaObjectsShardsGetParamsWithTimeout(timeout time.Duration) *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) SetClassName(className string)
- func (o *SchemaObjectsShardsGetParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsShardsGetParams) SetDefaults()
- func (o *SchemaObjectsShardsGetParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsShardsGetParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsShardsGetParams) WithClassName(className string) *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) WithContext(ctx context.Context) *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) WithDefaults() *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) WithHTTPClient(client *http.Client) *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) WithTimeout(timeout time.Duration) *SchemaObjectsShardsGetParams
- func (o *SchemaObjectsShardsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsShardsGetReader
- type SchemaObjectsShardsGetUnauthorized
- func (o *SchemaObjectsShardsGetUnauthorized) Code() int
- func (o *SchemaObjectsShardsGetUnauthorized) Error() string
- func (o *SchemaObjectsShardsGetUnauthorized) IsClientError() bool
- func (o *SchemaObjectsShardsGetUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsShardsGetUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsShardsGetUnauthorized) IsServerError() bool
- func (o *SchemaObjectsShardsGetUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsShardsGetUnauthorized) String() string
- type SchemaObjectsShardsUpdateForbidden
- func (o *SchemaObjectsShardsUpdateForbidden) Code() int
- func (o *SchemaObjectsShardsUpdateForbidden) Error() string
- func (o *SchemaObjectsShardsUpdateForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsUpdateForbidden) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateForbidden) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateForbidden) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateForbidden) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateForbidden) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateForbidden) String() string
- type SchemaObjectsShardsUpdateInternalServerError
- func (o *SchemaObjectsShardsUpdateInternalServerError) Code() int
- func (o *SchemaObjectsShardsUpdateInternalServerError) Error() string
- func (o *SchemaObjectsShardsUpdateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsUpdateInternalServerError) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateInternalServerError) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateInternalServerError) String() string
- type SchemaObjectsShardsUpdateNotFound
- func (o *SchemaObjectsShardsUpdateNotFound) Code() int
- func (o *SchemaObjectsShardsUpdateNotFound) Error() string
- func (o *SchemaObjectsShardsUpdateNotFound) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsUpdateNotFound) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateNotFound) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateNotFound) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateNotFound) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateNotFound) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateNotFound) String() string
- type SchemaObjectsShardsUpdateOK
- func (o *SchemaObjectsShardsUpdateOK) Code() int
- func (o *SchemaObjectsShardsUpdateOK) Error() string
- func (o *SchemaObjectsShardsUpdateOK) GetPayload() *models.ShardStatus
- func (o *SchemaObjectsShardsUpdateOK) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateOK) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateOK) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateOK) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateOK) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateOK) String() string
- type SchemaObjectsShardsUpdateParams
- func NewSchemaObjectsShardsUpdateParams() *SchemaObjectsShardsUpdateParams
- func NewSchemaObjectsShardsUpdateParamsWithContext(ctx context.Context) *SchemaObjectsShardsUpdateParams
- func NewSchemaObjectsShardsUpdateParamsWithHTTPClient(client *http.Client) *SchemaObjectsShardsUpdateParams
- func NewSchemaObjectsShardsUpdateParamsWithTimeout(timeout time.Duration) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) SetBody(body *models.ShardStatus)
- func (o *SchemaObjectsShardsUpdateParams) SetClassName(className string)
- func (o *SchemaObjectsShardsUpdateParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsShardsUpdateParams) SetDefaults()
- func (o *SchemaObjectsShardsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsShardsUpdateParams) SetShardName(shardName string)
- func (o *SchemaObjectsShardsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsShardsUpdateParams) WithBody(body *models.ShardStatus) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithClassName(className string) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithContext(ctx context.Context) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithDefaults() *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithHTTPClient(client *http.Client) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithShardName(shardName string) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WithTimeout(timeout time.Duration) *SchemaObjectsShardsUpdateParams
- func (o *SchemaObjectsShardsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsShardsUpdateReader
- type SchemaObjectsShardsUpdateUnauthorized
- func (o *SchemaObjectsShardsUpdateUnauthorized) Code() int
- func (o *SchemaObjectsShardsUpdateUnauthorized) Error() string
- func (o *SchemaObjectsShardsUpdateUnauthorized) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateUnauthorized) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateUnauthorized) String() string
- type SchemaObjectsShardsUpdateUnprocessableEntity
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) Code() int
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) Error() string
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsClientError() bool
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsRedirect() bool
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsServerError() bool
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsSuccess() bool
- func (o *SchemaObjectsShardsUpdateUnprocessableEntity) String() string
- type SchemaObjectsUpdateForbidden
- func (o *SchemaObjectsUpdateForbidden) Code() int
- func (o *SchemaObjectsUpdateForbidden) Error() string
- func (o *SchemaObjectsUpdateForbidden) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsUpdateForbidden) IsClientError() bool
- func (o *SchemaObjectsUpdateForbidden) IsCode(code int) bool
- func (o *SchemaObjectsUpdateForbidden) IsRedirect() bool
- func (o *SchemaObjectsUpdateForbidden) IsServerError() bool
- func (o *SchemaObjectsUpdateForbidden) IsSuccess() bool
- func (o *SchemaObjectsUpdateForbidden) String() string
- type SchemaObjectsUpdateInternalServerError
- func (o *SchemaObjectsUpdateInternalServerError) Code() int
- func (o *SchemaObjectsUpdateInternalServerError) Error() string
- func (o *SchemaObjectsUpdateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsUpdateInternalServerError) IsClientError() bool
- func (o *SchemaObjectsUpdateInternalServerError) IsCode(code int) bool
- func (o *SchemaObjectsUpdateInternalServerError) IsRedirect() bool
- func (o *SchemaObjectsUpdateInternalServerError) IsServerError() bool
- func (o *SchemaObjectsUpdateInternalServerError) IsSuccess() bool
- func (o *SchemaObjectsUpdateInternalServerError) String() string
- type SchemaObjectsUpdateNotFound
- func (o *SchemaObjectsUpdateNotFound) Code() int
- func (o *SchemaObjectsUpdateNotFound) Error() string
- func (o *SchemaObjectsUpdateNotFound) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsUpdateNotFound) IsClientError() bool
- func (o *SchemaObjectsUpdateNotFound) IsCode(code int) bool
- func (o *SchemaObjectsUpdateNotFound) IsRedirect() bool
- func (o *SchemaObjectsUpdateNotFound) IsServerError() bool
- func (o *SchemaObjectsUpdateNotFound) IsSuccess() bool
- func (o *SchemaObjectsUpdateNotFound) String() string
- type SchemaObjectsUpdateOK
- func (o *SchemaObjectsUpdateOK) Code() int
- func (o *SchemaObjectsUpdateOK) Error() string
- func (o *SchemaObjectsUpdateOK) GetPayload() *models.Class
- func (o *SchemaObjectsUpdateOK) IsClientError() bool
- func (o *SchemaObjectsUpdateOK) IsCode(code int) bool
- func (o *SchemaObjectsUpdateOK) IsRedirect() bool
- func (o *SchemaObjectsUpdateOK) IsServerError() bool
- func (o *SchemaObjectsUpdateOK) IsSuccess() bool
- func (o *SchemaObjectsUpdateOK) String() string
- type SchemaObjectsUpdateParams
- func NewSchemaObjectsUpdateParams() *SchemaObjectsUpdateParams
- func NewSchemaObjectsUpdateParamsWithContext(ctx context.Context) *SchemaObjectsUpdateParams
- func NewSchemaObjectsUpdateParamsWithHTTPClient(client *http.Client) *SchemaObjectsUpdateParams
- func NewSchemaObjectsUpdateParamsWithTimeout(timeout time.Duration) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) SetClassName(className string)
- func (o *SchemaObjectsUpdateParams) SetContext(ctx context.Context)
- func (o *SchemaObjectsUpdateParams) SetDefaults()
- func (o *SchemaObjectsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *SchemaObjectsUpdateParams) SetObjectClass(objectClass *models.Class)
- func (o *SchemaObjectsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *SchemaObjectsUpdateParams) WithClassName(className string) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WithContext(ctx context.Context) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WithDefaults() *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WithHTTPClient(client *http.Client) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WithObjectClass(objectClass *models.Class) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WithTimeout(timeout time.Duration) *SchemaObjectsUpdateParams
- func (o *SchemaObjectsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchemaObjectsUpdateReader
- type SchemaObjectsUpdateUnauthorized
- func (o *SchemaObjectsUpdateUnauthorized) Code() int
- func (o *SchemaObjectsUpdateUnauthorized) Error() string
- func (o *SchemaObjectsUpdateUnauthorized) IsClientError() bool
- func (o *SchemaObjectsUpdateUnauthorized) IsCode(code int) bool
- func (o *SchemaObjectsUpdateUnauthorized) IsRedirect() bool
- func (o *SchemaObjectsUpdateUnauthorized) IsServerError() bool
- func (o *SchemaObjectsUpdateUnauthorized) IsSuccess() bool
- func (o *SchemaObjectsUpdateUnauthorized) String() string
- type SchemaObjectsUpdateUnprocessableEntity
- func (o *SchemaObjectsUpdateUnprocessableEntity) Code() int
- func (o *SchemaObjectsUpdateUnprocessableEntity) Error() string
- func (o *SchemaObjectsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *SchemaObjectsUpdateUnprocessableEntity) IsClientError() bool
- func (o *SchemaObjectsUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *SchemaObjectsUpdateUnprocessableEntity) IsRedirect() bool
- func (o *SchemaObjectsUpdateUnprocessableEntity) IsServerError() bool
- func (o *SchemaObjectsUpdateUnprocessableEntity) IsSuccess() bool
- func (o *SchemaObjectsUpdateUnprocessableEntity) 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 schema API
func (*Client) SchemaDump ¶
func (a *Client) SchemaDump(params *SchemaDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaDumpOK, error)
SchemaDump dumps the current the database schema
func (*Client) SchemaObjectsCreate ¶
func (a *Client) SchemaObjectsCreate(params *SchemaObjectsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsCreateOK, error)
SchemaObjectsCreate creates a new object class in the schema
func (*Client) SchemaObjectsDelete ¶
func (a *Client) SchemaObjectsDelete(params *SchemaObjectsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsDeleteOK, error)
SchemaObjectsDelete removes an object class and all data in the instances from the schema
func (*Client) SchemaObjectsGet ¶
func (a *Client) SchemaObjectsGet(params *SchemaObjectsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsGetOK, error)
SchemaObjectsGet gets a single class from the schema
func (*Client) SchemaObjectsPropertiesAdd ¶
func (a *Client) SchemaObjectsPropertiesAdd(params *SchemaObjectsPropertiesAddParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsPropertiesAddOK, error)
SchemaObjectsPropertiesAdd adds a property to an object class
func (*Client) SchemaObjectsShardsGet ¶
func (a *Client) SchemaObjectsShardsGet(params *SchemaObjectsShardsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsGetOK, error)
SchemaObjectsShardsGet gets the shards status of an object class
func (*Client) SchemaObjectsShardsUpdate ¶
func (a *Client) SchemaObjectsShardsUpdate(params *SchemaObjectsShardsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsUpdateOK, error)
SchemaObjectsShardsUpdate Update shard status of an Object Class
func (*Client) SchemaObjectsUpdate ¶
func (a *Client) SchemaObjectsUpdate(params *SchemaObjectsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsUpdateOK, error)
SchemaObjectsUpdate updates settings of an existing schema class
Use this endpoint to alter an existing class in the schema. Note that not all settings are mutable. If an error about immutable fields is returned and you still need to update this particular setting, you will have to delete the class (and the underlying data) and recreate. This endpoint cannot be used to modify properties. Instead use POST /v1/schema/{className}/properties. A typical use case for this endpoint is to update configuration, such as the vectorIndexConfig. Note that even in mutable sections, such as vectorIndexConfig, some fields may be immutable.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶ added in v1.18.0
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { SchemaDump(params *SchemaDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaDumpOK, error) SchemaObjectsCreate(params *SchemaObjectsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsCreateOK, error) SchemaObjectsDelete(params *SchemaObjectsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsDeleteOK, error) SchemaObjectsGet(params *SchemaObjectsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsGetOK, error) SchemaObjectsPropertiesAdd(params *SchemaObjectsPropertiesAddParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsPropertiesAddOK, error) SchemaObjectsShardsGet(params *SchemaObjectsShardsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsGetOK, error) SchemaObjectsShardsUpdate(params *SchemaObjectsShardsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsUpdateOK, error) SchemaObjectsUpdate(params *SchemaObjectsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsUpdateOK, 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 schema API client.
type SchemaDumpForbidden ¶
type SchemaDumpForbidden struct {
Payload *models.ErrorResponse
}
SchemaDumpForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaDumpForbidden ¶
func NewSchemaDumpForbidden() *SchemaDumpForbidden
NewSchemaDumpForbidden creates a SchemaDumpForbidden with default headers values
func (*SchemaDumpForbidden) Code ¶ added in v1.18.0
func (o *SchemaDumpForbidden) Code() int
Code gets the status code for the schema dump forbidden response
func (*SchemaDumpForbidden) Error ¶
func (o *SchemaDumpForbidden) Error() string
func (*SchemaDumpForbidden) GetPayload ¶
func (o *SchemaDumpForbidden) GetPayload() *models.ErrorResponse
func (*SchemaDumpForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaDumpForbidden) IsClientError() bool
IsClientError returns true when this schema dump forbidden response has a 4xx status code
func (*SchemaDumpForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaDumpForbidden) IsCode(code int) bool
IsCode returns true when this schema dump forbidden response a status code equal to that given
func (*SchemaDumpForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaDumpForbidden) IsRedirect() bool
IsRedirect returns true when this schema dump forbidden response has a 3xx status code
func (*SchemaDumpForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaDumpForbidden) IsServerError() bool
IsServerError returns true when this schema dump forbidden response has a 5xx status code
func (*SchemaDumpForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaDumpForbidden) IsSuccess() bool
IsSuccess returns true when this schema dump forbidden response has a 2xx status code
func (*SchemaDumpForbidden) String ¶ added in v1.18.0
func (o *SchemaDumpForbidden) String() string
type SchemaDumpInternalServerError ¶
type SchemaDumpInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaDumpInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaDumpInternalServerError ¶
func NewSchemaDumpInternalServerError() *SchemaDumpInternalServerError
NewSchemaDumpInternalServerError creates a SchemaDumpInternalServerError with default headers values
func (*SchemaDumpInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) Code() int
Code gets the status code for the schema dump internal server error response
func (*SchemaDumpInternalServerError) Error ¶
func (o *SchemaDumpInternalServerError) Error() string
func (*SchemaDumpInternalServerError) GetPayload ¶
func (o *SchemaDumpInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaDumpInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) IsClientError() bool
IsClientError returns true when this schema dump internal server error response has a 4xx status code
func (*SchemaDumpInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) IsCode(code int) bool
IsCode returns true when this schema dump internal server error response a status code equal to that given
func (*SchemaDumpInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema dump internal server error response has a 3xx status code
func (*SchemaDumpInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) IsServerError() bool
IsServerError returns true when this schema dump internal server error response has a 5xx status code
func (*SchemaDumpInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema dump internal server error response has a 2xx status code
func (*SchemaDumpInternalServerError) String ¶ added in v1.18.0
func (o *SchemaDumpInternalServerError) String() string
type SchemaDumpOK ¶
SchemaDumpOK describes a response with status code 200, with default header values.
Successfully dumped the database schema.
func NewSchemaDumpOK ¶
func NewSchemaDumpOK() *SchemaDumpOK
NewSchemaDumpOK creates a SchemaDumpOK with default headers values
func (*SchemaDumpOK) Code ¶ added in v1.18.0
func (o *SchemaDumpOK) Code() int
Code gets the status code for the schema dump o k response
func (*SchemaDumpOK) Error ¶
func (o *SchemaDumpOK) Error() string
func (*SchemaDumpOK) GetPayload ¶
func (o *SchemaDumpOK) GetPayload() *models.Schema
func (*SchemaDumpOK) IsClientError ¶ added in v1.18.0
func (o *SchemaDumpOK) IsClientError() bool
IsClientError returns true when this schema dump o k response has a 4xx status code
func (*SchemaDumpOK) IsCode ¶ added in v1.18.0
func (o *SchemaDumpOK) IsCode(code int) bool
IsCode returns true when this schema dump o k response a status code equal to that given
func (*SchemaDumpOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaDumpOK) IsRedirect() bool
IsRedirect returns true when this schema dump o k response has a 3xx status code
func (*SchemaDumpOK) IsServerError ¶ added in v1.18.0
func (o *SchemaDumpOK) IsServerError() bool
IsServerError returns true when this schema dump o k response has a 5xx status code
func (*SchemaDumpOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaDumpOK) IsSuccess() bool
IsSuccess returns true when this schema dump o k response has a 2xx status code
func (*SchemaDumpOK) String ¶ added in v1.18.0
func (o *SchemaDumpOK) String() string
type SchemaDumpParams ¶
type SchemaDumpParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaDumpParams contains all the parameters to send to the API endpoint
for the schema dump operation. Typically these are written to a http.Request.
func NewSchemaDumpParams ¶
func NewSchemaDumpParams() *SchemaDumpParams
NewSchemaDumpParams creates a new SchemaDumpParams 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 NewSchemaDumpParamsWithContext ¶
func NewSchemaDumpParamsWithContext(ctx context.Context) *SchemaDumpParams
NewSchemaDumpParamsWithContext creates a new SchemaDumpParams object with the ability to set a context for a request.
func NewSchemaDumpParamsWithHTTPClient ¶
func NewSchemaDumpParamsWithHTTPClient(client *http.Client) *SchemaDumpParams
NewSchemaDumpParamsWithHTTPClient creates a new SchemaDumpParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaDumpParamsWithTimeout ¶
func NewSchemaDumpParamsWithTimeout(timeout time.Duration) *SchemaDumpParams
NewSchemaDumpParamsWithTimeout creates a new SchemaDumpParams object with the ability to set a timeout on a request.
func (*SchemaDumpParams) SetContext ¶
func (o *SchemaDumpParams) SetContext(ctx context.Context)
SetContext adds the context to the schema dump params
func (*SchemaDumpParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaDumpParams) SetDefaults()
SetDefaults hydrates default values in the schema dump params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaDumpParams) SetHTTPClient ¶
func (o *SchemaDumpParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema dump params
func (*SchemaDumpParams) SetTimeout ¶
func (o *SchemaDumpParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema dump params
func (*SchemaDumpParams) WithContext ¶
func (o *SchemaDumpParams) WithContext(ctx context.Context) *SchemaDumpParams
WithContext adds the context to the schema dump params
func (*SchemaDumpParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaDumpParams) WithDefaults() *SchemaDumpParams
WithDefaults hydrates default values in the schema dump params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaDumpParams) WithHTTPClient ¶
func (o *SchemaDumpParams) WithHTTPClient(client *http.Client) *SchemaDumpParams
WithHTTPClient adds the HTTPClient to the schema dump params
func (*SchemaDumpParams) WithTimeout ¶
func (o *SchemaDumpParams) WithTimeout(timeout time.Duration) *SchemaDumpParams
WithTimeout adds the timeout to the schema dump params
func (*SchemaDumpParams) WriteToRequest ¶
func (o *SchemaDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaDumpReader ¶
type SchemaDumpReader struct {
// contains filtered or unexported fields
}
SchemaDumpReader is a Reader for the SchemaDump structure.
func (*SchemaDumpReader) ReadResponse ¶
func (o *SchemaDumpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaDumpUnauthorized ¶
type SchemaDumpUnauthorized struct { }
SchemaDumpUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaDumpUnauthorized ¶
func NewSchemaDumpUnauthorized() *SchemaDumpUnauthorized
NewSchemaDumpUnauthorized creates a SchemaDumpUnauthorized with default headers values
func (*SchemaDumpUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) Code() int
Code gets the status code for the schema dump unauthorized response
func (*SchemaDumpUnauthorized) Error ¶
func (o *SchemaDumpUnauthorized) Error() string
func (*SchemaDumpUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) IsClientError() bool
IsClientError returns true when this schema dump unauthorized response has a 4xx status code
func (*SchemaDumpUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) IsCode(code int) bool
IsCode returns true when this schema dump unauthorized response a status code equal to that given
func (*SchemaDumpUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema dump unauthorized response has a 3xx status code
func (*SchemaDumpUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) IsServerError() bool
IsServerError returns true when this schema dump unauthorized response has a 5xx status code
func (*SchemaDumpUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema dump unauthorized response has a 2xx status code
func (*SchemaDumpUnauthorized) String ¶ added in v1.18.0
func (o *SchemaDumpUnauthorized) String() string
type SchemaObjectsCreateForbidden ¶
type SchemaObjectsCreateForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsCreateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsCreateForbidden ¶
func NewSchemaObjectsCreateForbidden() *SchemaObjectsCreateForbidden
NewSchemaObjectsCreateForbidden creates a SchemaObjectsCreateForbidden with default headers values
func (*SchemaObjectsCreateForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) Code() int
Code gets the status code for the schema objects create forbidden response
func (*SchemaObjectsCreateForbidden) Error ¶
func (o *SchemaObjectsCreateForbidden) Error() string
func (*SchemaObjectsCreateForbidden) GetPayload ¶
func (o *SchemaObjectsCreateForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsCreateForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) IsClientError() bool
IsClientError returns true when this schema objects create forbidden response has a 4xx status code
func (*SchemaObjectsCreateForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) IsCode(code int) bool
IsCode returns true when this schema objects create forbidden response a status code equal to that given
func (*SchemaObjectsCreateForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects create forbidden response has a 3xx status code
func (*SchemaObjectsCreateForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) IsServerError() bool
IsServerError returns true when this schema objects create forbidden response has a 5xx status code
func (*SchemaObjectsCreateForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects create forbidden response has a 2xx status code
func (*SchemaObjectsCreateForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsCreateForbidden) String() string
type SchemaObjectsCreateInternalServerError ¶
type SchemaObjectsCreateInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsCreateInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsCreateInternalServerError ¶
func NewSchemaObjectsCreateInternalServerError() *SchemaObjectsCreateInternalServerError
NewSchemaObjectsCreateInternalServerError creates a SchemaObjectsCreateInternalServerError with default headers values
func (*SchemaObjectsCreateInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) Code() int
Code gets the status code for the schema objects create internal server error response
func (*SchemaObjectsCreateInternalServerError) Error ¶
func (o *SchemaObjectsCreateInternalServerError) Error() string
func (*SchemaObjectsCreateInternalServerError) GetPayload ¶
func (o *SchemaObjectsCreateInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsCreateInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects create internal server error response has a 4xx status code
func (*SchemaObjectsCreateInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects create internal server error response a status code equal to that given
func (*SchemaObjectsCreateInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects create internal server error response has a 3xx status code
func (*SchemaObjectsCreateInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects create internal server error response has a 5xx status code
func (*SchemaObjectsCreateInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects create internal server error response has a 2xx status code
func (*SchemaObjectsCreateInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsCreateInternalServerError) String() string
type SchemaObjectsCreateOK ¶
SchemaObjectsCreateOK describes a response with status code 200, with default header values.
Added the new Object class to the schema.
func NewSchemaObjectsCreateOK ¶
func NewSchemaObjectsCreateOK() *SchemaObjectsCreateOK
NewSchemaObjectsCreateOK creates a SchemaObjectsCreateOK with default headers values
func (*SchemaObjectsCreateOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) Code() int
Code gets the status code for the schema objects create o k response
func (*SchemaObjectsCreateOK) Error ¶
func (o *SchemaObjectsCreateOK) Error() string
func (*SchemaObjectsCreateOK) GetPayload ¶
func (o *SchemaObjectsCreateOK) GetPayload() *models.Class
func (*SchemaObjectsCreateOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) IsClientError() bool
IsClientError returns true when this schema objects create o k response has a 4xx status code
func (*SchemaObjectsCreateOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) IsCode(code int) bool
IsCode returns true when this schema objects create o k response a status code equal to that given
func (*SchemaObjectsCreateOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) IsRedirect() bool
IsRedirect returns true when this schema objects create o k response has a 3xx status code
func (*SchemaObjectsCreateOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) IsServerError() bool
IsServerError returns true when this schema objects create o k response has a 5xx status code
func (*SchemaObjectsCreateOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) IsSuccess() bool
IsSuccess returns true when this schema objects create o k response has a 2xx status code
func (*SchemaObjectsCreateOK) String ¶ added in v1.18.0
func (o *SchemaObjectsCreateOK) String() string
type SchemaObjectsCreateParams ¶
type SchemaObjectsCreateParams struct { // ObjectClass. ObjectClass *models.Class Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsCreateParams contains all the parameters to send to the API endpoint
for the schema objects create operation. Typically these are written to a http.Request.
func NewSchemaObjectsCreateParams ¶
func NewSchemaObjectsCreateParams() *SchemaObjectsCreateParams
NewSchemaObjectsCreateParams creates a new SchemaObjectsCreateParams 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 NewSchemaObjectsCreateParamsWithContext ¶
func NewSchemaObjectsCreateParamsWithContext(ctx context.Context) *SchemaObjectsCreateParams
NewSchemaObjectsCreateParamsWithContext creates a new SchemaObjectsCreateParams object with the ability to set a context for a request.
func NewSchemaObjectsCreateParamsWithHTTPClient ¶
func NewSchemaObjectsCreateParamsWithHTTPClient(client *http.Client) *SchemaObjectsCreateParams
NewSchemaObjectsCreateParamsWithHTTPClient creates a new SchemaObjectsCreateParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsCreateParamsWithTimeout ¶
func NewSchemaObjectsCreateParamsWithTimeout(timeout time.Duration) *SchemaObjectsCreateParams
NewSchemaObjectsCreateParamsWithTimeout creates a new SchemaObjectsCreateParams object with the ability to set a timeout on a request.
func (*SchemaObjectsCreateParams) SetContext ¶
func (o *SchemaObjectsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects create params
func (*SchemaObjectsCreateParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsCreateParams) SetDefaults()
SetDefaults hydrates default values in the schema objects create params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsCreateParams) SetHTTPClient ¶
func (o *SchemaObjectsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects create params
func (*SchemaObjectsCreateParams) SetObjectClass ¶
func (o *SchemaObjectsCreateParams) SetObjectClass(objectClass *models.Class)
SetObjectClass adds the objectClass to the schema objects create params
func (*SchemaObjectsCreateParams) SetTimeout ¶
func (o *SchemaObjectsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects create params
func (*SchemaObjectsCreateParams) WithContext ¶
func (o *SchemaObjectsCreateParams) WithContext(ctx context.Context) *SchemaObjectsCreateParams
WithContext adds the context to the schema objects create params
func (*SchemaObjectsCreateParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsCreateParams) WithDefaults() *SchemaObjectsCreateParams
WithDefaults hydrates default values in the schema objects create params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsCreateParams) WithHTTPClient ¶
func (o *SchemaObjectsCreateParams) WithHTTPClient(client *http.Client) *SchemaObjectsCreateParams
WithHTTPClient adds the HTTPClient to the schema objects create params
func (*SchemaObjectsCreateParams) WithObjectClass ¶
func (o *SchemaObjectsCreateParams) WithObjectClass(objectClass *models.Class) *SchemaObjectsCreateParams
WithObjectClass adds the objectClass to the schema objects create params
func (*SchemaObjectsCreateParams) WithTimeout ¶
func (o *SchemaObjectsCreateParams) WithTimeout(timeout time.Duration) *SchemaObjectsCreateParams
WithTimeout adds the timeout to the schema objects create params
func (*SchemaObjectsCreateParams) WriteToRequest ¶
func (o *SchemaObjectsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsCreateReader ¶
type SchemaObjectsCreateReader struct {
// contains filtered or unexported fields
}
SchemaObjectsCreateReader is a Reader for the SchemaObjectsCreate structure.
func (*SchemaObjectsCreateReader) ReadResponse ¶
func (o *SchemaObjectsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsCreateUnauthorized ¶
type SchemaObjectsCreateUnauthorized struct { }
SchemaObjectsCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsCreateUnauthorized ¶
func NewSchemaObjectsCreateUnauthorized() *SchemaObjectsCreateUnauthorized
NewSchemaObjectsCreateUnauthorized creates a SchemaObjectsCreateUnauthorized with default headers values
func (*SchemaObjectsCreateUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) Code() int
Code gets the status code for the schema objects create unauthorized response
func (*SchemaObjectsCreateUnauthorized) Error ¶
func (o *SchemaObjectsCreateUnauthorized) Error() string
func (*SchemaObjectsCreateUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects create unauthorized response has a 4xx status code
func (*SchemaObjectsCreateUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects create unauthorized response a status code equal to that given
func (*SchemaObjectsCreateUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects create unauthorized response has a 3xx status code
func (*SchemaObjectsCreateUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects create unauthorized response has a 5xx status code
func (*SchemaObjectsCreateUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects create unauthorized response has a 2xx status code
func (*SchemaObjectsCreateUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnauthorized) String() string
type SchemaObjectsCreateUnprocessableEntity ¶
type SchemaObjectsCreateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
SchemaObjectsCreateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid Object class
func NewSchemaObjectsCreateUnprocessableEntity ¶
func NewSchemaObjectsCreateUnprocessableEntity() *SchemaObjectsCreateUnprocessableEntity
NewSchemaObjectsCreateUnprocessableEntity creates a SchemaObjectsCreateUnprocessableEntity with default headers values
func (*SchemaObjectsCreateUnprocessableEntity) Code ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) Code() int
Code gets the status code for the schema objects create unprocessable entity response
func (*SchemaObjectsCreateUnprocessableEntity) Error ¶
func (o *SchemaObjectsCreateUnprocessableEntity) Error() string
func (*SchemaObjectsCreateUnprocessableEntity) GetPayload ¶
func (o *SchemaObjectsCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*SchemaObjectsCreateUnprocessableEntity) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this schema objects create unprocessable entity response has a 4xx status code
func (*SchemaObjectsCreateUnprocessableEntity) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this schema objects create unprocessable entity response a status code equal to that given
func (*SchemaObjectsCreateUnprocessableEntity) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this schema objects create unprocessable entity response has a 3xx status code
func (*SchemaObjectsCreateUnprocessableEntity) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this schema objects create unprocessable entity response has a 5xx status code
func (*SchemaObjectsCreateUnprocessableEntity) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this schema objects create unprocessable entity response has a 2xx status code
func (*SchemaObjectsCreateUnprocessableEntity) String ¶ added in v1.18.0
func (o *SchemaObjectsCreateUnprocessableEntity) String() string
type SchemaObjectsDeleteBadRequest ¶
type SchemaObjectsDeleteBadRequest struct {
Payload *models.ErrorResponse
}
SchemaObjectsDeleteBadRequest describes a response with status code 400, with default header values.
Could not delete the Object class.
func NewSchemaObjectsDeleteBadRequest ¶
func NewSchemaObjectsDeleteBadRequest() *SchemaObjectsDeleteBadRequest
NewSchemaObjectsDeleteBadRequest creates a SchemaObjectsDeleteBadRequest with default headers values
func (*SchemaObjectsDeleteBadRequest) Code ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) Code() int
Code gets the status code for the schema objects delete bad request response
func (*SchemaObjectsDeleteBadRequest) Error ¶
func (o *SchemaObjectsDeleteBadRequest) Error() string
func (*SchemaObjectsDeleteBadRequest) GetPayload ¶
func (o *SchemaObjectsDeleteBadRequest) GetPayload() *models.ErrorResponse
func (*SchemaObjectsDeleteBadRequest) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) IsClientError() bool
IsClientError returns true when this schema objects delete bad request response has a 4xx status code
func (*SchemaObjectsDeleteBadRequest) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this schema objects delete bad request response a status code equal to that given
func (*SchemaObjectsDeleteBadRequest) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this schema objects delete bad request response has a 3xx status code
func (*SchemaObjectsDeleteBadRequest) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) IsServerError() bool
IsServerError returns true when this schema objects delete bad request response has a 5xx status code
func (*SchemaObjectsDeleteBadRequest) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this schema objects delete bad request response has a 2xx status code
func (*SchemaObjectsDeleteBadRequest) String ¶ added in v1.18.0
func (o *SchemaObjectsDeleteBadRequest) String() string
type SchemaObjectsDeleteForbidden ¶
type SchemaObjectsDeleteForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsDeleteForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsDeleteForbidden ¶
func NewSchemaObjectsDeleteForbidden() *SchemaObjectsDeleteForbidden
NewSchemaObjectsDeleteForbidden creates a SchemaObjectsDeleteForbidden with default headers values
func (*SchemaObjectsDeleteForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) Code() int
Code gets the status code for the schema objects delete forbidden response
func (*SchemaObjectsDeleteForbidden) Error ¶
func (o *SchemaObjectsDeleteForbidden) Error() string
func (*SchemaObjectsDeleteForbidden) GetPayload ¶
func (o *SchemaObjectsDeleteForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsDeleteForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) IsClientError() bool
IsClientError returns true when this schema objects delete forbidden response has a 4xx status code
func (*SchemaObjectsDeleteForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) IsCode(code int) bool
IsCode returns true when this schema objects delete forbidden response a status code equal to that given
func (*SchemaObjectsDeleteForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects delete forbidden response has a 3xx status code
func (*SchemaObjectsDeleteForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) IsServerError() bool
IsServerError returns true when this schema objects delete forbidden response has a 5xx status code
func (*SchemaObjectsDeleteForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects delete forbidden response has a 2xx status code
func (*SchemaObjectsDeleteForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsDeleteForbidden) String() string
type SchemaObjectsDeleteInternalServerError ¶
type SchemaObjectsDeleteInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsDeleteInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsDeleteInternalServerError ¶
func NewSchemaObjectsDeleteInternalServerError() *SchemaObjectsDeleteInternalServerError
NewSchemaObjectsDeleteInternalServerError creates a SchemaObjectsDeleteInternalServerError with default headers values
func (*SchemaObjectsDeleteInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) Code() int
Code gets the status code for the schema objects delete internal server error response
func (*SchemaObjectsDeleteInternalServerError) Error ¶
func (o *SchemaObjectsDeleteInternalServerError) Error() string
func (*SchemaObjectsDeleteInternalServerError) GetPayload ¶
func (o *SchemaObjectsDeleteInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsDeleteInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects delete internal server error response has a 4xx status code
func (*SchemaObjectsDeleteInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects delete internal server error response a status code equal to that given
func (*SchemaObjectsDeleteInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects delete internal server error response has a 3xx status code
func (*SchemaObjectsDeleteInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects delete internal server error response has a 5xx status code
func (*SchemaObjectsDeleteInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects delete internal server error response has a 2xx status code
func (*SchemaObjectsDeleteInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsDeleteInternalServerError) String() string
type SchemaObjectsDeleteOK ¶
type SchemaObjectsDeleteOK struct { }
SchemaObjectsDeleteOK describes a response with status code 200, with default header values.
Removed the Object class from the schema.
func NewSchemaObjectsDeleteOK ¶
func NewSchemaObjectsDeleteOK() *SchemaObjectsDeleteOK
NewSchemaObjectsDeleteOK creates a SchemaObjectsDeleteOK with default headers values
func (*SchemaObjectsDeleteOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) Code() int
Code gets the status code for the schema objects delete o k response
func (*SchemaObjectsDeleteOK) Error ¶
func (o *SchemaObjectsDeleteOK) Error() string
func (*SchemaObjectsDeleteOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) IsClientError() bool
IsClientError returns true when this schema objects delete o k response has a 4xx status code
func (*SchemaObjectsDeleteOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) IsCode(code int) bool
IsCode returns true when this schema objects delete o k response a status code equal to that given
func (*SchemaObjectsDeleteOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) IsRedirect() bool
IsRedirect returns true when this schema objects delete o k response has a 3xx status code
func (*SchemaObjectsDeleteOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) IsServerError() bool
IsServerError returns true when this schema objects delete o k response has a 5xx status code
func (*SchemaObjectsDeleteOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) IsSuccess() bool
IsSuccess returns true when this schema objects delete o k response has a 2xx status code
func (*SchemaObjectsDeleteOK) String ¶ added in v1.18.0
func (o *SchemaObjectsDeleteOK) String() string
type SchemaObjectsDeleteParams ¶
type SchemaObjectsDeleteParams struct { // ClassName. ClassName string // Force. Force *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsDeleteParams contains all the parameters to send to the API endpoint
for the schema objects delete operation. Typically these are written to a http.Request.
func NewSchemaObjectsDeleteParams ¶
func NewSchemaObjectsDeleteParams() *SchemaObjectsDeleteParams
NewSchemaObjectsDeleteParams creates a new SchemaObjectsDeleteParams 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 NewSchemaObjectsDeleteParamsWithContext ¶
func NewSchemaObjectsDeleteParamsWithContext(ctx context.Context) *SchemaObjectsDeleteParams
NewSchemaObjectsDeleteParamsWithContext creates a new SchemaObjectsDeleteParams object with the ability to set a context for a request.
func NewSchemaObjectsDeleteParamsWithHTTPClient ¶
func NewSchemaObjectsDeleteParamsWithHTTPClient(client *http.Client) *SchemaObjectsDeleteParams
NewSchemaObjectsDeleteParamsWithHTTPClient creates a new SchemaObjectsDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsDeleteParamsWithTimeout ¶
func NewSchemaObjectsDeleteParamsWithTimeout(timeout time.Duration) *SchemaObjectsDeleteParams
NewSchemaObjectsDeleteParamsWithTimeout creates a new SchemaObjectsDeleteParams object with the ability to set a timeout on a request.
func (*SchemaObjectsDeleteParams) SetClassName ¶
func (o *SchemaObjectsDeleteParams) SetClassName(className string)
SetClassName adds the className to the schema objects delete params
func (*SchemaObjectsDeleteParams) SetContext ¶
func (o *SchemaObjectsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects delete params
func (*SchemaObjectsDeleteParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsDeleteParams) SetDefaults()
SetDefaults hydrates default values in the schema objects delete params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsDeleteParams) SetForce ¶ added in v1.17.4
func (o *SchemaObjectsDeleteParams) SetForce(force *bool)
SetForce adds the force to the schema objects delete params
func (*SchemaObjectsDeleteParams) SetHTTPClient ¶
func (o *SchemaObjectsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects delete params
func (*SchemaObjectsDeleteParams) SetTimeout ¶
func (o *SchemaObjectsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects delete params
func (*SchemaObjectsDeleteParams) WithClassName ¶
func (o *SchemaObjectsDeleteParams) WithClassName(className string) *SchemaObjectsDeleteParams
WithClassName adds the className to the schema objects delete params
func (*SchemaObjectsDeleteParams) WithContext ¶
func (o *SchemaObjectsDeleteParams) WithContext(ctx context.Context) *SchemaObjectsDeleteParams
WithContext adds the context to the schema objects delete params
func (*SchemaObjectsDeleteParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsDeleteParams) WithDefaults() *SchemaObjectsDeleteParams
WithDefaults hydrates default values in the schema objects delete params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsDeleteParams) WithForce ¶ added in v1.17.4
func (o *SchemaObjectsDeleteParams) WithForce(force *bool) *SchemaObjectsDeleteParams
WithForce adds the force to the schema objects delete params
func (*SchemaObjectsDeleteParams) WithHTTPClient ¶
func (o *SchemaObjectsDeleteParams) WithHTTPClient(client *http.Client) *SchemaObjectsDeleteParams
WithHTTPClient adds the HTTPClient to the schema objects delete params
func (*SchemaObjectsDeleteParams) WithTimeout ¶
func (o *SchemaObjectsDeleteParams) WithTimeout(timeout time.Duration) *SchemaObjectsDeleteParams
WithTimeout adds the timeout to the schema objects delete params
func (*SchemaObjectsDeleteParams) WriteToRequest ¶
func (o *SchemaObjectsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsDeleteReader ¶
type SchemaObjectsDeleteReader struct {
// contains filtered or unexported fields
}
SchemaObjectsDeleteReader is a Reader for the SchemaObjectsDelete structure.
func (*SchemaObjectsDeleteReader) ReadResponse ¶
func (o *SchemaObjectsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsDeleteUnauthorized ¶
type SchemaObjectsDeleteUnauthorized struct { }
SchemaObjectsDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsDeleteUnauthorized ¶
func NewSchemaObjectsDeleteUnauthorized() *SchemaObjectsDeleteUnauthorized
NewSchemaObjectsDeleteUnauthorized creates a SchemaObjectsDeleteUnauthorized with default headers values
func (*SchemaObjectsDeleteUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) Code() int
Code gets the status code for the schema objects delete unauthorized response
func (*SchemaObjectsDeleteUnauthorized) Error ¶
func (o *SchemaObjectsDeleteUnauthorized) Error() string
func (*SchemaObjectsDeleteUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects delete unauthorized response has a 4xx status code
func (*SchemaObjectsDeleteUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects delete unauthorized response a status code equal to that given
func (*SchemaObjectsDeleteUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects delete unauthorized response has a 3xx status code
func (*SchemaObjectsDeleteUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects delete unauthorized response has a 5xx status code
func (*SchemaObjectsDeleteUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects delete unauthorized response has a 2xx status code
func (*SchemaObjectsDeleteUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsDeleteUnauthorized) String() string
type SchemaObjectsGetForbidden ¶
type SchemaObjectsGetForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsGetForbidden ¶
func NewSchemaObjectsGetForbidden() *SchemaObjectsGetForbidden
NewSchemaObjectsGetForbidden creates a SchemaObjectsGetForbidden with default headers values
func (*SchemaObjectsGetForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) Code() int
Code gets the status code for the schema objects get forbidden response
func (*SchemaObjectsGetForbidden) Error ¶
func (o *SchemaObjectsGetForbidden) Error() string
func (*SchemaObjectsGetForbidden) GetPayload ¶
func (o *SchemaObjectsGetForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsGetForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) IsClientError() bool
IsClientError returns true when this schema objects get forbidden response has a 4xx status code
func (*SchemaObjectsGetForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) IsCode(code int) bool
IsCode returns true when this schema objects get forbidden response a status code equal to that given
func (*SchemaObjectsGetForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects get forbidden response has a 3xx status code
func (*SchemaObjectsGetForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) IsServerError() bool
IsServerError returns true when this schema objects get forbidden response has a 5xx status code
func (*SchemaObjectsGetForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects get forbidden response has a 2xx status code
func (*SchemaObjectsGetForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsGetForbidden) String() string
type SchemaObjectsGetInternalServerError ¶
type SchemaObjectsGetInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsGetInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsGetInternalServerError ¶
func NewSchemaObjectsGetInternalServerError() *SchemaObjectsGetInternalServerError
NewSchemaObjectsGetInternalServerError creates a SchemaObjectsGetInternalServerError with default headers values
func (*SchemaObjectsGetInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) Code() int
Code gets the status code for the schema objects get internal server error response
func (*SchemaObjectsGetInternalServerError) Error ¶
func (o *SchemaObjectsGetInternalServerError) Error() string
func (*SchemaObjectsGetInternalServerError) GetPayload ¶
func (o *SchemaObjectsGetInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsGetInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects get internal server error response has a 4xx status code
func (*SchemaObjectsGetInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects get internal server error response a status code equal to that given
func (*SchemaObjectsGetInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects get internal server error response has a 3xx status code
func (*SchemaObjectsGetInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects get internal server error response has a 5xx status code
func (*SchemaObjectsGetInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects get internal server error response has a 2xx status code
func (*SchemaObjectsGetInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsGetInternalServerError) String() string
type SchemaObjectsGetNotFound ¶
type SchemaObjectsGetNotFound struct { }
SchemaObjectsGetNotFound describes a response with status code 404, with default header values.
This class does not exist
func NewSchemaObjectsGetNotFound ¶
func NewSchemaObjectsGetNotFound() *SchemaObjectsGetNotFound
NewSchemaObjectsGetNotFound creates a SchemaObjectsGetNotFound with default headers values
func (*SchemaObjectsGetNotFound) Code ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) Code() int
Code gets the status code for the schema objects get not found response
func (*SchemaObjectsGetNotFound) Error ¶
func (o *SchemaObjectsGetNotFound) Error() string
func (*SchemaObjectsGetNotFound) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) IsClientError() bool
IsClientError returns true when this schema objects get not found response has a 4xx status code
func (*SchemaObjectsGetNotFound) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) IsCode(code int) bool
IsCode returns true when this schema objects get not found response a status code equal to that given
func (*SchemaObjectsGetNotFound) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) IsRedirect() bool
IsRedirect returns true when this schema objects get not found response has a 3xx status code
func (*SchemaObjectsGetNotFound) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) IsServerError() bool
IsServerError returns true when this schema objects get not found response has a 5xx status code
func (*SchemaObjectsGetNotFound) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) IsSuccess() bool
IsSuccess returns true when this schema objects get not found response has a 2xx status code
func (*SchemaObjectsGetNotFound) String ¶ added in v1.18.0
func (o *SchemaObjectsGetNotFound) String() string
type SchemaObjectsGetOK ¶
SchemaObjectsGetOK describes a response with status code 200, with default header values.
Found the Class, returned as body
func NewSchemaObjectsGetOK ¶
func NewSchemaObjectsGetOK() *SchemaObjectsGetOK
NewSchemaObjectsGetOK creates a SchemaObjectsGetOK with default headers values
func (*SchemaObjectsGetOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) Code() int
Code gets the status code for the schema objects get o k response
func (*SchemaObjectsGetOK) Error ¶
func (o *SchemaObjectsGetOK) Error() string
func (*SchemaObjectsGetOK) GetPayload ¶
func (o *SchemaObjectsGetOK) GetPayload() *models.Class
func (*SchemaObjectsGetOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) IsClientError() bool
IsClientError returns true when this schema objects get o k response has a 4xx status code
func (*SchemaObjectsGetOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) IsCode(code int) bool
IsCode returns true when this schema objects get o k response a status code equal to that given
func (*SchemaObjectsGetOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) IsRedirect() bool
IsRedirect returns true when this schema objects get o k response has a 3xx status code
func (*SchemaObjectsGetOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) IsServerError() bool
IsServerError returns true when this schema objects get o k response has a 5xx status code
func (*SchemaObjectsGetOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) IsSuccess() bool
IsSuccess returns true when this schema objects get o k response has a 2xx status code
func (*SchemaObjectsGetOK) String ¶ added in v1.18.0
func (o *SchemaObjectsGetOK) String() string
type SchemaObjectsGetParams ¶
type SchemaObjectsGetParams struct { // ClassName. ClassName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsGetParams contains all the parameters to send to the API endpoint
for the schema objects get operation. Typically these are written to a http.Request.
func NewSchemaObjectsGetParams ¶
func NewSchemaObjectsGetParams() *SchemaObjectsGetParams
NewSchemaObjectsGetParams creates a new SchemaObjectsGetParams 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 NewSchemaObjectsGetParamsWithContext ¶
func NewSchemaObjectsGetParamsWithContext(ctx context.Context) *SchemaObjectsGetParams
NewSchemaObjectsGetParamsWithContext creates a new SchemaObjectsGetParams object with the ability to set a context for a request.
func NewSchemaObjectsGetParamsWithHTTPClient ¶
func NewSchemaObjectsGetParamsWithHTTPClient(client *http.Client) *SchemaObjectsGetParams
NewSchemaObjectsGetParamsWithHTTPClient creates a new SchemaObjectsGetParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsGetParamsWithTimeout ¶
func NewSchemaObjectsGetParamsWithTimeout(timeout time.Duration) *SchemaObjectsGetParams
NewSchemaObjectsGetParamsWithTimeout creates a new SchemaObjectsGetParams object with the ability to set a timeout on a request.
func (*SchemaObjectsGetParams) SetClassName ¶
func (o *SchemaObjectsGetParams) SetClassName(className string)
SetClassName adds the className to the schema objects get params
func (*SchemaObjectsGetParams) SetContext ¶
func (o *SchemaObjectsGetParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects get params
func (*SchemaObjectsGetParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsGetParams) SetDefaults()
SetDefaults hydrates default values in the schema objects get params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsGetParams) SetHTTPClient ¶
func (o *SchemaObjectsGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects get params
func (*SchemaObjectsGetParams) SetTimeout ¶
func (o *SchemaObjectsGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects get params
func (*SchemaObjectsGetParams) WithClassName ¶
func (o *SchemaObjectsGetParams) WithClassName(className string) *SchemaObjectsGetParams
WithClassName adds the className to the schema objects get params
func (*SchemaObjectsGetParams) WithContext ¶
func (o *SchemaObjectsGetParams) WithContext(ctx context.Context) *SchemaObjectsGetParams
WithContext adds the context to the schema objects get params
func (*SchemaObjectsGetParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsGetParams) WithDefaults() *SchemaObjectsGetParams
WithDefaults hydrates default values in the schema objects get params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsGetParams) WithHTTPClient ¶
func (o *SchemaObjectsGetParams) WithHTTPClient(client *http.Client) *SchemaObjectsGetParams
WithHTTPClient adds the HTTPClient to the schema objects get params
func (*SchemaObjectsGetParams) WithTimeout ¶
func (o *SchemaObjectsGetParams) WithTimeout(timeout time.Duration) *SchemaObjectsGetParams
WithTimeout adds the timeout to the schema objects get params
func (*SchemaObjectsGetParams) WriteToRequest ¶
func (o *SchemaObjectsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsGetReader ¶
type SchemaObjectsGetReader struct {
// contains filtered or unexported fields
}
SchemaObjectsGetReader is a Reader for the SchemaObjectsGet structure.
func (*SchemaObjectsGetReader) ReadResponse ¶
func (o *SchemaObjectsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsGetUnauthorized ¶
type SchemaObjectsGetUnauthorized struct { }
SchemaObjectsGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsGetUnauthorized ¶
func NewSchemaObjectsGetUnauthorized() *SchemaObjectsGetUnauthorized
NewSchemaObjectsGetUnauthorized creates a SchemaObjectsGetUnauthorized with default headers values
func (*SchemaObjectsGetUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) Code() int
Code gets the status code for the schema objects get unauthorized response
func (*SchemaObjectsGetUnauthorized) Error ¶
func (o *SchemaObjectsGetUnauthorized) Error() string
func (*SchemaObjectsGetUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects get unauthorized response has a 4xx status code
func (*SchemaObjectsGetUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects get unauthorized response a status code equal to that given
func (*SchemaObjectsGetUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects get unauthorized response has a 3xx status code
func (*SchemaObjectsGetUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects get unauthorized response has a 5xx status code
func (*SchemaObjectsGetUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects get unauthorized response has a 2xx status code
func (*SchemaObjectsGetUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsGetUnauthorized) String() string
type SchemaObjectsPropertiesAddForbidden ¶
type SchemaObjectsPropertiesAddForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsPropertiesAddForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsPropertiesAddForbidden ¶
func NewSchemaObjectsPropertiesAddForbidden() *SchemaObjectsPropertiesAddForbidden
NewSchemaObjectsPropertiesAddForbidden creates a SchemaObjectsPropertiesAddForbidden with default headers values
func (*SchemaObjectsPropertiesAddForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) Code() int
Code gets the status code for the schema objects properties add forbidden response
func (*SchemaObjectsPropertiesAddForbidden) Error ¶
func (o *SchemaObjectsPropertiesAddForbidden) Error() string
func (*SchemaObjectsPropertiesAddForbidden) GetPayload ¶
func (o *SchemaObjectsPropertiesAddForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsPropertiesAddForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) IsClientError() bool
IsClientError returns true when this schema objects properties add forbidden response has a 4xx status code
func (*SchemaObjectsPropertiesAddForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) IsCode(code int) bool
IsCode returns true when this schema objects properties add forbidden response a status code equal to that given
func (*SchemaObjectsPropertiesAddForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects properties add forbidden response has a 3xx status code
func (*SchemaObjectsPropertiesAddForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) IsServerError() bool
IsServerError returns true when this schema objects properties add forbidden response has a 5xx status code
func (*SchemaObjectsPropertiesAddForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects properties add forbidden response has a 2xx status code
func (*SchemaObjectsPropertiesAddForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddForbidden) String() string
type SchemaObjectsPropertiesAddInternalServerError ¶
type SchemaObjectsPropertiesAddInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsPropertiesAddInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsPropertiesAddInternalServerError ¶
func NewSchemaObjectsPropertiesAddInternalServerError() *SchemaObjectsPropertiesAddInternalServerError
NewSchemaObjectsPropertiesAddInternalServerError creates a SchemaObjectsPropertiesAddInternalServerError with default headers values
func (*SchemaObjectsPropertiesAddInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) Code() int
Code gets the status code for the schema objects properties add internal server error response
func (*SchemaObjectsPropertiesAddInternalServerError) Error ¶
func (o *SchemaObjectsPropertiesAddInternalServerError) Error() string
func (*SchemaObjectsPropertiesAddInternalServerError) GetPayload ¶
func (o *SchemaObjectsPropertiesAddInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsPropertiesAddInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects properties add internal server error response has a 4xx status code
func (*SchemaObjectsPropertiesAddInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects properties add internal server error response a status code equal to that given
func (*SchemaObjectsPropertiesAddInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects properties add internal server error response has a 3xx status code
func (*SchemaObjectsPropertiesAddInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects properties add internal server error response has a 5xx status code
func (*SchemaObjectsPropertiesAddInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects properties add internal server error response has a 2xx status code
func (*SchemaObjectsPropertiesAddInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddInternalServerError) String() string
type SchemaObjectsPropertiesAddOK ¶
SchemaObjectsPropertiesAddOK describes a response with status code 200, with default header values.
Added the property.
func NewSchemaObjectsPropertiesAddOK ¶
func NewSchemaObjectsPropertiesAddOK() *SchemaObjectsPropertiesAddOK
NewSchemaObjectsPropertiesAddOK creates a SchemaObjectsPropertiesAddOK with default headers values
func (*SchemaObjectsPropertiesAddOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) Code() int
Code gets the status code for the schema objects properties add o k response
func (*SchemaObjectsPropertiesAddOK) Error ¶
func (o *SchemaObjectsPropertiesAddOK) Error() string
func (*SchemaObjectsPropertiesAddOK) GetPayload ¶
func (o *SchemaObjectsPropertiesAddOK) GetPayload() *models.Property
func (*SchemaObjectsPropertiesAddOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) IsClientError() bool
IsClientError returns true when this schema objects properties add o k response has a 4xx status code
func (*SchemaObjectsPropertiesAddOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) IsCode(code int) bool
IsCode returns true when this schema objects properties add o k response a status code equal to that given
func (*SchemaObjectsPropertiesAddOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) IsRedirect() bool
IsRedirect returns true when this schema objects properties add o k response has a 3xx status code
func (*SchemaObjectsPropertiesAddOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) IsServerError() bool
IsServerError returns true when this schema objects properties add o k response has a 5xx status code
func (*SchemaObjectsPropertiesAddOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) IsSuccess() bool
IsSuccess returns true when this schema objects properties add o k response has a 2xx status code
func (*SchemaObjectsPropertiesAddOK) String ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddOK) String() string
type SchemaObjectsPropertiesAddParams ¶
type SchemaObjectsPropertiesAddParams struct { // Body. Body *models.Property // ClassName. ClassName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsPropertiesAddParams contains all the parameters to send to the API endpoint
for the schema objects properties add operation. Typically these are written to a http.Request.
func NewSchemaObjectsPropertiesAddParams ¶
func NewSchemaObjectsPropertiesAddParams() *SchemaObjectsPropertiesAddParams
NewSchemaObjectsPropertiesAddParams creates a new SchemaObjectsPropertiesAddParams 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 NewSchemaObjectsPropertiesAddParamsWithContext ¶
func NewSchemaObjectsPropertiesAddParamsWithContext(ctx context.Context) *SchemaObjectsPropertiesAddParams
NewSchemaObjectsPropertiesAddParamsWithContext creates a new SchemaObjectsPropertiesAddParams object with the ability to set a context for a request.
func NewSchemaObjectsPropertiesAddParamsWithHTTPClient ¶
func NewSchemaObjectsPropertiesAddParamsWithHTTPClient(client *http.Client) *SchemaObjectsPropertiesAddParams
NewSchemaObjectsPropertiesAddParamsWithHTTPClient creates a new SchemaObjectsPropertiesAddParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsPropertiesAddParamsWithTimeout ¶
func NewSchemaObjectsPropertiesAddParamsWithTimeout(timeout time.Duration) *SchemaObjectsPropertiesAddParams
NewSchemaObjectsPropertiesAddParamsWithTimeout creates a new SchemaObjectsPropertiesAddParams object with the ability to set a timeout on a request.
func (*SchemaObjectsPropertiesAddParams) SetBody ¶
func (o *SchemaObjectsPropertiesAddParams) SetBody(body *models.Property)
SetBody adds the body to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) SetClassName ¶
func (o *SchemaObjectsPropertiesAddParams) SetClassName(className string)
SetClassName adds the className to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) SetContext ¶
func (o *SchemaObjectsPropertiesAddParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddParams) SetDefaults()
SetDefaults hydrates default values in the schema objects properties add params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsPropertiesAddParams) SetHTTPClient ¶
func (o *SchemaObjectsPropertiesAddParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) SetTimeout ¶
func (o *SchemaObjectsPropertiesAddParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WithBody ¶
func (o *SchemaObjectsPropertiesAddParams) WithBody(body *models.Property) *SchemaObjectsPropertiesAddParams
WithBody adds the body to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WithClassName ¶
func (o *SchemaObjectsPropertiesAddParams) WithClassName(className string) *SchemaObjectsPropertiesAddParams
WithClassName adds the className to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WithContext ¶
func (o *SchemaObjectsPropertiesAddParams) WithContext(ctx context.Context) *SchemaObjectsPropertiesAddParams
WithContext adds the context to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddParams) WithDefaults() *SchemaObjectsPropertiesAddParams
WithDefaults hydrates default values in the schema objects properties add params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsPropertiesAddParams) WithHTTPClient ¶
func (o *SchemaObjectsPropertiesAddParams) WithHTTPClient(client *http.Client) *SchemaObjectsPropertiesAddParams
WithHTTPClient adds the HTTPClient to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WithTimeout ¶
func (o *SchemaObjectsPropertiesAddParams) WithTimeout(timeout time.Duration) *SchemaObjectsPropertiesAddParams
WithTimeout adds the timeout to the schema objects properties add params
func (*SchemaObjectsPropertiesAddParams) WriteToRequest ¶
func (o *SchemaObjectsPropertiesAddParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsPropertiesAddReader ¶
type SchemaObjectsPropertiesAddReader struct {
// contains filtered or unexported fields
}
SchemaObjectsPropertiesAddReader is a Reader for the SchemaObjectsPropertiesAdd structure.
func (*SchemaObjectsPropertiesAddReader) ReadResponse ¶
func (o *SchemaObjectsPropertiesAddReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsPropertiesAddUnauthorized ¶
type SchemaObjectsPropertiesAddUnauthorized struct { }
SchemaObjectsPropertiesAddUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsPropertiesAddUnauthorized ¶
func NewSchemaObjectsPropertiesAddUnauthorized() *SchemaObjectsPropertiesAddUnauthorized
NewSchemaObjectsPropertiesAddUnauthorized creates a SchemaObjectsPropertiesAddUnauthorized with default headers values
func (*SchemaObjectsPropertiesAddUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) Code() int
Code gets the status code for the schema objects properties add unauthorized response
func (*SchemaObjectsPropertiesAddUnauthorized) Error ¶
func (o *SchemaObjectsPropertiesAddUnauthorized) Error() string
func (*SchemaObjectsPropertiesAddUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects properties add unauthorized response has a 4xx status code
func (*SchemaObjectsPropertiesAddUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects properties add unauthorized response a status code equal to that given
func (*SchemaObjectsPropertiesAddUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects properties add unauthorized response has a 3xx status code
func (*SchemaObjectsPropertiesAddUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects properties add unauthorized response has a 5xx status code
func (*SchemaObjectsPropertiesAddUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects properties add unauthorized response has a 2xx status code
func (*SchemaObjectsPropertiesAddUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnauthorized) String() string
type SchemaObjectsPropertiesAddUnprocessableEntity ¶
type SchemaObjectsPropertiesAddUnprocessableEntity struct {
Payload *models.ErrorResponse
}
SchemaObjectsPropertiesAddUnprocessableEntity describes a response with status code 422, with default header values.
Invalid property.
func NewSchemaObjectsPropertiesAddUnprocessableEntity ¶
func NewSchemaObjectsPropertiesAddUnprocessableEntity() *SchemaObjectsPropertiesAddUnprocessableEntity
NewSchemaObjectsPropertiesAddUnprocessableEntity creates a SchemaObjectsPropertiesAddUnprocessableEntity with default headers values
func (*SchemaObjectsPropertiesAddUnprocessableEntity) Code ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) Code() int
Code gets the status code for the schema objects properties add unprocessable entity response
func (*SchemaObjectsPropertiesAddUnprocessableEntity) Error ¶
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) Error() string
func (*SchemaObjectsPropertiesAddUnprocessableEntity) GetPayload ¶
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*SchemaObjectsPropertiesAddUnprocessableEntity) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsClientError() bool
IsClientError returns true when this schema objects properties add unprocessable entity response has a 4xx status code
func (*SchemaObjectsPropertiesAddUnprocessableEntity) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this schema objects properties add unprocessable entity response a status code equal to that given
func (*SchemaObjectsPropertiesAddUnprocessableEntity) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this schema objects properties add unprocessable entity response has a 3xx status code
func (*SchemaObjectsPropertiesAddUnprocessableEntity) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsServerError() bool
IsServerError returns true when this schema objects properties add unprocessable entity response has a 5xx status code
func (*SchemaObjectsPropertiesAddUnprocessableEntity) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this schema objects properties add unprocessable entity response has a 2xx status code
func (*SchemaObjectsPropertiesAddUnprocessableEntity) String ¶ added in v1.18.0
func (o *SchemaObjectsPropertiesAddUnprocessableEntity) String() string
type SchemaObjectsShardsGetForbidden ¶
type SchemaObjectsShardsGetForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsShardsGetForbidden ¶
func NewSchemaObjectsShardsGetForbidden() *SchemaObjectsShardsGetForbidden
NewSchemaObjectsShardsGetForbidden creates a SchemaObjectsShardsGetForbidden with default headers values
func (*SchemaObjectsShardsGetForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) Code() int
Code gets the status code for the schema objects shards get forbidden response
func (*SchemaObjectsShardsGetForbidden) Error ¶
func (o *SchemaObjectsShardsGetForbidden) Error() string
func (*SchemaObjectsShardsGetForbidden) GetPayload ¶
func (o *SchemaObjectsShardsGetForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsGetForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) IsClientError() bool
IsClientError returns true when this schema objects shards get forbidden response has a 4xx status code
func (*SchemaObjectsShardsGetForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) IsCode(code int) bool
IsCode returns true when this schema objects shards get forbidden response a status code equal to that given
func (*SchemaObjectsShardsGetForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects shards get forbidden response has a 3xx status code
func (*SchemaObjectsShardsGetForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) IsServerError() bool
IsServerError returns true when this schema objects shards get forbidden response has a 5xx status code
func (*SchemaObjectsShardsGetForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects shards get forbidden response has a 2xx status code
func (*SchemaObjectsShardsGetForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetForbidden) String() string
type SchemaObjectsShardsGetInternalServerError ¶
type SchemaObjectsShardsGetInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsGetInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsShardsGetInternalServerError ¶
func NewSchemaObjectsShardsGetInternalServerError() *SchemaObjectsShardsGetInternalServerError
NewSchemaObjectsShardsGetInternalServerError creates a SchemaObjectsShardsGetInternalServerError with default headers values
func (*SchemaObjectsShardsGetInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) Code() int
Code gets the status code for the schema objects shards get internal server error response
func (*SchemaObjectsShardsGetInternalServerError) Error ¶
func (o *SchemaObjectsShardsGetInternalServerError) Error() string
func (*SchemaObjectsShardsGetInternalServerError) GetPayload ¶
func (o *SchemaObjectsShardsGetInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsGetInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects shards get internal server error response has a 4xx status code
func (*SchemaObjectsShardsGetInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects shards get internal server error response a status code equal to that given
func (*SchemaObjectsShardsGetInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects shards get internal server error response has a 3xx status code
func (*SchemaObjectsShardsGetInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects shards get internal server error response has a 5xx status code
func (*SchemaObjectsShardsGetInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects shards get internal server error response has a 2xx status code
func (*SchemaObjectsShardsGetInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetInternalServerError) String() string
type SchemaObjectsShardsGetNotFound ¶
type SchemaObjectsShardsGetNotFound struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsGetNotFound describes a response with status code 404, with default header values.
This class does not exist
func NewSchemaObjectsShardsGetNotFound ¶
func NewSchemaObjectsShardsGetNotFound() *SchemaObjectsShardsGetNotFound
NewSchemaObjectsShardsGetNotFound creates a SchemaObjectsShardsGetNotFound with default headers values
func (*SchemaObjectsShardsGetNotFound) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) Code() int
Code gets the status code for the schema objects shards get not found response
func (*SchemaObjectsShardsGetNotFound) Error ¶
func (o *SchemaObjectsShardsGetNotFound) Error() string
func (*SchemaObjectsShardsGetNotFound) GetPayload ¶
func (o *SchemaObjectsShardsGetNotFound) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsGetNotFound) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) IsClientError() bool
IsClientError returns true when this schema objects shards get not found response has a 4xx status code
func (*SchemaObjectsShardsGetNotFound) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) IsCode(code int) bool
IsCode returns true when this schema objects shards get not found response a status code equal to that given
func (*SchemaObjectsShardsGetNotFound) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) IsRedirect() bool
IsRedirect returns true when this schema objects shards get not found response has a 3xx status code
func (*SchemaObjectsShardsGetNotFound) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) IsServerError() bool
IsServerError returns true when this schema objects shards get not found response has a 5xx status code
func (*SchemaObjectsShardsGetNotFound) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) IsSuccess() bool
IsSuccess returns true when this schema objects shards get not found response has a 2xx status code
func (*SchemaObjectsShardsGetNotFound) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetNotFound) String() string
type SchemaObjectsShardsGetOK ¶
type SchemaObjectsShardsGetOK struct {
Payload models.ShardStatusList
}
SchemaObjectsShardsGetOK describes a response with status code 200, with default header values.
Found the status of the shards, returned as body
func NewSchemaObjectsShardsGetOK ¶
func NewSchemaObjectsShardsGetOK() *SchemaObjectsShardsGetOK
NewSchemaObjectsShardsGetOK creates a SchemaObjectsShardsGetOK with default headers values
func (*SchemaObjectsShardsGetOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) Code() int
Code gets the status code for the schema objects shards get o k response
func (*SchemaObjectsShardsGetOK) Error ¶
func (o *SchemaObjectsShardsGetOK) Error() string
func (*SchemaObjectsShardsGetOK) GetPayload ¶
func (o *SchemaObjectsShardsGetOK) GetPayload() models.ShardStatusList
func (*SchemaObjectsShardsGetOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) IsClientError() bool
IsClientError returns true when this schema objects shards get o k response has a 4xx status code
func (*SchemaObjectsShardsGetOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) IsCode(code int) bool
IsCode returns true when this schema objects shards get o k response a status code equal to that given
func (*SchemaObjectsShardsGetOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) IsRedirect() bool
IsRedirect returns true when this schema objects shards get o k response has a 3xx status code
func (*SchemaObjectsShardsGetOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) IsServerError() bool
IsServerError returns true when this schema objects shards get o k response has a 5xx status code
func (*SchemaObjectsShardsGetOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) IsSuccess() bool
IsSuccess returns true when this schema objects shards get o k response has a 2xx status code
func (*SchemaObjectsShardsGetOK) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetOK) String() string
type SchemaObjectsShardsGetParams ¶
type SchemaObjectsShardsGetParams struct { // ClassName. ClassName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsShardsGetParams contains all the parameters to send to the API endpoint
for the schema objects shards get operation. Typically these are written to a http.Request.
func NewSchemaObjectsShardsGetParams ¶
func NewSchemaObjectsShardsGetParams() *SchemaObjectsShardsGetParams
NewSchemaObjectsShardsGetParams creates a new SchemaObjectsShardsGetParams 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 NewSchemaObjectsShardsGetParamsWithContext ¶
func NewSchemaObjectsShardsGetParamsWithContext(ctx context.Context) *SchemaObjectsShardsGetParams
NewSchemaObjectsShardsGetParamsWithContext creates a new SchemaObjectsShardsGetParams object with the ability to set a context for a request.
func NewSchemaObjectsShardsGetParamsWithHTTPClient ¶
func NewSchemaObjectsShardsGetParamsWithHTTPClient(client *http.Client) *SchemaObjectsShardsGetParams
NewSchemaObjectsShardsGetParamsWithHTTPClient creates a new SchemaObjectsShardsGetParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsShardsGetParamsWithTimeout ¶
func NewSchemaObjectsShardsGetParamsWithTimeout(timeout time.Duration) *SchemaObjectsShardsGetParams
NewSchemaObjectsShardsGetParamsWithTimeout creates a new SchemaObjectsShardsGetParams object with the ability to set a timeout on a request.
func (*SchemaObjectsShardsGetParams) SetClassName ¶
func (o *SchemaObjectsShardsGetParams) SetClassName(className string)
SetClassName adds the className to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) SetContext ¶
func (o *SchemaObjectsShardsGetParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetParams) SetDefaults()
SetDefaults hydrates default values in the schema objects shards get params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsShardsGetParams) SetHTTPClient ¶
func (o *SchemaObjectsShardsGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) SetTimeout ¶
func (o *SchemaObjectsShardsGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) WithClassName ¶
func (o *SchemaObjectsShardsGetParams) WithClassName(className string) *SchemaObjectsShardsGetParams
WithClassName adds the className to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) WithContext ¶
func (o *SchemaObjectsShardsGetParams) WithContext(ctx context.Context) *SchemaObjectsShardsGetParams
WithContext adds the context to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetParams) WithDefaults() *SchemaObjectsShardsGetParams
WithDefaults hydrates default values in the schema objects shards get params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsShardsGetParams) WithHTTPClient ¶
func (o *SchemaObjectsShardsGetParams) WithHTTPClient(client *http.Client) *SchemaObjectsShardsGetParams
WithHTTPClient adds the HTTPClient to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) WithTimeout ¶
func (o *SchemaObjectsShardsGetParams) WithTimeout(timeout time.Duration) *SchemaObjectsShardsGetParams
WithTimeout adds the timeout to the schema objects shards get params
func (*SchemaObjectsShardsGetParams) WriteToRequest ¶
func (o *SchemaObjectsShardsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsShardsGetReader ¶
type SchemaObjectsShardsGetReader struct {
// contains filtered or unexported fields
}
SchemaObjectsShardsGetReader is a Reader for the SchemaObjectsShardsGet structure.
func (*SchemaObjectsShardsGetReader) ReadResponse ¶
func (o *SchemaObjectsShardsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsShardsGetUnauthorized ¶
type SchemaObjectsShardsGetUnauthorized struct { }
SchemaObjectsShardsGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsShardsGetUnauthorized ¶
func NewSchemaObjectsShardsGetUnauthorized() *SchemaObjectsShardsGetUnauthorized
NewSchemaObjectsShardsGetUnauthorized creates a SchemaObjectsShardsGetUnauthorized with default headers values
func (*SchemaObjectsShardsGetUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) Code() int
Code gets the status code for the schema objects shards get unauthorized response
func (*SchemaObjectsShardsGetUnauthorized) Error ¶
func (o *SchemaObjectsShardsGetUnauthorized) Error() string
func (*SchemaObjectsShardsGetUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects shards get unauthorized response has a 4xx status code
func (*SchemaObjectsShardsGetUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects shards get unauthorized response a status code equal to that given
func (*SchemaObjectsShardsGetUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects shards get unauthorized response has a 3xx status code
func (*SchemaObjectsShardsGetUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects shards get unauthorized response has a 5xx status code
func (*SchemaObjectsShardsGetUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects shards get unauthorized response has a 2xx status code
func (*SchemaObjectsShardsGetUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsGetUnauthorized) String() string
type SchemaObjectsShardsUpdateForbidden ¶
type SchemaObjectsShardsUpdateForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsShardsUpdateForbidden ¶
func NewSchemaObjectsShardsUpdateForbidden() *SchemaObjectsShardsUpdateForbidden
NewSchemaObjectsShardsUpdateForbidden creates a SchemaObjectsShardsUpdateForbidden with default headers values
func (*SchemaObjectsShardsUpdateForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) Code() int
Code gets the status code for the schema objects shards update forbidden response
func (*SchemaObjectsShardsUpdateForbidden) Error ¶
func (o *SchemaObjectsShardsUpdateForbidden) Error() string
func (*SchemaObjectsShardsUpdateForbidden) GetPayload ¶
func (o *SchemaObjectsShardsUpdateForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsUpdateForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) IsClientError() bool
IsClientError returns true when this schema objects shards update forbidden response has a 4xx status code
func (*SchemaObjectsShardsUpdateForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) IsCode(code int) bool
IsCode returns true when this schema objects shards update forbidden response a status code equal to that given
func (*SchemaObjectsShardsUpdateForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects shards update forbidden response has a 3xx status code
func (*SchemaObjectsShardsUpdateForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) IsServerError() bool
IsServerError returns true when this schema objects shards update forbidden response has a 5xx status code
func (*SchemaObjectsShardsUpdateForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects shards update forbidden response has a 2xx status code
func (*SchemaObjectsShardsUpdateForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateForbidden) String() string
type SchemaObjectsShardsUpdateInternalServerError ¶
type SchemaObjectsShardsUpdateInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsUpdateInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsShardsUpdateInternalServerError ¶
func NewSchemaObjectsShardsUpdateInternalServerError() *SchemaObjectsShardsUpdateInternalServerError
NewSchemaObjectsShardsUpdateInternalServerError creates a SchemaObjectsShardsUpdateInternalServerError with default headers values
func (*SchemaObjectsShardsUpdateInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) Code() int
Code gets the status code for the schema objects shards update internal server error response
func (*SchemaObjectsShardsUpdateInternalServerError) Error ¶
func (o *SchemaObjectsShardsUpdateInternalServerError) Error() string
func (*SchemaObjectsShardsUpdateInternalServerError) GetPayload ¶
func (o *SchemaObjectsShardsUpdateInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsUpdateInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects shards update internal server error response has a 4xx status code
func (*SchemaObjectsShardsUpdateInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects shards update internal server error response a status code equal to that given
func (*SchemaObjectsShardsUpdateInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects shards update internal server error response has a 3xx status code
func (*SchemaObjectsShardsUpdateInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects shards update internal server error response has a 5xx status code
func (*SchemaObjectsShardsUpdateInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects shards update internal server error response has a 2xx status code
func (*SchemaObjectsShardsUpdateInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateInternalServerError) String() string
type SchemaObjectsShardsUpdateNotFound ¶
type SchemaObjectsShardsUpdateNotFound struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsUpdateNotFound describes a response with status code 404, with default header values.
Shard to be updated does not exist
func NewSchemaObjectsShardsUpdateNotFound ¶
func NewSchemaObjectsShardsUpdateNotFound() *SchemaObjectsShardsUpdateNotFound
NewSchemaObjectsShardsUpdateNotFound creates a SchemaObjectsShardsUpdateNotFound with default headers values
func (*SchemaObjectsShardsUpdateNotFound) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) Code() int
Code gets the status code for the schema objects shards update not found response
func (*SchemaObjectsShardsUpdateNotFound) Error ¶
func (o *SchemaObjectsShardsUpdateNotFound) Error() string
func (*SchemaObjectsShardsUpdateNotFound) GetPayload ¶
func (o *SchemaObjectsShardsUpdateNotFound) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsUpdateNotFound) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) IsClientError() bool
IsClientError returns true when this schema objects shards update not found response has a 4xx status code
func (*SchemaObjectsShardsUpdateNotFound) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) IsCode(code int) bool
IsCode returns true when this schema objects shards update not found response a status code equal to that given
func (*SchemaObjectsShardsUpdateNotFound) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this schema objects shards update not found response has a 3xx status code
func (*SchemaObjectsShardsUpdateNotFound) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) IsServerError() bool
IsServerError returns true when this schema objects shards update not found response has a 5xx status code
func (*SchemaObjectsShardsUpdateNotFound) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this schema objects shards update not found response has a 2xx status code
func (*SchemaObjectsShardsUpdateNotFound) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateNotFound) String() string
type SchemaObjectsShardsUpdateOK ¶
type SchemaObjectsShardsUpdateOK struct {
Payload *models.ShardStatus
}
SchemaObjectsShardsUpdateOK describes a response with status code 200, with default header values.
Shard status was updated successfully
func NewSchemaObjectsShardsUpdateOK ¶
func NewSchemaObjectsShardsUpdateOK() *SchemaObjectsShardsUpdateOK
NewSchemaObjectsShardsUpdateOK creates a SchemaObjectsShardsUpdateOK with default headers values
func (*SchemaObjectsShardsUpdateOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) Code() int
Code gets the status code for the schema objects shards update o k response
func (*SchemaObjectsShardsUpdateOK) Error ¶
func (o *SchemaObjectsShardsUpdateOK) Error() string
func (*SchemaObjectsShardsUpdateOK) GetPayload ¶
func (o *SchemaObjectsShardsUpdateOK) GetPayload() *models.ShardStatus
func (*SchemaObjectsShardsUpdateOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) IsClientError() bool
IsClientError returns true when this schema objects shards update o k response has a 4xx status code
func (*SchemaObjectsShardsUpdateOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) IsCode(code int) bool
IsCode returns true when this schema objects shards update o k response a status code equal to that given
func (*SchemaObjectsShardsUpdateOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) IsRedirect() bool
IsRedirect returns true when this schema objects shards update o k response has a 3xx status code
func (*SchemaObjectsShardsUpdateOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) IsServerError() bool
IsServerError returns true when this schema objects shards update o k response has a 5xx status code
func (*SchemaObjectsShardsUpdateOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) IsSuccess() bool
IsSuccess returns true when this schema objects shards update o k response has a 2xx status code
func (*SchemaObjectsShardsUpdateOK) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateOK) String() string
type SchemaObjectsShardsUpdateParams ¶
type SchemaObjectsShardsUpdateParams struct { // Body. Body *models.ShardStatus // ClassName. ClassName string // ShardName. ShardName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsShardsUpdateParams contains all the parameters to send to the API endpoint
for the schema objects shards update operation. Typically these are written to a http.Request.
func NewSchemaObjectsShardsUpdateParams ¶
func NewSchemaObjectsShardsUpdateParams() *SchemaObjectsShardsUpdateParams
NewSchemaObjectsShardsUpdateParams creates a new SchemaObjectsShardsUpdateParams 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 NewSchemaObjectsShardsUpdateParamsWithContext ¶
func NewSchemaObjectsShardsUpdateParamsWithContext(ctx context.Context) *SchemaObjectsShardsUpdateParams
NewSchemaObjectsShardsUpdateParamsWithContext creates a new SchemaObjectsShardsUpdateParams object with the ability to set a context for a request.
func NewSchemaObjectsShardsUpdateParamsWithHTTPClient ¶
func NewSchemaObjectsShardsUpdateParamsWithHTTPClient(client *http.Client) *SchemaObjectsShardsUpdateParams
NewSchemaObjectsShardsUpdateParamsWithHTTPClient creates a new SchemaObjectsShardsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsShardsUpdateParamsWithTimeout ¶
func NewSchemaObjectsShardsUpdateParamsWithTimeout(timeout time.Duration) *SchemaObjectsShardsUpdateParams
NewSchemaObjectsShardsUpdateParamsWithTimeout creates a new SchemaObjectsShardsUpdateParams object with the ability to set a timeout on a request.
func (*SchemaObjectsShardsUpdateParams) SetBody ¶
func (o *SchemaObjectsShardsUpdateParams) SetBody(body *models.ShardStatus)
SetBody adds the body to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) SetClassName ¶
func (o *SchemaObjectsShardsUpdateParams) SetClassName(className string)
SetClassName adds the className to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) SetContext ¶
func (o *SchemaObjectsShardsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the schema objects shards update params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsShardsUpdateParams) SetHTTPClient ¶
func (o *SchemaObjectsShardsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) SetShardName ¶
func (o *SchemaObjectsShardsUpdateParams) SetShardName(shardName string)
SetShardName adds the shardName to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) SetTimeout ¶
func (o *SchemaObjectsShardsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithBody ¶
func (o *SchemaObjectsShardsUpdateParams) WithBody(body *models.ShardStatus) *SchemaObjectsShardsUpdateParams
WithBody adds the body to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithClassName ¶
func (o *SchemaObjectsShardsUpdateParams) WithClassName(className string) *SchemaObjectsShardsUpdateParams
WithClassName adds the className to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithContext ¶
func (o *SchemaObjectsShardsUpdateParams) WithContext(ctx context.Context) *SchemaObjectsShardsUpdateParams
WithContext adds the context to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateParams) WithDefaults() *SchemaObjectsShardsUpdateParams
WithDefaults hydrates default values in the schema objects shards update params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsShardsUpdateParams) WithHTTPClient ¶
func (o *SchemaObjectsShardsUpdateParams) WithHTTPClient(client *http.Client) *SchemaObjectsShardsUpdateParams
WithHTTPClient adds the HTTPClient to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithShardName ¶
func (o *SchemaObjectsShardsUpdateParams) WithShardName(shardName string) *SchemaObjectsShardsUpdateParams
WithShardName adds the shardName to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WithTimeout ¶
func (o *SchemaObjectsShardsUpdateParams) WithTimeout(timeout time.Duration) *SchemaObjectsShardsUpdateParams
WithTimeout adds the timeout to the schema objects shards update params
func (*SchemaObjectsShardsUpdateParams) WriteToRequest ¶
func (o *SchemaObjectsShardsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsShardsUpdateReader ¶
type SchemaObjectsShardsUpdateReader struct {
// contains filtered or unexported fields
}
SchemaObjectsShardsUpdateReader is a Reader for the SchemaObjectsShardsUpdate structure.
func (*SchemaObjectsShardsUpdateReader) ReadResponse ¶
func (o *SchemaObjectsShardsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsShardsUpdateUnauthorized ¶
type SchemaObjectsShardsUpdateUnauthorized struct { }
SchemaObjectsShardsUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsShardsUpdateUnauthorized ¶
func NewSchemaObjectsShardsUpdateUnauthorized() *SchemaObjectsShardsUpdateUnauthorized
NewSchemaObjectsShardsUpdateUnauthorized creates a SchemaObjectsShardsUpdateUnauthorized with default headers values
func (*SchemaObjectsShardsUpdateUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) Code() int
Code gets the status code for the schema objects shards update unauthorized response
func (*SchemaObjectsShardsUpdateUnauthorized) Error ¶
func (o *SchemaObjectsShardsUpdateUnauthorized) Error() string
func (*SchemaObjectsShardsUpdateUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects shards update unauthorized response has a 4xx status code
func (*SchemaObjectsShardsUpdateUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects shards update unauthorized response a status code equal to that given
func (*SchemaObjectsShardsUpdateUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects shards update unauthorized response has a 3xx status code
func (*SchemaObjectsShardsUpdateUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects shards update unauthorized response has a 5xx status code
func (*SchemaObjectsShardsUpdateUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects shards update unauthorized response has a 2xx status code
func (*SchemaObjectsShardsUpdateUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnauthorized) String() string
type SchemaObjectsShardsUpdateUnprocessableEntity ¶
type SchemaObjectsShardsUpdateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
SchemaObjectsShardsUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid update attempt
func NewSchemaObjectsShardsUpdateUnprocessableEntity ¶
func NewSchemaObjectsShardsUpdateUnprocessableEntity() *SchemaObjectsShardsUpdateUnprocessableEntity
NewSchemaObjectsShardsUpdateUnprocessableEntity creates a SchemaObjectsShardsUpdateUnprocessableEntity with default headers values
func (*SchemaObjectsShardsUpdateUnprocessableEntity) Code ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) Code() int
Code gets the status code for the schema objects shards update unprocessable entity response
func (*SchemaObjectsShardsUpdateUnprocessableEntity) Error ¶
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) Error() string
func (*SchemaObjectsShardsUpdateUnprocessableEntity) GetPayload ¶
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*SchemaObjectsShardsUpdateUnprocessableEntity) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this schema objects shards update unprocessable entity response has a 4xx status code
func (*SchemaObjectsShardsUpdateUnprocessableEntity) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this schema objects shards update unprocessable entity response a status code equal to that given
func (*SchemaObjectsShardsUpdateUnprocessableEntity) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this schema objects shards update unprocessable entity response has a 3xx status code
func (*SchemaObjectsShardsUpdateUnprocessableEntity) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this schema objects shards update unprocessable entity response has a 5xx status code
func (*SchemaObjectsShardsUpdateUnprocessableEntity) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this schema objects shards update unprocessable entity response has a 2xx status code
func (*SchemaObjectsShardsUpdateUnprocessableEntity) String ¶ added in v1.18.0
func (o *SchemaObjectsShardsUpdateUnprocessableEntity) String() string
type SchemaObjectsUpdateForbidden ¶
type SchemaObjectsUpdateForbidden struct {
Payload *models.ErrorResponse
}
SchemaObjectsUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSchemaObjectsUpdateForbidden ¶
func NewSchemaObjectsUpdateForbidden() *SchemaObjectsUpdateForbidden
NewSchemaObjectsUpdateForbidden creates a SchemaObjectsUpdateForbidden with default headers values
func (*SchemaObjectsUpdateForbidden) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) Code() int
Code gets the status code for the schema objects update forbidden response
func (*SchemaObjectsUpdateForbidden) Error ¶
func (o *SchemaObjectsUpdateForbidden) Error() string
func (*SchemaObjectsUpdateForbidden) GetPayload ¶
func (o *SchemaObjectsUpdateForbidden) GetPayload() *models.ErrorResponse
func (*SchemaObjectsUpdateForbidden) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) IsClientError() bool
IsClientError returns true when this schema objects update forbidden response has a 4xx status code
func (*SchemaObjectsUpdateForbidden) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) IsCode(code int) bool
IsCode returns true when this schema objects update forbidden response a status code equal to that given
func (*SchemaObjectsUpdateForbidden) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this schema objects update forbidden response has a 3xx status code
func (*SchemaObjectsUpdateForbidden) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) IsServerError() bool
IsServerError returns true when this schema objects update forbidden response has a 5xx status code
func (*SchemaObjectsUpdateForbidden) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this schema objects update forbidden response has a 2xx status code
func (*SchemaObjectsUpdateForbidden) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateForbidden) String() string
type SchemaObjectsUpdateInternalServerError ¶
type SchemaObjectsUpdateInternalServerError struct {
Payload *models.ErrorResponse
}
SchemaObjectsUpdateInternalServerError describes a response with status code 500, with default header values.
An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.
func NewSchemaObjectsUpdateInternalServerError ¶
func NewSchemaObjectsUpdateInternalServerError() *SchemaObjectsUpdateInternalServerError
NewSchemaObjectsUpdateInternalServerError creates a SchemaObjectsUpdateInternalServerError with default headers values
func (*SchemaObjectsUpdateInternalServerError) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) Code() int
Code gets the status code for the schema objects update internal server error response
func (*SchemaObjectsUpdateInternalServerError) Error ¶
func (o *SchemaObjectsUpdateInternalServerError) Error() string
func (*SchemaObjectsUpdateInternalServerError) GetPayload ¶
func (o *SchemaObjectsUpdateInternalServerError) GetPayload() *models.ErrorResponse
func (*SchemaObjectsUpdateInternalServerError) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this schema objects update internal server error response has a 4xx status code
func (*SchemaObjectsUpdateInternalServerError) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this schema objects update internal server error response a status code equal to that given
func (*SchemaObjectsUpdateInternalServerError) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this schema objects update internal server error response has a 3xx status code
func (*SchemaObjectsUpdateInternalServerError) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this schema objects update internal server error response has a 5xx status code
func (*SchemaObjectsUpdateInternalServerError) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this schema objects update internal server error response has a 2xx status code
func (*SchemaObjectsUpdateInternalServerError) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateInternalServerError) String() string
type SchemaObjectsUpdateNotFound ¶
type SchemaObjectsUpdateNotFound struct {
Payload *models.ErrorResponse
}
SchemaObjectsUpdateNotFound describes a response with status code 404, with default header values.
Class to be updated does not exist
func NewSchemaObjectsUpdateNotFound ¶
func NewSchemaObjectsUpdateNotFound() *SchemaObjectsUpdateNotFound
NewSchemaObjectsUpdateNotFound creates a SchemaObjectsUpdateNotFound with default headers values
func (*SchemaObjectsUpdateNotFound) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) Code() int
Code gets the status code for the schema objects update not found response
func (*SchemaObjectsUpdateNotFound) Error ¶
func (o *SchemaObjectsUpdateNotFound) Error() string
func (*SchemaObjectsUpdateNotFound) GetPayload ¶
func (o *SchemaObjectsUpdateNotFound) GetPayload() *models.ErrorResponse
func (*SchemaObjectsUpdateNotFound) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) IsClientError() bool
IsClientError returns true when this schema objects update not found response has a 4xx status code
func (*SchemaObjectsUpdateNotFound) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) IsCode(code int) bool
IsCode returns true when this schema objects update not found response a status code equal to that given
func (*SchemaObjectsUpdateNotFound) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this schema objects update not found response has a 3xx status code
func (*SchemaObjectsUpdateNotFound) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) IsServerError() bool
IsServerError returns true when this schema objects update not found response has a 5xx status code
func (*SchemaObjectsUpdateNotFound) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this schema objects update not found response has a 2xx status code
func (*SchemaObjectsUpdateNotFound) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateNotFound) String() string
type SchemaObjectsUpdateOK ¶
SchemaObjectsUpdateOK describes a response with status code 200, with default header values.
Class was updated successfully
func NewSchemaObjectsUpdateOK ¶
func NewSchemaObjectsUpdateOK() *SchemaObjectsUpdateOK
NewSchemaObjectsUpdateOK creates a SchemaObjectsUpdateOK with default headers values
func (*SchemaObjectsUpdateOK) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) Code() int
Code gets the status code for the schema objects update o k response
func (*SchemaObjectsUpdateOK) Error ¶
func (o *SchemaObjectsUpdateOK) Error() string
func (*SchemaObjectsUpdateOK) GetPayload ¶
func (o *SchemaObjectsUpdateOK) GetPayload() *models.Class
func (*SchemaObjectsUpdateOK) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) IsClientError() bool
IsClientError returns true when this schema objects update o k response has a 4xx status code
func (*SchemaObjectsUpdateOK) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) IsCode(code int) bool
IsCode returns true when this schema objects update o k response a status code equal to that given
func (*SchemaObjectsUpdateOK) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) IsRedirect() bool
IsRedirect returns true when this schema objects update o k response has a 3xx status code
func (*SchemaObjectsUpdateOK) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) IsServerError() bool
IsServerError returns true when this schema objects update o k response has a 5xx status code
func (*SchemaObjectsUpdateOK) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) IsSuccess() bool
IsSuccess returns true when this schema objects update o k response has a 2xx status code
func (*SchemaObjectsUpdateOK) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateOK) String() string
type SchemaObjectsUpdateParams ¶
type SchemaObjectsUpdateParams struct { // ClassName. ClassName string // ObjectClass. ObjectClass *models.Class Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SchemaObjectsUpdateParams contains all the parameters to send to the API endpoint
for the schema objects update operation. Typically these are written to a http.Request.
func NewSchemaObjectsUpdateParams ¶
func NewSchemaObjectsUpdateParams() *SchemaObjectsUpdateParams
NewSchemaObjectsUpdateParams creates a new SchemaObjectsUpdateParams 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 NewSchemaObjectsUpdateParamsWithContext ¶
func NewSchemaObjectsUpdateParamsWithContext(ctx context.Context) *SchemaObjectsUpdateParams
NewSchemaObjectsUpdateParamsWithContext creates a new SchemaObjectsUpdateParams object with the ability to set a context for a request.
func NewSchemaObjectsUpdateParamsWithHTTPClient ¶
func NewSchemaObjectsUpdateParamsWithHTTPClient(client *http.Client) *SchemaObjectsUpdateParams
NewSchemaObjectsUpdateParamsWithHTTPClient creates a new SchemaObjectsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewSchemaObjectsUpdateParamsWithTimeout ¶
func NewSchemaObjectsUpdateParamsWithTimeout(timeout time.Duration) *SchemaObjectsUpdateParams
NewSchemaObjectsUpdateParamsWithTimeout creates a new SchemaObjectsUpdateParams object with the ability to set a timeout on a request.
func (*SchemaObjectsUpdateParams) SetClassName ¶
func (o *SchemaObjectsUpdateParams) SetClassName(className string)
SetClassName adds the className to the schema objects update params
func (*SchemaObjectsUpdateParams) SetContext ¶
func (o *SchemaObjectsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the schema objects update params
func (*SchemaObjectsUpdateParams) SetDefaults ¶ added in v1.18.0
func (o *SchemaObjectsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the schema objects update params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsUpdateParams) SetHTTPClient ¶
func (o *SchemaObjectsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the schema objects update params
func (*SchemaObjectsUpdateParams) SetObjectClass ¶
func (o *SchemaObjectsUpdateParams) SetObjectClass(objectClass *models.Class)
SetObjectClass adds the objectClass to the schema objects update params
func (*SchemaObjectsUpdateParams) SetTimeout ¶
func (o *SchemaObjectsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the schema objects update params
func (*SchemaObjectsUpdateParams) WithClassName ¶
func (o *SchemaObjectsUpdateParams) WithClassName(className string) *SchemaObjectsUpdateParams
WithClassName adds the className to the schema objects update params
func (*SchemaObjectsUpdateParams) WithContext ¶
func (o *SchemaObjectsUpdateParams) WithContext(ctx context.Context) *SchemaObjectsUpdateParams
WithContext adds the context to the schema objects update params
func (*SchemaObjectsUpdateParams) WithDefaults ¶ added in v1.18.0
func (o *SchemaObjectsUpdateParams) WithDefaults() *SchemaObjectsUpdateParams
WithDefaults hydrates default values in the schema objects update params (not the query body).
All values with no default are reset to their zero value.
func (*SchemaObjectsUpdateParams) WithHTTPClient ¶
func (o *SchemaObjectsUpdateParams) WithHTTPClient(client *http.Client) *SchemaObjectsUpdateParams
WithHTTPClient adds the HTTPClient to the schema objects update params
func (*SchemaObjectsUpdateParams) WithObjectClass ¶
func (o *SchemaObjectsUpdateParams) WithObjectClass(objectClass *models.Class) *SchemaObjectsUpdateParams
WithObjectClass adds the objectClass to the schema objects update params
func (*SchemaObjectsUpdateParams) WithTimeout ¶
func (o *SchemaObjectsUpdateParams) WithTimeout(timeout time.Duration) *SchemaObjectsUpdateParams
WithTimeout adds the timeout to the schema objects update params
func (*SchemaObjectsUpdateParams) WriteToRequest ¶
func (o *SchemaObjectsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SchemaObjectsUpdateReader ¶
type SchemaObjectsUpdateReader struct {
// contains filtered or unexported fields
}
SchemaObjectsUpdateReader is a Reader for the SchemaObjectsUpdate structure.
func (*SchemaObjectsUpdateReader) ReadResponse ¶
func (o *SchemaObjectsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SchemaObjectsUpdateUnauthorized ¶
type SchemaObjectsUpdateUnauthorized struct { }
SchemaObjectsUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewSchemaObjectsUpdateUnauthorized ¶
func NewSchemaObjectsUpdateUnauthorized() *SchemaObjectsUpdateUnauthorized
NewSchemaObjectsUpdateUnauthorized creates a SchemaObjectsUpdateUnauthorized with default headers values
func (*SchemaObjectsUpdateUnauthorized) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) Code() int
Code gets the status code for the schema objects update unauthorized response
func (*SchemaObjectsUpdateUnauthorized) Error ¶
func (o *SchemaObjectsUpdateUnauthorized) Error() string
func (*SchemaObjectsUpdateUnauthorized) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this schema objects update unauthorized response has a 4xx status code
func (*SchemaObjectsUpdateUnauthorized) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this schema objects update unauthorized response a status code equal to that given
func (*SchemaObjectsUpdateUnauthorized) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this schema objects update unauthorized response has a 3xx status code
func (*SchemaObjectsUpdateUnauthorized) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this schema objects update unauthorized response has a 5xx status code
func (*SchemaObjectsUpdateUnauthorized) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this schema objects update unauthorized response has a 2xx status code
func (*SchemaObjectsUpdateUnauthorized) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnauthorized) String() string
type SchemaObjectsUpdateUnprocessableEntity ¶
type SchemaObjectsUpdateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
SchemaObjectsUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid update attempt
func NewSchemaObjectsUpdateUnprocessableEntity ¶
func NewSchemaObjectsUpdateUnprocessableEntity() *SchemaObjectsUpdateUnprocessableEntity
NewSchemaObjectsUpdateUnprocessableEntity creates a SchemaObjectsUpdateUnprocessableEntity with default headers values
func (*SchemaObjectsUpdateUnprocessableEntity) Code ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) Code() int
Code gets the status code for the schema objects update unprocessable entity response
func (*SchemaObjectsUpdateUnprocessableEntity) Error ¶
func (o *SchemaObjectsUpdateUnprocessableEntity) Error() string
func (*SchemaObjectsUpdateUnprocessableEntity) GetPayload ¶
func (o *SchemaObjectsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*SchemaObjectsUpdateUnprocessableEntity) IsClientError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this schema objects update unprocessable entity response has a 4xx status code
func (*SchemaObjectsUpdateUnprocessableEntity) IsCode ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this schema objects update unprocessable entity response a status code equal to that given
func (*SchemaObjectsUpdateUnprocessableEntity) IsRedirect ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this schema objects update unprocessable entity response has a 3xx status code
func (*SchemaObjectsUpdateUnprocessableEntity) IsServerError ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this schema objects update unprocessable entity response has a 5xx status code
func (*SchemaObjectsUpdateUnprocessableEntity) IsSuccess ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this schema objects update unprocessable entity response has a 2xx status code
func (*SchemaObjectsUpdateUnprocessableEntity) String ¶ added in v1.18.0
func (o *SchemaObjectsUpdateUnprocessableEntity) String() string
Source Files
¶
- schema_client.go
- schema_dump_parameters.go
- schema_dump_responses.go
- schema_objects_create_parameters.go
- schema_objects_create_responses.go
- schema_objects_delete_parameters.go
- schema_objects_delete_responses.go
- schema_objects_get_parameters.go
- schema_objects_get_responses.go
- schema_objects_properties_add_parameters.go
- schema_objects_properties_add_responses.go
- schema_objects_shards_get_parameters.go
- schema_objects_shards_get_responses.go
- schema_objects_shards_update_parameters.go
- schema_objects_shards_update_responses.go
- schema_objects_update_parameters.go
- schema_objects_update_responses.go