Documentation
¶
Index ¶
- type AliasesCreateForbidden
- func (o *AliasesCreateForbidden) Code() int
- func (o *AliasesCreateForbidden) Error() string
- func (o *AliasesCreateForbidden) GetPayload() *models.ErrorResponse
- func (o *AliasesCreateForbidden) IsClientError() bool
- func (o *AliasesCreateForbidden) IsCode(code int) bool
- func (o *AliasesCreateForbidden) IsRedirect() bool
- func (o *AliasesCreateForbidden) IsServerError() bool
- func (o *AliasesCreateForbidden) IsSuccess() bool
- func (o *AliasesCreateForbidden) String() string
- type AliasesCreateInternalServerError
- func (o *AliasesCreateInternalServerError) Code() int
- func (o *AliasesCreateInternalServerError) Error() string
- func (o *AliasesCreateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *AliasesCreateInternalServerError) IsClientError() bool
- func (o *AliasesCreateInternalServerError) IsCode(code int) bool
- func (o *AliasesCreateInternalServerError) IsRedirect() bool
- func (o *AliasesCreateInternalServerError) IsServerError() bool
- func (o *AliasesCreateInternalServerError) IsSuccess() bool
- func (o *AliasesCreateInternalServerError) String() string
- type AliasesCreateOK
- func (o *AliasesCreateOK) Code() int
- func (o *AliasesCreateOK) Error() string
- func (o *AliasesCreateOK) GetPayload() *models.Alias
- func (o *AliasesCreateOK) IsClientError() bool
- func (o *AliasesCreateOK) IsCode(code int) bool
- func (o *AliasesCreateOK) IsRedirect() bool
- func (o *AliasesCreateOK) IsServerError() bool
- func (o *AliasesCreateOK) IsSuccess() bool
- func (o *AliasesCreateOK) String() string
- type AliasesCreateParams
- func (o *AliasesCreateParams) SetBody(body *models.Alias)
- func (o *AliasesCreateParams) SetContext(ctx context.Context)
- func (o *AliasesCreateParams) SetDefaults()
- func (o *AliasesCreateParams) SetHTTPClient(client *http.Client)
- func (o *AliasesCreateParams) SetTimeout(timeout time.Duration)
- func (o *AliasesCreateParams) WithBody(body *models.Alias) *AliasesCreateParams
- func (o *AliasesCreateParams) WithContext(ctx context.Context) *AliasesCreateParams
- func (o *AliasesCreateParams) WithDefaults() *AliasesCreateParams
- func (o *AliasesCreateParams) WithHTTPClient(client *http.Client) *AliasesCreateParams
- func (o *AliasesCreateParams) WithTimeout(timeout time.Duration) *AliasesCreateParams
- func (o *AliasesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AliasesCreateReader
- type AliasesCreateUnauthorized
- func (o *AliasesCreateUnauthorized) Code() int
- func (o *AliasesCreateUnauthorized) Error() string
- func (o *AliasesCreateUnauthorized) IsClientError() bool
- func (o *AliasesCreateUnauthorized) IsCode(code int) bool
- func (o *AliasesCreateUnauthorized) IsRedirect() bool
- func (o *AliasesCreateUnauthorized) IsServerError() bool
- func (o *AliasesCreateUnauthorized) IsSuccess() bool
- func (o *AliasesCreateUnauthorized) String() string
- type AliasesCreateUnprocessableEntity
- func (o *AliasesCreateUnprocessableEntity) Code() int
- func (o *AliasesCreateUnprocessableEntity) Error() string
- func (o *AliasesCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *AliasesCreateUnprocessableEntity) IsClientError() bool
- func (o *AliasesCreateUnprocessableEntity) IsCode(code int) bool
- func (o *AliasesCreateUnprocessableEntity) IsRedirect() bool
- func (o *AliasesCreateUnprocessableEntity) IsServerError() bool
- func (o *AliasesCreateUnprocessableEntity) IsSuccess() bool
- func (o *AliasesCreateUnprocessableEntity) String() string
- type AliasesDeleteForbidden
- func (o *AliasesDeleteForbidden) Code() int
- func (o *AliasesDeleteForbidden) Error() string
- func (o *AliasesDeleteForbidden) GetPayload() *models.ErrorResponse
- func (o *AliasesDeleteForbidden) IsClientError() bool
- func (o *AliasesDeleteForbidden) IsCode(code int) bool
- func (o *AliasesDeleteForbidden) IsRedirect() bool
- func (o *AliasesDeleteForbidden) IsServerError() bool
- func (o *AliasesDeleteForbidden) IsSuccess() bool
- func (o *AliasesDeleteForbidden) String() string
- type AliasesDeleteInternalServerError
- func (o *AliasesDeleteInternalServerError) Code() int
- func (o *AliasesDeleteInternalServerError) Error() string
- func (o *AliasesDeleteInternalServerError) GetPayload() *models.ErrorResponse
- func (o *AliasesDeleteInternalServerError) IsClientError() bool
- func (o *AliasesDeleteInternalServerError) IsCode(code int) bool
- func (o *AliasesDeleteInternalServerError) IsRedirect() bool
- func (o *AliasesDeleteInternalServerError) IsServerError() bool
- func (o *AliasesDeleteInternalServerError) IsSuccess() bool
- func (o *AliasesDeleteInternalServerError) String() string
- type AliasesDeleteNoContent
- func (o *AliasesDeleteNoContent) Code() int
- func (o *AliasesDeleteNoContent) Error() string
- func (o *AliasesDeleteNoContent) IsClientError() bool
- func (o *AliasesDeleteNoContent) IsCode(code int) bool
- func (o *AliasesDeleteNoContent) IsRedirect() bool
- func (o *AliasesDeleteNoContent) IsServerError() bool
- func (o *AliasesDeleteNoContent) IsSuccess() bool
- func (o *AliasesDeleteNoContent) String() string
- type AliasesDeleteNotFound
- func (o *AliasesDeleteNotFound) Code() int
- func (o *AliasesDeleteNotFound) Error() string
- func (o *AliasesDeleteNotFound) GetPayload() *models.ErrorResponse
- func (o *AliasesDeleteNotFound) IsClientError() bool
- func (o *AliasesDeleteNotFound) IsCode(code int) bool
- func (o *AliasesDeleteNotFound) IsRedirect() bool
- func (o *AliasesDeleteNotFound) IsServerError() bool
- func (o *AliasesDeleteNotFound) IsSuccess() bool
- func (o *AliasesDeleteNotFound) String() string
- type AliasesDeleteParams
- func (o *AliasesDeleteParams) SetAliasName(aliasName string)
- func (o *AliasesDeleteParams) SetContext(ctx context.Context)
- func (o *AliasesDeleteParams) SetDefaults()
- func (o *AliasesDeleteParams) SetHTTPClient(client *http.Client)
- func (o *AliasesDeleteParams) SetTimeout(timeout time.Duration)
- func (o *AliasesDeleteParams) WithAliasName(aliasName string) *AliasesDeleteParams
- func (o *AliasesDeleteParams) WithContext(ctx context.Context) *AliasesDeleteParams
- func (o *AliasesDeleteParams) WithDefaults() *AliasesDeleteParams
- func (o *AliasesDeleteParams) WithHTTPClient(client *http.Client) *AliasesDeleteParams
- func (o *AliasesDeleteParams) WithTimeout(timeout time.Duration) *AliasesDeleteParams
- func (o *AliasesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AliasesDeleteReader
- type AliasesDeleteUnauthorized
- func (o *AliasesDeleteUnauthorized) Code() int
- func (o *AliasesDeleteUnauthorized) Error() string
- func (o *AliasesDeleteUnauthorized) IsClientError() bool
- func (o *AliasesDeleteUnauthorized) IsCode(code int) bool
- func (o *AliasesDeleteUnauthorized) IsRedirect() bool
- func (o *AliasesDeleteUnauthorized) IsServerError() bool
- func (o *AliasesDeleteUnauthorized) IsSuccess() bool
- func (o *AliasesDeleteUnauthorized) String() string
- type AliasesDeleteUnprocessableEntity
- func (o *AliasesDeleteUnprocessableEntity) Code() int
- func (o *AliasesDeleteUnprocessableEntity) Error() string
- func (o *AliasesDeleteUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *AliasesDeleteUnprocessableEntity) IsClientError() bool
- func (o *AliasesDeleteUnprocessableEntity) IsCode(code int) bool
- func (o *AliasesDeleteUnprocessableEntity) IsRedirect() bool
- func (o *AliasesDeleteUnprocessableEntity) IsServerError() bool
- func (o *AliasesDeleteUnprocessableEntity) IsSuccess() bool
- func (o *AliasesDeleteUnprocessableEntity) String() string
- type AliasesGetAliasForbidden
- func (o *AliasesGetAliasForbidden) Code() int
- func (o *AliasesGetAliasForbidden) Error() string
- func (o *AliasesGetAliasForbidden) GetPayload() *models.ErrorResponse
- func (o *AliasesGetAliasForbidden) IsClientError() bool
- func (o *AliasesGetAliasForbidden) IsCode(code int) bool
- func (o *AliasesGetAliasForbidden) IsRedirect() bool
- func (o *AliasesGetAliasForbidden) IsServerError() bool
- func (o *AliasesGetAliasForbidden) IsSuccess() bool
- func (o *AliasesGetAliasForbidden) String() string
- type AliasesGetAliasInternalServerError
- func (o *AliasesGetAliasInternalServerError) Code() int
- func (o *AliasesGetAliasInternalServerError) Error() string
- func (o *AliasesGetAliasInternalServerError) GetPayload() *models.ErrorResponse
- func (o *AliasesGetAliasInternalServerError) IsClientError() bool
- func (o *AliasesGetAliasInternalServerError) IsCode(code int) bool
- func (o *AliasesGetAliasInternalServerError) IsRedirect() bool
- func (o *AliasesGetAliasInternalServerError) IsServerError() bool
- func (o *AliasesGetAliasInternalServerError) IsSuccess() bool
- func (o *AliasesGetAliasInternalServerError) String() string
- type AliasesGetAliasNotFound
- func (o *AliasesGetAliasNotFound) Code() int
- func (o *AliasesGetAliasNotFound) Error() string
- func (o *AliasesGetAliasNotFound) GetPayload() *models.ErrorResponse
- func (o *AliasesGetAliasNotFound) IsClientError() bool
- func (o *AliasesGetAliasNotFound) IsCode(code int) bool
- func (o *AliasesGetAliasNotFound) IsRedirect() bool
- func (o *AliasesGetAliasNotFound) IsServerError() bool
- func (o *AliasesGetAliasNotFound) IsSuccess() bool
- func (o *AliasesGetAliasNotFound) String() string
- type AliasesGetAliasOK
- func (o *AliasesGetAliasOK) Code() int
- func (o *AliasesGetAliasOK) Error() string
- func (o *AliasesGetAliasOK) GetPayload() *models.Alias
- func (o *AliasesGetAliasOK) IsClientError() bool
- func (o *AliasesGetAliasOK) IsCode(code int) bool
- func (o *AliasesGetAliasOK) IsRedirect() bool
- func (o *AliasesGetAliasOK) IsServerError() bool
- func (o *AliasesGetAliasOK) IsSuccess() bool
- func (o *AliasesGetAliasOK) String() string
- type AliasesGetAliasParams
- func NewAliasesGetAliasParams() *AliasesGetAliasParams
- func NewAliasesGetAliasParamsWithContext(ctx context.Context) *AliasesGetAliasParams
- func NewAliasesGetAliasParamsWithHTTPClient(client *http.Client) *AliasesGetAliasParams
- func NewAliasesGetAliasParamsWithTimeout(timeout time.Duration) *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) SetAliasName(aliasName string)
- func (o *AliasesGetAliasParams) SetContext(ctx context.Context)
- func (o *AliasesGetAliasParams) SetDefaults()
- func (o *AliasesGetAliasParams) SetHTTPClient(client *http.Client)
- func (o *AliasesGetAliasParams) SetTimeout(timeout time.Duration)
- func (o *AliasesGetAliasParams) WithAliasName(aliasName string) *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) WithContext(ctx context.Context) *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) WithDefaults() *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) WithHTTPClient(client *http.Client) *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) WithTimeout(timeout time.Duration) *AliasesGetAliasParams
- func (o *AliasesGetAliasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AliasesGetAliasReader
- type AliasesGetAliasUnauthorized
- func (o *AliasesGetAliasUnauthorized) Code() int
- func (o *AliasesGetAliasUnauthorized) Error() string
- func (o *AliasesGetAliasUnauthorized) IsClientError() bool
- func (o *AliasesGetAliasUnauthorized) IsCode(code int) bool
- func (o *AliasesGetAliasUnauthorized) IsRedirect() bool
- func (o *AliasesGetAliasUnauthorized) IsServerError() bool
- func (o *AliasesGetAliasUnauthorized) IsSuccess() bool
- func (o *AliasesGetAliasUnauthorized) String() string
- type AliasesGetAliasUnprocessableEntity
- func (o *AliasesGetAliasUnprocessableEntity) Code() int
- func (o *AliasesGetAliasUnprocessableEntity) Error() string
- func (o *AliasesGetAliasUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *AliasesGetAliasUnprocessableEntity) IsClientError() bool
- func (o *AliasesGetAliasUnprocessableEntity) IsCode(code int) bool
- func (o *AliasesGetAliasUnprocessableEntity) IsRedirect() bool
- func (o *AliasesGetAliasUnprocessableEntity) IsServerError() bool
- func (o *AliasesGetAliasUnprocessableEntity) IsSuccess() bool
- func (o *AliasesGetAliasUnprocessableEntity) String() string
- type AliasesGetForbidden
- func (o *AliasesGetForbidden) Code() int
- func (o *AliasesGetForbidden) Error() string
- func (o *AliasesGetForbidden) GetPayload() *models.ErrorResponse
- func (o *AliasesGetForbidden) IsClientError() bool
- func (o *AliasesGetForbidden) IsCode(code int) bool
- func (o *AliasesGetForbidden) IsRedirect() bool
- func (o *AliasesGetForbidden) IsServerError() bool
- func (o *AliasesGetForbidden) IsSuccess() bool
- func (o *AliasesGetForbidden) String() string
- type AliasesGetInternalServerError
- func (o *AliasesGetInternalServerError) Code() int
- func (o *AliasesGetInternalServerError) Error() string
- func (o *AliasesGetInternalServerError) GetPayload() *models.ErrorResponse
- func (o *AliasesGetInternalServerError) IsClientError() bool
- func (o *AliasesGetInternalServerError) IsCode(code int) bool
- func (o *AliasesGetInternalServerError) IsRedirect() bool
- func (o *AliasesGetInternalServerError) IsServerError() bool
- func (o *AliasesGetInternalServerError) IsSuccess() bool
- func (o *AliasesGetInternalServerError) String() string
- type AliasesGetOK
- func (o *AliasesGetOK) Code() int
- func (o *AliasesGetOK) Error() string
- func (o *AliasesGetOK) GetPayload() *models.AliasResponse
- func (o *AliasesGetOK) IsClientError() bool
- func (o *AliasesGetOK) IsCode(code int) bool
- func (o *AliasesGetOK) IsRedirect() bool
- func (o *AliasesGetOK) IsServerError() bool
- func (o *AliasesGetOK) IsSuccess() bool
- func (o *AliasesGetOK) String() string
- type AliasesGetParams
- func (o *AliasesGetParams) SetClass(class *string)
- func (o *AliasesGetParams) SetContext(ctx context.Context)
- func (o *AliasesGetParams) SetDefaults()
- func (o *AliasesGetParams) SetHTTPClient(client *http.Client)
- func (o *AliasesGetParams) SetTimeout(timeout time.Duration)
- func (o *AliasesGetParams) WithClass(class *string) *AliasesGetParams
- func (o *AliasesGetParams) WithContext(ctx context.Context) *AliasesGetParams
- func (o *AliasesGetParams) WithDefaults() *AliasesGetParams
- func (o *AliasesGetParams) WithHTTPClient(client *http.Client) *AliasesGetParams
- func (o *AliasesGetParams) WithTimeout(timeout time.Duration) *AliasesGetParams
- func (o *AliasesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AliasesGetReader
- type AliasesGetUnauthorized
- func (o *AliasesGetUnauthorized) Code() int
- func (o *AliasesGetUnauthorized) Error() string
- func (o *AliasesGetUnauthorized) IsClientError() bool
- func (o *AliasesGetUnauthorized) IsCode(code int) bool
- func (o *AliasesGetUnauthorized) IsRedirect() bool
- func (o *AliasesGetUnauthorized) IsServerError() bool
- func (o *AliasesGetUnauthorized) IsSuccess() bool
- func (o *AliasesGetUnauthorized) String() string
- type AliasesGetUnprocessableEntity
- func (o *AliasesGetUnprocessableEntity) Code() int
- func (o *AliasesGetUnprocessableEntity) Error() string
- func (o *AliasesGetUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *AliasesGetUnprocessableEntity) IsClientError() bool
- func (o *AliasesGetUnprocessableEntity) IsCode(code int) bool
- func (o *AliasesGetUnprocessableEntity) IsRedirect() bool
- func (o *AliasesGetUnprocessableEntity) IsServerError() bool
- func (o *AliasesGetUnprocessableEntity) IsSuccess() bool
- func (o *AliasesGetUnprocessableEntity) String() string
- type AliasesUpdateBody
- type AliasesUpdateForbidden
- func (o *AliasesUpdateForbidden) Code() int
- func (o *AliasesUpdateForbidden) Error() string
- func (o *AliasesUpdateForbidden) GetPayload() *models.ErrorResponse
- func (o *AliasesUpdateForbidden) IsClientError() bool
- func (o *AliasesUpdateForbidden) IsCode(code int) bool
- func (o *AliasesUpdateForbidden) IsRedirect() bool
- func (o *AliasesUpdateForbidden) IsServerError() bool
- func (o *AliasesUpdateForbidden) IsSuccess() bool
- func (o *AliasesUpdateForbidden) String() string
- type AliasesUpdateInternalServerError
- func (o *AliasesUpdateInternalServerError) Code() int
- func (o *AliasesUpdateInternalServerError) Error() string
- func (o *AliasesUpdateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *AliasesUpdateInternalServerError) IsClientError() bool
- func (o *AliasesUpdateInternalServerError) IsCode(code int) bool
- func (o *AliasesUpdateInternalServerError) IsRedirect() bool
- func (o *AliasesUpdateInternalServerError) IsServerError() bool
- func (o *AliasesUpdateInternalServerError) IsSuccess() bool
- func (o *AliasesUpdateInternalServerError) String() string
- type AliasesUpdateNotFound
- func (o *AliasesUpdateNotFound) Code() int
- func (o *AliasesUpdateNotFound) Error() string
- func (o *AliasesUpdateNotFound) GetPayload() *models.ErrorResponse
- func (o *AliasesUpdateNotFound) IsClientError() bool
- func (o *AliasesUpdateNotFound) IsCode(code int) bool
- func (o *AliasesUpdateNotFound) IsRedirect() bool
- func (o *AliasesUpdateNotFound) IsServerError() bool
- func (o *AliasesUpdateNotFound) IsSuccess() bool
- func (o *AliasesUpdateNotFound) String() string
- type AliasesUpdateOK
- func (o *AliasesUpdateOK) Code() int
- func (o *AliasesUpdateOK) Error() string
- func (o *AliasesUpdateOK) GetPayload() *models.Alias
- func (o *AliasesUpdateOK) IsClientError() bool
- func (o *AliasesUpdateOK) IsCode(code int) bool
- func (o *AliasesUpdateOK) IsRedirect() bool
- func (o *AliasesUpdateOK) IsServerError() bool
- func (o *AliasesUpdateOK) IsSuccess() bool
- func (o *AliasesUpdateOK) String() string
- type AliasesUpdateParams
- func (o *AliasesUpdateParams) SetAliasName(aliasName string)
- func (o *AliasesUpdateParams) SetBody(body AliasesUpdateBody)
- func (o *AliasesUpdateParams) SetContext(ctx context.Context)
- func (o *AliasesUpdateParams) SetDefaults()
- func (o *AliasesUpdateParams) SetHTTPClient(client *http.Client)
- func (o *AliasesUpdateParams) SetTimeout(timeout time.Duration)
- func (o *AliasesUpdateParams) WithAliasName(aliasName string) *AliasesUpdateParams
- func (o *AliasesUpdateParams) WithBody(body AliasesUpdateBody) *AliasesUpdateParams
- func (o *AliasesUpdateParams) WithContext(ctx context.Context) *AliasesUpdateParams
- func (o *AliasesUpdateParams) WithDefaults() *AliasesUpdateParams
- func (o *AliasesUpdateParams) WithHTTPClient(client *http.Client) *AliasesUpdateParams
- func (o *AliasesUpdateParams) WithTimeout(timeout time.Duration) *AliasesUpdateParams
- func (o *AliasesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AliasesUpdateReader
- type AliasesUpdateUnauthorized
- func (o *AliasesUpdateUnauthorized) Code() int
- func (o *AliasesUpdateUnauthorized) Error() string
- func (o *AliasesUpdateUnauthorized) IsClientError() bool
- func (o *AliasesUpdateUnauthorized) IsCode(code int) bool
- func (o *AliasesUpdateUnauthorized) IsRedirect() bool
- func (o *AliasesUpdateUnauthorized) IsServerError() bool
- func (o *AliasesUpdateUnauthorized) IsSuccess() bool
- func (o *AliasesUpdateUnauthorized) String() string
- type AliasesUpdateUnprocessableEntity
- func (o *AliasesUpdateUnprocessableEntity) Code() int
- func (o *AliasesUpdateUnprocessableEntity) Error() string
- func (o *AliasesUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *AliasesUpdateUnprocessableEntity) IsClientError() bool
- func (o *AliasesUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *AliasesUpdateUnprocessableEntity) IsRedirect() bool
- func (o *AliasesUpdateUnprocessableEntity) IsServerError() bool
- func (o *AliasesUpdateUnprocessableEntity) IsSuccess() bool
- func (o *AliasesUpdateUnprocessableEntity) String() string
- type Client
- func (a *Client) AliasesCreate(params *AliasesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AliasesCreateOK, error)
- func (a *Client) AliasesDelete(params *AliasesDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AliasesDeleteNoContent, error)
- func (a *Client) AliasesGet(params *AliasesGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AliasesGetOK, error)
- func (a *Client) AliasesGetAlias(params *AliasesGetAliasParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AliasesGetAliasOK, error)
- func (a *Client) AliasesUpdate(params *AliasesUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AliasesUpdateOK, error)
- 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)
- func (a *Client) TenantExists(params *TenantExistsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantExistsOK, error)
- func (a *Client) TenantsCreate(params *TenantsCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantsCreateOK, error)
- func (a *Client) TenantsDelete(params *TenantsDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantsDeleteOK, error)
- func (a *Client) TenantsGet(params *TenantsGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantsGetOK, error)
- func (a *Client) TenantsGetOne(params *TenantsGetOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantsGetOneOK, error)
- func (a *Client) TenantsUpdate(params *TenantsUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TenantsUpdateOK, error)
- 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) SetConsistency(consistency *bool)
- 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) WithConsistency(consistency *bool) *SchemaDumpParams
- 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) 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) 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) SetConsistency(consistency *bool)
- 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) WithConsistency(consistency *bool) *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) SetTenant(tenant *string)
- 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) WithTenant(tenant *string) *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
- type TenantExistsForbidden
- func (o *TenantExistsForbidden) Code() int
- func (o *TenantExistsForbidden) Error() string
- func (o *TenantExistsForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantExistsForbidden) IsClientError() bool
- func (o *TenantExistsForbidden) IsCode(code int) bool
- func (o *TenantExistsForbidden) IsRedirect() bool
- func (o *TenantExistsForbidden) IsServerError() bool
- func (o *TenantExistsForbidden) IsSuccess() bool
- func (o *TenantExistsForbidden) String() string
- type TenantExistsInternalServerError
- func (o *TenantExistsInternalServerError) Code() int
- func (o *TenantExistsInternalServerError) Error() string
- func (o *TenantExistsInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantExistsInternalServerError) IsClientError() bool
- func (o *TenantExistsInternalServerError) IsCode(code int) bool
- func (o *TenantExistsInternalServerError) IsRedirect() bool
- func (o *TenantExistsInternalServerError) IsServerError() bool
- func (o *TenantExistsInternalServerError) IsSuccess() bool
- func (o *TenantExistsInternalServerError) String() string
- type TenantExistsNotFound
- func (o *TenantExistsNotFound) Code() int
- func (o *TenantExistsNotFound) Error() string
- func (o *TenantExistsNotFound) IsClientError() bool
- func (o *TenantExistsNotFound) IsCode(code int) bool
- func (o *TenantExistsNotFound) IsRedirect() bool
- func (o *TenantExistsNotFound) IsServerError() bool
- func (o *TenantExistsNotFound) IsSuccess() bool
- func (o *TenantExistsNotFound) String() string
- type TenantExistsOK
- func (o *TenantExistsOK) Code() int
- func (o *TenantExistsOK) Error() string
- func (o *TenantExistsOK) IsClientError() bool
- func (o *TenantExistsOK) IsCode(code int) bool
- func (o *TenantExistsOK) IsRedirect() bool
- func (o *TenantExistsOK) IsServerError() bool
- func (o *TenantExistsOK) IsSuccess() bool
- func (o *TenantExistsOK) String() string
- type TenantExistsParams
- func (o *TenantExistsParams) SetClassName(className string)
- func (o *TenantExistsParams) SetConsistency(consistency *bool)
- func (o *TenantExistsParams) SetContext(ctx context.Context)
- func (o *TenantExistsParams) SetDefaults()
- func (o *TenantExistsParams) SetHTTPClient(client *http.Client)
- func (o *TenantExistsParams) SetTenantName(tenantName string)
- func (o *TenantExistsParams) SetTimeout(timeout time.Duration)
- func (o *TenantExistsParams) WithClassName(className string) *TenantExistsParams
- func (o *TenantExistsParams) WithConsistency(consistency *bool) *TenantExistsParams
- func (o *TenantExistsParams) WithContext(ctx context.Context) *TenantExistsParams
- func (o *TenantExistsParams) WithDefaults() *TenantExistsParams
- func (o *TenantExistsParams) WithHTTPClient(client *http.Client) *TenantExistsParams
- func (o *TenantExistsParams) WithTenantName(tenantName string) *TenantExistsParams
- func (o *TenantExistsParams) WithTimeout(timeout time.Duration) *TenantExistsParams
- func (o *TenantExistsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantExistsReader
- type TenantExistsUnauthorized
- func (o *TenantExistsUnauthorized) Code() int
- func (o *TenantExistsUnauthorized) Error() string
- func (o *TenantExistsUnauthorized) IsClientError() bool
- func (o *TenantExistsUnauthorized) IsCode(code int) bool
- func (o *TenantExistsUnauthorized) IsRedirect() bool
- func (o *TenantExistsUnauthorized) IsServerError() bool
- func (o *TenantExistsUnauthorized) IsSuccess() bool
- func (o *TenantExistsUnauthorized) String() string
- type TenantExistsUnprocessableEntity
- func (o *TenantExistsUnprocessableEntity) Code() int
- func (o *TenantExistsUnprocessableEntity) Error() string
- func (o *TenantExistsUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantExistsUnprocessableEntity) IsClientError() bool
- func (o *TenantExistsUnprocessableEntity) IsCode(code int) bool
- func (o *TenantExistsUnprocessableEntity) IsRedirect() bool
- func (o *TenantExistsUnprocessableEntity) IsServerError() bool
- func (o *TenantExistsUnprocessableEntity) IsSuccess() bool
- func (o *TenantExistsUnprocessableEntity) String() string
- type TenantsCreateForbidden
- func (o *TenantsCreateForbidden) Code() int
- func (o *TenantsCreateForbidden) Error() string
- func (o *TenantsCreateForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantsCreateForbidden) IsClientError() bool
- func (o *TenantsCreateForbidden) IsCode(code int) bool
- func (o *TenantsCreateForbidden) IsRedirect() bool
- func (o *TenantsCreateForbidden) IsServerError() bool
- func (o *TenantsCreateForbidden) IsSuccess() bool
- func (o *TenantsCreateForbidden) String() string
- type TenantsCreateInternalServerError
- func (o *TenantsCreateInternalServerError) Code() int
- func (o *TenantsCreateInternalServerError) Error() string
- func (o *TenantsCreateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantsCreateInternalServerError) IsClientError() bool
- func (o *TenantsCreateInternalServerError) IsCode(code int) bool
- func (o *TenantsCreateInternalServerError) IsRedirect() bool
- func (o *TenantsCreateInternalServerError) IsServerError() bool
- func (o *TenantsCreateInternalServerError) IsSuccess() bool
- func (o *TenantsCreateInternalServerError) String() string
- type TenantsCreateOK
- func (o *TenantsCreateOK) Code() int
- func (o *TenantsCreateOK) Error() string
- func (o *TenantsCreateOK) GetPayload() []*models.Tenant
- func (o *TenantsCreateOK) IsClientError() bool
- func (o *TenantsCreateOK) IsCode(code int) bool
- func (o *TenantsCreateOK) IsRedirect() bool
- func (o *TenantsCreateOK) IsServerError() bool
- func (o *TenantsCreateOK) IsSuccess() bool
- func (o *TenantsCreateOK) String() string
- type TenantsCreateParams
- func (o *TenantsCreateParams) SetBody(body []*models.Tenant)
- func (o *TenantsCreateParams) SetClassName(className string)
- func (o *TenantsCreateParams) SetContext(ctx context.Context)
- func (o *TenantsCreateParams) SetDefaults()
- func (o *TenantsCreateParams) SetHTTPClient(client *http.Client)
- func (o *TenantsCreateParams) SetTimeout(timeout time.Duration)
- func (o *TenantsCreateParams) WithBody(body []*models.Tenant) *TenantsCreateParams
- func (o *TenantsCreateParams) WithClassName(className string) *TenantsCreateParams
- func (o *TenantsCreateParams) WithContext(ctx context.Context) *TenantsCreateParams
- func (o *TenantsCreateParams) WithDefaults() *TenantsCreateParams
- func (o *TenantsCreateParams) WithHTTPClient(client *http.Client) *TenantsCreateParams
- func (o *TenantsCreateParams) WithTimeout(timeout time.Duration) *TenantsCreateParams
- func (o *TenantsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantsCreateReader
- type TenantsCreateUnauthorized
- func (o *TenantsCreateUnauthorized) Code() int
- func (o *TenantsCreateUnauthorized) Error() string
- func (o *TenantsCreateUnauthorized) IsClientError() bool
- func (o *TenantsCreateUnauthorized) IsCode(code int) bool
- func (o *TenantsCreateUnauthorized) IsRedirect() bool
- func (o *TenantsCreateUnauthorized) IsServerError() bool
- func (o *TenantsCreateUnauthorized) IsSuccess() bool
- func (o *TenantsCreateUnauthorized) String() string
- type TenantsCreateUnprocessableEntity
- func (o *TenantsCreateUnprocessableEntity) Code() int
- func (o *TenantsCreateUnprocessableEntity) Error() string
- func (o *TenantsCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantsCreateUnprocessableEntity) IsClientError() bool
- func (o *TenantsCreateUnprocessableEntity) IsCode(code int) bool
- func (o *TenantsCreateUnprocessableEntity) IsRedirect() bool
- func (o *TenantsCreateUnprocessableEntity) IsServerError() bool
- func (o *TenantsCreateUnprocessableEntity) IsSuccess() bool
- func (o *TenantsCreateUnprocessableEntity) String() string
- type TenantsDeleteForbidden
- func (o *TenantsDeleteForbidden) Code() int
- func (o *TenantsDeleteForbidden) Error() string
- func (o *TenantsDeleteForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantsDeleteForbidden) IsClientError() bool
- func (o *TenantsDeleteForbidden) IsCode(code int) bool
- func (o *TenantsDeleteForbidden) IsRedirect() bool
- func (o *TenantsDeleteForbidden) IsServerError() bool
- func (o *TenantsDeleteForbidden) IsSuccess() bool
- func (o *TenantsDeleteForbidden) String() string
- type TenantsDeleteInternalServerError
- func (o *TenantsDeleteInternalServerError) Code() int
- func (o *TenantsDeleteInternalServerError) Error() string
- func (o *TenantsDeleteInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantsDeleteInternalServerError) IsClientError() bool
- func (o *TenantsDeleteInternalServerError) IsCode(code int) bool
- func (o *TenantsDeleteInternalServerError) IsRedirect() bool
- func (o *TenantsDeleteInternalServerError) IsServerError() bool
- func (o *TenantsDeleteInternalServerError) IsSuccess() bool
- func (o *TenantsDeleteInternalServerError) String() string
- type TenantsDeleteOK
- func (o *TenantsDeleteOK) Code() int
- func (o *TenantsDeleteOK) Error() string
- func (o *TenantsDeleteOK) IsClientError() bool
- func (o *TenantsDeleteOK) IsCode(code int) bool
- func (o *TenantsDeleteOK) IsRedirect() bool
- func (o *TenantsDeleteOK) IsServerError() bool
- func (o *TenantsDeleteOK) IsSuccess() bool
- func (o *TenantsDeleteOK) String() string
- type TenantsDeleteParams
- func (o *TenantsDeleteParams) SetClassName(className string)
- func (o *TenantsDeleteParams) SetContext(ctx context.Context)
- func (o *TenantsDeleteParams) SetDefaults()
- func (o *TenantsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *TenantsDeleteParams) SetTenants(tenants []string)
- func (o *TenantsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *TenantsDeleteParams) WithClassName(className string) *TenantsDeleteParams
- func (o *TenantsDeleteParams) WithContext(ctx context.Context) *TenantsDeleteParams
- func (o *TenantsDeleteParams) WithDefaults() *TenantsDeleteParams
- func (o *TenantsDeleteParams) WithHTTPClient(client *http.Client) *TenantsDeleteParams
- func (o *TenantsDeleteParams) WithTenants(tenants []string) *TenantsDeleteParams
- func (o *TenantsDeleteParams) WithTimeout(timeout time.Duration) *TenantsDeleteParams
- func (o *TenantsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantsDeleteReader
- type TenantsDeleteUnauthorized
- func (o *TenantsDeleteUnauthorized) Code() int
- func (o *TenantsDeleteUnauthorized) Error() string
- func (o *TenantsDeleteUnauthorized) IsClientError() bool
- func (o *TenantsDeleteUnauthorized) IsCode(code int) bool
- func (o *TenantsDeleteUnauthorized) IsRedirect() bool
- func (o *TenantsDeleteUnauthorized) IsServerError() bool
- func (o *TenantsDeleteUnauthorized) IsSuccess() bool
- func (o *TenantsDeleteUnauthorized) String() string
- type TenantsDeleteUnprocessableEntity
- func (o *TenantsDeleteUnprocessableEntity) Code() int
- func (o *TenantsDeleteUnprocessableEntity) Error() string
- func (o *TenantsDeleteUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantsDeleteUnprocessableEntity) IsClientError() bool
- func (o *TenantsDeleteUnprocessableEntity) IsCode(code int) bool
- func (o *TenantsDeleteUnprocessableEntity) IsRedirect() bool
- func (o *TenantsDeleteUnprocessableEntity) IsServerError() bool
- func (o *TenantsDeleteUnprocessableEntity) IsSuccess() bool
- func (o *TenantsDeleteUnprocessableEntity) String() string
- type TenantsGetForbidden
- func (o *TenantsGetForbidden) Code() int
- func (o *TenantsGetForbidden) Error() string
- func (o *TenantsGetForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantsGetForbidden) IsClientError() bool
- func (o *TenantsGetForbidden) IsCode(code int) bool
- func (o *TenantsGetForbidden) IsRedirect() bool
- func (o *TenantsGetForbidden) IsServerError() bool
- func (o *TenantsGetForbidden) IsSuccess() bool
- func (o *TenantsGetForbidden) String() string
- type TenantsGetInternalServerError
- func (o *TenantsGetInternalServerError) Code() int
- func (o *TenantsGetInternalServerError) Error() string
- func (o *TenantsGetInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantsGetInternalServerError) IsClientError() bool
- func (o *TenantsGetInternalServerError) IsCode(code int) bool
- func (o *TenantsGetInternalServerError) IsRedirect() bool
- func (o *TenantsGetInternalServerError) IsServerError() bool
- func (o *TenantsGetInternalServerError) IsSuccess() bool
- func (o *TenantsGetInternalServerError) String() string
- type TenantsGetOK
- func (o *TenantsGetOK) Code() int
- func (o *TenantsGetOK) Error() string
- func (o *TenantsGetOK) GetPayload() []*models.Tenant
- func (o *TenantsGetOK) IsClientError() bool
- func (o *TenantsGetOK) IsCode(code int) bool
- func (o *TenantsGetOK) IsRedirect() bool
- func (o *TenantsGetOK) IsServerError() bool
- func (o *TenantsGetOK) IsSuccess() bool
- func (o *TenantsGetOK) String() string
- type TenantsGetOneForbidden
- func (o *TenantsGetOneForbidden) Code() int
- func (o *TenantsGetOneForbidden) Error() string
- func (o *TenantsGetOneForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantsGetOneForbidden) IsClientError() bool
- func (o *TenantsGetOneForbidden) IsCode(code int) bool
- func (o *TenantsGetOneForbidden) IsRedirect() bool
- func (o *TenantsGetOneForbidden) IsServerError() bool
- func (o *TenantsGetOneForbidden) IsSuccess() bool
- func (o *TenantsGetOneForbidden) String() string
- type TenantsGetOneInternalServerError
- func (o *TenantsGetOneInternalServerError) Code() int
- func (o *TenantsGetOneInternalServerError) Error() string
- func (o *TenantsGetOneInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantsGetOneInternalServerError) IsClientError() bool
- func (o *TenantsGetOneInternalServerError) IsCode(code int) bool
- func (o *TenantsGetOneInternalServerError) IsRedirect() bool
- func (o *TenantsGetOneInternalServerError) IsServerError() bool
- func (o *TenantsGetOneInternalServerError) IsSuccess() bool
- func (o *TenantsGetOneInternalServerError) String() string
- type TenantsGetOneNotFound
- func (o *TenantsGetOneNotFound) Code() int
- func (o *TenantsGetOneNotFound) Error() string
- func (o *TenantsGetOneNotFound) IsClientError() bool
- func (o *TenantsGetOneNotFound) IsCode(code int) bool
- func (o *TenantsGetOneNotFound) IsRedirect() bool
- func (o *TenantsGetOneNotFound) IsServerError() bool
- func (o *TenantsGetOneNotFound) IsSuccess() bool
- func (o *TenantsGetOneNotFound) String() string
- type TenantsGetOneOK
- func (o *TenantsGetOneOK) Code() int
- func (o *TenantsGetOneOK) Error() string
- func (o *TenantsGetOneOK) GetPayload() *models.Tenant
- func (o *TenantsGetOneOK) IsClientError() bool
- func (o *TenantsGetOneOK) IsCode(code int) bool
- func (o *TenantsGetOneOK) IsRedirect() bool
- func (o *TenantsGetOneOK) IsServerError() bool
- func (o *TenantsGetOneOK) IsSuccess() bool
- func (o *TenantsGetOneOK) String() string
- type TenantsGetOneParams
- func (o *TenantsGetOneParams) SetClassName(className string)
- func (o *TenantsGetOneParams) SetConsistency(consistency *bool)
- func (o *TenantsGetOneParams) SetContext(ctx context.Context)
- func (o *TenantsGetOneParams) SetDefaults()
- func (o *TenantsGetOneParams) SetHTTPClient(client *http.Client)
- func (o *TenantsGetOneParams) SetTenantName(tenantName string)
- func (o *TenantsGetOneParams) SetTimeout(timeout time.Duration)
- func (o *TenantsGetOneParams) WithClassName(className string) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithConsistency(consistency *bool) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithContext(ctx context.Context) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithDefaults() *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithHTTPClient(client *http.Client) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithTenantName(tenantName string) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WithTimeout(timeout time.Duration) *TenantsGetOneParams
- func (o *TenantsGetOneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantsGetOneReader
- type TenantsGetOneUnauthorized
- func (o *TenantsGetOneUnauthorized) Code() int
- func (o *TenantsGetOneUnauthorized) Error() string
- func (o *TenantsGetOneUnauthorized) IsClientError() bool
- func (o *TenantsGetOneUnauthorized) IsCode(code int) bool
- func (o *TenantsGetOneUnauthorized) IsRedirect() bool
- func (o *TenantsGetOneUnauthorized) IsServerError() bool
- func (o *TenantsGetOneUnauthorized) IsSuccess() bool
- func (o *TenantsGetOneUnauthorized) String() string
- type TenantsGetOneUnprocessableEntity
- func (o *TenantsGetOneUnprocessableEntity) Code() int
- func (o *TenantsGetOneUnprocessableEntity) Error() string
- func (o *TenantsGetOneUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantsGetOneUnprocessableEntity) IsClientError() bool
- func (o *TenantsGetOneUnprocessableEntity) IsCode(code int) bool
- func (o *TenantsGetOneUnprocessableEntity) IsRedirect() bool
- func (o *TenantsGetOneUnprocessableEntity) IsServerError() bool
- func (o *TenantsGetOneUnprocessableEntity) IsSuccess() bool
- func (o *TenantsGetOneUnprocessableEntity) String() string
- type TenantsGetParams
- func (o *TenantsGetParams) SetClassName(className string)
- func (o *TenantsGetParams) SetConsistency(consistency *bool)
- func (o *TenantsGetParams) SetContext(ctx context.Context)
- func (o *TenantsGetParams) SetDefaults()
- func (o *TenantsGetParams) SetHTTPClient(client *http.Client)
- func (o *TenantsGetParams) SetTimeout(timeout time.Duration)
- func (o *TenantsGetParams) WithClassName(className string) *TenantsGetParams
- func (o *TenantsGetParams) WithConsistency(consistency *bool) *TenantsGetParams
- func (o *TenantsGetParams) WithContext(ctx context.Context) *TenantsGetParams
- func (o *TenantsGetParams) WithDefaults() *TenantsGetParams
- func (o *TenantsGetParams) WithHTTPClient(client *http.Client) *TenantsGetParams
- func (o *TenantsGetParams) WithTimeout(timeout time.Duration) *TenantsGetParams
- func (o *TenantsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantsGetReader
- type TenantsGetUnauthorized
- func (o *TenantsGetUnauthorized) Code() int
- func (o *TenantsGetUnauthorized) Error() string
- func (o *TenantsGetUnauthorized) IsClientError() bool
- func (o *TenantsGetUnauthorized) IsCode(code int) bool
- func (o *TenantsGetUnauthorized) IsRedirect() bool
- func (o *TenantsGetUnauthorized) IsServerError() bool
- func (o *TenantsGetUnauthorized) IsSuccess() bool
- func (o *TenantsGetUnauthorized) String() string
- type TenantsGetUnprocessableEntity
- func (o *TenantsGetUnprocessableEntity) Code() int
- func (o *TenantsGetUnprocessableEntity) Error() string
- func (o *TenantsGetUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantsGetUnprocessableEntity) IsClientError() bool
- func (o *TenantsGetUnprocessableEntity) IsCode(code int) bool
- func (o *TenantsGetUnprocessableEntity) IsRedirect() bool
- func (o *TenantsGetUnprocessableEntity) IsServerError() bool
- func (o *TenantsGetUnprocessableEntity) IsSuccess() bool
- func (o *TenantsGetUnprocessableEntity) String() string
- type TenantsUpdateForbidden
- func (o *TenantsUpdateForbidden) Code() int
- func (o *TenantsUpdateForbidden) Error() string
- func (o *TenantsUpdateForbidden) GetPayload() *models.ErrorResponse
- func (o *TenantsUpdateForbidden) IsClientError() bool
- func (o *TenantsUpdateForbidden) IsCode(code int) bool
- func (o *TenantsUpdateForbidden) IsRedirect() bool
- func (o *TenantsUpdateForbidden) IsServerError() bool
- func (o *TenantsUpdateForbidden) IsSuccess() bool
- func (o *TenantsUpdateForbidden) String() string
- type TenantsUpdateInternalServerError
- func (o *TenantsUpdateInternalServerError) Code() int
- func (o *TenantsUpdateInternalServerError) Error() string
- func (o *TenantsUpdateInternalServerError) GetPayload() *models.ErrorResponse
- func (o *TenantsUpdateInternalServerError) IsClientError() bool
- func (o *TenantsUpdateInternalServerError) IsCode(code int) bool
- func (o *TenantsUpdateInternalServerError) IsRedirect() bool
- func (o *TenantsUpdateInternalServerError) IsServerError() bool
- func (o *TenantsUpdateInternalServerError) IsSuccess() bool
- func (o *TenantsUpdateInternalServerError) String() string
- type TenantsUpdateOK
- func (o *TenantsUpdateOK) Code() int
- func (o *TenantsUpdateOK) Error() string
- func (o *TenantsUpdateOK) GetPayload() []*models.Tenant
- func (o *TenantsUpdateOK) IsClientError() bool
- func (o *TenantsUpdateOK) IsCode(code int) bool
- func (o *TenantsUpdateOK) IsRedirect() bool
- func (o *TenantsUpdateOK) IsServerError() bool
- func (o *TenantsUpdateOK) IsSuccess() bool
- func (o *TenantsUpdateOK) String() string
- type TenantsUpdateParams
- func (o *TenantsUpdateParams) SetBody(body []*models.Tenant)
- func (o *TenantsUpdateParams) SetClassName(className string)
- func (o *TenantsUpdateParams) SetContext(ctx context.Context)
- func (o *TenantsUpdateParams) SetDefaults()
- func (o *TenantsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *TenantsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *TenantsUpdateParams) WithBody(body []*models.Tenant) *TenantsUpdateParams
- func (o *TenantsUpdateParams) WithClassName(className string) *TenantsUpdateParams
- func (o *TenantsUpdateParams) WithContext(ctx context.Context) *TenantsUpdateParams
- func (o *TenantsUpdateParams) WithDefaults() *TenantsUpdateParams
- func (o *TenantsUpdateParams) WithHTTPClient(client *http.Client) *TenantsUpdateParams
- func (o *TenantsUpdateParams) WithTimeout(timeout time.Duration) *TenantsUpdateParams
- func (o *TenantsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TenantsUpdateReader
- type TenantsUpdateUnauthorized
- func (o *TenantsUpdateUnauthorized) Code() int
- func (o *TenantsUpdateUnauthorized) Error() string
- func (o *TenantsUpdateUnauthorized) IsClientError() bool
- func (o *TenantsUpdateUnauthorized) IsCode(code int) bool
- func (o *TenantsUpdateUnauthorized) IsRedirect() bool
- func (o *TenantsUpdateUnauthorized) IsServerError() bool
- func (o *TenantsUpdateUnauthorized) IsSuccess() bool
- func (o *TenantsUpdateUnauthorized) String() string
- type TenantsUpdateUnprocessableEntity
- func (o *TenantsUpdateUnprocessableEntity) Code() int
- func (o *TenantsUpdateUnprocessableEntity) Error() string
- func (o *TenantsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
- func (o *TenantsUpdateUnprocessableEntity) IsClientError() bool
- func (o *TenantsUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *TenantsUpdateUnprocessableEntity) IsRedirect() bool
- func (o *TenantsUpdateUnprocessableEntity) IsServerError() bool
- func (o *TenantsUpdateUnprocessableEntity) IsSuccess() bool
- func (o *TenantsUpdateUnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasesCreateForbidden ¶ added in v1.32.0
type AliasesCreateForbidden struct {
Payload *models.ErrorResponse
}
AliasesCreateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewAliasesCreateForbidden ¶ added in v1.32.0
func NewAliasesCreateForbidden() *AliasesCreateForbidden
NewAliasesCreateForbidden creates a AliasesCreateForbidden with default headers values
func (*AliasesCreateForbidden) Code ¶ added in v1.32.0
func (o *AliasesCreateForbidden) Code() int
Code gets the status code for the aliases create forbidden response
func (*AliasesCreateForbidden) Error ¶ added in v1.32.0
func (o *AliasesCreateForbidden) Error() string
func (*AliasesCreateForbidden) GetPayload ¶ added in v1.32.0
func (o *AliasesCreateForbidden) GetPayload() *models.ErrorResponse
func (*AliasesCreateForbidden) IsClientError ¶ added in v1.32.0
func (o *AliasesCreateForbidden) IsClientError() bool
IsClientError returns true when this aliases create forbidden response has a 4xx status code
func (*AliasesCreateForbidden) IsCode ¶ added in v1.32.0
func (o *AliasesCreateForbidden) IsCode(code int) bool
IsCode returns true when this aliases create forbidden response a status code equal to that given
func (*AliasesCreateForbidden) IsRedirect ¶ added in v1.32.0
func (o *AliasesCreateForbidden) IsRedirect() bool
IsRedirect returns true when this aliases create forbidden response has a 3xx status code
func (*AliasesCreateForbidden) IsServerError ¶ added in v1.32.0
func (o *AliasesCreateForbidden) IsServerError() bool
IsServerError returns true when this aliases create forbidden response has a 5xx status code
func (*AliasesCreateForbidden) IsSuccess ¶ added in v1.32.0
func (o *AliasesCreateForbidden) IsSuccess() bool
IsSuccess returns true when this aliases create forbidden response has a 2xx status code
func (*AliasesCreateForbidden) String ¶ added in v1.32.0
func (o *AliasesCreateForbidden) String() string
type AliasesCreateInternalServerError ¶ added in v1.32.0
type AliasesCreateInternalServerError struct {
Payload *models.ErrorResponse
}
AliasesCreateInternalServerError 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 NewAliasesCreateInternalServerError ¶ added in v1.32.0
func NewAliasesCreateInternalServerError() *AliasesCreateInternalServerError
NewAliasesCreateInternalServerError creates a AliasesCreateInternalServerError with default headers values
func (*AliasesCreateInternalServerError) Code ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) Code() int
Code gets the status code for the aliases create internal server error response
func (*AliasesCreateInternalServerError) Error ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) Error() string
func (*AliasesCreateInternalServerError) GetPayload ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) GetPayload() *models.ErrorResponse
func (*AliasesCreateInternalServerError) IsClientError ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) IsClientError() bool
IsClientError returns true when this aliases create internal server error response has a 4xx status code
func (*AliasesCreateInternalServerError) IsCode ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this aliases create internal server error response a status code equal to that given
func (*AliasesCreateInternalServerError) IsRedirect ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this aliases create internal server error response has a 3xx status code
func (*AliasesCreateInternalServerError) IsServerError ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) IsServerError() bool
IsServerError returns true when this aliases create internal server error response has a 5xx status code
func (*AliasesCreateInternalServerError) IsSuccess ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this aliases create internal server error response has a 2xx status code
func (*AliasesCreateInternalServerError) String ¶ added in v1.32.0
func (o *AliasesCreateInternalServerError) String() string
type AliasesCreateOK ¶ added in v1.32.0
AliasesCreateOK describes a response with status code 200, with default header values.
Successfully created a new alias for the specified collection (class)
func NewAliasesCreateOK ¶ added in v1.32.0
func NewAliasesCreateOK() *AliasesCreateOK
NewAliasesCreateOK creates a AliasesCreateOK with default headers values
func (*AliasesCreateOK) Code ¶ added in v1.32.0
func (o *AliasesCreateOK) Code() int
Code gets the status code for the aliases create o k response
func (*AliasesCreateOK) Error ¶ added in v1.32.0
func (o *AliasesCreateOK) Error() string
func (*AliasesCreateOK) GetPayload ¶ added in v1.32.0
func (o *AliasesCreateOK) GetPayload() *models.Alias
func (*AliasesCreateOK) IsClientError ¶ added in v1.32.0
func (o *AliasesCreateOK) IsClientError() bool
IsClientError returns true when this aliases create o k response has a 4xx status code
func (*AliasesCreateOK) IsCode ¶ added in v1.32.0
func (o *AliasesCreateOK) IsCode(code int) bool
IsCode returns true when this aliases create o k response a status code equal to that given
func (*AliasesCreateOK) IsRedirect ¶ added in v1.32.0
func (o *AliasesCreateOK) IsRedirect() bool
IsRedirect returns true when this aliases create o k response has a 3xx status code
func (*AliasesCreateOK) IsServerError ¶ added in v1.32.0
func (o *AliasesCreateOK) IsServerError() bool
IsServerError returns true when this aliases create o k response has a 5xx status code
func (*AliasesCreateOK) IsSuccess ¶ added in v1.32.0
func (o *AliasesCreateOK) IsSuccess() bool
IsSuccess returns true when this aliases create o k response has a 2xx status code
func (*AliasesCreateOK) String ¶ added in v1.32.0
func (o *AliasesCreateOK) String() string
type AliasesCreateParams ¶ added in v1.32.0
type AliasesCreateParams struct {
// Body.
Body *models.Alias
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AliasesCreateParams contains all the parameters to send to the API endpoint
for the aliases create operation. Typically these are written to a http.Request.
func NewAliasesCreateParams ¶ added in v1.32.0
func NewAliasesCreateParams() *AliasesCreateParams
NewAliasesCreateParams creates a new AliasesCreateParams 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 NewAliasesCreateParamsWithContext ¶ added in v1.32.0
func NewAliasesCreateParamsWithContext(ctx context.Context) *AliasesCreateParams
NewAliasesCreateParamsWithContext creates a new AliasesCreateParams object with the ability to set a context for a request.
func NewAliasesCreateParamsWithHTTPClient ¶ added in v1.32.0
func NewAliasesCreateParamsWithHTTPClient(client *http.Client) *AliasesCreateParams
NewAliasesCreateParamsWithHTTPClient creates a new AliasesCreateParams object with the ability to set a custom HTTPClient for a request.
func NewAliasesCreateParamsWithTimeout ¶ added in v1.32.0
func NewAliasesCreateParamsWithTimeout(timeout time.Duration) *AliasesCreateParams
NewAliasesCreateParamsWithTimeout creates a new AliasesCreateParams object with the ability to set a timeout on a request.
func (*AliasesCreateParams) SetBody ¶ added in v1.32.0
func (o *AliasesCreateParams) SetBody(body *models.Alias)
SetBody adds the body to the aliases create params
func (*AliasesCreateParams) SetContext ¶ added in v1.32.0
func (o *AliasesCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the aliases create params
func (*AliasesCreateParams) SetDefaults ¶ added in v1.32.0
func (o *AliasesCreateParams) SetDefaults()
SetDefaults hydrates default values in the aliases create params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesCreateParams) SetHTTPClient ¶ added in v1.32.0
func (o *AliasesCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the aliases create params
func (*AliasesCreateParams) SetTimeout ¶ added in v1.32.0
func (o *AliasesCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the aliases create params
func (*AliasesCreateParams) WithBody ¶ added in v1.32.0
func (o *AliasesCreateParams) WithBody(body *models.Alias) *AliasesCreateParams
WithBody adds the body to the aliases create params
func (*AliasesCreateParams) WithContext ¶ added in v1.32.0
func (o *AliasesCreateParams) WithContext(ctx context.Context) *AliasesCreateParams
WithContext adds the context to the aliases create params
func (*AliasesCreateParams) WithDefaults ¶ added in v1.32.0
func (o *AliasesCreateParams) WithDefaults() *AliasesCreateParams
WithDefaults hydrates default values in the aliases create params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesCreateParams) WithHTTPClient ¶ added in v1.32.0
func (o *AliasesCreateParams) WithHTTPClient(client *http.Client) *AliasesCreateParams
WithHTTPClient adds the HTTPClient to the aliases create params
func (*AliasesCreateParams) WithTimeout ¶ added in v1.32.0
func (o *AliasesCreateParams) WithTimeout(timeout time.Duration) *AliasesCreateParams
WithTimeout adds the timeout to the aliases create params
func (*AliasesCreateParams) WriteToRequest ¶ added in v1.32.0
func (o *AliasesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AliasesCreateReader ¶ added in v1.32.0
type AliasesCreateReader struct {
// contains filtered or unexported fields
}
AliasesCreateReader is a Reader for the AliasesCreate structure.
func (*AliasesCreateReader) ReadResponse ¶ added in v1.32.0
func (o *AliasesCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AliasesCreateUnauthorized ¶ added in v1.32.0
type AliasesCreateUnauthorized struct {
}
AliasesCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewAliasesCreateUnauthorized ¶ added in v1.32.0
func NewAliasesCreateUnauthorized() *AliasesCreateUnauthorized
NewAliasesCreateUnauthorized creates a AliasesCreateUnauthorized with default headers values
func (*AliasesCreateUnauthorized) Code ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) Code() int
Code gets the status code for the aliases create unauthorized response
func (*AliasesCreateUnauthorized) Error ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) Error() string
func (*AliasesCreateUnauthorized) IsClientError ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) IsClientError() bool
IsClientError returns true when this aliases create unauthorized response has a 4xx status code
func (*AliasesCreateUnauthorized) IsCode ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this aliases create unauthorized response a status code equal to that given
func (*AliasesCreateUnauthorized) IsRedirect ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this aliases create unauthorized response has a 3xx status code
func (*AliasesCreateUnauthorized) IsServerError ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) IsServerError() bool
IsServerError returns true when this aliases create unauthorized response has a 5xx status code
func (*AliasesCreateUnauthorized) IsSuccess ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this aliases create unauthorized response has a 2xx status code
func (*AliasesCreateUnauthorized) String ¶ added in v1.32.0
func (o *AliasesCreateUnauthorized) String() string
type AliasesCreateUnprocessableEntity ¶ added in v1.32.0
type AliasesCreateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
AliasesCreateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid create alias request.
func NewAliasesCreateUnprocessableEntity ¶ added in v1.32.0
func NewAliasesCreateUnprocessableEntity() *AliasesCreateUnprocessableEntity
NewAliasesCreateUnprocessableEntity creates a AliasesCreateUnprocessableEntity with default headers values
func (*AliasesCreateUnprocessableEntity) Code ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) Code() int
Code gets the status code for the aliases create unprocessable entity response
func (*AliasesCreateUnprocessableEntity) Error ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) Error() string
func (*AliasesCreateUnprocessableEntity) GetPayload ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*AliasesCreateUnprocessableEntity) IsClientError ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this aliases create unprocessable entity response has a 4xx status code
func (*AliasesCreateUnprocessableEntity) IsCode ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this aliases create unprocessable entity response a status code equal to that given
func (*AliasesCreateUnprocessableEntity) IsRedirect ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this aliases create unprocessable entity response has a 3xx status code
func (*AliasesCreateUnprocessableEntity) IsServerError ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this aliases create unprocessable entity response has a 5xx status code
func (*AliasesCreateUnprocessableEntity) IsSuccess ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this aliases create unprocessable entity response has a 2xx status code
func (*AliasesCreateUnprocessableEntity) String ¶ added in v1.32.0
func (o *AliasesCreateUnprocessableEntity) String() string
type AliasesDeleteForbidden ¶ added in v1.32.0
type AliasesDeleteForbidden struct {
Payload *models.ErrorResponse
}
AliasesDeleteForbidden describes a response with status code 403, with default header values.
Forbidden
func NewAliasesDeleteForbidden ¶ added in v1.32.0
func NewAliasesDeleteForbidden() *AliasesDeleteForbidden
NewAliasesDeleteForbidden creates a AliasesDeleteForbidden with default headers values
func (*AliasesDeleteForbidden) Code ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) Code() int
Code gets the status code for the aliases delete forbidden response
func (*AliasesDeleteForbidden) Error ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) Error() string
func (*AliasesDeleteForbidden) GetPayload ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) GetPayload() *models.ErrorResponse
func (*AliasesDeleteForbidden) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) IsClientError() bool
IsClientError returns true when this aliases delete forbidden response has a 4xx status code
func (*AliasesDeleteForbidden) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) IsCode(code int) bool
IsCode returns true when this aliases delete forbidden response a status code equal to that given
func (*AliasesDeleteForbidden) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) IsRedirect() bool
IsRedirect returns true when this aliases delete forbidden response has a 3xx status code
func (*AliasesDeleteForbidden) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) IsServerError() bool
IsServerError returns true when this aliases delete forbidden response has a 5xx status code
func (*AliasesDeleteForbidden) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) IsSuccess() bool
IsSuccess returns true when this aliases delete forbidden response has a 2xx status code
func (*AliasesDeleteForbidden) String ¶ added in v1.32.0
func (o *AliasesDeleteForbidden) String() string
type AliasesDeleteInternalServerError ¶ added in v1.32.0
type AliasesDeleteInternalServerError struct {
Payload *models.ErrorResponse
}
AliasesDeleteInternalServerError 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 NewAliasesDeleteInternalServerError ¶ added in v1.32.0
func NewAliasesDeleteInternalServerError() *AliasesDeleteInternalServerError
NewAliasesDeleteInternalServerError creates a AliasesDeleteInternalServerError with default headers values
func (*AliasesDeleteInternalServerError) Code ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) Code() int
Code gets the status code for the aliases delete internal server error response
func (*AliasesDeleteInternalServerError) Error ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) Error() string
func (*AliasesDeleteInternalServerError) GetPayload ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) GetPayload() *models.ErrorResponse
func (*AliasesDeleteInternalServerError) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this aliases delete internal server error response has a 4xx status code
func (*AliasesDeleteInternalServerError) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this aliases delete internal server error response a status code equal to that given
func (*AliasesDeleteInternalServerError) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this aliases delete internal server error response has a 3xx status code
func (*AliasesDeleteInternalServerError) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this aliases delete internal server error response has a 5xx status code
func (*AliasesDeleteInternalServerError) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this aliases delete internal server error response has a 2xx status code
func (*AliasesDeleteInternalServerError) String ¶ added in v1.32.0
func (o *AliasesDeleteInternalServerError) String() string
type AliasesDeleteNoContent ¶ added in v1.32.0
type AliasesDeleteNoContent struct {
}
AliasesDeleteNoContent describes a response with status code 204, with default header values.
Successfully deleted the alias.
func NewAliasesDeleteNoContent ¶ added in v1.32.0
func NewAliasesDeleteNoContent() *AliasesDeleteNoContent
NewAliasesDeleteNoContent creates a AliasesDeleteNoContent with default headers values
func (*AliasesDeleteNoContent) Code ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) Code() int
Code gets the status code for the aliases delete no content response
func (*AliasesDeleteNoContent) Error ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) Error() string
func (*AliasesDeleteNoContent) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) IsClientError() bool
IsClientError returns true when this aliases delete no content response has a 4xx status code
func (*AliasesDeleteNoContent) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) IsCode(code int) bool
IsCode returns true when this aliases delete no content response a status code equal to that given
func (*AliasesDeleteNoContent) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this aliases delete no content response has a 3xx status code
func (*AliasesDeleteNoContent) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) IsServerError() bool
IsServerError returns true when this aliases delete no content response has a 5xx status code
func (*AliasesDeleteNoContent) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this aliases delete no content response has a 2xx status code
func (*AliasesDeleteNoContent) String ¶ added in v1.32.0
func (o *AliasesDeleteNoContent) String() string
type AliasesDeleteNotFound ¶ added in v1.32.0
type AliasesDeleteNotFound struct {
Payload *models.ErrorResponse
}
AliasesDeleteNotFound describes a response with status code 404, with default header values.
Not Found - Alias does not exist
func NewAliasesDeleteNotFound ¶ added in v1.32.0
func NewAliasesDeleteNotFound() *AliasesDeleteNotFound
NewAliasesDeleteNotFound creates a AliasesDeleteNotFound with default headers values
func (*AliasesDeleteNotFound) Code ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) Code() int
Code gets the status code for the aliases delete not found response
func (*AliasesDeleteNotFound) Error ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) Error() string
func (*AliasesDeleteNotFound) GetPayload ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) GetPayload() *models.ErrorResponse
func (*AliasesDeleteNotFound) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) IsClientError() bool
IsClientError returns true when this aliases delete not found response has a 4xx status code
func (*AliasesDeleteNotFound) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) IsCode(code int) bool
IsCode returns true when this aliases delete not found response a status code equal to that given
func (*AliasesDeleteNotFound) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this aliases delete not found response has a 3xx status code
func (*AliasesDeleteNotFound) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) IsServerError() bool
IsServerError returns true when this aliases delete not found response has a 5xx status code
func (*AliasesDeleteNotFound) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this aliases delete not found response has a 2xx status code
func (*AliasesDeleteNotFound) String ¶ added in v1.32.0
func (o *AliasesDeleteNotFound) String() string
type AliasesDeleteParams ¶ added in v1.32.0
type AliasesDeleteParams struct {
// AliasName.
AliasName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AliasesDeleteParams contains all the parameters to send to the API endpoint
for the aliases delete operation. Typically these are written to a http.Request.
func NewAliasesDeleteParams ¶ added in v1.32.0
func NewAliasesDeleteParams() *AliasesDeleteParams
NewAliasesDeleteParams creates a new AliasesDeleteParams 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 NewAliasesDeleteParamsWithContext ¶ added in v1.32.0
func NewAliasesDeleteParamsWithContext(ctx context.Context) *AliasesDeleteParams
NewAliasesDeleteParamsWithContext creates a new AliasesDeleteParams object with the ability to set a context for a request.
func NewAliasesDeleteParamsWithHTTPClient ¶ added in v1.32.0
func NewAliasesDeleteParamsWithHTTPClient(client *http.Client) *AliasesDeleteParams
NewAliasesDeleteParamsWithHTTPClient creates a new AliasesDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewAliasesDeleteParamsWithTimeout ¶ added in v1.32.0
func NewAliasesDeleteParamsWithTimeout(timeout time.Duration) *AliasesDeleteParams
NewAliasesDeleteParamsWithTimeout creates a new AliasesDeleteParams object with the ability to set a timeout on a request.
func (*AliasesDeleteParams) SetAliasName ¶ added in v1.32.0
func (o *AliasesDeleteParams) SetAliasName(aliasName string)
SetAliasName adds the aliasName to the aliases delete params
func (*AliasesDeleteParams) SetContext ¶ added in v1.32.0
func (o *AliasesDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the aliases delete params
func (*AliasesDeleteParams) SetDefaults ¶ added in v1.32.0
func (o *AliasesDeleteParams) SetDefaults()
SetDefaults hydrates default values in the aliases delete params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesDeleteParams) SetHTTPClient ¶ added in v1.32.0
func (o *AliasesDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the aliases delete params
func (*AliasesDeleteParams) SetTimeout ¶ added in v1.32.0
func (o *AliasesDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the aliases delete params
func (*AliasesDeleteParams) WithAliasName ¶ added in v1.32.0
func (o *AliasesDeleteParams) WithAliasName(aliasName string) *AliasesDeleteParams
WithAliasName adds the aliasName to the aliases delete params
func (*AliasesDeleteParams) WithContext ¶ added in v1.32.0
func (o *AliasesDeleteParams) WithContext(ctx context.Context) *AliasesDeleteParams
WithContext adds the context to the aliases delete params
func (*AliasesDeleteParams) WithDefaults ¶ added in v1.32.0
func (o *AliasesDeleteParams) WithDefaults() *AliasesDeleteParams
WithDefaults hydrates default values in the aliases delete params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesDeleteParams) WithHTTPClient ¶ added in v1.32.0
func (o *AliasesDeleteParams) WithHTTPClient(client *http.Client) *AliasesDeleteParams
WithHTTPClient adds the HTTPClient to the aliases delete params
func (*AliasesDeleteParams) WithTimeout ¶ added in v1.32.0
func (o *AliasesDeleteParams) WithTimeout(timeout time.Duration) *AliasesDeleteParams
WithTimeout adds the timeout to the aliases delete params
func (*AliasesDeleteParams) WriteToRequest ¶ added in v1.32.0
func (o *AliasesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AliasesDeleteReader ¶ added in v1.32.0
type AliasesDeleteReader struct {
// contains filtered or unexported fields
}
AliasesDeleteReader is a Reader for the AliasesDelete structure.
func (*AliasesDeleteReader) ReadResponse ¶ added in v1.32.0
func (o *AliasesDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AliasesDeleteUnauthorized ¶ added in v1.32.0
type AliasesDeleteUnauthorized struct {
}
AliasesDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewAliasesDeleteUnauthorized ¶ added in v1.32.0
func NewAliasesDeleteUnauthorized() *AliasesDeleteUnauthorized
NewAliasesDeleteUnauthorized creates a AliasesDeleteUnauthorized with default headers values
func (*AliasesDeleteUnauthorized) Code ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) Code() int
Code gets the status code for the aliases delete unauthorized response
func (*AliasesDeleteUnauthorized) Error ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) Error() string
func (*AliasesDeleteUnauthorized) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this aliases delete unauthorized response has a 4xx status code
func (*AliasesDeleteUnauthorized) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this aliases delete unauthorized response a status code equal to that given
func (*AliasesDeleteUnauthorized) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this aliases delete unauthorized response has a 3xx status code
func (*AliasesDeleteUnauthorized) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this aliases delete unauthorized response has a 5xx status code
func (*AliasesDeleteUnauthorized) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this aliases delete unauthorized response has a 2xx status code
func (*AliasesDeleteUnauthorized) String ¶ added in v1.32.0
func (o *AliasesDeleteUnauthorized) String() string
type AliasesDeleteUnprocessableEntity ¶ added in v1.32.0
type AliasesDeleteUnprocessableEntity struct {
Payload *models.ErrorResponse
}
AliasesDeleteUnprocessableEntity describes a response with status code 422, with default header values.
Invalid delete alias request.
func NewAliasesDeleteUnprocessableEntity ¶ added in v1.32.0
func NewAliasesDeleteUnprocessableEntity() *AliasesDeleteUnprocessableEntity
NewAliasesDeleteUnprocessableEntity creates a AliasesDeleteUnprocessableEntity with default headers values
func (*AliasesDeleteUnprocessableEntity) Code ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) Code() int
Code gets the status code for the aliases delete unprocessable entity response
func (*AliasesDeleteUnprocessableEntity) Error ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) Error() string
func (*AliasesDeleteUnprocessableEntity) GetPayload ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*AliasesDeleteUnprocessableEntity) IsClientError ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) IsClientError() bool
IsClientError returns true when this aliases delete unprocessable entity response has a 4xx status code
func (*AliasesDeleteUnprocessableEntity) IsCode ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this aliases delete unprocessable entity response a status code equal to that given
func (*AliasesDeleteUnprocessableEntity) IsRedirect ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this aliases delete unprocessable entity response has a 3xx status code
func (*AliasesDeleteUnprocessableEntity) IsServerError ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) IsServerError() bool
IsServerError returns true when this aliases delete unprocessable entity response has a 5xx status code
func (*AliasesDeleteUnprocessableEntity) IsSuccess ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this aliases delete unprocessable entity response has a 2xx status code
func (*AliasesDeleteUnprocessableEntity) String ¶ added in v1.32.0
func (o *AliasesDeleteUnprocessableEntity) String() string
type AliasesGetAliasForbidden ¶ added in v1.32.0
type AliasesGetAliasForbidden struct {
Payload *models.ErrorResponse
}
AliasesGetAliasForbidden describes a response with status code 403, with default header values.
Forbidden
func NewAliasesGetAliasForbidden ¶ added in v1.32.0
func NewAliasesGetAliasForbidden() *AliasesGetAliasForbidden
NewAliasesGetAliasForbidden creates a AliasesGetAliasForbidden with default headers values
func (*AliasesGetAliasForbidden) Code ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) Code() int
Code gets the status code for the aliases get alias forbidden response
func (*AliasesGetAliasForbidden) Error ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) Error() string
func (*AliasesGetAliasForbidden) GetPayload ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) GetPayload() *models.ErrorResponse
func (*AliasesGetAliasForbidden) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) IsClientError() bool
IsClientError returns true when this aliases get alias forbidden response has a 4xx status code
func (*AliasesGetAliasForbidden) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) IsCode(code int) bool
IsCode returns true when this aliases get alias forbidden response a status code equal to that given
func (*AliasesGetAliasForbidden) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) IsRedirect() bool
IsRedirect returns true when this aliases get alias forbidden response has a 3xx status code
func (*AliasesGetAliasForbidden) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) IsServerError() bool
IsServerError returns true when this aliases get alias forbidden response has a 5xx status code
func (*AliasesGetAliasForbidden) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) IsSuccess() bool
IsSuccess returns true when this aliases get alias forbidden response has a 2xx status code
func (*AliasesGetAliasForbidden) String ¶ added in v1.32.0
func (o *AliasesGetAliasForbidden) String() string
type AliasesGetAliasInternalServerError ¶ added in v1.32.0
type AliasesGetAliasInternalServerError struct {
Payload *models.ErrorResponse
}
AliasesGetAliasInternalServerError 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 NewAliasesGetAliasInternalServerError ¶ added in v1.32.0
func NewAliasesGetAliasInternalServerError() *AliasesGetAliasInternalServerError
NewAliasesGetAliasInternalServerError creates a AliasesGetAliasInternalServerError with default headers values
func (*AliasesGetAliasInternalServerError) Code ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) Code() int
Code gets the status code for the aliases get alias internal server error response
func (*AliasesGetAliasInternalServerError) Error ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) Error() string
func (*AliasesGetAliasInternalServerError) GetPayload ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) GetPayload() *models.ErrorResponse
func (*AliasesGetAliasInternalServerError) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) IsClientError() bool
IsClientError returns true when this aliases get alias internal server error response has a 4xx status code
func (*AliasesGetAliasInternalServerError) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) IsCode(code int) bool
IsCode returns true when this aliases get alias internal server error response a status code equal to that given
func (*AliasesGetAliasInternalServerError) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) IsRedirect() bool
IsRedirect returns true when this aliases get alias internal server error response has a 3xx status code
func (*AliasesGetAliasInternalServerError) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) IsServerError() bool
IsServerError returns true when this aliases get alias internal server error response has a 5xx status code
func (*AliasesGetAliasInternalServerError) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) IsSuccess() bool
IsSuccess returns true when this aliases get alias internal server error response has a 2xx status code
func (*AliasesGetAliasInternalServerError) String ¶ added in v1.32.0
func (o *AliasesGetAliasInternalServerError) String() string
type AliasesGetAliasNotFound ¶ added in v1.32.0
type AliasesGetAliasNotFound struct {
Payload *models.ErrorResponse
}
AliasesGetAliasNotFound describes a response with status code 404, with default header values.
Not Found - Alias does not exist
func NewAliasesGetAliasNotFound ¶ added in v1.32.0
func NewAliasesGetAliasNotFound() *AliasesGetAliasNotFound
NewAliasesGetAliasNotFound creates a AliasesGetAliasNotFound with default headers values
func (*AliasesGetAliasNotFound) Code ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) Code() int
Code gets the status code for the aliases get alias not found response
func (*AliasesGetAliasNotFound) Error ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) Error() string
func (*AliasesGetAliasNotFound) GetPayload ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) GetPayload() *models.ErrorResponse
func (*AliasesGetAliasNotFound) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) IsClientError() bool
IsClientError returns true when this aliases get alias not found response has a 4xx status code
func (*AliasesGetAliasNotFound) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) IsCode(code int) bool
IsCode returns true when this aliases get alias not found response a status code equal to that given
func (*AliasesGetAliasNotFound) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) IsRedirect() bool
IsRedirect returns true when this aliases get alias not found response has a 3xx status code
func (*AliasesGetAliasNotFound) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) IsServerError() bool
IsServerError returns true when this aliases get alias not found response has a 5xx status code
func (*AliasesGetAliasNotFound) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) IsSuccess() bool
IsSuccess returns true when this aliases get alias not found response has a 2xx status code
func (*AliasesGetAliasNotFound) String ¶ added in v1.32.0
func (o *AliasesGetAliasNotFound) String() string
type AliasesGetAliasOK ¶ added in v1.32.0
AliasesGetAliasOK describes a response with status code 200, with default header values.
Successfully retrieved the alias details.
func NewAliasesGetAliasOK ¶ added in v1.32.0
func NewAliasesGetAliasOK() *AliasesGetAliasOK
NewAliasesGetAliasOK creates a AliasesGetAliasOK with default headers values
func (*AliasesGetAliasOK) Code ¶ added in v1.32.0
func (o *AliasesGetAliasOK) Code() int
Code gets the status code for the aliases get alias o k response
func (*AliasesGetAliasOK) Error ¶ added in v1.32.0
func (o *AliasesGetAliasOK) Error() string
func (*AliasesGetAliasOK) GetPayload ¶ added in v1.32.0
func (o *AliasesGetAliasOK) GetPayload() *models.Alias
func (*AliasesGetAliasOK) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasOK) IsClientError() bool
IsClientError returns true when this aliases get alias o k response has a 4xx status code
func (*AliasesGetAliasOK) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasOK) IsCode(code int) bool
IsCode returns true when this aliases get alias o k response a status code equal to that given
func (*AliasesGetAliasOK) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasOK) IsRedirect() bool
IsRedirect returns true when this aliases get alias o k response has a 3xx status code
func (*AliasesGetAliasOK) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasOK) IsServerError() bool
IsServerError returns true when this aliases get alias o k response has a 5xx status code
func (*AliasesGetAliasOK) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasOK) IsSuccess() bool
IsSuccess returns true when this aliases get alias o k response has a 2xx status code
func (*AliasesGetAliasOK) String ¶ added in v1.32.0
func (o *AliasesGetAliasOK) String() string
type AliasesGetAliasParams ¶ added in v1.32.0
type AliasesGetAliasParams struct {
// AliasName.
AliasName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AliasesGetAliasParams contains all the parameters to send to the API endpoint
for the aliases get alias operation. Typically these are written to a http.Request.
func NewAliasesGetAliasParams ¶ added in v1.32.0
func NewAliasesGetAliasParams() *AliasesGetAliasParams
NewAliasesGetAliasParams creates a new AliasesGetAliasParams 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 NewAliasesGetAliasParamsWithContext ¶ added in v1.32.0
func NewAliasesGetAliasParamsWithContext(ctx context.Context) *AliasesGetAliasParams
NewAliasesGetAliasParamsWithContext creates a new AliasesGetAliasParams object with the ability to set a context for a request.
func NewAliasesGetAliasParamsWithHTTPClient ¶ added in v1.32.0
func NewAliasesGetAliasParamsWithHTTPClient(client *http.Client) *AliasesGetAliasParams
NewAliasesGetAliasParamsWithHTTPClient creates a new AliasesGetAliasParams object with the ability to set a custom HTTPClient for a request.
func NewAliasesGetAliasParamsWithTimeout ¶ added in v1.32.0
func NewAliasesGetAliasParamsWithTimeout(timeout time.Duration) *AliasesGetAliasParams
NewAliasesGetAliasParamsWithTimeout creates a new AliasesGetAliasParams object with the ability to set a timeout on a request.
func (*AliasesGetAliasParams) SetAliasName ¶ added in v1.32.0
func (o *AliasesGetAliasParams) SetAliasName(aliasName string)
SetAliasName adds the aliasName to the aliases get alias params
func (*AliasesGetAliasParams) SetContext ¶ added in v1.32.0
func (o *AliasesGetAliasParams) SetContext(ctx context.Context)
SetContext adds the context to the aliases get alias params
func (*AliasesGetAliasParams) SetDefaults ¶ added in v1.32.0
func (o *AliasesGetAliasParams) SetDefaults()
SetDefaults hydrates default values in the aliases get alias params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesGetAliasParams) SetHTTPClient ¶ added in v1.32.0
func (o *AliasesGetAliasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the aliases get alias params
func (*AliasesGetAliasParams) SetTimeout ¶ added in v1.32.0
func (o *AliasesGetAliasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the aliases get alias params
func (*AliasesGetAliasParams) WithAliasName ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WithAliasName(aliasName string) *AliasesGetAliasParams
WithAliasName adds the aliasName to the aliases get alias params
func (*AliasesGetAliasParams) WithContext ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WithContext(ctx context.Context) *AliasesGetAliasParams
WithContext adds the context to the aliases get alias params
func (*AliasesGetAliasParams) WithDefaults ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WithDefaults() *AliasesGetAliasParams
WithDefaults hydrates default values in the aliases get alias params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesGetAliasParams) WithHTTPClient ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WithHTTPClient(client *http.Client) *AliasesGetAliasParams
WithHTTPClient adds the HTTPClient to the aliases get alias params
func (*AliasesGetAliasParams) WithTimeout ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WithTimeout(timeout time.Duration) *AliasesGetAliasParams
WithTimeout adds the timeout to the aliases get alias params
func (*AliasesGetAliasParams) WriteToRequest ¶ added in v1.32.0
func (o *AliasesGetAliasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AliasesGetAliasReader ¶ added in v1.32.0
type AliasesGetAliasReader struct {
// contains filtered or unexported fields
}
AliasesGetAliasReader is a Reader for the AliasesGetAlias structure.
func (*AliasesGetAliasReader) ReadResponse ¶ added in v1.32.0
func (o *AliasesGetAliasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AliasesGetAliasUnauthorized ¶ added in v1.32.0
type AliasesGetAliasUnauthorized struct {
}
AliasesGetAliasUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewAliasesGetAliasUnauthorized ¶ added in v1.32.0
func NewAliasesGetAliasUnauthorized() *AliasesGetAliasUnauthorized
NewAliasesGetAliasUnauthorized creates a AliasesGetAliasUnauthorized with default headers values
func (*AliasesGetAliasUnauthorized) Code ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) Code() int
Code gets the status code for the aliases get alias unauthorized response
func (*AliasesGetAliasUnauthorized) Error ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) Error() string
func (*AliasesGetAliasUnauthorized) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) IsClientError() bool
IsClientError returns true when this aliases get alias unauthorized response has a 4xx status code
func (*AliasesGetAliasUnauthorized) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) IsCode(code int) bool
IsCode returns true when this aliases get alias unauthorized response a status code equal to that given
func (*AliasesGetAliasUnauthorized) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) IsRedirect() bool
IsRedirect returns true when this aliases get alias unauthorized response has a 3xx status code
func (*AliasesGetAliasUnauthorized) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) IsServerError() bool
IsServerError returns true when this aliases get alias unauthorized response has a 5xx status code
func (*AliasesGetAliasUnauthorized) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) IsSuccess() bool
IsSuccess returns true when this aliases get alias unauthorized response has a 2xx status code
func (*AliasesGetAliasUnauthorized) String ¶ added in v1.32.0
func (o *AliasesGetAliasUnauthorized) String() string
type AliasesGetAliasUnprocessableEntity ¶ added in v1.32.0
type AliasesGetAliasUnprocessableEntity struct {
Payload *models.ErrorResponse
}
AliasesGetAliasUnprocessableEntity describes a response with status code 422, with default header values.
Invalid alias name provided.
func NewAliasesGetAliasUnprocessableEntity ¶ added in v1.32.0
func NewAliasesGetAliasUnprocessableEntity() *AliasesGetAliasUnprocessableEntity
NewAliasesGetAliasUnprocessableEntity creates a AliasesGetAliasUnprocessableEntity with default headers values
func (*AliasesGetAliasUnprocessableEntity) Code ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) Code() int
Code gets the status code for the aliases get alias unprocessable entity response
func (*AliasesGetAliasUnprocessableEntity) Error ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) Error() string
func (*AliasesGetAliasUnprocessableEntity) GetPayload ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*AliasesGetAliasUnprocessableEntity) IsClientError ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) IsClientError() bool
IsClientError returns true when this aliases get alias unprocessable entity response has a 4xx status code
func (*AliasesGetAliasUnprocessableEntity) IsCode ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this aliases get alias unprocessable entity response a status code equal to that given
func (*AliasesGetAliasUnprocessableEntity) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this aliases get alias unprocessable entity response has a 3xx status code
func (*AliasesGetAliasUnprocessableEntity) IsServerError ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) IsServerError() bool
IsServerError returns true when this aliases get alias unprocessable entity response has a 5xx status code
func (*AliasesGetAliasUnprocessableEntity) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this aliases get alias unprocessable entity response has a 2xx status code
func (*AliasesGetAliasUnprocessableEntity) String ¶ added in v1.32.0
func (o *AliasesGetAliasUnprocessableEntity) String() string
type AliasesGetForbidden ¶ added in v1.32.0
type AliasesGetForbidden struct {
Payload *models.ErrorResponse
}
AliasesGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewAliasesGetForbidden ¶ added in v1.32.0
func NewAliasesGetForbidden() *AliasesGetForbidden
NewAliasesGetForbidden creates a AliasesGetForbidden with default headers values
func (*AliasesGetForbidden) Code ¶ added in v1.32.0
func (o *AliasesGetForbidden) Code() int
Code gets the status code for the aliases get forbidden response
func (*AliasesGetForbidden) Error ¶ added in v1.32.0
func (o *AliasesGetForbidden) Error() string
func (*AliasesGetForbidden) GetPayload ¶ added in v1.32.0
func (o *AliasesGetForbidden) GetPayload() *models.ErrorResponse
func (*AliasesGetForbidden) IsClientError ¶ added in v1.32.0
func (o *AliasesGetForbidden) IsClientError() bool
IsClientError returns true when this aliases get forbidden response has a 4xx status code
func (*AliasesGetForbidden) IsCode ¶ added in v1.32.0
func (o *AliasesGetForbidden) IsCode(code int) bool
IsCode returns true when this aliases get forbidden response a status code equal to that given
func (*AliasesGetForbidden) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetForbidden) IsRedirect() bool
IsRedirect returns true when this aliases get forbidden response has a 3xx status code
func (*AliasesGetForbidden) IsServerError ¶ added in v1.32.0
func (o *AliasesGetForbidden) IsServerError() bool
IsServerError returns true when this aliases get forbidden response has a 5xx status code
func (*AliasesGetForbidden) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetForbidden) IsSuccess() bool
IsSuccess returns true when this aliases get forbidden response has a 2xx status code
func (*AliasesGetForbidden) String ¶ added in v1.32.0
func (o *AliasesGetForbidden) String() string
type AliasesGetInternalServerError ¶ added in v1.32.0
type AliasesGetInternalServerError struct {
Payload *models.ErrorResponse
}
AliasesGetInternalServerError 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 NewAliasesGetInternalServerError ¶ added in v1.32.0
func NewAliasesGetInternalServerError() *AliasesGetInternalServerError
NewAliasesGetInternalServerError creates a AliasesGetInternalServerError with default headers values
func (*AliasesGetInternalServerError) Code ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) Code() int
Code gets the status code for the aliases get internal server error response
func (*AliasesGetInternalServerError) Error ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) Error() string
func (*AliasesGetInternalServerError) GetPayload ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) GetPayload() *models.ErrorResponse
func (*AliasesGetInternalServerError) IsClientError ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) IsClientError() bool
IsClientError returns true when this aliases get internal server error response has a 4xx status code
func (*AliasesGetInternalServerError) IsCode ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) IsCode(code int) bool
IsCode returns true when this aliases get internal server error response a status code equal to that given
func (*AliasesGetInternalServerError) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this aliases get internal server error response has a 3xx status code
func (*AliasesGetInternalServerError) IsServerError ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) IsServerError() bool
IsServerError returns true when this aliases get internal server error response has a 5xx status code
func (*AliasesGetInternalServerError) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this aliases get internal server error response has a 2xx status code
func (*AliasesGetInternalServerError) String ¶ added in v1.32.0
func (o *AliasesGetInternalServerError) String() string
type AliasesGetOK ¶ added in v1.32.0
type AliasesGetOK struct {
Payload *models.AliasResponse
}
AliasesGetOK describes a response with status code 200, with default header values.
Successfully retrieved the list of aliases
func NewAliasesGetOK ¶ added in v1.32.0
func NewAliasesGetOK() *AliasesGetOK
NewAliasesGetOK creates a AliasesGetOK with default headers values
func (*AliasesGetOK) Code ¶ added in v1.32.0
func (o *AliasesGetOK) Code() int
Code gets the status code for the aliases get o k response
func (*AliasesGetOK) Error ¶ added in v1.32.0
func (o *AliasesGetOK) Error() string
func (*AliasesGetOK) GetPayload ¶ added in v1.32.0
func (o *AliasesGetOK) GetPayload() *models.AliasResponse
func (*AliasesGetOK) IsClientError ¶ added in v1.32.0
func (o *AliasesGetOK) IsClientError() bool
IsClientError returns true when this aliases get o k response has a 4xx status code
func (*AliasesGetOK) IsCode ¶ added in v1.32.0
func (o *AliasesGetOK) IsCode(code int) bool
IsCode returns true when this aliases get o k response a status code equal to that given
func (*AliasesGetOK) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetOK) IsRedirect() bool
IsRedirect returns true when this aliases get o k response has a 3xx status code
func (*AliasesGetOK) IsServerError ¶ added in v1.32.0
func (o *AliasesGetOK) IsServerError() bool
IsServerError returns true when this aliases get o k response has a 5xx status code
func (*AliasesGetOK) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetOK) IsSuccess() bool
IsSuccess returns true when this aliases get o k response has a 2xx status code
func (*AliasesGetOK) String ¶ added in v1.32.0
func (o *AliasesGetOK) String() string
type AliasesGetParams ¶ added in v1.32.0
type AliasesGetParams struct {
/* Class.
Optional filter to retrieve aliases for a specific collection (class) only. If not provided, returns all aliases.
*/
Class *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AliasesGetParams contains all the parameters to send to the API endpoint
for the aliases get operation. Typically these are written to a http.Request.
func NewAliasesGetParams ¶ added in v1.32.0
func NewAliasesGetParams() *AliasesGetParams
NewAliasesGetParams creates a new AliasesGetParams 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 NewAliasesGetParamsWithContext ¶ added in v1.32.0
func NewAliasesGetParamsWithContext(ctx context.Context) *AliasesGetParams
NewAliasesGetParamsWithContext creates a new AliasesGetParams object with the ability to set a context for a request.
func NewAliasesGetParamsWithHTTPClient ¶ added in v1.32.0
func NewAliasesGetParamsWithHTTPClient(client *http.Client) *AliasesGetParams
NewAliasesGetParamsWithHTTPClient creates a new AliasesGetParams object with the ability to set a custom HTTPClient for a request.
func NewAliasesGetParamsWithTimeout ¶ added in v1.32.0
func NewAliasesGetParamsWithTimeout(timeout time.Duration) *AliasesGetParams
NewAliasesGetParamsWithTimeout creates a new AliasesGetParams object with the ability to set a timeout on a request.
func (*AliasesGetParams) SetClass ¶ added in v1.32.0
func (o *AliasesGetParams) SetClass(class *string)
SetClass adds the class to the aliases get params
func (*AliasesGetParams) SetContext ¶ added in v1.32.0
func (o *AliasesGetParams) SetContext(ctx context.Context)
SetContext adds the context to the aliases get params
func (*AliasesGetParams) SetDefaults ¶ added in v1.32.0
func (o *AliasesGetParams) SetDefaults()
SetDefaults hydrates default values in the aliases get params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesGetParams) SetHTTPClient ¶ added in v1.32.0
func (o *AliasesGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the aliases get params
func (*AliasesGetParams) SetTimeout ¶ added in v1.32.0
func (o *AliasesGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the aliases get params
func (*AliasesGetParams) WithClass ¶ added in v1.32.0
func (o *AliasesGetParams) WithClass(class *string) *AliasesGetParams
WithClass adds the class to the aliases get params
func (*AliasesGetParams) WithContext ¶ added in v1.32.0
func (o *AliasesGetParams) WithContext(ctx context.Context) *AliasesGetParams
WithContext adds the context to the aliases get params
func (*AliasesGetParams) WithDefaults ¶ added in v1.32.0
func (o *AliasesGetParams) WithDefaults() *AliasesGetParams
WithDefaults hydrates default values in the aliases get params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesGetParams) WithHTTPClient ¶ added in v1.32.0
func (o *AliasesGetParams) WithHTTPClient(client *http.Client) *AliasesGetParams
WithHTTPClient adds the HTTPClient to the aliases get params
func (*AliasesGetParams) WithTimeout ¶ added in v1.32.0
func (o *AliasesGetParams) WithTimeout(timeout time.Duration) *AliasesGetParams
WithTimeout adds the timeout to the aliases get params
func (*AliasesGetParams) WriteToRequest ¶ added in v1.32.0
func (o *AliasesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AliasesGetReader ¶ added in v1.32.0
type AliasesGetReader struct {
// contains filtered or unexported fields
}
AliasesGetReader is a Reader for the AliasesGet structure.
func (*AliasesGetReader) ReadResponse ¶ added in v1.32.0
func (o *AliasesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AliasesGetUnauthorized ¶ added in v1.32.0
type AliasesGetUnauthorized struct {
}
AliasesGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewAliasesGetUnauthorized ¶ added in v1.32.0
func NewAliasesGetUnauthorized() *AliasesGetUnauthorized
NewAliasesGetUnauthorized creates a AliasesGetUnauthorized with default headers values
func (*AliasesGetUnauthorized) Code ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) Code() int
Code gets the status code for the aliases get unauthorized response
func (*AliasesGetUnauthorized) Error ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) Error() string
func (*AliasesGetUnauthorized) IsClientError ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) IsClientError() bool
IsClientError returns true when this aliases get unauthorized response has a 4xx status code
func (*AliasesGetUnauthorized) IsCode ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) IsCode(code int) bool
IsCode returns true when this aliases get unauthorized response a status code equal to that given
func (*AliasesGetUnauthorized) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this aliases get unauthorized response has a 3xx status code
func (*AliasesGetUnauthorized) IsServerError ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) IsServerError() bool
IsServerError returns true when this aliases get unauthorized response has a 5xx status code
func (*AliasesGetUnauthorized) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this aliases get unauthorized response has a 2xx status code
func (*AliasesGetUnauthorized) String ¶ added in v1.32.0
func (o *AliasesGetUnauthorized) String() string
type AliasesGetUnprocessableEntity ¶ added in v1.32.0
type AliasesGetUnprocessableEntity struct {
Payload *models.ErrorResponse
}
AliasesGetUnprocessableEntity describes a response with status code 422, with default header values.
Invalid collection (class) parameter provided
func NewAliasesGetUnprocessableEntity ¶ added in v1.32.0
func NewAliasesGetUnprocessableEntity() *AliasesGetUnprocessableEntity
NewAliasesGetUnprocessableEntity creates a AliasesGetUnprocessableEntity with default headers values
func (*AliasesGetUnprocessableEntity) Code ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) Code() int
Code gets the status code for the aliases get unprocessable entity response
func (*AliasesGetUnprocessableEntity) Error ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) Error() string
func (*AliasesGetUnprocessableEntity) GetPayload ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*AliasesGetUnprocessableEntity) IsClientError ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) IsClientError() bool
IsClientError returns true when this aliases get unprocessable entity response has a 4xx status code
func (*AliasesGetUnprocessableEntity) IsCode ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this aliases get unprocessable entity response a status code equal to that given
func (*AliasesGetUnprocessableEntity) IsRedirect ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this aliases get unprocessable entity response has a 3xx status code
func (*AliasesGetUnprocessableEntity) IsServerError ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) IsServerError() bool
IsServerError returns true when this aliases get unprocessable entity response has a 5xx status code
func (*AliasesGetUnprocessableEntity) IsSuccess ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this aliases get unprocessable entity response has a 2xx status code
func (*AliasesGetUnprocessableEntity) String ¶ added in v1.32.0
func (o *AliasesGetUnprocessableEntity) String() string
type AliasesUpdateBody ¶ added in v1.32.0
type AliasesUpdateBody struct {
// The new collection (class) that the alias should point to.
Class string `json:"class,omitempty"`
}
AliasesUpdateBody aliases update body swagger:model AliasesUpdateBody
func (*AliasesUpdateBody) ContextValidate ¶ added in v1.32.0
ContextValidate validates this aliases update body based on context it is used
func (*AliasesUpdateBody) MarshalBinary ¶ added in v1.32.0
func (o *AliasesUpdateBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AliasesUpdateBody) UnmarshalBinary ¶ added in v1.32.0
func (o *AliasesUpdateBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type AliasesUpdateForbidden ¶ added in v1.32.0
type AliasesUpdateForbidden struct {
Payload *models.ErrorResponse
}
AliasesUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewAliasesUpdateForbidden ¶ added in v1.32.0
func NewAliasesUpdateForbidden() *AliasesUpdateForbidden
NewAliasesUpdateForbidden creates a AliasesUpdateForbidden with default headers values
func (*AliasesUpdateForbidden) Code ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) Code() int
Code gets the status code for the aliases update forbidden response
func (*AliasesUpdateForbidden) Error ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) Error() string
func (*AliasesUpdateForbidden) GetPayload ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) GetPayload() *models.ErrorResponse
func (*AliasesUpdateForbidden) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) IsClientError() bool
IsClientError returns true when this aliases update forbidden response has a 4xx status code
func (*AliasesUpdateForbidden) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) IsCode(code int) bool
IsCode returns true when this aliases update forbidden response a status code equal to that given
func (*AliasesUpdateForbidden) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this aliases update forbidden response has a 3xx status code
func (*AliasesUpdateForbidden) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) IsServerError() bool
IsServerError returns true when this aliases update forbidden response has a 5xx status code
func (*AliasesUpdateForbidden) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this aliases update forbidden response has a 2xx status code
func (*AliasesUpdateForbidden) String ¶ added in v1.32.0
func (o *AliasesUpdateForbidden) String() string
type AliasesUpdateInternalServerError ¶ added in v1.32.0
type AliasesUpdateInternalServerError struct {
Payload *models.ErrorResponse
}
AliasesUpdateInternalServerError 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 NewAliasesUpdateInternalServerError ¶ added in v1.32.0
func NewAliasesUpdateInternalServerError() *AliasesUpdateInternalServerError
NewAliasesUpdateInternalServerError creates a AliasesUpdateInternalServerError with default headers values
func (*AliasesUpdateInternalServerError) Code ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) Code() int
Code gets the status code for the aliases update internal server error response
func (*AliasesUpdateInternalServerError) Error ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) Error() string
func (*AliasesUpdateInternalServerError) GetPayload ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) GetPayload() *models.ErrorResponse
func (*AliasesUpdateInternalServerError) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this aliases update internal server error response has a 4xx status code
func (*AliasesUpdateInternalServerError) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this aliases update internal server error response a status code equal to that given
func (*AliasesUpdateInternalServerError) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this aliases update internal server error response has a 3xx status code
func (*AliasesUpdateInternalServerError) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this aliases update internal server error response has a 5xx status code
func (*AliasesUpdateInternalServerError) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this aliases update internal server error response has a 2xx status code
func (*AliasesUpdateInternalServerError) String ¶ added in v1.32.0
func (o *AliasesUpdateInternalServerError) String() string
type AliasesUpdateNotFound ¶ added in v1.32.0
type AliasesUpdateNotFound struct {
Payload *models.ErrorResponse
}
AliasesUpdateNotFound describes a response with status code 404, with default header values.
Not Found - Alias does not exist
func NewAliasesUpdateNotFound ¶ added in v1.32.0
func NewAliasesUpdateNotFound() *AliasesUpdateNotFound
NewAliasesUpdateNotFound creates a AliasesUpdateNotFound with default headers values
func (*AliasesUpdateNotFound) Code ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) Code() int
Code gets the status code for the aliases update not found response
func (*AliasesUpdateNotFound) Error ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) Error() string
func (*AliasesUpdateNotFound) GetPayload ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) GetPayload() *models.ErrorResponse
func (*AliasesUpdateNotFound) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) IsClientError() bool
IsClientError returns true when this aliases update not found response has a 4xx status code
func (*AliasesUpdateNotFound) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) IsCode(code int) bool
IsCode returns true when this aliases update not found response a status code equal to that given
func (*AliasesUpdateNotFound) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this aliases update not found response has a 3xx status code
func (*AliasesUpdateNotFound) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) IsServerError() bool
IsServerError returns true when this aliases update not found response has a 5xx status code
func (*AliasesUpdateNotFound) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this aliases update not found response has a 2xx status code
func (*AliasesUpdateNotFound) String ¶ added in v1.32.0
func (o *AliasesUpdateNotFound) String() string
type AliasesUpdateOK ¶ added in v1.32.0
AliasesUpdateOK describes a response with status code 200, with default header values.
Successfully updated the alias to point to the new collection (class).
func NewAliasesUpdateOK ¶ added in v1.32.0
func NewAliasesUpdateOK() *AliasesUpdateOK
NewAliasesUpdateOK creates a AliasesUpdateOK with default headers values
func (*AliasesUpdateOK) Code ¶ added in v1.32.0
func (o *AliasesUpdateOK) Code() int
Code gets the status code for the aliases update o k response
func (*AliasesUpdateOK) Error ¶ added in v1.32.0
func (o *AliasesUpdateOK) Error() string
func (*AliasesUpdateOK) GetPayload ¶ added in v1.32.0
func (o *AliasesUpdateOK) GetPayload() *models.Alias
func (*AliasesUpdateOK) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateOK) IsClientError() bool
IsClientError returns true when this aliases update o k response has a 4xx status code
func (*AliasesUpdateOK) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateOK) IsCode(code int) bool
IsCode returns true when this aliases update o k response a status code equal to that given
func (*AliasesUpdateOK) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateOK) IsRedirect() bool
IsRedirect returns true when this aliases update o k response has a 3xx status code
func (*AliasesUpdateOK) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateOK) IsServerError() bool
IsServerError returns true when this aliases update o k response has a 5xx status code
func (*AliasesUpdateOK) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateOK) IsSuccess() bool
IsSuccess returns true when this aliases update o k response has a 2xx status code
func (*AliasesUpdateOK) String ¶ added in v1.32.0
func (o *AliasesUpdateOK) String() string
type AliasesUpdateParams ¶ added in v1.32.0
type AliasesUpdateParams struct {
// AliasName.
AliasName string
// Body.
Body AliasesUpdateBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AliasesUpdateParams contains all the parameters to send to the API endpoint
for the aliases update operation. Typically these are written to a http.Request.
func NewAliasesUpdateParams ¶ added in v1.32.0
func NewAliasesUpdateParams() *AliasesUpdateParams
NewAliasesUpdateParams creates a new AliasesUpdateParams 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 NewAliasesUpdateParamsWithContext ¶ added in v1.32.0
func NewAliasesUpdateParamsWithContext(ctx context.Context) *AliasesUpdateParams
NewAliasesUpdateParamsWithContext creates a new AliasesUpdateParams object with the ability to set a context for a request.
func NewAliasesUpdateParamsWithHTTPClient ¶ added in v1.32.0
func NewAliasesUpdateParamsWithHTTPClient(client *http.Client) *AliasesUpdateParams
NewAliasesUpdateParamsWithHTTPClient creates a new AliasesUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewAliasesUpdateParamsWithTimeout ¶ added in v1.32.0
func NewAliasesUpdateParamsWithTimeout(timeout time.Duration) *AliasesUpdateParams
NewAliasesUpdateParamsWithTimeout creates a new AliasesUpdateParams object with the ability to set a timeout on a request.
func (*AliasesUpdateParams) SetAliasName ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetAliasName(aliasName string)
SetAliasName adds the aliasName to the aliases update params
func (*AliasesUpdateParams) SetBody ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetBody(body AliasesUpdateBody)
SetBody adds the body to the aliases update params
func (*AliasesUpdateParams) SetContext ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the aliases update params
func (*AliasesUpdateParams) SetDefaults ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetDefaults()
SetDefaults hydrates default values in the aliases update params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesUpdateParams) SetHTTPClient ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the aliases update params
func (*AliasesUpdateParams) SetTimeout ¶ added in v1.32.0
func (o *AliasesUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the aliases update params
func (*AliasesUpdateParams) WithAliasName ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithAliasName(aliasName string) *AliasesUpdateParams
WithAliasName adds the aliasName to the aliases update params
func (*AliasesUpdateParams) WithBody ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithBody(body AliasesUpdateBody) *AliasesUpdateParams
WithBody adds the body to the aliases update params
func (*AliasesUpdateParams) WithContext ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithContext(ctx context.Context) *AliasesUpdateParams
WithContext adds the context to the aliases update params
func (*AliasesUpdateParams) WithDefaults ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithDefaults() *AliasesUpdateParams
WithDefaults hydrates default values in the aliases update params (not the query body).
All values with no default are reset to their zero value.
func (*AliasesUpdateParams) WithHTTPClient ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithHTTPClient(client *http.Client) *AliasesUpdateParams
WithHTTPClient adds the HTTPClient to the aliases update params
func (*AliasesUpdateParams) WithTimeout ¶ added in v1.32.0
func (o *AliasesUpdateParams) WithTimeout(timeout time.Duration) *AliasesUpdateParams
WithTimeout adds the timeout to the aliases update params
func (*AliasesUpdateParams) WriteToRequest ¶ added in v1.32.0
func (o *AliasesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AliasesUpdateReader ¶ added in v1.32.0
type AliasesUpdateReader struct {
// contains filtered or unexported fields
}
AliasesUpdateReader is a Reader for the AliasesUpdate structure.
func (*AliasesUpdateReader) ReadResponse ¶ added in v1.32.0
func (o *AliasesUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AliasesUpdateUnauthorized ¶ added in v1.32.0
type AliasesUpdateUnauthorized struct {
}
AliasesUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewAliasesUpdateUnauthorized ¶ added in v1.32.0
func NewAliasesUpdateUnauthorized() *AliasesUpdateUnauthorized
NewAliasesUpdateUnauthorized creates a AliasesUpdateUnauthorized with default headers values
func (*AliasesUpdateUnauthorized) Code ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) Code() int
Code gets the status code for the aliases update unauthorized response
func (*AliasesUpdateUnauthorized) Error ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) Error() string
func (*AliasesUpdateUnauthorized) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this aliases update unauthorized response has a 4xx status code
func (*AliasesUpdateUnauthorized) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this aliases update unauthorized response a status code equal to that given
func (*AliasesUpdateUnauthorized) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this aliases update unauthorized response has a 3xx status code
func (*AliasesUpdateUnauthorized) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this aliases update unauthorized response has a 5xx status code
func (*AliasesUpdateUnauthorized) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this aliases update unauthorized response has a 2xx status code
func (*AliasesUpdateUnauthorized) String ¶ added in v1.32.0
func (o *AliasesUpdateUnauthorized) String() string
type AliasesUpdateUnprocessableEntity ¶ added in v1.32.0
type AliasesUpdateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
AliasesUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid update alias request.
func NewAliasesUpdateUnprocessableEntity ¶ added in v1.32.0
func NewAliasesUpdateUnprocessableEntity() *AliasesUpdateUnprocessableEntity
NewAliasesUpdateUnprocessableEntity creates a AliasesUpdateUnprocessableEntity with default headers values
func (*AliasesUpdateUnprocessableEntity) Code ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) Code() int
Code gets the status code for the aliases update unprocessable entity response
func (*AliasesUpdateUnprocessableEntity) Error ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) Error() string
func (*AliasesUpdateUnprocessableEntity) GetPayload ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*AliasesUpdateUnprocessableEntity) IsClientError ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this aliases update unprocessable entity response has a 4xx status code
func (*AliasesUpdateUnprocessableEntity) IsCode ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this aliases update unprocessable entity response a status code equal to that given
func (*AliasesUpdateUnprocessableEntity) IsRedirect ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this aliases update unprocessable entity response has a 3xx status code
func (*AliasesUpdateUnprocessableEntity) IsServerError ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this aliases update unprocessable entity response has a 5xx status code
func (*AliasesUpdateUnprocessableEntity) IsSuccess ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this aliases update unprocessable entity response has a 2xx status code
func (*AliasesUpdateUnprocessableEntity) String ¶ added in v1.32.0
func (o *AliasesUpdateUnprocessableEntity) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for schema API
func (*Client) AliasesCreate ¶ added in v1.32.0
func (a *Client) AliasesCreate(params *AliasesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesCreateOK, error)
AliasesCreate creates a new alias
Create a new alias mapping between an alias name and a collection (class). The alias acts as an alternative name for accessing the collection.
func (*Client) AliasesDelete ¶ added in v1.32.0
func (a *Client) AliasesDelete(params *AliasesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesDeleteNoContent, error)
AliasesDelete deletes an alias
Remove an existing alias from the system. This will delete the alias mapping but will not affect the underlying collection (class).
func (*Client) AliasesGet ¶ added in v1.32.0
func (a *Client) AliasesGet(params *AliasesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesGetOK, error)
AliasesGet lists aliases
Retrieve a list of all aliases in the system. Results can be filtered by specifying a collection (class) name to get aliases for a specific collection only.
func (*Client) AliasesGetAlias ¶ added in v1.32.0
func (a *Client) AliasesGetAlias(params *AliasesGetAliasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesGetAliasOK, error)
AliasesGetAlias gets an alias
Retrieve details about a specific alias by its name, including which collection (class) it points to.
func (*Client) AliasesUpdate ¶ added in v1.32.0
func (a *Client) AliasesUpdate(params *AliasesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesUpdateOK, error)
AliasesUpdate updates an alias
Update an existing alias to point to a different collection (class). This allows you to redirect an alias from one collection to another without changing the alias name.
func (*Client) SchemaDump ¶
func (a *Client) SchemaDump(params *SchemaDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaDumpOK, error)
SchemaDump gets all collection definitions
Retrieves the definitions of all collections (classes) currently in the database schema.
func (*Client) SchemaObjectsCreate ¶
func (a *Client) SchemaObjectsCreate(params *SchemaObjectsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsCreateOK, error)
SchemaObjectsCreate creates a new collection
Defines and creates a new collection (class).<br/><br/>If [`AutoSchema`](https://docs.weaviate.io/weaviate/config-refs/collections#auto-schema) is enabled (not recommended for production), Weaviate might attempt to infer schema from data during import. Manual definition via this endpoint provides explicit control.
func (*Client) SchemaObjectsDelete ¶
func (a *Client) SchemaObjectsDelete(params *SchemaObjectsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsDeleteOK, error)
SchemaObjectsDelete deletes a collection and all associated data
Removes a collection definition from the schema. WARNING: This action permanently deletes all data objects stored within the collection.
func (*Client) SchemaObjectsGet ¶
func (a *Client) SchemaObjectsGet(params *SchemaObjectsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsGetOK, error)
SchemaObjectsGet gets a single collection
Retrieve the definition of a specific collection (`className`), including its properties, configuration, and vectorizer settings.
func (*Client) SchemaObjectsPropertiesAdd ¶
func (a *Client) SchemaObjectsPropertiesAdd(params *SchemaObjectsPropertiesAddParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsPropertiesAddOK, error)
SchemaObjectsPropertiesAdd adds a property to a collection
Adds a new property definition to an existing collection (`className`) definition.
func (*Client) SchemaObjectsShardsGet ¶
func (a *Client) SchemaObjectsShardsGet(params *SchemaObjectsShardsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsGetOK, error)
SchemaObjectsShardsGet gets the shards status of a collection
Retrieves the status of all shards associated with the specified collection (`className`). For multi-tenant collections, use the `tenant` query parameter to retrieve status for a specific tenant's shards.
func (*Client) SchemaObjectsShardsUpdate ¶
func (a *Client) SchemaObjectsShardsUpdate(params *SchemaObjectsShardsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsShardsUpdateOK, error)
SchemaObjectsShardsUpdate updates a shard status
Updates the status of a specific shard within a collection (e.g., sets it to `READY` or `READONLY`). This is typically used after resolving an underlying issue (like disk space) that caused a shard to become non-operational. There is also a convenience function in each client to set the status of all shards of a collection.
func (*Client) SchemaObjectsUpdate ¶
func (a *Client) SchemaObjectsUpdate(params *SchemaObjectsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SchemaObjectsUpdateOK, error)
SchemaObjectsUpdate updates collection definition
Updates the configuration settings of an existing collection (`className`) based on the provided definition. Note: This operation modifies mutable settings specified in the request body. It does not add properties (use `POST /schema/{className}/properties` for that) or change the collection name.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) TenantExists ¶ added in v1.25.0
func (a *Client) TenantExists(params *TenantExistsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantExistsOK, error)
TenantExists checks if a tenant exists
Checks for the existence of a specific tenant within the given collection (`className`).
func (*Client) TenantsCreate ¶ added in v1.20.0
func (a *Client) TenantsCreate(params *TenantsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsCreateOK, error)
TenantsCreate creates a new tenant
Creates one or more new tenants for a specified collection (`className`). Multi-tenancy must be enabled for the collection via its definition.
func (*Client) TenantsDelete ¶ added in v1.20.0
func (a *Client) TenantsDelete(params *TenantsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsDeleteOK, error)
TenantsDelete deletes tenants
Deletes one or more specified tenants from a collection (`className`). WARNING: This action permanently deletes all data associated with the specified tenants.
func (*Client) TenantsGet ¶ added in v1.20.0
func (a *Client) TenantsGet(params *TenantsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsGetOK, error)
TenantsGet gets the list of tenants
Retrieves a list of all tenants currently associated with the specified collection.
func (*Client) TenantsGetOne ¶ added in v1.28.0
func (a *Client) TenantsGetOne(params *TenantsGetOneParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsGetOneOK, error)
TenantsGetOne gets a specific tenant
Retrieves details about a specific tenant within the given collection (`className`), such as its current activity status.
func (*Client) TenantsUpdate ¶ added in v1.21.0
func (a *Client) TenantsUpdate(params *TenantsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsUpdateOK, error)
TenantsUpdate updates a tenant
Updates the activity status (e.g., `ACTIVE`, `INACTIVE`, etc.) of one or more specified tenants within a collection (`className`).
type ClientOption ¶ added in v1.18.0
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface {
AliasesCreate(params *AliasesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesCreateOK, error)
AliasesDelete(params *AliasesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesDeleteNoContent, error)
AliasesGet(params *AliasesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesGetOK, error)
AliasesGetAlias(params *AliasesGetAliasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesGetAliasOK, error)
AliasesUpdate(params *AliasesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AliasesUpdateOK, error)
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)
TenantExists(params *TenantExistsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantExistsOK, error)
TenantsCreate(params *TenantsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsCreateOK, error)
TenantsDelete(params *TenantsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsDeleteOK, error)
TenantsGet(params *TenantsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsGetOK, error)
TenantsGetOne(params *TenantsGetOneParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsGetOneOK, error)
TenantsUpdate(params *TenantsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TenantsUpdateOK, 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 occurred while retrieving the schema. Check the ErrorResponse for details.
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 retrieved 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 {
/* Consistency.
If true, the request is proxied to the cluster leader to ensure strong schema consistency. Default is true.
Default: true
*/
Consistency *bool
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) SetConsistency ¶ added in v1.25.0
func (o *SchemaDumpParams) SetConsistency(consistency *bool)
SetConsistency adds the consistency to the schema dump params
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) WithConsistency ¶ added in v1.25.0
func (o *SchemaDumpParams) WithConsistency(consistency *bool) *SchemaDumpParams
WithConsistency adds the consistency 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 occurred during collection creation. Check the ErrorResponse for details.
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.
Collection created successfully and its definition returned.
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.
The definition of the collection (class) to create.
*/
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 collection definition provided. Check the definition structure and properties.
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 collection. See the error response for details.
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 occurred during collection deletion. Check the ErrorResponse for details.
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.
Collection deleted successfully.
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.
The name of the collection (class) to delete.
*/
ClassName string
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) 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) 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 occurred while retrieving the collection definition. Check the ErrorResponse for details.
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.
Collection not found.
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.
Successfully retrieved the collection definition.
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.
The name of the collection (class) to retrieve.
*/
ClassName string
/* Consistency.
If true, the request is proxied to the cluster leader to ensure strong schema consistency. Default is true.
Default: true
*/
Consistency *bool
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) SetConsistency ¶ added in v1.25.0
func (o *SchemaObjectsGetParams) SetConsistency(consistency *bool)
SetConsistency adds the consistency 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) WithConsistency ¶ added in v1.25.0
func (o *SchemaObjectsGetParams) WithConsistency(consistency *bool) *SchemaObjectsGetParams
WithConsistency adds the consistency 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 occurred while adding the property. Check the ErrorResponse for details.
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.
Property added successfully and its definition returned.
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.
The definition of the property to add.
*/
Body *models.Property
/* ClassName.
The name of the collection (class) to add the property to.
*/
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 definition provided.
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 occurred while retrieving shard statuses. Check the ErrorResponse for details.
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.
Collection not found.
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.
Shard statuses retrieved successfully.
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.
The name of the collection (class) whose shards to query.
*/
ClassName string
/* Tenant.
The name of the tenant for which to retrieve shard statuses (only applicable for multi-tenant collections).
*/
Tenant *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) SetTenant ¶ added in v1.22.0
func (o *SchemaObjectsShardsGetParams) SetTenant(tenant *string)
SetTenant adds the tenant 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) WithTenant ¶ added in v1.22.0
func (o *SchemaObjectsShardsGetParams) WithTenant(tenant *string) *SchemaObjectsShardsGetParams
WithTenant adds the tenant 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 occurred while updating the shard status. Check the ErrorResponse for details.
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.
Collection or shard not found.
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 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.
The shard status object containing the desired new status.
*/
Body *models.ShardStatus
/* ClassName.
The name of the collection (class) containing the shard.
*/
ClassName string
/* ShardName.
The name of the shard to update.
*/
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 occurred while updating the collection. Check the ErrorResponse for details.
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.
Collection not found.
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.
Collection settings 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.
The name of the collection (class) to update.
*/
ClassName string
/* ObjectClass.
The updated collection definition containing the settings to modify.
*/
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
type TenantExistsForbidden ¶ added in v1.25.0
type TenantExistsForbidden struct {
Payload *models.ErrorResponse
}
TenantExistsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantExistsForbidden ¶ added in v1.25.0
func NewTenantExistsForbidden() *TenantExistsForbidden
NewTenantExistsForbidden creates a TenantExistsForbidden with default headers values
func (*TenantExistsForbidden) Code ¶ added in v1.25.0
func (o *TenantExistsForbidden) Code() int
Code gets the status code for the tenant exists forbidden response
func (*TenantExistsForbidden) Error ¶ added in v1.25.0
func (o *TenantExistsForbidden) Error() string
func (*TenantExistsForbidden) GetPayload ¶ added in v1.25.0
func (o *TenantExistsForbidden) GetPayload() *models.ErrorResponse
func (*TenantExistsForbidden) IsClientError ¶ added in v1.25.0
func (o *TenantExistsForbidden) IsClientError() bool
IsClientError returns true when this tenant exists forbidden response has a 4xx status code
func (*TenantExistsForbidden) IsCode ¶ added in v1.25.0
func (o *TenantExistsForbidden) IsCode(code int) bool
IsCode returns true when this tenant exists forbidden response a status code equal to that given
func (*TenantExistsForbidden) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsForbidden) IsRedirect() bool
IsRedirect returns true when this tenant exists forbidden response has a 3xx status code
func (*TenantExistsForbidden) IsServerError ¶ added in v1.25.0
func (o *TenantExistsForbidden) IsServerError() bool
IsServerError returns true when this tenant exists forbidden response has a 5xx status code
func (*TenantExistsForbidden) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsForbidden) IsSuccess() bool
IsSuccess returns true when this tenant exists forbidden response has a 2xx status code
func (*TenantExistsForbidden) String ¶ added in v1.25.0
func (o *TenantExistsForbidden) String() string
type TenantExistsInternalServerError ¶ added in v1.25.0
type TenantExistsInternalServerError struct {
Payload *models.ErrorResponse
}
TenantExistsInternalServerError describes a response with status code 500, with default header values.
An error occurred during the check. Check the ErrorResponse for details.
func NewTenantExistsInternalServerError ¶ added in v1.25.0
func NewTenantExistsInternalServerError() *TenantExistsInternalServerError
NewTenantExistsInternalServerError creates a TenantExistsInternalServerError with default headers values
func (*TenantExistsInternalServerError) Code ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) Code() int
Code gets the status code for the tenant exists internal server error response
func (*TenantExistsInternalServerError) Error ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) Error() string
func (*TenantExistsInternalServerError) GetPayload ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantExistsInternalServerError) IsClientError ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) IsClientError() bool
IsClientError returns true when this tenant exists internal server error response has a 4xx status code
func (*TenantExistsInternalServerError) IsCode ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) IsCode(code int) bool
IsCode returns true when this tenant exists internal server error response a status code equal to that given
func (*TenantExistsInternalServerError) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenant exists internal server error response has a 3xx status code
func (*TenantExistsInternalServerError) IsServerError ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) IsServerError() bool
IsServerError returns true when this tenant exists internal server error response has a 5xx status code
func (*TenantExistsInternalServerError) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenant exists internal server error response has a 2xx status code
func (*TenantExistsInternalServerError) String ¶ added in v1.25.0
func (o *TenantExistsInternalServerError) String() string
type TenantExistsNotFound ¶ added in v1.25.0
type TenantExistsNotFound struct {
}
TenantExistsNotFound describes a response with status code 404, with default header values.
Tenant or collection not found.
func NewTenantExistsNotFound ¶ added in v1.25.0
func NewTenantExistsNotFound() *TenantExistsNotFound
NewTenantExistsNotFound creates a TenantExistsNotFound with default headers values
func (*TenantExistsNotFound) Code ¶ added in v1.25.0
func (o *TenantExistsNotFound) Code() int
Code gets the status code for the tenant exists not found response
func (*TenantExistsNotFound) Error ¶ added in v1.25.0
func (o *TenantExistsNotFound) Error() string
func (*TenantExistsNotFound) IsClientError ¶ added in v1.25.0
func (o *TenantExistsNotFound) IsClientError() bool
IsClientError returns true when this tenant exists not found response has a 4xx status code
func (*TenantExistsNotFound) IsCode ¶ added in v1.25.0
func (o *TenantExistsNotFound) IsCode(code int) bool
IsCode returns true when this tenant exists not found response a status code equal to that given
func (*TenantExistsNotFound) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsNotFound) IsRedirect() bool
IsRedirect returns true when this tenant exists not found response has a 3xx status code
func (*TenantExistsNotFound) IsServerError ¶ added in v1.25.0
func (o *TenantExistsNotFound) IsServerError() bool
IsServerError returns true when this tenant exists not found response has a 5xx status code
func (*TenantExistsNotFound) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsNotFound) IsSuccess() bool
IsSuccess returns true when this tenant exists not found response has a 2xx status code
func (*TenantExistsNotFound) String ¶ added in v1.25.0
func (o *TenantExistsNotFound) String() string
type TenantExistsOK ¶ added in v1.25.0
type TenantExistsOK struct {
}
TenantExistsOK describes a response with status code 200, with default header values.
The tenant exists in the specified collection.
func NewTenantExistsOK ¶ added in v1.25.0
func NewTenantExistsOK() *TenantExistsOK
NewTenantExistsOK creates a TenantExistsOK with default headers values
func (*TenantExistsOK) Code ¶ added in v1.25.0
func (o *TenantExistsOK) Code() int
Code gets the status code for the tenant exists o k response
func (*TenantExistsOK) Error ¶ added in v1.25.0
func (o *TenantExistsOK) Error() string
func (*TenantExistsOK) IsClientError ¶ added in v1.25.0
func (o *TenantExistsOK) IsClientError() bool
IsClientError returns true when this tenant exists o k response has a 4xx status code
func (*TenantExistsOK) IsCode ¶ added in v1.25.0
func (o *TenantExistsOK) IsCode(code int) bool
IsCode returns true when this tenant exists o k response a status code equal to that given
func (*TenantExistsOK) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsOK) IsRedirect() bool
IsRedirect returns true when this tenant exists o k response has a 3xx status code
func (*TenantExistsOK) IsServerError ¶ added in v1.25.0
func (o *TenantExistsOK) IsServerError() bool
IsServerError returns true when this tenant exists o k response has a 5xx status code
func (*TenantExistsOK) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsOK) IsSuccess() bool
IsSuccess returns true when this tenant exists o k response has a 2xx status code
func (*TenantExistsOK) String ¶ added in v1.25.0
func (o *TenantExistsOK) String() string
type TenantExistsParams ¶ added in v1.25.0
type TenantExistsParams struct {
/* ClassName.
The name of the collection (class) to check within.
*/
ClassName string
/* Consistency.
If true, the request is proxied to the cluster leader to ensure strong schema consistency. Default is true.
Default: true
*/
Consistency *bool
/* TenantName.
The name of the tenant to check for.
*/
TenantName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantExistsParams contains all the parameters to send to the API endpoint
for the tenant exists operation. Typically these are written to a http.Request.
func NewTenantExistsParams ¶ added in v1.25.0
func NewTenantExistsParams() *TenantExistsParams
NewTenantExistsParams creates a new TenantExistsParams 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 NewTenantExistsParamsWithContext ¶ added in v1.25.0
func NewTenantExistsParamsWithContext(ctx context.Context) *TenantExistsParams
NewTenantExistsParamsWithContext creates a new TenantExistsParams object with the ability to set a context for a request.
func NewTenantExistsParamsWithHTTPClient ¶ added in v1.25.0
func NewTenantExistsParamsWithHTTPClient(client *http.Client) *TenantExistsParams
NewTenantExistsParamsWithHTTPClient creates a new TenantExistsParams object with the ability to set a custom HTTPClient for a request.
func NewTenantExistsParamsWithTimeout ¶ added in v1.25.0
func NewTenantExistsParamsWithTimeout(timeout time.Duration) *TenantExistsParams
NewTenantExistsParamsWithTimeout creates a new TenantExistsParams object with the ability to set a timeout on a request.
func (*TenantExistsParams) SetClassName ¶ added in v1.25.0
func (o *TenantExistsParams) SetClassName(className string)
SetClassName adds the className to the tenant exists params
func (*TenantExistsParams) SetConsistency ¶ added in v1.25.0
func (o *TenantExistsParams) SetConsistency(consistency *bool)
SetConsistency adds the consistency to the tenant exists params
func (*TenantExistsParams) SetContext ¶ added in v1.25.0
func (o *TenantExistsParams) SetContext(ctx context.Context)
SetContext adds the context to the tenant exists params
func (*TenantExistsParams) SetDefaults ¶ added in v1.25.0
func (o *TenantExistsParams) SetDefaults()
SetDefaults hydrates default values in the tenant exists params (not the query body).
All values with no default are reset to their zero value.
func (*TenantExistsParams) SetHTTPClient ¶ added in v1.25.0
func (o *TenantExistsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenant exists params
func (*TenantExistsParams) SetTenantName ¶ added in v1.25.0
func (o *TenantExistsParams) SetTenantName(tenantName string)
SetTenantName adds the tenantName to the tenant exists params
func (*TenantExistsParams) SetTimeout ¶ added in v1.25.0
func (o *TenantExistsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenant exists params
func (*TenantExistsParams) WithClassName ¶ added in v1.25.0
func (o *TenantExistsParams) WithClassName(className string) *TenantExistsParams
WithClassName adds the className to the tenant exists params
func (*TenantExistsParams) WithConsistency ¶ added in v1.25.0
func (o *TenantExistsParams) WithConsistency(consistency *bool) *TenantExistsParams
WithConsistency adds the consistency to the tenant exists params
func (*TenantExistsParams) WithContext ¶ added in v1.25.0
func (o *TenantExistsParams) WithContext(ctx context.Context) *TenantExistsParams
WithContext adds the context to the tenant exists params
func (*TenantExistsParams) WithDefaults ¶ added in v1.25.0
func (o *TenantExistsParams) WithDefaults() *TenantExistsParams
WithDefaults hydrates default values in the tenant exists params (not the query body).
All values with no default are reset to their zero value.
func (*TenantExistsParams) WithHTTPClient ¶ added in v1.25.0
func (o *TenantExistsParams) WithHTTPClient(client *http.Client) *TenantExistsParams
WithHTTPClient adds the HTTPClient to the tenant exists params
func (*TenantExistsParams) WithTenantName ¶ added in v1.25.0
func (o *TenantExistsParams) WithTenantName(tenantName string) *TenantExistsParams
WithTenantName adds the tenantName to the tenant exists params
func (*TenantExistsParams) WithTimeout ¶ added in v1.25.0
func (o *TenantExistsParams) WithTimeout(timeout time.Duration) *TenantExistsParams
WithTimeout adds the timeout to the tenant exists params
func (*TenantExistsParams) WriteToRequest ¶ added in v1.25.0
func (o *TenantExistsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantExistsReader ¶ added in v1.25.0
type TenantExistsReader struct {
// contains filtered or unexported fields
}
TenantExistsReader is a Reader for the TenantExists structure.
func (*TenantExistsReader) ReadResponse ¶ added in v1.25.0
func (o *TenantExistsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantExistsUnauthorized ¶ added in v1.25.0
type TenantExistsUnauthorized struct {
}
TenantExistsUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantExistsUnauthorized ¶ added in v1.25.0
func NewTenantExistsUnauthorized() *TenantExistsUnauthorized
NewTenantExistsUnauthorized creates a TenantExistsUnauthorized with default headers values
func (*TenantExistsUnauthorized) Code ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) Code() int
Code gets the status code for the tenant exists unauthorized response
func (*TenantExistsUnauthorized) Error ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) Error() string
func (*TenantExistsUnauthorized) IsClientError ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) IsClientError() bool
IsClientError returns true when this tenant exists unauthorized response has a 4xx status code
func (*TenantExistsUnauthorized) IsCode ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) IsCode(code int) bool
IsCode returns true when this tenant exists unauthorized response a status code equal to that given
func (*TenantExistsUnauthorized) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenant exists unauthorized response has a 3xx status code
func (*TenantExistsUnauthorized) IsServerError ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) IsServerError() bool
IsServerError returns true when this tenant exists unauthorized response has a 5xx status code
func (*TenantExistsUnauthorized) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenant exists unauthorized response has a 2xx status code
func (*TenantExistsUnauthorized) String ¶ added in v1.25.0
func (o *TenantExistsUnauthorized) String() string
type TenantExistsUnprocessableEntity ¶ added in v1.25.0
type TenantExistsUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantExistsUnprocessableEntity describes a response with status code 422, with default header values.
Invalid request.
func NewTenantExistsUnprocessableEntity ¶ added in v1.25.0
func NewTenantExistsUnprocessableEntity() *TenantExistsUnprocessableEntity
NewTenantExistsUnprocessableEntity creates a TenantExistsUnprocessableEntity with default headers values
func (*TenantExistsUnprocessableEntity) Code ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) Code() int
Code gets the status code for the tenant exists unprocessable entity response
func (*TenantExistsUnprocessableEntity) Error ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) Error() string
func (*TenantExistsUnprocessableEntity) GetPayload ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantExistsUnprocessableEntity) IsClientError ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenant exists unprocessable entity response has a 4xx status code
func (*TenantExistsUnprocessableEntity) IsCode ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenant exists unprocessable entity response a status code equal to that given
func (*TenantExistsUnprocessableEntity) IsRedirect ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenant exists unprocessable entity response has a 3xx status code
func (*TenantExistsUnprocessableEntity) IsServerError ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenant exists unprocessable entity response has a 5xx status code
func (*TenantExistsUnprocessableEntity) IsSuccess ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenant exists unprocessable entity response has a 2xx status code
func (*TenantExistsUnprocessableEntity) String ¶ added in v1.25.0
func (o *TenantExistsUnprocessableEntity) String() string
type TenantsCreateForbidden ¶ added in v1.20.0
type TenantsCreateForbidden struct {
Payload *models.ErrorResponse
}
TenantsCreateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantsCreateForbidden ¶ added in v1.20.0
func NewTenantsCreateForbidden() *TenantsCreateForbidden
NewTenantsCreateForbidden creates a TenantsCreateForbidden with default headers values
func (*TenantsCreateForbidden) Code ¶ added in v1.20.0
func (o *TenantsCreateForbidden) Code() int
Code gets the status code for the tenants create forbidden response
func (*TenantsCreateForbidden) Error ¶ added in v1.20.0
func (o *TenantsCreateForbidden) Error() string
func (*TenantsCreateForbidden) GetPayload ¶ added in v1.20.0
func (o *TenantsCreateForbidden) GetPayload() *models.ErrorResponse
func (*TenantsCreateForbidden) IsClientError ¶ added in v1.20.0
func (o *TenantsCreateForbidden) IsClientError() bool
IsClientError returns true when this tenants create forbidden response has a 4xx status code
func (*TenantsCreateForbidden) IsCode ¶ added in v1.20.0
func (o *TenantsCreateForbidden) IsCode(code int) bool
IsCode returns true when this tenants create forbidden response a status code equal to that given
func (*TenantsCreateForbidden) IsRedirect ¶ added in v1.20.0
func (o *TenantsCreateForbidden) IsRedirect() bool
IsRedirect returns true when this tenants create forbidden response has a 3xx status code
func (*TenantsCreateForbidden) IsServerError ¶ added in v1.20.0
func (o *TenantsCreateForbidden) IsServerError() bool
IsServerError returns true when this tenants create forbidden response has a 5xx status code
func (*TenantsCreateForbidden) IsSuccess ¶ added in v1.20.0
func (o *TenantsCreateForbidden) IsSuccess() bool
IsSuccess returns true when this tenants create forbidden response has a 2xx status code
func (*TenantsCreateForbidden) String ¶ added in v1.20.0
func (o *TenantsCreateForbidden) String() string
type TenantsCreateInternalServerError ¶ added in v1.20.0
type TenantsCreateInternalServerError struct {
Payload *models.ErrorResponse
}
TenantsCreateInternalServerError describes a response with status code 500, with default header values.
An error occurred while creating tenants. Check the ErrorResponse for details.
func NewTenantsCreateInternalServerError ¶ added in v1.20.0
func NewTenantsCreateInternalServerError() *TenantsCreateInternalServerError
NewTenantsCreateInternalServerError creates a TenantsCreateInternalServerError with default headers values
func (*TenantsCreateInternalServerError) Code ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) Code() int
Code gets the status code for the tenants create internal server error response
func (*TenantsCreateInternalServerError) Error ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) Error() string
func (*TenantsCreateInternalServerError) GetPayload ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantsCreateInternalServerError) IsClientError ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) IsClientError() bool
IsClientError returns true when this tenants create internal server error response has a 4xx status code
func (*TenantsCreateInternalServerError) IsCode ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this tenants create internal server error response a status code equal to that given
func (*TenantsCreateInternalServerError) IsRedirect ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenants create internal server error response has a 3xx status code
func (*TenantsCreateInternalServerError) IsServerError ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) IsServerError() bool
IsServerError returns true when this tenants create internal server error response has a 5xx status code
func (*TenantsCreateInternalServerError) IsSuccess ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenants create internal server error response has a 2xx status code
func (*TenantsCreateInternalServerError) String ¶ added in v1.20.0
func (o *TenantsCreateInternalServerError) String() string
type TenantsCreateOK ¶ added in v1.20.0
TenantsCreateOK describes a response with status code 200, with default header values.
Tenants created successfully.
func NewTenantsCreateOK ¶ added in v1.20.0
func NewTenantsCreateOK() *TenantsCreateOK
NewTenantsCreateOK creates a TenantsCreateOK with default headers values
func (*TenantsCreateOK) Code ¶ added in v1.20.0
func (o *TenantsCreateOK) Code() int
Code gets the status code for the tenants create o k response
func (*TenantsCreateOK) Error ¶ added in v1.20.0
func (o *TenantsCreateOK) Error() string
func (*TenantsCreateOK) GetPayload ¶ added in v1.20.0
func (o *TenantsCreateOK) GetPayload() []*models.Tenant
func (*TenantsCreateOK) IsClientError ¶ added in v1.20.0
func (o *TenantsCreateOK) IsClientError() bool
IsClientError returns true when this tenants create o k response has a 4xx status code
func (*TenantsCreateOK) IsCode ¶ added in v1.20.0
func (o *TenantsCreateOK) IsCode(code int) bool
IsCode returns true when this tenants create o k response a status code equal to that given
func (*TenantsCreateOK) IsRedirect ¶ added in v1.20.0
func (o *TenantsCreateOK) IsRedirect() bool
IsRedirect returns true when this tenants create o k response has a 3xx status code
func (*TenantsCreateOK) IsServerError ¶ added in v1.20.0
func (o *TenantsCreateOK) IsServerError() bool
IsServerError returns true when this tenants create o k response has a 5xx status code
func (*TenantsCreateOK) IsSuccess ¶ added in v1.20.0
func (o *TenantsCreateOK) IsSuccess() bool
IsSuccess returns true when this tenants create o k response has a 2xx status code
func (*TenantsCreateOK) String ¶ added in v1.20.0
func (o *TenantsCreateOK) String() string
type TenantsCreateParams ¶ added in v1.20.0
type TenantsCreateParams struct {
/* Body.
An array of tenant objects to create.
*/
Body []*models.Tenant
/* ClassName.
The name of the multi-tenant enabled collection (class).
*/
ClassName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantsCreateParams contains all the parameters to send to the API endpoint
for the tenants create operation. Typically these are written to a http.Request.
func NewTenantsCreateParams ¶ added in v1.20.0
func NewTenantsCreateParams() *TenantsCreateParams
NewTenantsCreateParams creates a new TenantsCreateParams 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 NewTenantsCreateParamsWithContext ¶ added in v1.20.0
func NewTenantsCreateParamsWithContext(ctx context.Context) *TenantsCreateParams
NewTenantsCreateParamsWithContext creates a new TenantsCreateParams object with the ability to set a context for a request.
func NewTenantsCreateParamsWithHTTPClient ¶ added in v1.20.0
func NewTenantsCreateParamsWithHTTPClient(client *http.Client) *TenantsCreateParams
NewTenantsCreateParamsWithHTTPClient creates a new TenantsCreateParams object with the ability to set a custom HTTPClient for a request.
func NewTenantsCreateParamsWithTimeout ¶ added in v1.20.0
func NewTenantsCreateParamsWithTimeout(timeout time.Duration) *TenantsCreateParams
NewTenantsCreateParamsWithTimeout creates a new TenantsCreateParams object with the ability to set a timeout on a request.
func (*TenantsCreateParams) SetBody ¶ added in v1.20.0
func (o *TenantsCreateParams) SetBody(body []*models.Tenant)
SetBody adds the body to the tenants create params
func (*TenantsCreateParams) SetClassName ¶ added in v1.20.0
func (o *TenantsCreateParams) SetClassName(className string)
SetClassName adds the className to the tenants create params
func (*TenantsCreateParams) SetContext ¶ added in v1.20.0
func (o *TenantsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the tenants create params
func (*TenantsCreateParams) SetDefaults ¶ added in v1.20.0
func (o *TenantsCreateParams) SetDefaults()
SetDefaults hydrates default values in the tenants create params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsCreateParams) SetHTTPClient ¶ added in v1.20.0
func (o *TenantsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenants create params
func (*TenantsCreateParams) SetTimeout ¶ added in v1.20.0
func (o *TenantsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenants create params
func (*TenantsCreateParams) WithBody ¶ added in v1.20.0
func (o *TenantsCreateParams) WithBody(body []*models.Tenant) *TenantsCreateParams
WithBody adds the body to the tenants create params
func (*TenantsCreateParams) WithClassName ¶ added in v1.20.0
func (o *TenantsCreateParams) WithClassName(className string) *TenantsCreateParams
WithClassName adds the className to the tenants create params
func (*TenantsCreateParams) WithContext ¶ added in v1.20.0
func (o *TenantsCreateParams) WithContext(ctx context.Context) *TenantsCreateParams
WithContext adds the context to the tenants create params
func (*TenantsCreateParams) WithDefaults ¶ added in v1.20.0
func (o *TenantsCreateParams) WithDefaults() *TenantsCreateParams
WithDefaults hydrates default values in the tenants create params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsCreateParams) WithHTTPClient ¶ added in v1.20.0
func (o *TenantsCreateParams) WithHTTPClient(client *http.Client) *TenantsCreateParams
WithHTTPClient adds the HTTPClient to the tenants create params
func (*TenantsCreateParams) WithTimeout ¶ added in v1.20.0
func (o *TenantsCreateParams) WithTimeout(timeout time.Duration) *TenantsCreateParams
WithTimeout adds the timeout to the tenants create params
func (*TenantsCreateParams) WriteToRequest ¶ added in v1.20.0
func (o *TenantsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantsCreateReader ¶ added in v1.20.0
type TenantsCreateReader struct {
// contains filtered or unexported fields
}
TenantsCreateReader is a Reader for the TenantsCreate structure.
func (*TenantsCreateReader) ReadResponse ¶ added in v1.20.0
func (o *TenantsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantsCreateUnauthorized ¶ added in v1.20.0
type TenantsCreateUnauthorized struct {
}
TenantsCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantsCreateUnauthorized ¶ added in v1.20.0
func NewTenantsCreateUnauthorized() *TenantsCreateUnauthorized
NewTenantsCreateUnauthorized creates a TenantsCreateUnauthorized with default headers values
func (*TenantsCreateUnauthorized) Code ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) Code() int
Code gets the status code for the tenants create unauthorized response
func (*TenantsCreateUnauthorized) Error ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) Error() string
func (*TenantsCreateUnauthorized) IsClientError ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) IsClientError() bool
IsClientError returns true when this tenants create unauthorized response has a 4xx status code
func (*TenantsCreateUnauthorized) IsCode ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this tenants create unauthorized response a status code equal to that given
func (*TenantsCreateUnauthorized) IsRedirect ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenants create unauthorized response has a 3xx status code
func (*TenantsCreateUnauthorized) IsServerError ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) IsServerError() bool
IsServerError returns true when this tenants create unauthorized response has a 5xx status code
func (*TenantsCreateUnauthorized) IsSuccess ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenants create unauthorized response has a 2xx status code
func (*TenantsCreateUnauthorized) String ¶ added in v1.20.0
func (o *TenantsCreateUnauthorized) String() string
type TenantsCreateUnprocessableEntity ¶ added in v1.20.0
type TenantsCreateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantsCreateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid request.
func NewTenantsCreateUnprocessableEntity ¶ added in v1.20.0
func NewTenantsCreateUnprocessableEntity() *TenantsCreateUnprocessableEntity
NewTenantsCreateUnprocessableEntity creates a TenantsCreateUnprocessableEntity with default headers values
func (*TenantsCreateUnprocessableEntity) Code ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) Code() int
Code gets the status code for the tenants create unprocessable entity response
func (*TenantsCreateUnprocessableEntity) Error ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) Error() string
func (*TenantsCreateUnprocessableEntity) GetPayload ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantsCreateUnprocessableEntity) IsClientError ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenants create unprocessable entity response has a 4xx status code
func (*TenantsCreateUnprocessableEntity) IsCode ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenants create unprocessable entity response a status code equal to that given
func (*TenantsCreateUnprocessableEntity) IsRedirect ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenants create unprocessable entity response has a 3xx status code
func (*TenantsCreateUnprocessableEntity) IsServerError ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenants create unprocessable entity response has a 5xx status code
func (*TenantsCreateUnprocessableEntity) IsSuccess ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenants create unprocessable entity response has a 2xx status code
func (*TenantsCreateUnprocessableEntity) String ¶ added in v1.20.0
func (o *TenantsCreateUnprocessableEntity) String() string
type TenantsDeleteForbidden ¶ added in v1.20.0
type TenantsDeleteForbidden struct {
Payload *models.ErrorResponse
}
TenantsDeleteForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantsDeleteForbidden ¶ added in v1.20.0
func NewTenantsDeleteForbidden() *TenantsDeleteForbidden
NewTenantsDeleteForbidden creates a TenantsDeleteForbidden with default headers values
func (*TenantsDeleteForbidden) Code ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) Code() int
Code gets the status code for the tenants delete forbidden response
func (*TenantsDeleteForbidden) Error ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) Error() string
func (*TenantsDeleteForbidden) GetPayload ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) GetPayload() *models.ErrorResponse
func (*TenantsDeleteForbidden) IsClientError ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) IsClientError() bool
IsClientError returns true when this tenants delete forbidden response has a 4xx status code
func (*TenantsDeleteForbidden) IsCode ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) IsCode(code int) bool
IsCode returns true when this tenants delete forbidden response a status code equal to that given
func (*TenantsDeleteForbidden) IsRedirect ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) IsRedirect() bool
IsRedirect returns true when this tenants delete forbidden response has a 3xx status code
func (*TenantsDeleteForbidden) IsServerError ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) IsServerError() bool
IsServerError returns true when this tenants delete forbidden response has a 5xx status code
func (*TenantsDeleteForbidden) IsSuccess ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) IsSuccess() bool
IsSuccess returns true when this tenants delete forbidden response has a 2xx status code
func (*TenantsDeleteForbidden) String ¶ added in v1.20.0
func (o *TenantsDeleteForbidden) String() string
type TenantsDeleteInternalServerError ¶ added in v1.20.0
type TenantsDeleteInternalServerError struct {
Payload *models.ErrorResponse
}
TenantsDeleteInternalServerError describes a response with status code 500, with default header values.
An error occurred while deleting tenants. Check the ErrorResponse for details.
func NewTenantsDeleteInternalServerError ¶ added in v1.20.0
func NewTenantsDeleteInternalServerError() *TenantsDeleteInternalServerError
NewTenantsDeleteInternalServerError creates a TenantsDeleteInternalServerError with default headers values
func (*TenantsDeleteInternalServerError) Code ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) Code() int
Code gets the status code for the tenants delete internal server error response
func (*TenantsDeleteInternalServerError) Error ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) Error() string
func (*TenantsDeleteInternalServerError) GetPayload ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantsDeleteInternalServerError) IsClientError ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this tenants delete internal server error response has a 4xx status code
func (*TenantsDeleteInternalServerError) IsCode ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this tenants delete internal server error response a status code equal to that given
func (*TenantsDeleteInternalServerError) IsRedirect ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenants delete internal server error response has a 3xx status code
func (*TenantsDeleteInternalServerError) IsServerError ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this tenants delete internal server error response has a 5xx status code
func (*TenantsDeleteInternalServerError) IsSuccess ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenants delete internal server error response has a 2xx status code
func (*TenantsDeleteInternalServerError) String ¶ added in v1.20.0
func (o *TenantsDeleteInternalServerError) String() string
type TenantsDeleteOK ¶ added in v1.20.0
type TenantsDeleteOK struct {
}
TenantsDeleteOK describes a response with status code 200, with default header values.
Tenants deleted successfully.
func NewTenantsDeleteOK ¶ added in v1.20.0
func NewTenantsDeleteOK() *TenantsDeleteOK
NewTenantsDeleteOK creates a TenantsDeleteOK with default headers values
func (*TenantsDeleteOK) Code ¶ added in v1.20.0
func (o *TenantsDeleteOK) Code() int
Code gets the status code for the tenants delete o k response
func (*TenantsDeleteOK) Error ¶ added in v1.20.0
func (o *TenantsDeleteOK) Error() string
func (*TenantsDeleteOK) IsClientError ¶ added in v1.20.0
func (o *TenantsDeleteOK) IsClientError() bool
IsClientError returns true when this tenants delete o k response has a 4xx status code
func (*TenantsDeleteOK) IsCode ¶ added in v1.20.0
func (o *TenantsDeleteOK) IsCode(code int) bool
IsCode returns true when this tenants delete o k response a status code equal to that given
func (*TenantsDeleteOK) IsRedirect ¶ added in v1.20.0
func (o *TenantsDeleteOK) IsRedirect() bool
IsRedirect returns true when this tenants delete o k response has a 3xx status code
func (*TenantsDeleteOK) IsServerError ¶ added in v1.20.0
func (o *TenantsDeleteOK) IsServerError() bool
IsServerError returns true when this tenants delete o k response has a 5xx status code
func (*TenantsDeleteOK) IsSuccess ¶ added in v1.20.0
func (o *TenantsDeleteOK) IsSuccess() bool
IsSuccess returns true when this tenants delete o k response has a 2xx status code
func (*TenantsDeleteOK) String ¶ added in v1.20.0
func (o *TenantsDeleteOK) String() string
type TenantsDeleteParams ¶ added in v1.20.0
type TenantsDeleteParams struct {
/* ClassName.
The name of the collection (class) from which to delete tenants.
*/
ClassName string
/* Tenants.
An array of tenant names to delete.
*/
Tenants []string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantsDeleteParams contains all the parameters to send to the API endpoint
for the tenants delete operation. Typically these are written to a http.Request.
func NewTenantsDeleteParams ¶ added in v1.20.0
func NewTenantsDeleteParams() *TenantsDeleteParams
NewTenantsDeleteParams creates a new TenantsDeleteParams 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 NewTenantsDeleteParamsWithContext ¶ added in v1.20.0
func NewTenantsDeleteParamsWithContext(ctx context.Context) *TenantsDeleteParams
NewTenantsDeleteParamsWithContext creates a new TenantsDeleteParams object with the ability to set a context for a request.
func NewTenantsDeleteParamsWithHTTPClient ¶ added in v1.20.0
func NewTenantsDeleteParamsWithHTTPClient(client *http.Client) *TenantsDeleteParams
NewTenantsDeleteParamsWithHTTPClient creates a new TenantsDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewTenantsDeleteParamsWithTimeout ¶ added in v1.20.0
func NewTenantsDeleteParamsWithTimeout(timeout time.Duration) *TenantsDeleteParams
NewTenantsDeleteParamsWithTimeout creates a new TenantsDeleteParams object with the ability to set a timeout on a request.
func (*TenantsDeleteParams) SetClassName ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetClassName(className string)
SetClassName adds the className to the tenants delete params
func (*TenantsDeleteParams) SetContext ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the tenants delete params
func (*TenantsDeleteParams) SetDefaults ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetDefaults()
SetDefaults hydrates default values in the tenants delete params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsDeleteParams) SetHTTPClient ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenants delete params
func (*TenantsDeleteParams) SetTenants ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetTenants(tenants []string)
SetTenants adds the tenants to the tenants delete params
func (*TenantsDeleteParams) SetTimeout ¶ added in v1.20.0
func (o *TenantsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenants delete params
func (*TenantsDeleteParams) WithClassName ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithClassName(className string) *TenantsDeleteParams
WithClassName adds the className to the tenants delete params
func (*TenantsDeleteParams) WithContext ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithContext(ctx context.Context) *TenantsDeleteParams
WithContext adds the context to the tenants delete params
func (*TenantsDeleteParams) WithDefaults ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithDefaults() *TenantsDeleteParams
WithDefaults hydrates default values in the tenants delete params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsDeleteParams) WithHTTPClient ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithHTTPClient(client *http.Client) *TenantsDeleteParams
WithHTTPClient adds the HTTPClient to the tenants delete params
func (*TenantsDeleteParams) WithTenants ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithTenants(tenants []string) *TenantsDeleteParams
WithTenants adds the tenants to the tenants delete params
func (*TenantsDeleteParams) WithTimeout ¶ added in v1.20.0
func (o *TenantsDeleteParams) WithTimeout(timeout time.Duration) *TenantsDeleteParams
WithTimeout adds the timeout to the tenants delete params
func (*TenantsDeleteParams) WriteToRequest ¶ added in v1.20.0
func (o *TenantsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantsDeleteReader ¶ added in v1.20.0
type TenantsDeleteReader struct {
// contains filtered or unexported fields
}
TenantsDeleteReader is a Reader for the TenantsDelete structure.
func (*TenantsDeleteReader) ReadResponse ¶ added in v1.20.0
func (o *TenantsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantsDeleteUnauthorized ¶ added in v1.20.0
type TenantsDeleteUnauthorized struct {
}
TenantsDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantsDeleteUnauthorized ¶ added in v1.20.0
func NewTenantsDeleteUnauthorized() *TenantsDeleteUnauthorized
NewTenantsDeleteUnauthorized creates a TenantsDeleteUnauthorized with default headers values
func (*TenantsDeleteUnauthorized) Code ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) Code() int
Code gets the status code for the tenants delete unauthorized response
func (*TenantsDeleteUnauthorized) Error ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) Error() string
func (*TenantsDeleteUnauthorized) IsClientError ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this tenants delete unauthorized response has a 4xx status code
func (*TenantsDeleteUnauthorized) IsCode ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this tenants delete unauthorized response a status code equal to that given
func (*TenantsDeleteUnauthorized) IsRedirect ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenants delete unauthorized response has a 3xx status code
func (*TenantsDeleteUnauthorized) IsServerError ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this tenants delete unauthorized response has a 5xx status code
func (*TenantsDeleteUnauthorized) IsSuccess ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenants delete unauthorized response has a 2xx status code
func (*TenantsDeleteUnauthorized) String ¶ added in v1.20.0
func (o *TenantsDeleteUnauthorized) String() string
type TenantsDeleteUnprocessableEntity ¶ added in v1.20.0
type TenantsDeleteUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantsDeleteUnprocessableEntity describes a response with status code 422, with default header values.
Invalid request.
func NewTenantsDeleteUnprocessableEntity ¶ added in v1.20.0
func NewTenantsDeleteUnprocessableEntity() *TenantsDeleteUnprocessableEntity
NewTenantsDeleteUnprocessableEntity creates a TenantsDeleteUnprocessableEntity with default headers values
func (*TenantsDeleteUnprocessableEntity) Code ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) Code() int
Code gets the status code for the tenants delete unprocessable entity response
func (*TenantsDeleteUnprocessableEntity) Error ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) Error() string
func (*TenantsDeleteUnprocessableEntity) GetPayload ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantsDeleteUnprocessableEntity) IsClientError ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenants delete unprocessable entity response has a 4xx status code
func (*TenantsDeleteUnprocessableEntity) IsCode ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenants delete unprocessable entity response a status code equal to that given
func (*TenantsDeleteUnprocessableEntity) IsRedirect ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenants delete unprocessable entity response has a 3xx status code
func (*TenantsDeleteUnprocessableEntity) IsServerError ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenants delete unprocessable entity response has a 5xx status code
func (*TenantsDeleteUnprocessableEntity) IsSuccess ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenants delete unprocessable entity response has a 2xx status code
func (*TenantsDeleteUnprocessableEntity) String ¶ added in v1.20.0
func (o *TenantsDeleteUnprocessableEntity) String() string
type TenantsGetForbidden ¶ added in v1.20.0
type TenantsGetForbidden struct {
Payload *models.ErrorResponse
}
TenantsGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantsGetForbidden ¶ added in v1.20.0
func NewTenantsGetForbidden() *TenantsGetForbidden
NewTenantsGetForbidden creates a TenantsGetForbidden with default headers values
func (*TenantsGetForbidden) Code ¶ added in v1.20.0
func (o *TenantsGetForbidden) Code() int
Code gets the status code for the tenants get forbidden response
func (*TenantsGetForbidden) Error ¶ added in v1.20.0
func (o *TenantsGetForbidden) Error() string
func (*TenantsGetForbidden) GetPayload ¶ added in v1.20.0
func (o *TenantsGetForbidden) GetPayload() *models.ErrorResponse
func (*TenantsGetForbidden) IsClientError ¶ added in v1.20.0
func (o *TenantsGetForbidden) IsClientError() bool
IsClientError returns true when this tenants get forbidden response has a 4xx status code
func (*TenantsGetForbidden) IsCode ¶ added in v1.20.0
func (o *TenantsGetForbidden) IsCode(code int) bool
IsCode returns true when this tenants get forbidden response a status code equal to that given
func (*TenantsGetForbidden) IsRedirect ¶ added in v1.20.0
func (o *TenantsGetForbidden) IsRedirect() bool
IsRedirect returns true when this tenants get forbidden response has a 3xx status code
func (*TenantsGetForbidden) IsServerError ¶ added in v1.20.0
func (o *TenantsGetForbidden) IsServerError() bool
IsServerError returns true when this tenants get forbidden response has a 5xx status code
func (*TenantsGetForbidden) IsSuccess ¶ added in v1.20.0
func (o *TenantsGetForbidden) IsSuccess() bool
IsSuccess returns true when this tenants get forbidden response has a 2xx status code
func (*TenantsGetForbidden) String ¶ added in v1.20.0
func (o *TenantsGetForbidden) String() string
type TenantsGetInternalServerError ¶ added in v1.20.0
type TenantsGetInternalServerError struct {
Payload *models.ErrorResponse
}
TenantsGetInternalServerError describes a response with status code 500, with default header values.
An error occurred while listing tenants. Check the ErrorResponse for details.
func NewTenantsGetInternalServerError ¶ added in v1.20.0
func NewTenantsGetInternalServerError() *TenantsGetInternalServerError
NewTenantsGetInternalServerError creates a TenantsGetInternalServerError with default headers values
func (*TenantsGetInternalServerError) Code ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) Code() int
Code gets the status code for the tenants get internal server error response
func (*TenantsGetInternalServerError) Error ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) Error() string
func (*TenantsGetInternalServerError) GetPayload ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantsGetInternalServerError) IsClientError ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) IsClientError() bool
IsClientError returns true when this tenants get internal server error response has a 4xx status code
func (*TenantsGetInternalServerError) IsCode ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) IsCode(code int) bool
IsCode returns true when this tenants get internal server error response a status code equal to that given
func (*TenantsGetInternalServerError) IsRedirect ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenants get internal server error response has a 3xx status code
func (*TenantsGetInternalServerError) IsServerError ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) IsServerError() bool
IsServerError returns true when this tenants get internal server error response has a 5xx status code
func (*TenantsGetInternalServerError) IsSuccess ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenants get internal server error response has a 2xx status code
func (*TenantsGetInternalServerError) String ¶ added in v1.20.0
func (o *TenantsGetInternalServerError) String() string
type TenantsGetOK ¶ added in v1.20.0
TenantsGetOK describes a response with status code 200, with default header values.
Successfully retrieved tenants.
func NewTenantsGetOK ¶ added in v1.20.0
func NewTenantsGetOK() *TenantsGetOK
NewTenantsGetOK creates a TenantsGetOK with default headers values
func (*TenantsGetOK) Code ¶ added in v1.20.0
func (o *TenantsGetOK) Code() int
Code gets the status code for the tenants get o k response
func (*TenantsGetOK) Error ¶ added in v1.20.0
func (o *TenantsGetOK) Error() string
func (*TenantsGetOK) GetPayload ¶ added in v1.20.0
func (o *TenantsGetOK) GetPayload() []*models.Tenant
func (*TenantsGetOK) IsClientError ¶ added in v1.20.0
func (o *TenantsGetOK) IsClientError() bool
IsClientError returns true when this tenants get o k response has a 4xx status code
func (*TenantsGetOK) IsCode ¶ added in v1.20.0
func (o *TenantsGetOK) IsCode(code int) bool
IsCode returns true when this tenants get o k response a status code equal to that given
func (*TenantsGetOK) IsRedirect ¶ added in v1.20.0
func (o *TenantsGetOK) IsRedirect() bool
IsRedirect returns true when this tenants get o k response has a 3xx status code
func (*TenantsGetOK) IsServerError ¶ added in v1.20.0
func (o *TenantsGetOK) IsServerError() bool
IsServerError returns true when this tenants get o k response has a 5xx status code
func (*TenantsGetOK) IsSuccess ¶ added in v1.20.0
func (o *TenantsGetOK) IsSuccess() bool
IsSuccess returns true when this tenants get o k response has a 2xx status code
func (*TenantsGetOK) String ¶ added in v1.20.0
func (o *TenantsGetOK) String() string
type TenantsGetOneForbidden ¶ added in v1.28.0
type TenantsGetOneForbidden struct {
Payload *models.ErrorResponse
}
TenantsGetOneForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantsGetOneForbidden ¶ added in v1.28.0
func NewTenantsGetOneForbidden() *TenantsGetOneForbidden
NewTenantsGetOneForbidden creates a TenantsGetOneForbidden with default headers values
func (*TenantsGetOneForbidden) Code ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) Code() int
Code gets the status code for the tenants get one forbidden response
func (*TenantsGetOneForbidden) Error ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) Error() string
func (*TenantsGetOneForbidden) GetPayload ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) GetPayload() *models.ErrorResponse
func (*TenantsGetOneForbidden) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) IsClientError() bool
IsClientError returns true when this tenants get one forbidden response has a 4xx status code
func (*TenantsGetOneForbidden) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) IsCode(code int) bool
IsCode returns true when this tenants get one forbidden response a status code equal to that given
func (*TenantsGetOneForbidden) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) IsRedirect() bool
IsRedirect returns true when this tenants get one forbidden response has a 3xx status code
func (*TenantsGetOneForbidden) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) IsServerError() bool
IsServerError returns true when this tenants get one forbidden response has a 5xx status code
func (*TenantsGetOneForbidden) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) IsSuccess() bool
IsSuccess returns true when this tenants get one forbidden response has a 2xx status code
func (*TenantsGetOneForbidden) String ¶ added in v1.28.0
func (o *TenantsGetOneForbidden) String() string
type TenantsGetOneInternalServerError ¶ added in v1.28.0
type TenantsGetOneInternalServerError struct {
Payload *models.ErrorResponse
}
TenantsGetOneInternalServerError describes a response with status code 500, with default header values.
An error occurred while retrieving the tenant. Check the ErrorResponse for details.
func NewTenantsGetOneInternalServerError ¶ added in v1.28.0
func NewTenantsGetOneInternalServerError() *TenantsGetOneInternalServerError
NewTenantsGetOneInternalServerError creates a TenantsGetOneInternalServerError with default headers values
func (*TenantsGetOneInternalServerError) Code ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) Code() int
Code gets the status code for the tenants get one internal server error response
func (*TenantsGetOneInternalServerError) Error ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) Error() string
func (*TenantsGetOneInternalServerError) GetPayload ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantsGetOneInternalServerError) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) IsClientError() bool
IsClientError returns true when this tenants get one internal server error response has a 4xx status code
func (*TenantsGetOneInternalServerError) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) IsCode(code int) bool
IsCode returns true when this tenants get one internal server error response a status code equal to that given
func (*TenantsGetOneInternalServerError) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenants get one internal server error response has a 3xx status code
func (*TenantsGetOneInternalServerError) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) IsServerError() bool
IsServerError returns true when this tenants get one internal server error response has a 5xx status code
func (*TenantsGetOneInternalServerError) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenants get one internal server error response has a 2xx status code
func (*TenantsGetOneInternalServerError) String ¶ added in v1.28.0
func (o *TenantsGetOneInternalServerError) String() string
type TenantsGetOneNotFound ¶ added in v1.28.0
type TenantsGetOneNotFound struct {
}
TenantsGetOneNotFound describes a response with status code 404, with default header values.
Tenant or collection not found.
func NewTenantsGetOneNotFound ¶ added in v1.28.0
func NewTenantsGetOneNotFound() *TenantsGetOneNotFound
NewTenantsGetOneNotFound creates a TenantsGetOneNotFound with default headers values
func (*TenantsGetOneNotFound) Code ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) Code() int
Code gets the status code for the tenants get one not found response
func (*TenantsGetOneNotFound) Error ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) Error() string
func (*TenantsGetOneNotFound) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) IsClientError() bool
IsClientError returns true when this tenants get one not found response has a 4xx status code
func (*TenantsGetOneNotFound) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) IsCode(code int) bool
IsCode returns true when this tenants get one not found response a status code equal to that given
func (*TenantsGetOneNotFound) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) IsRedirect() bool
IsRedirect returns true when this tenants get one not found response has a 3xx status code
func (*TenantsGetOneNotFound) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) IsServerError() bool
IsServerError returns true when this tenants get one not found response has a 5xx status code
func (*TenantsGetOneNotFound) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) IsSuccess() bool
IsSuccess returns true when this tenants get one not found response has a 2xx status code
func (*TenantsGetOneNotFound) String ¶ added in v1.28.0
func (o *TenantsGetOneNotFound) String() string
type TenantsGetOneOK ¶ added in v1.28.0
TenantsGetOneOK describes a response with status code 200, with default header values.
Successfully retrieved tenant details.
func NewTenantsGetOneOK ¶ added in v1.28.0
func NewTenantsGetOneOK() *TenantsGetOneOK
NewTenantsGetOneOK creates a TenantsGetOneOK with default headers values
func (*TenantsGetOneOK) Code ¶ added in v1.28.0
func (o *TenantsGetOneOK) Code() int
Code gets the status code for the tenants get one o k response
func (*TenantsGetOneOK) Error ¶ added in v1.28.0
func (o *TenantsGetOneOK) Error() string
func (*TenantsGetOneOK) GetPayload ¶ added in v1.28.0
func (o *TenantsGetOneOK) GetPayload() *models.Tenant
func (*TenantsGetOneOK) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneOK) IsClientError() bool
IsClientError returns true when this tenants get one o k response has a 4xx status code
func (*TenantsGetOneOK) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneOK) IsCode(code int) bool
IsCode returns true when this tenants get one o k response a status code equal to that given
func (*TenantsGetOneOK) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneOK) IsRedirect() bool
IsRedirect returns true when this tenants get one o k response has a 3xx status code
func (*TenantsGetOneOK) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneOK) IsServerError() bool
IsServerError returns true when this tenants get one o k response has a 5xx status code
func (*TenantsGetOneOK) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneOK) IsSuccess() bool
IsSuccess returns true when this tenants get one o k response has a 2xx status code
func (*TenantsGetOneOK) String ¶ added in v1.28.0
func (o *TenantsGetOneOK) String() string
type TenantsGetOneParams ¶ added in v1.28.0
type TenantsGetOneParams struct {
/* ClassName.
The name of the collection (class) containing the tenant.
*/
ClassName string
/* Consistency.
If true, the request is proxied to the cluster leader to ensure strong schema consistency. Default is true.
Default: true
*/
Consistency *bool
/* TenantName.
The name of the tenant to retrieve.
*/
TenantName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantsGetOneParams contains all the parameters to send to the API endpoint
for the tenants get one operation. Typically these are written to a http.Request.
func NewTenantsGetOneParams ¶ added in v1.28.0
func NewTenantsGetOneParams() *TenantsGetOneParams
NewTenantsGetOneParams creates a new TenantsGetOneParams 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 NewTenantsGetOneParamsWithContext ¶ added in v1.28.0
func NewTenantsGetOneParamsWithContext(ctx context.Context) *TenantsGetOneParams
NewTenantsGetOneParamsWithContext creates a new TenantsGetOneParams object with the ability to set a context for a request.
func NewTenantsGetOneParamsWithHTTPClient ¶ added in v1.28.0
func NewTenantsGetOneParamsWithHTTPClient(client *http.Client) *TenantsGetOneParams
NewTenantsGetOneParamsWithHTTPClient creates a new TenantsGetOneParams object with the ability to set a custom HTTPClient for a request.
func NewTenantsGetOneParamsWithTimeout ¶ added in v1.28.0
func NewTenantsGetOneParamsWithTimeout(timeout time.Duration) *TenantsGetOneParams
NewTenantsGetOneParamsWithTimeout creates a new TenantsGetOneParams object with the ability to set a timeout on a request.
func (*TenantsGetOneParams) SetClassName ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetClassName(className string)
SetClassName adds the className to the tenants get one params
func (*TenantsGetOneParams) SetConsistency ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetConsistency(consistency *bool)
SetConsistency adds the consistency to the tenants get one params
func (*TenantsGetOneParams) SetContext ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetContext(ctx context.Context)
SetContext adds the context to the tenants get one params
func (*TenantsGetOneParams) SetDefaults ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetDefaults()
SetDefaults hydrates default values in the tenants get one params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsGetOneParams) SetHTTPClient ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenants get one params
func (*TenantsGetOneParams) SetTenantName ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetTenantName(tenantName string)
SetTenantName adds the tenantName to the tenants get one params
func (*TenantsGetOneParams) SetTimeout ¶ added in v1.28.0
func (o *TenantsGetOneParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenants get one params
func (*TenantsGetOneParams) WithClassName ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithClassName(className string) *TenantsGetOneParams
WithClassName adds the className to the tenants get one params
func (*TenantsGetOneParams) WithConsistency ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithConsistency(consistency *bool) *TenantsGetOneParams
WithConsistency adds the consistency to the tenants get one params
func (*TenantsGetOneParams) WithContext ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithContext(ctx context.Context) *TenantsGetOneParams
WithContext adds the context to the tenants get one params
func (*TenantsGetOneParams) WithDefaults ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithDefaults() *TenantsGetOneParams
WithDefaults hydrates default values in the tenants get one params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsGetOneParams) WithHTTPClient ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithHTTPClient(client *http.Client) *TenantsGetOneParams
WithHTTPClient adds the HTTPClient to the tenants get one params
func (*TenantsGetOneParams) WithTenantName ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithTenantName(tenantName string) *TenantsGetOneParams
WithTenantName adds the tenantName to the tenants get one params
func (*TenantsGetOneParams) WithTimeout ¶ added in v1.28.0
func (o *TenantsGetOneParams) WithTimeout(timeout time.Duration) *TenantsGetOneParams
WithTimeout adds the timeout to the tenants get one params
func (*TenantsGetOneParams) WriteToRequest ¶ added in v1.28.0
func (o *TenantsGetOneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantsGetOneReader ¶ added in v1.28.0
type TenantsGetOneReader struct {
// contains filtered or unexported fields
}
TenantsGetOneReader is a Reader for the TenantsGetOne structure.
func (*TenantsGetOneReader) ReadResponse ¶ added in v1.28.0
func (o *TenantsGetOneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantsGetOneUnauthorized ¶ added in v1.28.0
type TenantsGetOneUnauthorized struct {
}
TenantsGetOneUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantsGetOneUnauthorized ¶ added in v1.28.0
func NewTenantsGetOneUnauthorized() *TenantsGetOneUnauthorized
NewTenantsGetOneUnauthorized creates a TenantsGetOneUnauthorized with default headers values
func (*TenantsGetOneUnauthorized) Code ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) Code() int
Code gets the status code for the tenants get one unauthorized response
func (*TenantsGetOneUnauthorized) Error ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) Error() string
func (*TenantsGetOneUnauthorized) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) IsClientError() bool
IsClientError returns true when this tenants get one unauthorized response has a 4xx status code
func (*TenantsGetOneUnauthorized) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) IsCode(code int) bool
IsCode returns true when this tenants get one unauthorized response a status code equal to that given
func (*TenantsGetOneUnauthorized) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenants get one unauthorized response has a 3xx status code
func (*TenantsGetOneUnauthorized) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) IsServerError() bool
IsServerError returns true when this tenants get one unauthorized response has a 5xx status code
func (*TenantsGetOneUnauthorized) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenants get one unauthorized response has a 2xx status code
func (*TenantsGetOneUnauthorized) String ¶ added in v1.28.0
func (o *TenantsGetOneUnauthorized) String() string
type TenantsGetOneUnprocessableEntity ¶ added in v1.28.0
type TenantsGetOneUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantsGetOneUnprocessableEntity describes a response with status code 422, with default header values.
Invalid request.
func NewTenantsGetOneUnprocessableEntity ¶ added in v1.28.0
func NewTenantsGetOneUnprocessableEntity() *TenantsGetOneUnprocessableEntity
NewTenantsGetOneUnprocessableEntity creates a TenantsGetOneUnprocessableEntity with default headers values
func (*TenantsGetOneUnprocessableEntity) Code ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) Code() int
Code gets the status code for the tenants get one unprocessable entity response
func (*TenantsGetOneUnprocessableEntity) Error ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) Error() string
func (*TenantsGetOneUnprocessableEntity) GetPayload ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantsGetOneUnprocessableEntity) IsClientError ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenants get one unprocessable entity response has a 4xx status code
func (*TenantsGetOneUnprocessableEntity) IsCode ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenants get one unprocessable entity response a status code equal to that given
func (*TenantsGetOneUnprocessableEntity) IsRedirect ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenants get one unprocessable entity response has a 3xx status code
func (*TenantsGetOneUnprocessableEntity) IsServerError ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenants get one unprocessable entity response has a 5xx status code
func (*TenantsGetOneUnprocessableEntity) IsSuccess ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenants get one unprocessable entity response has a 2xx status code
func (*TenantsGetOneUnprocessableEntity) String ¶ added in v1.28.0
func (o *TenantsGetOneUnprocessableEntity) String() string
type TenantsGetParams ¶ added in v1.20.0
type TenantsGetParams struct {
/* ClassName.
The name of the collection (class) whose tenants to list.
*/
ClassName string
/* Consistency.
If true, the request is proxied to the cluster leader to ensure strong schema consistency. Default is true.
Default: true
*/
Consistency *bool
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantsGetParams contains all the parameters to send to the API endpoint
for the tenants get operation. Typically these are written to a http.Request.
func NewTenantsGetParams ¶ added in v1.20.0
func NewTenantsGetParams() *TenantsGetParams
NewTenantsGetParams creates a new TenantsGetParams 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 NewTenantsGetParamsWithContext ¶ added in v1.20.0
func NewTenantsGetParamsWithContext(ctx context.Context) *TenantsGetParams
NewTenantsGetParamsWithContext creates a new TenantsGetParams object with the ability to set a context for a request.
func NewTenantsGetParamsWithHTTPClient ¶ added in v1.20.0
func NewTenantsGetParamsWithHTTPClient(client *http.Client) *TenantsGetParams
NewTenantsGetParamsWithHTTPClient creates a new TenantsGetParams object with the ability to set a custom HTTPClient for a request.
func NewTenantsGetParamsWithTimeout ¶ added in v1.20.0
func NewTenantsGetParamsWithTimeout(timeout time.Duration) *TenantsGetParams
NewTenantsGetParamsWithTimeout creates a new TenantsGetParams object with the ability to set a timeout on a request.
func (*TenantsGetParams) SetClassName ¶ added in v1.20.0
func (o *TenantsGetParams) SetClassName(className string)
SetClassName adds the className to the tenants get params
func (*TenantsGetParams) SetConsistency ¶ added in v1.25.0
func (o *TenantsGetParams) SetConsistency(consistency *bool)
SetConsistency adds the consistency to the tenants get params
func (*TenantsGetParams) SetContext ¶ added in v1.20.0
func (o *TenantsGetParams) SetContext(ctx context.Context)
SetContext adds the context to the tenants get params
func (*TenantsGetParams) SetDefaults ¶ added in v1.20.0
func (o *TenantsGetParams) SetDefaults()
SetDefaults hydrates default values in the tenants get params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsGetParams) SetHTTPClient ¶ added in v1.20.0
func (o *TenantsGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenants get params
func (*TenantsGetParams) SetTimeout ¶ added in v1.20.0
func (o *TenantsGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenants get params
func (*TenantsGetParams) WithClassName ¶ added in v1.20.0
func (o *TenantsGetParams) WithClassName(className string) *TenantsGetParams
WithClassName adds the className to the tenants get params
func (*TenantsGetParams) WithConsistency ¶ added in v1.25.0
func (o *TenantsGetParams) WithConsistency(consistency *bool) *TenantsGetParams
WithConsistency adds the consistency to the tenants get params
func (*TenantsGetParams) WithContext ¶ added in v1.20.0
func (o *TenantsGetParams) WithContext(ctx context.Context) *TenantsGetParams
WithContext adds the context to the tenants get params
func (*TenantsGetParams) WithDefaults ¶ added in v1.20.0
func (o *TenantsGetParams) WithDefaults() *TenantsGetParams
WithDefaults hydrates default values in the tenants get params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsGetParams) WithHTTPClient ¶ added in v1.20.0
func (o *TenantsGetParams) WithHTTPClient(client *http.Client) *TenantsGetParams
WithHTTPClient adds the HTTPClient to the tenants get params
func (*TenantsGetParams) WithTimeout ¶ added in v1.20.0
func (o *TenantsGetParams) WithTimeout(timeout time.Duration) *TenantsGetParams
WithTimeout adds the timeout to the tenants get params
func (*TenantsGetParams) WriteToRequest ¶ added in v1.20.0
func (o *TenantsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantsGetReader ¶ added in v1.20.0
type TenantsGetReader struct {
// contains filtered or unexported fields
}
TenantsGetReader is a Reader for the TenantsGet structure.
func (*TenantsGetReader) ReadResponse ¶ added in v1.20.0
func (o *TenantsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantsGetUnauthorized ¶ added in v1.20.0
type TenantsGetUnauthorized struct {
}
TenantsGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantsGetUnauthorized ¶ added in v1.20.0
func NewTenantsGetUnauthorized() *TenantsGetUnauthorized
NewTenantsGetUnauthorized creates a TenantsGetUnauthorized with default headers values
func (*TenantsGetUnauthorized) Code ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) Code() int
Code gets the status code for the tenants get unauthorized response
func (*TenantsGetUnauthorized) Error ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) Error() string
func (*TenantsGetUnauthorized) IsClientError ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) IsClientError() bool
IsClientError returns true when this tenants get unauthorized response has a 4xx status code
func (*TenantsGetUnauthorized) IsCode ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) IsCode(code int) bool
IsCode returns true when this tenants get unauthorized response a status code equal to that given
func (*TenantsGetUnauthorized) IsRedirect ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenants get unauthorized response has a 3xx status code
func (*TenantsGetUnauthorized) IsServerError ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) IsServerError() bool
IsServerError returns true when this tenants get unauthorized response has a 5xx status code
func (*TenantsGetUnauthorized) IsSuccess ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenants get unauthorized response has a 2xx status code
func (*TenantsGetUnauthorized) String ¶ added in v1.20.0
func (o *TenantsGetUnauthorized) String() string
type TenantsGetUnprocessableEntity ¶ added in v1.20.0
type TenantsGetUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantsGetUnprocessableEntity describes a response with status code 422, with default header values.
Invalid request.
func NewTenantsGetUnprocessableEntity ¶ added in v1.20.0
func NewTenantsGetUnprocessableEntity() *TenantsGetUnprocessableEntity
NewTenantsGetUnprocessableEntity creates a TenantsGetUnprocessableEntity with default headers values
func (*TenantsGetUnprocessableEntity) Code ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) Code() int
Code gets the status code for the tenants get unprocessable entity response
func (*TenantsGetUnprocessableEntity) Error ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) Error() string
func (*TenantsGetUnprocessableEntity) GetPayload ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantsGetUnprocessableEntity) IsClientError ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenants get unprocessable entity response has a 4xx status code
func (*TenantsGetUnprocessableEntity) IsCode ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenants get unprocessable entity response a status code equal to that given
func (*TenantsGetUnprocessableEntity) IsRedirect ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenants get unprocessable entity response has a 3xx status code
func (*TenantsGetUnprocessableEntity) IsServerError ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenants get unprocessable entity response has a 5xx status code
func (*TenantsGetUnprocessableEntity) IsSuccess ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenants get unprocessable entity response has a 2xx status code
func (*TenantsGetUnprocessableEntity) String ¶ added in v1.20.0
func (o *TenantsGetUnprocessableEntity) String() string
type TenantsUpdateForbidden ¶ added in v1.21.0
type TenantsUpdateForbidden struct {
Payload *models.ErrorResponse
}
TenantsUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTenantsUpdateForbidden ¶ added in v1.21.0
func NewTenantsUpdateForbidden() *TenantsUpdateForbidden
NewTenantsUpdateForbidden creates a TenantsUpdateForbidden with default headers values
func (*TenantsUpdateForbidden) Code ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) Code() int
Code gets the status code for the tenants update forbidden response
func (*TenantsUpdateForbidden) Error ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) Error() string
func (*TenantsUpdateForbidden) GetPayload ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) GetPayload() *models.ErrorResponse
func (*TenantsUpdateForbidden) IsClientError ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) IsClientError() bool
IsClientError returns true when this tenants update forbidden response has a 4xx status code
func (*TenantsUpdateForbidden) IsCode ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) IsCode(code int) bool
IsCode returns true when this tenants update forbidden response a status code equal to that given
func (*TenantsUpdateForbidden) IsRedirect ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this tenants update forbidden response has a 3xx status code
func (*TenantsUpdateForbidden) IsServerError ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) IsServerError() bool
IsServerError returns true when this tenants update forbidden response has a 5xx status code
func (*TenantsUpdateForbidden) IsSuccess ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this tenants update forbidden response has a 2xx status code
func (*TenantsUpdateForbidden) String ¶ added in v1.21.0
func (o *TenantsUpdateForbidden) String() string
type TenantsUpdateInternalServerError ¶ added in v1.21.0
type TenantsUpdateInternalServerError struct {
Payload *models.ErrorResponse
}
TenantsUpdateInternalServerError describes a response with status code 500, with default header values.
An error occurred while updating tenants. Check the ErrorResponse for details.
func NewTenantsUpdateInternalServerError ¶ added in v1.21.0
func NewTenantsUpdateInternalServerError() *TenantsUpdateInternalServerError
NewTenantsUpdateInternalServerError creates a TenantsUpdateInternalServerError with default headers values
func (*TenantsUpdateInternalServerError) Code ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) Code() int
Code gets the status code for the tenants update internal server error response
func (*TenantsUpdateInternalServerError) Error ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) Error() string
func (*TenantsUpdateInternalServerError) GetPayload ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) GetPayload() *models.ErrorResponse
func (*TenantsUpdateInternalServerError) IsClientError ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this tenants update internal server error response has a 4xx status code
func (*TenantsUpdateInternalServerError) IsCode ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this tenants update internal server error response a status code equal to that given
func (*TenantsUpdateInternalServerError) IsRedirect ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this tenants update internal server error response has a 3xx status code
func (*TenantsUpdateInternalServerError) IsServerError ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this tenants update internal server error response has a 5xx status code
func (*TenantsUpdateInternalServerError) IsSuccess ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this tenants update internal server error response has a 2xx status code
func (*TenantsUpdateInternalServerError) String ¶ added in v1.21.0
func (o *TenantsUpdateInternalServerError) String() string
type TenantsUpdateOK ¶ added in v1.21.0
TenantsUpdateOK describes a response with status code 200, with default header values.
Tenant statuses updated successfully.
func NewTenantsUpdateOK ¶ added in v1.21.0
func NewTenantsUpdateOK() *TenantsUpdateOK
NewTenantsUpdateOK creates a TenantsUpdateOK with default headers values
func (*TenantsUpdateOK) Code ¶ added in v1.21.0
func (o *TenantsUpdateOK) Code() int
Code gets the status code for the tenants update o k response
func (*TenantsUpdateOK) Error ¶ added in v1.21.0
func (o *TenantsUpdateOK) Error() string
func (*TenantsUpdateOK) GetPayload ¶ added in v1.21.0
func (o *TenantsUpdateOK) GetPayload() []*models.Tenant
func (*TenantsUpdateOK) IsClientError ¶ added in v1.21.0
func (o *TenantsUpdateOK) IsClientError() bool
IsClientError returns true when this tenants update o k response has a 4xx status code
func (*TenantsUpdateOK) IsCode ¶ added in v1.21.0
func (o *TenantsUpdateOK) IsCode(code int) bool
IsCode returns true when this tenants update o k response a status code equal to that given
func (*TenantsUpdateOK) IsRedirect ¶ added in v1.21.0
func (o *TenantsUpdateOK) IsRedirect() bool
IsRedirect returns true when this tenants update o k response has a 3xx status code
func (*TenantsUpdateOK) IsServerError ¶ added in v1.21.0
func (o *TenantsUpdateOK) IsServerError() bool
IsServerError returns true when this tenants update o k response has a 5xx status code
func (*TenantsUpdateOK) IsSuccess ¶ added in v1.21.0
func (o *TenantsUpdateOK) IsSuccess() bool
IsSuccess returns true when this tenants update o k response has a 2xx status code
func (*TenantsUpdateOK) String ¶ added in v1.21.0
func (o *TenantsUpdateOK) String() string
type TenantsUpdateParams ¶ added in v1.21.0
type TenantsUpdateParams struct {
/* Body.
An array of tenant objects specifying the tenants to update and their desired new status.
*/
Body []*models.Tenant
/* ClassName.
The name of the collection (class) containing the tenants.
*/
ClassName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TenantsUpdateParams contains all the parameters to send to the API endpoint
for the tenants update operation. Typically these are written to a http.Request.
func NewTenantsUpdateParams ¶ added in v1.21.0
func NewTenantsUpdateParams() *TenantsUpdateParams
NewTenantsUpdateParams creates a new TenantsUpdateParams 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 NewTenantsUpdateParamsWithContext ¶ added in v1.21.0
func NewTenantsUpdateParamsWithContext(ctx context.Context) *TenantsUpdateParams
NewTenantsUpdateParamsWithContext creates a new TenantsUpdateParams object with the ability to set a context for a request.
func NewTenantsUpdateParamsWithHTTPClient ¶ added in v1.21.0
func NewTenantsUpdateParamsWithHTTPClient(client *http.Client) *TenantsUpdateParams
NewTenantsUpdateParamsWithHTTPClient creates a new TenantsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewTenantsUpdateParamsWithTimeout ¶ added in v1.21.0
func NewTenantsUpdateParamsWithTimeout(timeout time.Duration) *TenantsUpdateParams
NewTenantsUpdateParamsWithTimeout creates a new TenantsUpdateParams object with the ability to set a timeout on a request.
func (*TenantsUpdateParams) SetBody ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetBody(body []*models.Tenant)
SetBody adds the body to the tenants update params
func (*TenantsUpdateParams) SetClassName ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetClassName(className string)
SetClassName adds the className to the tenants update params
func (*TenantsUpdateParams) SetContext ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the tenants update params
func (*TenantsUpdateParams) SetDefaults ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the tenants update params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsUpdateParams) SetHTTPClient ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the tenants update params
func (*TenantsUpdateParams) SetTimeout ¶ added in v1.21.0
func (o *TenantsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the tenants update params
func (*TenantsUpdateParams) WithBody ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithBody(body []*models.Tenant) *TenantsUpdateParams
WithBody adds the body to the tenants update params
func (*TenantsUpdateParams) WithClassName ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithClassName(className string) *TenantsUpdateParams
WithClassName adds the className to the tenants update params
func (*TenantsUpdateParams) WithContext ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithContext(ctx context.Context) *TenantsUpdateParams
WithContext adds the context to the tenants update params
func (*TenantsUpdateParams) WithDefaults ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithDefaults() *TenantsUpdateParams
WithDefaults hydrates default values in the tenants update params (not the query body).
All values with no default are reset to their zero value.
func (*TenantsUpdateParams) WithHTTPClient ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithHTTPClient(client *http.Client) *TenantsUpdateParams
WithHTTPClient adds the HTTPClient to the tenants update params
func (*TenantsUpdateParams) WithTimeout ¶ added in v1.21.0
func (o *TenantsUpdateParams) WithTimeout(timeout time.Duration) *TenantsUpdateParams
WithTimeout adds the timeout to the tenants update params
func (*TenantsUpdateParams) WriteToRequest ¶ added in v1.21.0
func (o *TenantsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TenantsUpdateReader ¶ added in v1.21.0
type TenantsUpdateReader struct {
// contains filtered or unexported fields
}
TenantsUpdateReader is a Reader for the TenantsUpdate structure.
func (*TenantsUpdateReader) ReadResponse ¶ added in v1.21.0
func (o *TenantsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TenantsUpdateUnauthorized ¶ added in v1.21.0
type TenantsUpdateUnauthorized struct {
}
TenantsUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized or invalid credentials.
func NewTenantsUpdateUnauthorized ¶ added in v1.21.0
func NewTenantsUpdateUnauthorized() *TenantsUpdateUnauthorized
NewTenantsUpdateUnauthorized creates a TenantsUpdateUnauthorized with default headers values
func (*TenantsUpdateUnauthorized) Code ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) Code() int
Code gets the status code for the tenants update unauthorized response
func (*TenantsUpdateUnauthorized) Error ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) Error() string
func (*TenantsUpdateUnauthorized) IsClientError ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this tenants update unauthorized response has a 4xx status code
func (*TenantsUpdateUnauthorized) IsCode ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this tenants update unauthorized response a status code equal to that given
func (*TenantsUpdateUnauthorized) IsRedirect ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this tenants update unauthorized response has a 3xx status code
func (*TenantsUpdateUnauthorized) IsServerError ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this tenants update unauthorized response has a 5xx status code
func (*TenantsUpdateUnauthorized) IsSuccess ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this tenants update unauthorized response has a 2xx status code
func (*TenantsUpdateUnauthorized) String ¶ added in v1.21.0
func (o *TenantsUpdateUnauthorized) String() string
type TenantsUpdateUnprocessableEntity ¶ added in v1.21.0
type TenantsUpdateUnprocessableEntity struct {
Payload *models.ErrorResponse
}
TenantsUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Invalid update request.
func NewTenantsUpdateUnprocessableEntity ¶ added in v1.21.0
func NewTenantsUpdateUnprocessableEntity() *TenantsUpdateUnprocessableEntity
NewTenantsUpdateUnprocessableEntity creates a TenantsUpdateUnprocessableEntity with default headers values
func (*TenantsUpdateUnprocessableEntity) Code ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) Code() int
Code gets the status code for the tenants update unprocessable entity response
func (*TenantsUpdateUnprocessableEntity) Error ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) Error() string
func (*TenantsUpdateUnprocessableEntity) GetPayload ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) GetPayload() *models.ErrorResponse
func (*TenantsUpdateUnprocessableEntity) IsClientError ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this tenants update unprocessable entity response has a 4xx status code
func (*TenantsUpdateUnprocessableEntity) IsCode ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this tenants update unprocessable entity response a status code equal to that given
func (*TenantsUpdateUnprocessableEntity) IsRedirect ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this tenants update unprocessable entity response has a 3xx status code
func (*TenantsUpdateUnprocessableEntity) IsServerError ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this tenants update unprocessable entity response has a 5xx status code
func (*TenantsUpdateUnprocessableEntity) IsSuccess ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this tenants update unprocessable entity response has a 2xx status code
func (*TenantsUpdateUnprocessableEntity) String ¶ added in v1.21.0
func (o *TenantsUpdateUnprocessableEntity) String() string
Source Files
¶
- aliases_create_parameters.go
- aliases_create_responses.go
- aliases_delete_parameters.go
- aliases_delete_responses.go
- aliases_get_alias_parameters.go
- aliases_get_alias_responses.go
- aliases_get_parameters.go
- aliases_get_responses.go
- aliases_update_parameters.go
- aliases_update_responses.go
- 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
- tenant_exists_parameters.go
- tenant_exists_responses.go
- tenants_create_parameters.go
- tenants_create_responses.go
- tenants_delete_parameters.go
- tenants_delete_responses.go
- tenants_get_one_parameters.go
- tenants_get_one_responses.go
- tenants_get_parameters.go
- tenants_get_responses.go
- tenants_update_parameters.go
- tenants_update_responses.go