schemas

package
v0.0.0-...-7b99a6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for schemas API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SystemCreateSchema

func (a *Client) SystemCreateSchema(params *SystemCreateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateSchemaCreated, error)

SystemCreateSchema creates schema

Create a schema. Set the `system` flag to prevent the schema from deletion or modifications.

func (*Client) SystemDeleteSchema

func (a *Client) SystemDeleteSchema(params *SystemDeleteSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteSchemaNoContent, error)

SystemDeleteSchema deletes schema

Delete a schema. Schemas marked with the `system` flag aren't available for deletion.

func (*Client) SystemGetSchema

func (a *Client) SystemGetSchema(params *SystemGetSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetSchemaOK, error)

SystemGetSchema gets schema

Gets schema.

func (*Client) SystemListSchemas

func (a *Client) SystemListSchemas(params *SystemListSchemasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListSchemasOK, error)

SystemListSchemas lists schemas

List all schemas.

func (*Client) SystemUpdateSchema

func (a *Client) SystemUpdateSchema(params *SystemUpdateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateSchemaOK, error)

SystemUpdateSchema updates schema

Update a schema. Schemas marked with the `system` flag aren't available for update.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	SystemCreateSchema(params *SystemCreateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateSchemaCreated, error)

	SystemDeleteSchema(params *SystemDeleteSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteSchemaNoContent, error)

	SystemGetSchema(params *SystemGetSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetSchemaOK, error)

	SystemListSchemas(params *SystemListSchemasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListSchemasOK, error)

	SystemUpdateSchema(params *SystemUpdateSchemaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateSchemaOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new schemas API client.

type SystemCreateSchemaBadRequest

type SystemCreateSchemaBadRequest struct {
	Payload *models.Error
}

SystemCreateSchemaBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemCreateSchemaBadRequest

func NewSystemCreateSchemaBadRequest() *SystemCreateSchemaBadRequest

NewSystemCreateSchemaBadRequest creates a SystemCreateSchemaBadRequest with default headers values

func (*SystemCreateSchemaBadRequest) Code

Code gets the status code for the system create schema bad request response

func (*SystemCreateSchemaBadRequest) Error

func (*SystemCreateSchemaBadRequest) GetPayload

func (o *SystemCreateSchemaBadRequest) GetPayload() *models.Error

func (*SystemCreateSchemaBadRequest) IsClientError

func (o *SystemCreateSchemaBadRequest) IsClientError() bool

IsClientError returns true when this system create schema bad request response has a 4xx status code

func (*SystemCreateSchemaBadRequest) IsCode

func (o *SystemCreateSchemaBadRequest) IsCode(code int) bool

IsCode returns true when this system create schema bad request response a status code equal to that given

func (*SystemCreateSchemaBadRequest) IsRedirect

func (o *SystemCreateSchemaBadRequest) IsRedirect() bool

IsRedirect returns true when this system create schema bad request response has a 3xx status code

func (*SystemCreateSchemaBadRequest) IsServerError

func (o *SystemCreateSchemaBadRequest) IsServerError() bool

IsServerError returns true when this system create schema bad request response has a 5xx status code

func (*SystemCreateSchemaBadRequest) IsSuccess

func (o *SystemCreateSchemaBadRequest) IsSuccess() bool

IsSuccess returns true when this system create schema bad request response has a 2xx status code

func (*SystemCreateSchemaBadRequest) String

type SystemCreateSchemaConflict

type SystemCreateSchemaConflict struct {
	Payload *models.Error
}

SystemCreateSchemaConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemCreateSchemaConflict

func NewSystemCreateSchemaConflict() *SystemCreateSchemaConflict

NewSystemCreateSchemaConflict creates a SystemCreateSchemaConflict with default headers values

func (*SystemCreateSchemaConflict) Code

func (o *SystemCreateSchemaConflict) Code() int

Code gets the status code for the system create schema conflict response

func (*SystemCreateSchemaConflict) Error

func (*SystemCreateSchemaConflict) GetPayload

func (o *SystemCreateSchemaConflict) GetPayload() *models.Error

func (*SystemCreateSchemaConflict) IsClientError

func (o *SystemCreateSchemaConflict) IsClientError() bool

IsClientError returns true when this system create schema conflict response has a 4xx status code

func (*SystemCreateSchemaConflict) IsCode

func (o *SystemCreateSchemaConflict) IsCode(code int) bool

IsCode returns true when this system create schema conflict response a status code equal to that given

func (*SystemCreateSchemaConflict) IsRedirect

func (o *SystemCreateSchemaConflict) IsRedirect() bool

IsRedirect returns true when this system create schema conflict response has a 3xx status code

func (*SystemCreateSchemaConflict) IsServerError

func (o *SystemCreateSchemaConflict) IsServerError() bool

IsServerError returns true when this system create schema conflict response has a 5xx status code

func (*SystemCreateSchemaConflict) IsSuccess

func (o *SystemCreateSchemaConflict) IsSuccess() bool

IsSuccess returns true when this system create schema conflict response has a 2xx status code

func (*SystemCreateSchemaConflict) String

func (o *SystemCreateSchemaConflict) String() string

type SystemCreateSchemaCreated

type SystemCreateSchemaCreated struct {
	Payload *models.Schema
}

SystemCreateSchemaCreated describes a response with status code 201, with default header values.

Schema

func NewSystemCreateSchemaCreated

func NewSystemCreateSchemaCreated() *SystemCreateSchemaCreated

NewSystemCreateSchemaCreated creates a SystemCreateSchemaCreated with default headers values

func (*SystemCreateSchemaCreated) Code

func (o *SystemCreateSchemaCreated) Code() int

Code gets the status code for the system create schema created response

func (*SystemCreateSchemaCreated) Error

func (o *SystemCreateSchemaCreated) Error() string

func (*SystemCreateSchemaCreated) GetPayload

func (o *SystemCreateSchemaCreated) GetPayload() *models.Schema

func (*SystemCreateSchemaCreated) IsClientError

func (o *SystemCreateSchemaCreated) IsClientError() bool

IsClientError returns true when this system create schema created response has a 4xx status code

func (*SystemCreateSchemaCreated) IsCode

func (o *SystemCreateSchemaCreated) IsCode(code int) bool

IsCode returns true when this system create schema created response a status code equal to that given

func (*SystemCreateSchemaCreated) IsRedirect

func (o *SystemCreateSchemaCreated) IsRedirect() bool

IsRedirect returns true when this system create schema created response has a 3xx status code

func (*SystemCreateSchemaCreated) IsServerError

func (o *SystemCreateSchemaCreated) IsServerError() bool

IsServerError returns true when this system create schema created response has a 5xx status code

func (*SystemCreateSchemaCreated) IsSuccess

func (o *SystemCreateSchemaCreated) IsSuccess() bool

IsSuccess returns true when this system create schema created response has a 2xx status code

func (*SystemCreateSchemaCreated) String

func (o *SystemCreateSchemaCreated) String() string

type SystemCreateSchemaForbidden

type SystemCreateSchemaForbidden struct {
	Payload *models.Error
}

SystemCreateSchemaForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemCreateSchemaForbidden

func NewSystemCreateSchemaForbidden() *SystemCreateSchemaForbidden

NewSystemCreateSchemaForbidden creates a SystemCreateSchemaForbidden with default headers values

func (*SystemCreateSchemaForbidden) Code

func (o *SystemCreateSchemaForbidden) Code() int

Code gets the status code for the system create schema forbidden response

func (*SystemCreateSchemaForbidden) Error

func (*SystemCreateSchemaForbidden) GetPayload

func (o *SystemCreateSchemaForbidden) GetPayload() *models.Error

func (*SystemCreateSchemaForbidden) IsClientError

func (o *SystemCreateSchemaForbidden) IsClientError() bool

IsClientError returns true when this system create schema forbidden response has a 4xx status code

func (*SystemCreateSchemaForbidden) IsCode

func (o *SystemCreateSchemaForbidden) IsCode(code int) bool

IsCode returns true when this system create schema forbidden response a status code equal to that given

func (*SystemCreateSchemaForbidden) IsRedirect

func (o *SystemCreateSchemaForbidden) IsRedirect() bool

IsRedirect returns true when this system create schema forbidden response has a 3xx status code

func (*SystemCreateSchemaForbidden) IsServerError

func (o *SystemCreateSchemaForbidden) IsServerError() bool

IsServerError returns true when this system create schema forbidden response has a 5xx status code

func (*SystemCreateSchemaForbidden) IsSuccess

func (o *SystemCreateSchemaForbidden) IsSuccess() bool

IsSuccess returns true when this system create schema forbidden response has a 2xx status code

func (*SystemCreateSchemaForbidden) String

func (o *SystemCreateSchemaForbidden) String() string

type SystemCreateSchemaNotFound

type SystemCreateSchemaNotFound struct {
	Payload *models.Error
}

SystemCreateSchemaNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemCreateSchemaNotFound

func NewSystemCreateSchemaNotFound() *SystemCreateSchemaNotFound

NewSystemCreateSchemaNotFound creates a SystemCreateSchemaNotFound with default headers values

func (*SystemCreateSchemaNotFound) Code

func (o *SystemCreateSchemaNotFound) Code() int

Code gets the status code for the system create schema not found response

func (*SystemCreateSchemaNotFound) Error

func (*SystemCreateSchemaNotFound) GetPayload

func (o *SystemCreateSchemaNotFound) GetPayload() *models.Error

func (*SystemCreateSchemaNotFound) IsClientError

func (o *SystemCreateSchemaNotFound) IsClientError() bool

IsClientError returns true when this system create schema not found response has a 4xx status code

func (*SystemCreateSchemaNotFound) IsCode

func (o *SystemCreateSchemaNotFound) IsCode(code int) bool

IsCode returns true when this system create schema not found response a status code equal to that given

func (*SystemCreateSchemaNotFound) IsRedirect

func (o *SystemCreateSchemaNotFound) IsRedirect() bool

IsRedirect returns true when this system create schema not found response has a 3xx status code

func (*SystemCreateSchemaNotFound) IsServerError

func (o *SystemCreateSchemaNotFound) IsServerError() bool

IsServerError returns true when this system create schema not found response has a 5xx status code

func (*SystemCreateSchemaNotFound) IsSuccess

func (o *SystemCreateSchemaNotFound) IsSuccess() bool

IsSuccess returns true when this system create schema not found response has a 2xx status code

func (*SystemCreateSchemaNotFound) String

func (o *SystemCreateSchemaNotFound) String() string

type SystemCreateSchemaParams

type SystemCreateSchemaParams struct {

	// Schema.
	Schema *models.Schema

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemCreateSchemaParams contains all the parameters to send to the API endpoint

for the system create schema operation.

Typically these are written to a http.Request.

func NewSystemCreateSchemaParams

func NewSystemCreateSchemaParams() *SystemCreateSchemaParams

NewSystemCreateSchemaParams creates a new SystemCreateSchemaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSystemCreateSchemaParamsWithContext

func NewSystemCreateSchemaParamsWithContext(ctx context.Context) *SystemCreateSchemaParams

NewSystemCreateSchemaParamsWithContext creates a new SystemCreateSchemaParams object with the ability to set a context for a request.

func NewSystemCreateSchemaParamsWithHTTPClient

func NewSystemCreateSchemaParamsWithHTTPClient(client *http.Client) *SystemCreateSchemaParams

NewSystemCreateSchemaParamsWithHTTPClient creates a new SystemCreateSchemaParams object with the ability to set a custom HTTPClient for a request.

func NewSystemCreateSchemaParamsWithTimeout

func NewSystemCreateSchemaParamsWithTimeout(timeout time.Duration) *SystemCreateSchemaParams

NewSystemCreateSchemaParamsWithTimeout creates a new SystemCreateSchemaParams object with the ability to set a timeout on a request.

func (*SystemCreateSchemaParams) SetContext

func (o *SystemCreateSchemaParams) SetContext(ctx context.Context)

SetContext adds the context to the system create schema params

func (*SystemCreateSchemaParams) SetDefaults

func (o *SystemCreateSchemaParams) SetDefaults()

SetDefaults hydrates default values in the system create schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemCreateSchemaParams) SetHTTPClient

func (o *SystemCreateSchemaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system create schema params

func (*SystemCreateSchemaParams) SetIfMatch

func (o *SystemCreateSchemaParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system create schema params

func (*SystemCreateSchemaParams) SetSchema

func (o *SystemCreateSchemaParams) SetSchema(schema *models.Schema)

SetSchema adds the schema to the system create schema params

func (*SystemCreateSchemaParams) SetTimeout

func (o *SystemCreateSchemaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system create schema params

func (*SystemCreateSchemaParams) WithContext

WithContext adds the context to the system create schema params

func (*SystemCreateSchemaParams) WithDefaults

WithDefaults hydrates default values in the system create schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemCreateSchemaParams) WithHTTPClient

func (o *SystemCreateSchemaParams) WithHTTPClient(client *http.Client) *SystemCreateSchemaParams

WithHTTPClient adds the HTTPClient to the system create schema params

func (*SystemCreateSchemaParams) WithIfMatch

func (o *SystemCreateSchemaParams) WithIfMatch(ifMatch *string) *SystemCreateSchemaParams

WithIfMatch adds the ifMatch to the system create schema params

func (*SystemCreateSchemaParams) WithSchema

WithSchema adds the schema to the system create schema params

func (*SystemCreateSchemaParams) WithTimeout

WithTimeout adds the timeout to the system create schema params

func (*SystemCreateSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemCreateSchemaReader

type SystemCreateSchemaReader struct {
	// contains filtered or unexported fields
}

SystemCreateSchemaReader is a Reader for the SystemCreateSchema structure.

func (*SystemCreateSchemaReader) ReadResponse

func (o *SystemCreateSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemCreateSchemaTooManyRequests

type SystemCreateSchemaTooManyRequests struct {
	Payload *models.Error
}

SystemCreateSchemaTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemCreateSchemaTooManyRequests

func NewSystemCreateSchemaTooManyRequests() *SystemCreateSchemaTooManyRequests

NewSystemCreateSchemaTooManyRequests creates a SystemCreateSchemaTooManyRequests with default headers values

func (*SystemCreateSchemaTooManyRequests) Code

Code gets the status code for the system create schema too many requests response

func (*SystemCreateSchemaTooManyRequests) Error

func (*SystemCreateSchemaTooManyRequests) GetPayload

func (*SystemCreateSchemaTooManyRequests) IsClientError

func (o *SystemCreateSchemaTooManyRequests) IsClientError() bool

IsClientError returns true when this system create schema too many requests response has a 4xx status code

func (*SystemCreateSchemaTooManyRequests) IsCode

func (o *SystemCreateSchemaTooManyRequests) IsCode(code int) bool

IsCode returns true when this system create schema too many requests response a status code equal to that given

func (*SystemCreateSchemaTooManyRequests) IsRedirect

func (o *SystemCreateSchemaTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system create schema too many requests response has a 3xx status code

func (*SystemCreateSchemaTooManyRequests) IsServerError

func (o *SystemCreateSchemaTooManyRequests) IsServerError() bool

IsServerError returns true when this system create schema too many requests response has a 5xx status code

func (*SystemCreateSchemaTooManyRequests) IsSuccess

func (o *SystemCreateSchemaTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system create schema too many requests response has a 2xx status code

func (*SystemCreateSchemaTooManyRequests) String

type SystemCreateSchemaUnauthorized

type SystemCreateSchemaUnauthorized struct {
	Payload *models.Error
}

SystemCreateSchemaUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemCreateSchemaUnauthorized

func NewSystemCreateSchemaUnauthorized() *SystemCreateSchemaUnauthorized

NewSystemCreateSchemaUnauthorized creates a SystemCreateSchemaUnauthorized with default headers values

func (*SystemCreateSchemaUnauthorized) Code

Code gets the status code for the system create schema unauthorized response

func (*SystemCreateSchemaUnauthorized) Error

func (*SystemCreateSchemaUnauthorized) GetPayload

func (o *SystemCreateSchemaUnauthorized) GetPayload() *models.Error

func (*SystemCreateSchemaUnauthorized) IsClientError

func (o *SystemCreateSchemaUnauthorized) IsClientError() bool

IsClientError returns true when this system create schema unauthorized response has a 4xx status code

func (*SystemCreateSchemaUnauthorized) IsCode

func (o *SystemCreateSchemaUnauthorized) IsCode(code int) bool

IsCode returns true when this system create schema unauthorized response a status code equal to that given

func (*SystemCreateSchemaUnauthorized) IsRedirect

func (o *SystemCreateSchemaUnauthorized) IsRedirect() bool

IsRedirect returns true when this system create schema unauthorized response has a 3xx status code

func (*SystemCreateSchemaUnauthorized) IsServerError

func (o *SystemCreateSchemaUnauthorized) IsServerError() bool

IsServerError returns true when this system create schema unauthorized response has a 5xx status code

func (*SystemCreateSchemaUnauthorized) IsSuccess

func (o *SystemCreateSchemaUnauthorized) IsSuccess() bool

IsSuccess returns true when this system create schema unauthorized response has a 2xx status code

func (*SystemCreateSchemaUnauthorized) String

type SystemCreateSchemaUnprocessableEntity

type SystemCreateSchemaUnprocessableEntity struct {
	Payload *models.Error
}

SystemCreateSchemaUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemCreateSchemaUnprocessableEntity

func NewSystemCreateSchemaUnprocessableEntity() *SystemCreateSchemaUnprocessableEntity

NewSystemCreateSchemaUnprocessableEntity creates a SystemCreateSchemaUnprocessableEntity with default headers values

func (*SystemCreateSchemaUnprocessableEntity) Code

Code gets the status code for the system create schema unprocessable entity response

func (*SystemCreateSchemaUnprocessableEntity) Error

func (*SystemCreateSchemaUnprocessableEntity) GetPayload

func (*SystemCreateSchemaUnprocessableEntity) IsClientError

func (o *SystemCreateSchemaUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system create schema unprocessable entity response has a 4xx status code

func (*SystemCreateSchemaUnprocessableEntity) IsCode

IsCode returns true when this system create schema unprocessable entity response a status code equal to that given

func (*SystemCreateSchemaUnprocessableEntity) IsRedirect

IsRedirect returns true when this system create schema unprocessable entity response has a 3xx status code

func (*SystemCreateSchemaUnprocessableEntity) IsServerError

func (o *SystemCreateSchemaUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system create schema unprocessable entity response has a 5xx status code

func (*SystemCreateSchemaUnprocessableEntity) IsSuccess

IsSuccess returns true when this system create schema unprocessable entity response has a 2xx status code

func (*SystemCreateSchemaUnprocessableEntity) String

type SystemDeleteSchemaBadRequest

type SystemDeleteSchemaBadRequest struct {
	Payload *models.Error
}

SystemDeleteSchemaBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemDeleteSchemaBadRequest

func NewSystemDeleteSchemaBadRequest() *SystemDeleteSchemaBadRequest

NewSystemDeleteSchemaBadRequest creates a SystemDeleteSchemaBadRequest with default headers values

func (*SystemDeleteSchemaBadRequest) Code

Code gets the status code for the system delete schema bad request response

func (*SystemDeleteSchemaBadRequest) Error

func (*SystemDeleteSchemaBadRequest) GetPayload

func (o *SystemDeleteSchemaBadRequest) GetPayload() *models.Error

func (*SystemDeleteSchemaBadRequest) IsClientError

func (o *SystemDeleteSchemaBadRequest) IsClientError() bool

IsClientError returns true when this system delete schema bad request response has a 4xx status code

func (*SystemDeleteSchemaBadRequest) IsCode

func (o *SystemDeleteSchemaBadRequest) IsCode(code int) bool

IsCode returns true when this system delete schema bad request response a status code equal to that given

func (*SystemDeleteSchemaBadRequest) IsRedirect

func (o *SystemDeleteSchemaBadRequest) IsRedirect() bool

IsRedirect returns true when this system delete schema bad request response has a 3xx status code

func (*SystemDeleteSchemaBadRequest) IsServerError

func (o *SystemDeleteSchemaBadRequest) IsServerError() bool

IsServerError returns true when this system delete schema bad request response has a 5xx status code

func (*SystemDeleteSchemaBadRequest) IsSuccess

func (o *SystemDeleteSchemaBadRequest) IsSuccess() bool

IsSuccess returns true when this system delete schema bad request response has a 2xx status code

func (*SystemDeleteSchemaBadRequest) String

type SystemDeleteSchemaConflict

type SystemDeleteSchemaConflict struct {
	Payload *models.Error
}

SystemDeleteSchemaConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemDeleteSchemaConflict

func NewSystemDeleteSchemaConflict() *SystemDeleteSchemaConflict

NewSystemDeleteSchemaConflict creates a SystemDeleteSchemaConflict with default headers values

func (*SystemDeleteSchemaConflict) Code

func (o *SystemDeleteSchemaConflict) Code() int

Code gets the status code for the system delete schema conflict response

func (*SystemDeleteSchemaConflict) Error

func (*SystemDeleteSchemaConflict) GetPayload

func (o *SystemDeleteSchemaConflict) GetPayload() *models.Error

func (*SystemDeleteSchemaConflict) IsClientError

func (o *SystemDeleteSchemaConflict) IsClientError() bool

IsClientError returns true when this system delete schema conflict response has a 4xx status code

func (*SystemDeleteSchemaConflict) IsCode

func (o *SystemDeleteSchemaConflict) IsCode(code int) bool

IsCode returns true when this system delete schema conflict response a status code equal to that given

func (*SystemDeleteSchemaConflict) IsRedirect

func (o *SystemDeleteSchemaConflict) IsRedirect() bool

IsRedirect returns true when this system delete schema conflict response has a 3xx status code

func (*SystemDeleteSchemaConflict) IsServerError

func (o *SystemDeleteSchemaConflict) IsServerError() bool

IsServerError returns true when this system delete schema conflict response has a 5xx status code

func (*SystemDeleteSchemaConflict) IsSuccess

func (o *SystemDeleteSchemaConflict) IsSuccess() bool

IsSuccess returns true when this system delete schema conflict response has a 2xx status code

func (*SystemDeleteSchemaConflict) String

func (o *SystemDeleteSchemaConflict) String() string

type SystemDeleteSchemaForbidden

type SystemDeleteSchemaForbidden struct {
	Payload *models.Error
}

SystemDeleteSchemaForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemDeleteSchemaForbidden

func NewSystemDeleteSchemaForbidden() *SystemDeleteSchemaForbidden

NewSystemDeleteSchemaForbidden creates a SystemDeleteSchemaForbidden with default headers values

func (*SystemDeleteSchemaForbidden) Code

func (o *SystemDeleteSchemaForbidden) Code() int

Code gets the status code for the system delete schema forbidden response

func (*SystemDeleteSchemaForbidden) Error

func (*SystemDeleteSchemaForbidden) GetPayload

func (o *SystemDeleteSchemaForbidden) GetPayload() *models.Error

func (*SystemDeleteSchemaForbidden) IsClientError

func (o *SystemDeleteSchemaForbidden) IsClientError() bool

IsClientError returns true when this system delete schema forbidden response has a 4xx status code

func (*SystemDeleteSchemaForbidden) IsCode

func (o *SystemDeleteSchemaForbidden) IsCode(code int) bool

IsCode returns true when this system delete schema forbidden response a status code equal to that given

func (*SystemDeleteSchemaForbidden) IsRedirect

func (o *SystemDeleteSchemaForbidden) IsRedirect() bool

IsRedirect returns true when this system delete schema forbidden response has a 3xx status code

func (*SystemDeleteSchemaForbidden) IsServerError

func (o *SystemDeleteSchemaForbidden) IsServerError() bool

IsServerError returns true when this system delete schema forbidden response has a 5xx status code

func (*SystemDeleteSchemaForbidden) IsSuccess

func (o *SystemDeleteSchemaForbidden) IsSuccess() bool

IsSuccess returns true when this system delete schema forbidden response has a 2xx status code

func (*SystemDeleteSchemaForbidden) String

func (o *SystemDeleteSchemaForbidden) String() string

type SystemDeleteSchemaNoContent

type SystemDeleteSchemaNoContent struct {
}

SystemDeleteSchemaNoContent describes a response with status code 204, with default header values.

Schema has been deleted

func NewSystemDeleteSchemaNoContent

func NewSystemDeleteSchemaNoContent() *SystemDeleteSchemaNoContent

NewSystemDeleteSchemaNoContent creates a SystemDeleteSchemaNoContent with default headers values

func (*SystemDeleteSchemaNoContent) Code

func (o *SystemDeleteSchemaNoContent) Code() int

Code gets the status code for the system delete schema no content response

func (*SystemDeleteSchemaNoContent) Error

func (*SystemDeleteSchemaNoContent) IsClientError

func (o *SystemDeleteSchemaNoContent) IsClientError() bool

IsClientError returns true when this system delete schema no content response has a 4xx status code

func (*SystemDeleteSchemaNoContent) IsCode

func (o *SystemDeleteSchemaNoContent) IsCode(code int) bool

IsCode returns true when this system delete schema no content response a status code equal to that given

func (*SystemDeleteSchemaNoContent) IsRedirect

func (o *SystemDeleteSchemaNoContent) IsRedirect() bool

IsRedirect returns true when this system delete schema no content response has a 3xx status code

func (*SystemDeleteSchemaNoContent) IsServerError

func (o *SystemDeleteSchemaNoContent) IsServerError() bool

IsServerError returns true when this system delete schema no content response has a 5xx status code

func (*SystemDeleteSchemaNoContent) IsSuccess

func (o *SystemDeleteSchemaNoContent) IsSuccess() bool

IsSuccess returns true when this system delete schema no content response has a 2xx status code

func (*SystemDeleteSchemaNoContent) String

func (o *SystemDeleteSchemaNoContent) String() string

type SystemDeleteSchemaNotFound

type SystemDeleteSchemaNotFound struct {
	Payload *models.Error
}

SystemDeleteSchemaNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemDeleteSchemaNotFound

func NewSystemDeleteSchemaNotFound() *SystemDeleteSchemaNotFound

NewSystemDeleteSchemaNotFound creates a SystemDeleteSchemaNotFound with default headers values

func (*SystemDeleteSchemaNotFound) Code

func (o *SystemDeleteSchemaNotFound) Code() int

Code gets the status code for the system delete schema not found response

func (*SystemDeleteSchemaNotFound) Error

func (*SystemDeleteSchemaNotFound) GetPayload

func (o *SystemDeleteSchemaNotFound) GetPayload() *models.Error

func (*SystemDeleteSchemaNotFound) IsClientError

func (o *SystemDeleteSchemaNotFound) IsClientError() bool

IsClientError returns true when this system delete schema not found response has a 4xx status code

func (*SystemDeleteSchemaNotFound) IsCode

func (o *SystemDeleteSchemaNotFound) IsCode(code int) bool

IsCode returns true when this system delete schema not found response a status code equal to that given

func (*SystemDeleteSchemaNotFound) IsRedirect

func (o *SystemDeleteSchemaNotFound) IsRedirect() bool

IsRedirect returns true when this system delete schema not found response has a 3xx status code

func (*SystemDeleteSchemaNotFound) IsServerError

func (o *SystemDeleteSchemaNotFound) IsServerError() bool

IsServerError returns true when this system delete schema not found response has a 5xx status code

func (*SystemDeleteSchemaNotFound) IsSuccess

func (o *SystemDeleteSchemaNotFound) IsSuccess() bool

IsSuccess returns true when this system delete schema not found response has a 2xx status code

func (*SystemDeleteSchemaNotFound) String

func (o *SystemDeleteSchemaNotFound) String() string

type SystemDeleteSchemaParams

type SystemDeleteSchemaParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// SchID.
	SchID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemDeleteSchemaParams contains all the parameters to send to the API endpoint

for the system delete schema operation.

Typically these are written to a http.Request.

func NewSystemDeleteSchemaParams

func NewSystemDeleteSchemaParams() *SystemDeleteSchemaParams

NewSystemDeleteSchemaParams creates a new SystemDeleteSchemaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSystemDeleteSchemaParamsWithContext

func NewSystemDeleteSchemaParamsWithContext(ctx context.Context) *SystemDeleteSchemaParams

NewSystemDeleteSchemaParamsWithContext creates a new SystemDeleteSchemaParams object with the ability to set a context for a request.

func NewSystemDeleteSchemaParamsWithHTTPClient

func NewSystemDeleteSchemaParamsWithHTTPClient(client *http.Client) *SystemDeleteSchemaParams

NewSystemDeleteSchemaParamsWithHTTPClient creates a new SystemDeleteSchemaParams object with the ability to set a custom HTTPClient for a request.

func NewSystemDeleteSchemaParamsWithTimeout

func NewSystemDeleteSchemaParamsWithTimeout(timeout time.Duration) *SystemDeleteSchemaParams

NewSystemDeleteSchemaParamsWithTimeout creates a new SystemDeleteSchemaParams object with the ability to set a timeout on a request.

func (*SystemDeleteSchemaParams) SetContext

func (o *SystemDeleteSchemaParams) SetContext(ctx context.Context)

SetContext adds the context to the system delete schema params

func (*SystemDeleteSchemaParams) SetDefaults

func (o *SystemDeleteSchemaParams) SetDefaults()

SetDefaults hydrates default values in the system delete schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemDeleteSchemaParams) SetHTTPClient

func (o *SystemDeleteSchemaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system delete schema params

func (*SystemDeleteSchemaParams) SetIfMatch

func (o *SystemDeleteSchemaParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system delete schema params

func (*SystemDeleteSchemaParams) SetSchID

func (o *SystemDeleteSchemaParams) SetSchID(schID string)

SetSchID adds the schId to the system delete schema params

func (*SystemDeleteSchemaParams) SetTimeout

func (o *SystemDeleteSchemaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system delete schema params

func (*SystemDeleteSchemaParams) WithContext

WithContext adds the context to the system delete schema params

func (*SystemDeleteSchemaParams) WithDefaults

WithDefaults hydrates default values in the system delete schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemDeleteSchemaParams) WithHTTPClient

func (o *SystemDeleteSchemaParams) WithHTTPClient(client *http.Client) *SystemDeleteSchemaParams

WithHTTPClient adds the HTTPClient to the system delete schema params

func (*SystemDeleteSchemaParams) WithIfMatch

func (o *SystemDeleteSchemaParams) WithIfMatch(ifMatch *string) *SystemDeleteSchemaParams

WithIfMatch adds the ifMatch to the system delete schema params

func (*SystemDeleteSchemaParams) WithSchID

WithSchID adds the schID to the system delete schema params

func (*SystemDeleteSchemaParams) WithTimeout

WithTimeout adds the timeout to the system delete schema params

func (*SystemDeleteSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemDeleteSchemaReader

type SystemDeleteSchemaReader struct {
	// contains filtered or unexported fields
}

SystemDeleteSchemaReader is a Reader for the SystemDeleteSchema structure.

func (*SystemDeleteSchemaReader) ReadResponse

func (o *SystemDeleteSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemDeleteSchemaTooManyRequests

type SystemDeleteSchemaTooManyRequests struct {
	Payload *models.Error
}

SystemDeleteSchemaTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemDeleteSchemaTooManyRequests

func NewSystemDeleteSchemaTooManyRequests() *SystemDeleteSchemaTooManyRequests

NewSystemDeleteSchemaTooManyRequests creates a SystemDeleteSchemaTooManyRequests with default headers values

func (*SystemDeleteSchemaTooManyRequests) Code

Code gets the status code for the system delete schema too many requests response

func (*SystemDeleteSchemaTooManyRequests) Error

func (*SystemDeleteSchemaTooManyRequests) GetPayload

func (*SystemDeleteSchemaTooManyRequests) IsClientError

func (o *SystemDeleteSchemaTooManyRequests) IsClientError() bool

IsClientError returns true when this system delete schema too many requests response has a 4xx status code

func (*SystemDeleteSchemaTooManyRequests) IsCode

func (o *SystemDeleteSchemaTooManyRequests) IsCode(code int) bool

IsCode returns true when this system delete schema too many requests response a status code equal to that given

func (*SystemDeleteSchemaTooManyRequests) IsRedirect

func (o *SystemDeleteSchemaTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system delete schema too many requests response has a 3xx status code

func (*SystemDeleteSchemaTooManyRequests) IsServerError

func (o *SystemDeleteSchemaTooManyRequests) IsServerError() bool

IsServerError returns true when this system delete schema too many requests response has a 5xx status code

func (*SystemDeleteSchemaTooManyRequests) IsSuccess

func (o *SystemDeleteSchemaTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system delete schema too many requests response has a 2xx status code

func (*SystemDeleteSchemaTooManyRequests) String

type SystemDeleteSchemaUnauthorized

type SystemDeleteSchemaUnauthorized struct {
	Payload *models.Error
}

SystemDeleteSchemaUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemDeleteSchemaUnauthorized

func NewSystemDeleteSchemaUnauthorized() *SystemDeleteSchemaUnauthorized

NewSystemDeleteSchemaUnauthorized creates a SystemDeleteSchemaUnauthorized with default headers values

func (*SystemDeleteSchemaUnauthorized) Code

Code gets the status code for the system delete schema unauthorized response

func (*SystemDeleteSchemaUnauthorized) Error

func (*SystemDeleteSchemaUnauthorized) GetPayload

func (o *SystemDeleteSchemaUnauthorized) GetPayload() *models.Error

func (*SystemDeleteSchemaUnauthorized) IsClientError

func (o *SystemDeleteSchemaUnauthorized) IsClientError() bool

IsClientError returns true when this system delete schema unauthorized response has a 4xx status code

func (*SystemDeleteSchemaUnauthorized) IsCode

func (o *SystemDeleteSchemaUnauthorized) IsCode(code int) bool

IsCode returns true when this system delete schema unauthorized response a status code equal to that given

func (*SystemDeleteSchemaUnauthorized) IsRedirect

func (o *SystemDeleteSchemaUnauthorized) IsRedirect() bool

IsRedirect returns true when this system delete schema unauthorized response has a 3xx status code

func (*SystemDeleteSchemaUnauthorized) IsServerError

func (o *SystemDeleteSchemaUnauthorized) IsServerError() bool

IsServerError returns true when this system delete schema unauthorized response has a 5xx status code

func (*SystemDeleteSchemaUnauthorized) IsSuccess

func (o *SystemDeleteSchemaUnauthorized) IsSuccess() bool

IsSuccess returns true when this system delete schema unauthorized response has a 2xx status code

func (*SystemDeleteSchemaUnauthorized) String

type SystemGetSchemaForbidden

type SystemGetSchemaForbidden struct {
	Payload *models.Error
}

SystemGetSchemaForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemGetSchemaForbidden

func NewSystemGetSchemaForbidden() *SystemGetSchemaForbidden

NewSystemGetSchemaForbidden creates a SystemGetSchemaForbidden with default headers values

func (*SystemGetSchemaForbidden) Code

func (o *SystemGetSchemaForbidden) Code() int

Code gets the status code for the system get schema forbidden response

func (*SystemGetSchemaForbidden) Error

func (o *SystemGetSchemaForbidden) Error() string

func (*SystemGetSchemaForbidden) GetPayload

func (o *SystemGetSchemaForbidden) GetPayload() *models.Error

func (*SystemGetSchemaForbidden) IsClientError

func (o *SystemGetSchemaForbidden) IsClientError() bool

IsClientError returns true when this system get schema forbidden response has a 4xx status code

func (*SystemGetSchemaForbidden) IsCode

func (o *SystemGetSchemaForbidden) IsCode(code int) bool

IsCode returns true when this system get schema forbidden response a status code equal to that given

func (*SystemGetSchemaForbidden) IsRedirect

func (o *SystemGetSchemaForbidden) IsRedirect() bool

IsRedirect returns true when this system get schema forbidden response has a 3xx status code

func (*SystemGetSchemaForbidden) IsServerError

func (o *SystemGetSchemaForbidden) IsServerError() bool

IsServerError returns true when this system get schema forbidden response has a 5xx status code

func (*SystemGetSchemaForbidden) IsSuccess

func (o *SystemGetSchemaForbidden) IsSuccess() bool

IsSuccess returns true when this system get schema forbidden response has a 2xx status code

func (*SystemGetSchemaForbidden) String

func (o *SystemGetSchemaForbidden) String() string

type SystemGetSchemaNotFound

type SystemGetSchemaNotFound struct {
	Payload *models.Error
}

SystemGetSchemaNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemGetSchemaNotFound

func NewSystemGetSchemaNotFound() *SystemGetSchemaNotFound

NewSystemGetSchemaNotFound creates a SystemGetSchemaNotFound with default headers values

func (*SystemGetSchemaNotFound) Code

func (o *SystemGetSchemaNotFound) Code() int

Code gets the status code for the system get schema not found response

func (*SystemGetSchemaNotFound) Error

func (o *SystemGetSchemaNotFound) Error() string

func (*SystemGetSchemaNotFound) GetPayload

func (o *SystemGetSchemaNotFound) GetPayload() *models.Error

func (*SystemGetSchemaNotFound) IsClientError

func (o *SystemGetSchemaNotFound) IsClientError() bool

IsClientError returns true when this system get schema not found response has a 4xx status code

func (*SystemGetSchemaNotFound) IsCode

func (o *SystemGetSchemaNotFound) IsCode(code int) bool

IsCode returns true when this system get schema not found response a status code equal to that given

func (*SystemGetSchemaNotFound) IsRedirect

func (o *SystemGetSchemaNotFound) IsRedirect() bool

IsRedirect returns true when this system get schema not found response has a 3xx status code

func (*SystemGetSchemaNotFound) IsServerError

func (o *SystemGetSchemaNotFound) IsServerError() bool

IsServerError returns true when this system get schema not found response has a 5xx status code

func (*SystemGetSchemaNotFound) IsSuccess

func (o *SystemGetSchemaNotFound) IsSuccess() bool

IsSuccess returns true when this system get schema not found response has a 2xx status code

func (*SystemGetSchemaNotFound) String

func (o *SystemGetSchemaNotFound) String() string

type SystemGetSchemaOK

type SystemGetSchemaOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.Schema
}

SystemGetSchemaOK describes a response with status code 200, with default header values.

Identity Schema

func NewSystemGetSchemaOK

func NewSystemGetSchemaOK() *SystemGetSchemaOK

NewSystemGetSchemaOK creates a SystemGetSchemaOK with default headers values

func (*SystemGetSchemaOK) Code

func (o *SystemGetSchemaOK) Code() int

Code gets the status code for the system get schema o k response

func (*SystemGetSchemaOK) Error

func (o *SystemGetSchemaOK) Error() string

func (*SystemGetSchemaOK) GetPayload

func (o *SystemGetSchemaOK) GetPayload() *models.Schema

func (*SystemGetSchemaOK) IsClientError

func (o *SystemGetSchemaOK) IsClientError() bool

IsClientError returns true when this system get schema o k response has a 4xx status code

func (*SystemGetSchemaOK) IsCode

func (o *SystemGetSchemaOK) IsCode(code int) bool

IsCode returns true when this system get schema o k response a status code equal to that given

func (*SystemGetSchemaOK) IsRedirect

func (o *SystemGetSchemaOK) IsRedirect() bool

IsRedirect returns true when this system get schema o k response has a 3xx status code

func (*SystemGetSchemaOK) IsServerError

func (o *SystemGetSchemaOK) IsServerError() bool

IsServerError returns true when this system get schema o k response has a 5xx status code

func (*SystemGetSchemaOK) IsSuccess

func (o *SystemGetSchemaOK) IsSuccess() bool

IsSuccess returns true when this system get schema o k response has a 2xx status code

func (*SystemGetSchemaOK) String

func (o *SystemGetSchemaOK) String() string

type SystemGetSchemaParams

type SystemGetSchemaParams struct {

	// SchID.
	SchID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemGetSchemaParams contains all the parameters to send to the API endpoint

for the system get schema operation.

Typically these are written to a http.Request.

func NewSystemGetSchemaParams

func NewSystemGetSchemaParams() *SystemGetSchemaParams

NewSystemGetSchemaParams creates a new SystemGetSchemaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSystemGetSchemaParamsWithContext

func NewSystemGetSchemaParamsWithContext(ctx context.Context) *SystemGetSchemaParams

NewSystemGetSchemaParamsWithContext creates a new SystemGetSchemaParams object with the ability to set a context for a request.

func NewSystemGetSchemaParamsWithHTTPClient

func NewSystemGetSchemaParamsWithHTTPClient(client *http.Client) *SystemGetSchemaParams

NewSystemGetSchemaParamsWithHTTPClient creates a new SystemGetSchemaParams object with the ability to set a custom HTTPClient for a request.

func NewSystemGetSchemaParamsWithTimeout

func NewSystemGetSchemaParamsWithTimeout(timeout time.Duration) *SystemGetSchemaParams

NewSystemGetSchemaParamsWithTimeout creates a new SystemGetSchemaParams object with the ability to set a timeout on a request.

func (*SystemGetSchemaParams) SetContext

func (o *SystemGetSchemaParams) SetContext(ctx context.Context)

SetContext adds the context to the system get schema params

func (*SystemGetSchemaParams) SetDefaults

func (o *SystemGetSchemaParams) SetDefaults()

SetDefaults hydrates default values in the system get schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemGetSchemaParams) SetHTTPClient

func (o *SystemGetSchemaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system get schema params

func (*SystemGetSchemaParams) SetSchID

func (o *SystemGetSchemaParams) SetSchID(schID string)

SetSchID adds the schId to the system get schema params

func (*SystemGetSchemaParams) SetTimeout

func (o *SystemGetSchemaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system get schema params

func (*SystemGetSchemaParams) WithContext

WithContext adds the context to the system get schema params

func (*SystemGetSchemaParams) WithDefaults

func (o *SystemGetSchemaParams) WithDefaults() *SystemGetSchemaParams

WithDefaults hydrates default values in the system get schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemGetSchemaParams) WithHTTPClient

func (o *SystemGetSchemaParams) WithHTTPClient(client *http.Client) *SystemGetSchemaParams

WithHTTPClient adds the HTTPClient to the system get schema params

func (*SystemGetSchemaParams) WithSchID

func (o *SystemGetSchemaParams) WithSchID(schID string) *SystemGetSchemaParams

WithSchID adds the schID to the system get schema params

func (*SystemGetSchemaParams) WithTimeout

func (o *SystemGetSchemaParams) WithTimeout(timeout time.Duration) *SystemGetSchemaParams

WithTimeout adds the timeout to the system get schema params

func (*SystemGetSchemaParams) WriteToRequest

func (o *SystemGetSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SystemGetSchemaReader

type SystemGetSchemaReader struct {
	// contains filtered or unexported fields
}

SystemGetSchemaReader is a Reader for the SystemGetSchema structure.

func (*SystemGetSchemaReader) ReadResponse

func (o *SystemGetSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemGetSchemaTooManyRequests

type SystemGetSchemaTooManyRequests struct {
	Payload *models.Error
}

SystemGetSchemaTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemGetSchemaTooManyRequests

func NewSystemGetSchemaTooManyRequests() *SystemGetSchemaTooManyRequests

NewSystemGetSchemaTooManyRequests creates a SystemGetSchemaTooManyRequests with default headers values

func (*SystemGetSchemaTooManyRequests) Code

Code gets the status code for the system get schema too many requests response

func (*SystemGetSchemaTooManyRequests) Error

func (*SystemGetSchemaTooManyRequests) GetPayload

func (o *SystemGetSchemaTooManyRequests) GetPayload() *models.Error

func (*SystemGetSchemaTooManyRequests) IsClientError

func (o *SystemGetSchemaTooManyRequests) IsClientError() bool

IsClientError returns true when this system get schema too many requests response has a 4xx status code

func (*SystemGetSchemaTooManyRequests) IsCode

func (o *SystemGetSchemaTooManyRequests) IsCode(code int) bool

IsCode returns true when this system get schema too many requests response a status code equal to that given

func (*SystemGetSchemaTooManyRequests) IsRedirect

func (o *SystemGetSchemaTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system get schema too many requests response has a 3xx status code

func (*SystemGetSchemaTooManyRequests) IsServerError

func (o *SystemGetSchemaTooManyRequests) IsServerError() bool

IsServerError returns true when this system get schema too many requests response has a 5xx status code

func (*SystemGetSchemaTooManyRequests) IsSuccess

func (o *SystemGetSchemaTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system get schema too many requests response has a 2xx status code

func (*SystemGetSchemaTooManyRequests) String

type SystemGetSchemaUnauthorized

type SystemGetSchemaUnauthorized struct {
	Payload *models.Error
}

SystemGetSchemaUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemGetSchemaUnauthorized

func NewSystemGetSchemaUnauthorized() *SystemGetSchemaUnauthorized

NewSystemGetSchemaUnauthorized creates a SystemGetSchemaUnauthorized with default headers values

func (*SystemGetSchemaUnauthorized) Code

func (o *SystemGetSchemaUnauthorized) Code() int

Code gets the status code for the system get schema unauthorized response

func (*SystemGetSchemaUnauthorized) Error

func (*SystemGetSchemaUnauthorized) GetPayload

func (o *SystemGetSchemaUnauthorized) GetPayload() *models.Error

func (*SystemGetSchemaUnauthorized) IsClientError

func (o *SystemGetSchemaUnauthorized) IsClientError() bool

IsClientError returns true when this system get schema unauthorized response has a 4xx status code

func (*SystemGetSchemaUnauthorized) IsCode

func (o *SystemGetSchemaUnauthorized) IsCode(code int) bool

IsCode returns true when this system get schema unauthorized response a status code equal to that given

func (*SystemGetSchemaUnauthorized) IsRedirect

func (o *SystemGetSchemaUnauthorized) IsRedirect() bool

IsRedirect returns true when this system get schema unauthorized response has a 3xx status code

func (*SystemGetSchemaUnauthorized) IsServerError

func (o *SystemGetSchemaUnauthorized) IsServerError() bool

IsServerError returns true when this system get schema unauthorized response has a 5xx status code

func (*SystemGetSchemaUnauthorized) IsSuccess

func (o *SystemGetSchemaUnauthorized) IsSuccess() bool

IsSuccess returns true when this system get schema unauthorized response has a 2xx status code

func (*SystemGetSchemaUnauthorized) String

func (o *SystemGetSchemaUnauthorized) String() string

type SystemListSchemasForbidden

type SystemListSchemasForbidden struct {
	Payload *models.Error
}

SystemListSchemasForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemListSchemasForbidden

func NewSystemListSchemasForbidden() *SystemListSchemasForbidden

NewSystemListSchemasForbidden creates a SystemListSchemasForbidden with default headers values

func (*SystemListSchemasForbidden) Code

func (o *SystemListSchemasForbidden) Code() int

Code gets the status code for the system list schemas forbidden response

func (*SystemListSchemasForbidden) Error

func (*SystemListSchemasForbidden) GetPayload

func (o *SystemListSchemasForbidden) GetPayload() *models.Error

func (*SystemListSchemasForbidden) IsClientError

func (o *SystemListSchemasForbidden) IsClientError() bool

IsClientError returns true when this system list schemas forbidden response has a 4xx status code

func (*SystemListSchemasForbidden) IsCode

func (o *SystemListSchemasForbidden) IsCode(code int) bool

IsCode returns true when this system list schemas forbidden response a status code equal to that given

func (*SystemListSchemasForbidden) IsRedirect

func (o *SystemListSchemasForbidden) IsRedirect() bool

IsRedirect returns true when this system list schemas forbidden response has a 3xx status code

func (*SystemListSchemasForbidden) IsServerError

func (o *SystemListSchemasForbidden) IsServerError() bool

IsServerError returns true when this system list schemas forbidden response has a 5xx status code

func (*SystemListSchemasForbidden) IsSuccess

func (o *SystemListSchemasForbidden) IsSuccess() bool

IsSuccess returns true when this system list schemas forbidden response has a 2xx status code

func (*SystemListSchemasForbidden) String

func (o *SystemListSchemasForbidden) String() string

type SystemListSchemasOK

type SystemListSchemasOK struct {
	Payload *models.Schemas
}

SystemListSchemasOK describes a response with status code 200, with default header values.

Schemas

func NewSystemListSchemasOK

func NewSystemListSchemasOK() *SystemListSchemasOK

NewSystemListSchemasOK creates a SystemListSchemasOK with default headers values

func (*SystemListSchemasOK) Code

func (o *SystemListSchemasOK) Code() int

Code gets the status code for the system list schemas o k response

func (*SystemListSchemasOK) Error

func (o *SystemListSchemasOK) Error() string

func (*SystemListSchemasOK) GetPayload

func (o *SystemListSchemasOK) GetPayload() *models.Schemas

func (*SystemListSchemasOK) IsClientError

func (o *SystemListSchemasOK) IsClientError() bool

IsClientError returns true when this system list schemas o k response has a 4xx status code

func (*SystemListSchemasOK) IsCode

func (o *SystemListSchemasOK) IsCode(code int) bool

IsCode returns true when this system list schemas o k response a status code equal to that given

func (*SystemListSchemasOK) IsRedirect

func (o *SystemListSchemasOK) IsRedirect() bool

IsRedirect returns true when this system list schemas o k response has a 3xx status code

func (*SystemListSchemasOK) IsServerError

func (o *SystemListSchemasOK) IsServerError() bool

IsServerError returns true when this system list schemas o k response has a 5xx status code

func (*SystemListSchemasOK) IsSuccess

func (o *SystemListSchemasOK) IsSuccess() bool

IsSuccess returns true when this system list schemas o k response has a 2xx status code

func (*SystemListSchemasOK) String

func (o *SystemListSchemasOK) String() string

type SystemListSchemasParams

type SystemListSchemasParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemListSchemasParams contains all the parameters to send to the API endpoint

for the system list schemas operation.

Typically these are written to a http.Request.

func NewSystemListSchemasParams

func NewSystemListSchemasParams() *SystemListSchemasParams

NewSystemListSchemasParams creates a new SystemListSchemasParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSystemListSchemasParamsWithContext

func NewSystemListSchemasParamsWithContext(ctx context.Context) *SystemListSchemasParams

NewSystemListSchemasParamsWithContext creates a new SystemListSchemasParams object with the ability to set a context for a request.

func NewSystemListSchemasParamsWithHTTPClient

func NewSystemListSchemasParamsWithHTTPClient(client *http.Client) *SystemListSchemasParams

NewSystemListSchemasParamsWithHTTPClient creates a new SystemListSchemasParams object with the ability to set a custom HTTPClient for a request.

func NewSystemListSchemasParamsWithTimeout

func NewSystemListSchemasParamsWithTimeout(timeout time.Duration) *SystemListSchemasParams

NewSystemListSchemasParamsWithTimeout creates a new SystemListSchemasParams object with the ability to set a timeout on a request.

func (*SystemListSchemasParams) SetContext

func (o *SystemListSchemasParams) SetContext(ctx context.Context)

SetContext adds the context to the system list schemas params

func (*SystemListSchemasParams) SetDefaults

func (o *SystemListSchemasParams) SetDefaults()

SetDefaults hydrates default values in the system list schemas params (not the query body).

All values with no default are reset to their zero value.

func (*SystemListSchemasParams) SetHTTPClient

func (o *SystemListSchemasParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system list schemas params

func (*SystemListSchemasParams) SetIfMatch

func (o *SystemListSchemasParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system list schemas params

func (*SystemListSchemasParams) SetTimeout

func (o *SystemListSchemasParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system list schemas params

func (*SystemListSchemasParams) WithContext

WithContext adds the context to the system list schemas params

func (*SystemListSchemasParams) WithDefaults

WithDefaults hydrates default values in the system list schemas params (not the query body).

All values with no default are reset to their zero value.

func (*SystemListSchemasParams) WithHTTPClient

func (o *SystemListSchemasParams) WithHTTPClient(client *http.Client) *SystemListSchemasParams

WithHTTPClient adds the HTTPClient to the system list schemas params

func (*SystemListSchemasParams) WithIfMatch

func (o *SystemListSchemasParams) WithIfMatch(ifMatch *string) *SystemListSchemasParams

WithIfMatch adds the ifMatch to the system list schemas params

func (*SystemListSchemasParams) WithTimeout

WithTimeout adds the timeout to the system list schemas params

func (*SystemListSchemasParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemListSchemasReader

type SystemListSchemasReader struct {
	// contains filtered or unexported fields
}

SystemListSchemasReader is a Reader for the SystemListSchemas structure.

func (*SystemListSchemasReader) ReadResponse

func (o *SystemListSchemasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemListSchemasTooManyRequests

type SystemListSchemasTooManyRequests struct {
	Payload *models.Error
}

SystemListSchemasTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemListSchemasTooManyRequests

func NewSystemListSchemasTooManyRequests() *SystemListSchemasTooManyRequests

NewSystemListSchemasTooManyRequests creates a SystemListSchemasTooManyRequests with default headers values

func (*SystemListSchemasTooManyRequests) Code

Code gets the status code for the system list schemas too many requests response

func (*SystemListSchemasTooManyRequests) Error

func (*SystemListSchemasTooManyRequests) GetPayload

func (*SystemListSchemasTooManyRequests) IsClientError

func (o *SystemListSchemasTooManyRequests) IsClientError() bool

IsClientError returns true when this system list schemas too many requests response has a 4xx status code

func (*SystemListSchemasTooManyRequests) IsCode

func (o *SystemListSchemasTooManyRequests) IsCode(code int) bool

IsCode returns true when this system list schemas too many requests response a status code equal to that given

func (*SystemListSchemasTooManyRequests) IsRedirect

func (o *SystemListSchemasTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system list schemas too many requests response has a 3xx status code

func (*SystemListSchemasTooManyRequests) IsServerError

func (o *SystemListSchemasTooManyRequests) IsServerError() bool

IsServerError returns true when this system list schemas too many requests response has a 5xx status code

func (*SystemListSchemasTooManyRequests) IsSuccess

func (o *SystemListSchemasTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system list schemas too many requests response has a 2xx status code

func (*SystemListSchemasTooManyRequests) String

type SystemListSchemasUnauthorized

type SystemListSchemasUnauthorized struct {
	Payload *models.Error
}

SystemListSchemasUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemListSchemasUnauthorized

func NewSystemListSchemasUnauthorized() *SystemListSchemasUnauthorized

NewSystemListSchemasUnauthorized creates a SystemListSchemasUnauthorized with default headers values

func (*SystemListSchemasUnauthorized) Code

Code gets the status code for the system list schemas unauthorized response

func (*SystemListSchemasUnauthorized) Error

func (*SystemListSchemasUnauthorized) GetPayload

func (o *SystemListSchemasUnauthorized) GetPayload() *models.Error

func (*SystemListSchemasUnauthorized) IsClientError

func (o *SystemListSchemasUnauthorized) IsClientError() bool

IsClientError returns true when this system list schemas unauthorized response has a 4xx status code

func (*SystemListSchemasUnauthorized) IsCode

func (o *SystemListSchemasUnauthorized) IsCode(code int) bool

IsCode returns true when this system list schemas unauthorized response a status code equal to that given

func (*SystemListSchemasUnauthorized) IsRedirect

func (o *SystemListSchemasUnauthorized) IsRedirect() bool

IsRedirect returns true when this system list schemas unauthorized response has a 3xx status code

func (*SystemListSchemasUnauthorized) IsServerError

func (o *SystemListSchemasUnauthorized) IsServerError() bool

IsServerError returns true when this system list schemas unauthorized response has a 5xx status code

func (*SystemListSchemasUnauthorized) IsSuccess

func (o *SystemListSchemasUnauthorized) IsSuccess() bool

IsSuccess returns true when this system list schemas unauthorized response has a 2xx status code

func (*SystemListSchemasUnauthorized) String

type SystemUpdateSchemaBadRequest

type SystemUpdateSchemaBadRequest struct {
	Payload *models.Error
}

SystemUpdateSchemaBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemUpdateSchemaBadRequest

func NewSystemUpdateSchemaBadRequest() *SystemUpdateSchemaBadRequest

NewSystemUpdateSchemaBadRequest creates a SystemUpdateSchemaBadRequest with default headers values

func (*SystemUpdateSchemaBadRequest) Code

Code gets the status code for the system update schema bad request response

func (*SystemUpdateSchemaBadRequest) Error

func (*SystemUpdateSchemaBadRequest) GetPayload

func (o *SystemUpdateSchemaBadRequest) GetPayload() *models.Error

func (*SystemUpdateSchemaBadRequest) IsClientError

func (o *SystemUpdateSchemaBadRequest) IsClientError() bool

IsClientError returns true when this system update schema bad request response has a 4xx status code

func (*SystemUpdateSchemaBadRequest) IsCode

func (o *SystemUpdateSchemaBadRequest) IsCode(code int) bool

IsCode returns true when this system update schema bad request response a status code equal to that given

func (*SystemUpdateSchemaBadRequest) IsRedirect

func (o *SystemUpdateSchemaBadRequest) IsRedirect() bool

IsRedirect returns true when this system update schema bad request response has a 3xx status code

func (*SystemUpdateSchemaBadRequest) IsServerError

func (o *SystemUpdateSchemaBadRequest) IsServerError() bool

IsServerError returns true when this system update schema bad request response has a 5xx status code

func (*SystemUpdateSchemaBadRequest) IsSuccess

func (o *SystemUpdateSchemaBadRequest) IsSuccess() bool

IsSuccess returns true when this system update schema bad request response has a 2xx status code

func (*SystemUpdateSchemaBadRequest) String

type SystemUpdateSchemaConflict

type SystemUpdateSchemaConflict struct {
	Payload *models.Error
}

SystemUpdateSchemaConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemUpdateSchemaConflict

func NewSystemUpdateSchemaConflict() *SystemUpdateSchemaConflict

NewSystemUpdateSchemaConflict creates a SystemUpdateSchemaConflict with default headers values

func (*SystemUpdateSchemaConflict) Code

func (o *SystemUpdateSchemaConflict) Code() int

Code gets the status code for the system update schema conflict response

func (*SystemUpdateSchemaConflict) Error

func (*SystemUpdateSchemaConflict) GetPayload

func (o *SystemUpdateSchemaConflict) GetPayload() *models.Error

func (*SystemUpdateSchemaConflict) IsClientError

func (o *SystemUpdateSchemaConflict) IsClientError() bool

IsClientError returns true when this system update schema conflict response has a 4xx status code

func (*SystemUpdateSchemaConflict) IsCode

func (o *SystemUpdateSchemaConflict) IsCode(code int) bool

IsCode returns true when this system update schema conflict response a status code equal to that given

func (*SystemUpdateSchemaConflict) IsRedirect

func (o *SystemUpdateSchemaConflict) IsRedirect() bool

IsRedirect returns true when this system update schema conflict response has a 3xx status code

func (*SystemUpdateSchemaConflict) IsServerError

func (o *SystemUpdateSchemaConflict) IsServerError() bool

IsServerError returns true when this system update schema conflict response has a 5xx status code

func (*SystemUpdateSchemaConflict) IsSuccess

func (o *SystemUpdateSchemaConflict) IsSuccess() bool

IsSuccess returns true when this system update schema conflict response has a 2xx status code

func (*SystemUpdateSchemaConflict) String

func (o *SystemUpdateSchemaConflict) String() string

type SystemUpdateSchemaForbidden

type SystemUpdateSchemaForbidden struct {
	Payload *models.Error
}

SystemUpdateSchemaForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemUpdateSchemaForbidden

func NewSystemUpdateSchemaForbidden() *SystemUpdateSchemaForbidden

NewSystemUpdateSchemaForbidden creates a SystemUpdateSchemaForbidden with default headers values

func (*SystemUpdateSchemaForbidden) Code

func (o *SystemUpdateSchemaForbidden) Code() int

Code gets the status code for the system update schema forbidden response

func (*SystemUpdateSchemaForbidden) Error

func (*SystemUpdateSchemaForbidden) GetPayload

func (o *SystemUpdateSchemaForbidden) GetPayload() *models.Error

func (*SystemUpdateSchemaForbidden) IsClientError

func (o *SystemUpdateSchemaForbidden) IsClientError() bool

IsClientError returns true when this system update schema forbidden response has a 4xx status code

func (*SystemUpdateSchemaForbidden) IsCode

func (o *SystemUpdateSchemaForbidden) IsCode(code int) bool

IsCode returns true when this system update schema forbidden response a status code equal to that given

func (*SystemUpdateSchemaForbidden) IsRedirect

func (o *SystemUpdateSchemaForbidden) IsRedirect() bool

IsRedirect returns true when this system update schema forbidden response has a 3xx status code

func (*SystemUpdateSchemaForbidden) IsServerError

func (o *SystemUpdateSchemaForbidden) IsServerError() bool

IsServerError returns true when this system update schema forbidden response has a 5xx status code

func (*SystemUpdateSchemaForbidden) IsSuccess

func (o *SystemUpdateSchemaForbidden) IsSuccess() bool

IsSuccess returns true when this system update schema forbidden response has a 2xx status code

func (*SystemUpdateSchemaForbidden) String

func (o *SystemUpdateSchemaForbidden) String() string

type SystemUpdateSchemaNotFound

type SystemUpdateSchemaNotFound struct {
	Payload *models.Error
}

SystemUpdateSchemaNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemUpdateSchemaNotFound

func NewSystemUpdateSchemaNotFound() *SystemUpdateSchemaNotFound

NewSystemUpdateSchemaNotFound creates a SystemUpdateSchemaNotFound with default headers values

func (*SystemUpdateSchemaNotFound) Code

func (o *SystemUpdateSchemaNotFound) Code() int

Code gets the status code for the system update schema not found response

func (*SystemUpdateSchemaNotFound) Error

func (*SystemUpdateSchemaNotFound) GetPayload

func (o *SystemUpdateSchemaNotFound) GetPayload() *models.Error

func (*SystemUpdateSchemaNotFound) IsClientError

func (o *SystemUpdateSchemaNotFound) IsClientError() bool

IsClientError returns true when this system update schema not found response has a 4xx status code

func (*SystemUpdateSchemaNotFound) IsCode

func (o *SystemUpdateSchemaNotFound) IsCode(code int) bool

IsCode returns true when this system update schema not found response a status code equal to that given

func (*SystemUpdateSchemaNotFound) IsRedirect

func (o *SystemUpdateSchemaNotFound) IsRedirect() bool

IsRedirect returns true when this system update schema not found response has a 3xx status code

func (*SystemUpdateSchemaNotFound) IsServerError

func (o *SystemUpdateSchemaNotFound) IsServerError() bool

IsServerError returns true when this system update schema not found response has a 5xx status code

func (*SystemUpdateSchemaNotFound) IsSuccess

func (o *SystemUpdateSchemaNotFound) IsSuccess() bool

IsSuccess returns true when this system update schema not found response has a 2xx status code

func (*SystemUpdateSchemaNotFound) String

func (o *SystemUpdateSchemaNotFound) String() string

type SystemUpdateSchemaOK

type SystemUpdateSchemaOK struct {
	Payload *models.Schema
}

SystemUpdateSchemaOK describes a response with status code 200, with default header values.

Schema

func NewSystemUpdateSchemaOK

func NewSystemUpdateSchemaOK() *SystemUpdateSchemaOK

NewSystemUpdateSchemaOK creates a SystemUpdateSchemaOK with default headers values

func (*SystemUpdateSchemaOK) Code

func (o *SystemUpdateSchemaOK) Code() int

Code gets the status code for the system update schema o k response

func (*SystemUpdateSchemaOK) Error

func (o *SystemUpdateSchemaOK) Error() string

func (*SystemUpdateSchemaOK) GetPayload

func (o *SystemUpdateSchemaOK) GetPayload() *models.Schema

func (*SystemUpdateSchemaOK) IsClientError

func (o *SystemUpdateSchemaOK) IsClientError() bool

IsClientError returns true when this system update schema o k response has a 4xx status code

func (*SystemUpdateSchemaOK) IsCode

func (o *SystemUpdateSchemaOK) IsCode(code int) bool

IsCode returns true when this system update schema o k response a status code equal to that given

func (*SystemUpdateSchemaOK) IsRedirect

func (o *SystemUpdateSchemaOK) IsRedirect() bool

IsRedirect returns true when this system update schema o k response has a 3xx status code

func (*SystemUpdateSchemaOK) IsServerError

func (o *SystemUpdateSchemaOK) IsServerError() bool

IsServerError returns true when this system update schema o k response has a 5xx status code

func (*SystemUpdateSchemaOK) IsSuccess

func (o *SystemUpdateSchemaOK) IsSuccess() bool

IsSuccess returns true when this system update schema o k response has a 2xx status code

func (*SystemUpdateSchemaOK) String

func (o *SystemUpdateSchemaOK) String() string

type SystemUpdateSchemaParams

type SystemUpdateSchemaParams struct {

	// Schema.
	Schema *models.Schema

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// SchID.
	SchID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemUpdateSchemaParams contains all the parameters to send to the API endpoint

for the system update schema operation.

Typically these are written to a http.Request.

func NewSystemUpdateSchemaParams

func NewSystemUpdateSchemaParams() *SystemUpdateSchemaParams

NewSystemUpdateSchemaParams creates a new SystemUpdateSchemaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSystemUpdateSchemaParamsWithContext

func NewSystemUpdateSchemaParamsWithContext(ctx context.Context) *SystemUpdateSchemaParams

NewSystemUpdateSchemaParamsWithContext creates a new SystemUpdateSchemaParams object with the ability to set a context for a request.

func NewSystemUpdateSchemaParamsWithHTTPClient

func NewSystemUpdateSchemaParamsWithHTTPClient(client *http.Client) *SystemUpdateSchemaParams

NewSystemUpdateSchemaParamsWithHTTPClient creates a new SystemUpdateSchemaParams object with the ability to set a custom HTTPClient for a request.

func NewSystemUpdateSchemaParamsWithTimeout

func NewSystemUpdateSchemaParamsWithTimeout(timeout time.Duration) *SystemUpdateSchemaParams

NewSystemUpdateSchemaParamsWithTimeout creates a new SystemUpdateSchemaParams object with the ability to set a timeout on a request.

func (*SystemUpdateSchemaParams) SetContext

func (o *SystemUpdateSchemaParams) SetContext(ctx context.Context)

SetContext adds the context to the system update schema params

func (*SystemUpdateSchemaParams) SetDefaults

func (o *SystemUpdateSchemaParams) SetDefaults()

SetDefaults hydrates default values in the system update schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemUpdateSchemaParams) SetHTTPClient

func (o *SystemUpdateSchemaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system update schema params

func (*SystemUpdateSchemaParams) SetIfMatch

func (o *SystemUpdateSchemaParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system update schema params

func (*SystemUpdateSchemaParams) SetSchID

func (o *SystemUpdateSchemaParams) SetSchID(schID string)

SetSchID adds the schId to the system update schema params

func (*SystemUpdateSchemaParams) SetSchema

func (o *SystemUpdateSchemaParams) SetSchema(schema *models.Schema)

SetSchema adds the schema to the system update schema params

func (*SystemUpdateSchemaParams) SetTimeout

func (o *SystemUpdateSchemaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system update schema params

func (*SystemUpdateSchemaParams) WithContext

WithContext adds the context to the system update schema params

func (*SystemUpdateSchemaParams) WithDefaults

WithDefaults hydrates default values in the system update schema params (not the query body).

All values with no default are reset to their zero value.

func (*SystemUpdateSchemaParams) WithHTTPClient

func (o *SystemUpdateSchemaParams) WithHTTPClient(client *http.Client) *SystemUpdateSchemaParams

WithHTTPClient adds the HTTPClient to the system update schema params

func (*SystemUpdateSchemaParams) WithIfMatch

func (o *SystemUpdateSchemaParams) WithIfMatch(ifMatch *string) *SystemUpdateSchemaParams

WithIfMatch adds the ifMatch to the system update schema params

func (*SystemUpdateSchemaParams) WithSchID

WithSchID adds the schID to the system update schema params

func (*SystemUpdateSchemaParams) WithSchema

WithSchema adds the schema to the system update schema params

func (*SystemUpdateSchemaParams) WithTimeout

WithTimeout adds the timeout to the system update schema params

func (*SystemUpdateSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemUpdateSchemaReader

type SystemUpdateSchemaReader struct {
	// contains filtered or unexported fields
}

SystemUpdateSchemaReader is a Reader for the SystemUpdateSchema structure.

func (*SystemUpdateSchemaReader) ReadResponse

func (o *SystemUpdateSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemUpdateSchemaTooManyRequests

type SystemUpdateSchemaTooManyRequests struct {
	Payload *models.Error
}

SystemUpdateSchemaTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemUpdateSchemaTooManyRequests

func NewSystemUpdateSchemaTooManyRequests() *SystemUpdateSchemaTooManyRequests

NewSystemUpdateSchemaTooManyRequests creates a SystemUpdateSchemaTooManyRequests with default headers values

func (*SystemUpdateSchemaTooManyRequests) Code

Code gets the status code for the system update schema too many requests response

func (*SystemUpdateSchemaTooManyRequests) Error

func (*SystemUpdateSchemaTooManyRequests) GetPayload

func (*SystemUpdateSchemaTooManyRequests) IsClientError

func (o *SystemUpdateSchemaTooManyRequests) IsClientError() bool

IsClientError returns true when this system update schema too many requests response has a 4xx status code

func (*SystemUpdateSchemaTooManyRequests) IsCode

func (o *SystemUpdateSchemaTooManyRequests) IsCode(code int) bool

IsCode returns true when this system update schema too many requests response a status code equal to that given

func (*SystemUpdateSchemaTooManyRequests) IsRedirect

func (o *SystemUpdateSchemaTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system update schema too many requests response has a 3xx status code

func (*SystemUpdateSchemaTooManyRequests) IsServerError

func (o *SystemUpdateSchemaTooManyRequests) IsServerError() bool

IsServerError returns true when this system update schema too many requests response has a 5xx status code

func (*SystemUpdateSchemaTooManyRequests) IsSuccess

func (o *SystemUpdateSchemaTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system update schema too many requests response has a 2xx status code

func (*SystemUpdateSchemaTooManyRequests) String

type SystemUpdateSchemaUnauthorized

type SystemUpdateSchemaUnauthorized struct {
	Payload *models.Error
}

SystemUpdateSchemaUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemUpdateSchemaUnauthorized

func NewSystemUpdateSchemaUnauthorized() *SystemUpdateSchemaUnauthorized

NewSystemUpdateSchemaUnauthorized creates a SystemUpdateSchemaUnauthorized with default headers values

func (*SystemUpdateSchemaUnauthorized) Code

Code gets the status code for the system update schema unauthorized response

func (*SystemUpdateSchemaUnauthorized) Error

func (*SystemUpdateSchemaUnauthorized) GetPayload

func (o *SystemUpdateSchemaUnauthorized) GetPayload() *models.Error

func (*SystemUpdateSchemaUnauthorized) IsClientError

func (o *SystemUpdateSchemaUnauthorized) IsClientError() bool

IsClientError returns true when this system update schema unauthorized response has a 4xx status code

func (*SystemUpdateSchemaUnauthorized) IsCode

func (o *SystemUpdateSchemaUnauthorized) IsCode(code int) bool

IsCode returns true when this system update schema unauthorized response a status code equal to that given

func (*SystemUpdateSchemaUnauthorized) IsRedirect

func (o *SystemUpdateSchemaUnauthorized) IsRedirect() bool

IsRedirect returns true when this system update schema unauthorized response has a 3xx status code

func (*SystemUpdateSchemaUnauthorized) IsServerError

func (o *SystemUpdateSchemaUnauthorized) IsServerError() bool

IsServerError returns true when this system update schema unauthorized response has a 5xx status code

func (*SystemUpdateSchemaUnauthorized) IsSuccess

func (o *SystemUpdateSchemaUnauthorized) IsSuccess() bool

IsSuccess returns true when this system update schema unauthorized response has a 2xx status code

func (*SystemUpdateSchemaUnauthorized) String

type SystemUpdateSchemaUnprocessableEntity

type SystemUpdateSchemaUnprocessableEntity struct {
	Payload *models.Error
}

SystemUpdateSchemaUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemUpdateSchemaUnprocessableEntity

func NewSystemUpdateSchemaUnprocessableEntity() *SystemUpdateSchemaUnprocessableEntity

NewSystemUpdateSchemaUnprocessableEntity creates a SystemUpdateSchemaUnprocessableEntity with default headers values

func (*SystemUpdateSchemaUnprocessableEntity) Code

Code gets the status code for the system update schema unprocessable entity response

func (*SystemUpdateSchemaUnprocessableEntity) Error

func (*SystemUpdateSchemaUnprocessableEntity) GetPayload

func (*SystemUpdateSchemaUnprocessableEntity) IsClientError

func (o *SystemUpdateSchemaUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system update schema unprocessable entity response has a 4xx status code

func (*SystemUpdateSchemaUnprocessableEntity) IsCode

IsCode returns true when this system update schema unprocessable entity response a status code equal to that given

func (*SystemUpdateSchemaUnprocessableEntity) IsRedirect

IsRedirect returns true when this system update schema unprocessable entity response has a 3xx status code

func (*SystemUpdateSchemaUnprocessableEntity) IsServerError

func (o *SystemUpdateSchemaUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system update schema unprocessable entity response has a 5xx status code

func (*SystemUpdateSchemaUnprocessableEntity) IsSuccess

IsSuccess returns true when this system update schema unprocessable entity response has a 2xx status code

func (*SystemUpdateSchemaUnprocessableEntity) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL