config

package
v0.0.0-...-162d0cd Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllLegacyFeaturesBadRequest

type AllLegacyFeaturesBadRequest struct {
	Payload *models.Error
}

AllLegacyFeaturesBadRequest handles this case with default header values.

Bad Request

func NewAllLegacyFeaturesBadRequest

func NewAllLegacyFeaturesBadRequest() *AllLegacyFeaturesBadRequest

NewAllLegacyFeaturesBadRequest creates a AllLegacyFeaturesBadRequest with default headers values

func (*AllLegacyFeaturesBadRequest) Error

type AllLegacyFeaturesNotFound

type AllLegacyFeaturesNotFound struct {
	Payload *models.Error
}

AllLegacyFeaturesNotFound handles this case with default header values.

Not Found

func NewAllLegacyFeaturesNotFound

func NewAllLegacyFeaturesNotFound() *AllLegacyFeaturesNotFound

NewAllLegacyFeaturesNotFound creates a AllLegacyFeaturesNotFound with default headers values

func (*AllLegacyFeaturesNotFound) Error

func (o *AllLegacyFeaturesNotFound) Error() string

type AllLegacyFeaturesOK

type AllLegacyFeaturesOK struct {
	Payload []*models.LegacyFeature
}

AllLegacyFeaturesOK handles this case with default header values.

Legacy Feature

func NewAllLegacyFeaturesOK

func NewAllLegacyFeaturesOK() *AllLegacyFeaturesOK

NewAllLegacyFeaturesOK creates a AllLegacyFeaturesOK with default headers values

func (*AllLegacyFeaturesOK) Error

func (o *AllLegacyFeaturesOK) Error() string

type AllLegacyFeaturesParams

type AllLegacyFeaturesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AllLegacyFeaturesParams contains all the parameters to send to the API endpoint for the all legacy features operation typically these are written to a http.Request

func NewAllLegacyFeaturesParams

func NewAllLegacyFeaturesParams() *AllLegacyFeaturesParams

NewAllLegacyFeaturesParams creates a new AllLegacyFeaturesParams object with the default values initialized.

func NewAllLegacyFeaturesParamsWithContext

func NewAllLegacyFeaturesParamsWithContext(ctx context.Context) *AllLegacyFeaturesParams

NewAllLegacyFeaturesParamsWithContext creates a new AllLegacyFeaturesParams object with the default values initialized, and the ability to set a context for a request

func NewAllLegacyFeaturesParamsWithHTTPClient

func NewAllLegacyFeaturesParamsWithHTTPClient(client *http.Client) *AllLegacyFeaturesParams

NewAllLegacyFeaturesParamsWithHTTPClient creates a new AllLegacyFeaturesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAllLegacyFeaturesParamsWithTimeout

func NewAllLegacyFeaturesParamsWithTimeout(timeout time.Duration) *AllLegacyFeaturesParams

NewAllLegacyFeaturesParamsWithTimeout creates a new AllLegacyFeaturesParams object with the default values initialized, and the ability to set a timeout on a request

func (*AllLegacyFeaturesParams) SetContext

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

SetContext adds the context to the all legacy features params

func (*AllLegacyFeaturesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all legacy features params

func (*AllLegacyFeaturesParams) SetTimeout

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

SetTimeout adds the timeout to the all legacy features params

func (*AllLegacyFeaturesParams) WithContext

WithContext adds the context to the all legacy features params

func (*AllLegacyFeaturesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all legacy features params

func (*AllLegacyFeaturesParams) WithTimeout

WithTimeout adds the timeout to the all legacy features params

func (*AllLegacyFeaturesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AllLegacyFeaturesReader

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

AllLegacyFeaturesReader is a Reader for the AllLegacyFeatures structure.

func (*AllLegacyFeaturesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllTimezonesBadRequest

type AllTimezonesBadRequest struct {
	Payload *models.Error
}

AllTimezonesBadRequest handles this case with default header values.

Bad Request

func NewAllTimezonesBadRequest

func NewAllTimezonesBadRequest() *AllTimezonesBadRequest

NewAllTimezonesBadRequest creates a AllTimezonesBadRequest with default headers values

func (*AllTimezonesBadRequest) Error

func (o *AllTimezonesBadRequest) Error() string

type AllTimezonesNotFound

type AllTimezonesNotFound struct {
	Payload *models.Error
}

AllTimezonesNotFound handles this case with default header values.

Not Found

func NewAllTimezonesNotFound

func NewAllTimezonesNotFound() *AllTimezonesNotFound

NewAllTimezonesNotFound creates a AllTimezonesNotFound with default headers values

func (*AllTimezonesNotFound) Error

func (o *AllTimezonesNotFound) Error() string

type AllTimezonesOK

type AllTimezonesOK struct {
	Payload []*models.Timezone
}

AllTimezonesOK handles this case with default header values.

Timezone

func NewAllTimezonesOK

func NewAllTimezonesOK() *AllTimezonesOK

NewAllTimezonesOK creates a AllTimezonesOK with default headers values

func (*AllTimezonesOK) Error

func (o *AllTimezonesOK) Error() string

type AllTimezonesParams

type AllTimezonesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AllTimezonesParams contains all the parameters to send to the API endpoint for the all timezones operation typically these are written to a http.Request

func NewAllTimezonesParams

func NewAllTimezonesParams() *AllTimezonesParams

NewAllTimezonesParams creates a new AllTimezonesParams object with the default values initialized.

func NewAllTimezonesParamsWithContext

func NewAllTimezonesParamsWithContext(ctx context.Context) *AllTimezonesParams

NewAllTimezonesParamsWithContext creates a new AllTimezonesParams object with the default values initialized, and the ability to set a context for a request

func NewAllTimezonesParamsWithHTTPClient

func NewAllTimezonesParamsWithHTTPClient(client *http.Client) *AllTimezonesParams

NewAllTimezonesParamsWithHTTPClient creates a new AllTimezonesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAllTimezonesParamsWithTimeout

func NewAllTimezonesParamsWithTimeout(timeout time.Duration) *AllTimezonesParams

NewAllTimezonesParamsWithTimeout creates a new AllTimezonesParams object with the default values initialized, and the ability to set a timeout on a request

func (*AllTimezonesParams) SetContext

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

SetContext adds the context to the all timezones params

func (*AllTimezonesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all timezones params

func (*AllTimezonesParams) SetTimeout

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

SetTimeout adds the timeout to the all timezones params

func (*AllTimezonesParams) WithContext

WithContext adds the context to the all timezones params

func (*AllTimezonesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all timezones params

func (*AllTimezonesParams) WithTimeout

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

WithTimeout adds the timeout to the all timezones params

func (*AllTimezonesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllTimezonesReader

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

AllTimezonesReader is a Reader for the AllTimezones structure.

func (*AllTimezonesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BackupConfigurationBadRequest

type BackupConfigurationBadRequest struct {
	Payload *models.Error
}

BackupConfigurationBadRequest handles this case with default header values.

Bad Request

func NewBackupConfigurationBadRequest

func NewBackupConfigurationBadRequest() *BackupConfigurationBadRequest

NewBackupConfigurationBadRequest creates a BackupConfigurationBadRequest with default headers values

func (*BackupConfigurationBadRequest) Error

type BackupConfigurationNotFound

type BackupConfigurationNotFound struct {
	Payload *models.Error
}

BackupConfigurationNotFound handles this case with default header values.

Not Found

func NewBackupConfigurationNotFound

func NewBackupConfigurationNotFound() *BackupConfigurationNotFound

NewBackupConfigurationNotFound creates a BackupConfigurationNotFound with default headers values

func (*BackupConfigurationNotFound) Error

type BackupConfigurationOK

type BackupConfigurationOK struct {
	Payload *models.BackupConfiguration
}

BackupConfigurationOK handles this case with default header values.

Current Backup Configuration

func NewBackupConfigurationOK

func NewBackupConfigurationOK() *BackupConfigurationOK

NewBackupConfigurationOK creates a BackupConfigurationOK with default headers values

func (*BackupConfigurationOK) Error

func (o *BackupConfigurationOK) Error() string

type BackupConfigurationParams

type BackupConfigurationParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BackupConfigurationParams contains all the parameters to send to the API endpoint for the backup configuration operation typically these are written to a http.Request

func NewBackupConfigurationParams

func NewBackupConfigurationParams() *BackupConfigurationParams

NewBackupConfigurationParams creates a new BackupConfigurationParams object with the default values initialized.

func NewBackupConfigurationParamsWithContext

func NewBackupConfigurationParamsWithContext(ctx context.Context) *BackupConfigurationParams

NewBackupConfigurationParamsWithContext creates a new BackupConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewBackupConfigurationParamsWithHTTPClient

func NewBackupConfigurationParamsWithHTTPClient(client *http.Client) *BackupConfigurationParams

NewBackupConfigurationParamsWithHTTPClient creates a new BackupConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBackupConfigurationParamsWithTimeout

func NewBackupConfigurationParamsWithTimeout(timeout time.Duration) *BackupConfigurationParams

NewBackupConfigurationParamsWithTimeout creates a new BackupConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*BackupConfigurationParams) SetContext

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

SetContext adds the context to the backup configuration params

func (*BackupConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the backup configuration params

func (*BackupConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the backup configuration params

func (*BackupConfigurationParams) WithContext

WithContext adds the context to the backup configuration params

func (*BackupConfigurationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the backup configuration params

func (*BackupConfigurationParams) WithTimeout

WithTimeout adds the timeout to the backup configuration params

func (*BackupConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BackupConfigurationReader

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

BackupConfigurationReader is a Reader for the BackupConfiguration structure.

func (*BackupConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for config API

func New

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

New creates a new config API client.

func (*Client) AllLegacyFeatures

func (a *Client) AllLegacyFeatures(params *AllLegacyFeaturesParams) (*AllLegacyFeaturesOK, error)

AllLegacyFeatures gets all legacy features

### Get all legacy features.

func (*Client) AllTimezones

func (a *Client) AllTimezones(params *AllTimezonesParams) (*AllTimezonesOK, error)

AllTimezones gets all timezones

### Get a list of timezones that Looker supports (e.g. useful for scheduling tasks).

func (*Client) BackupConfiguration

func (a *Client) BackupConfiguration(params *BackupConfigurationParams) (*BackupConfigurationOK, error)

BackupConfiguration gets backup configuration

### Get the current Looker internal database backup configuration.

func (*Client) LegacyFeature

func (a *Client) LegacyFeature(params *LegacyFeatureParams) (*LegacyFeatureOK, error)

LegacyFeature gets legacy feature

### Get information about the legacy feature with a specific id.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateBackupConfiguration

func (a *Client) UpdateBackupConfiguration(params *UpdateBackupConfigurationParams) (*UpdateBackupConfigurationOK, error)

UpdateBackupConfiguration updates backup configuration

### Update the Looker internal database backup configuration.

func (*Client) UpdateLegacyFeature

func (a *Client) UpdateLegacyFeature(params *UpdateLegacyFeatureParams) (*UpdateLegacyFeatureOK, error)

UpdateLegacyFeature updates legacy feature

### Update information about the legacy feature with a specific id.

func (*Client) UpdateWhitelabelConfiguration

func (a *Client) UpdateWhitelabelConfiguration(params *UpdateWhitelabelConfigurationParams) (*UpdateWhitelabelConfigurationOK, error)

UpdateWhitelabelConfiguration updates whitelabel configuration

### Update the whitelabel configuration

func (*Client) Versions

func (a *Client) Versions(params *VersionsParams) (*VersionsOK, error)

Versions gets Api version

### Get information about all API versions supported by this Looker instance.

func (*Client) WhitelabelConfiguration

func (a *Client) WhitelabelConfiguration(params *WhitelabelConfigurationParams) (*WhitelabelConfigurationOK, error)

WhitelabelConfiguration gets whitelabel configuration

### This feature is enabled only by special license. ### Gets the whitelabel configuration, which includes hiding documentation links, custom favicon uploading, etc.

type LegacyFeatureBadRequest

type LegacyFeatureBadRequest struct {
	Payload *models.Error
}

LegacyFeatureBadRequest handles this case with default header values.

Bad Request

func NewLegacyFeatureBadRequest

func NewLegacyFeatureBadRequest() *LegacyFeatureBadRequest

NewLegacyFeatureBadRequest creates a LegacyFeatureBadRequest with default headers values

func (*LegacyFeatureBadRequest) Error

func (o *LegacyFeatureBadRequest) Error() string

type LegacyFeatureNotFound

type LegacyFeatureNotFound struct {
	Payload *models.Error
}

LegacyFeatureNotFound handles this case with default header values.

Not Found

func NewLegacyFeatureNotFound

func NewLegacyFeatureNotFound() *LegacyFeatureNotFound

NewLegacyFeatureNotFound creates a LegacyFeatureNotFound with default headers values

func (*LegacyFeatureNotFound) Error

func (o *LegacyFeatureNotFound) Error() string

type LegacyFeatureOK

type LegacyFeatureOK struct {
	Payload *models.LegacyFeature
}

LegacyFeatureOK handles this case with default header values.

Legacy Feature

func NewLegacyFeatureOK

func NewLegacyFeatureOK() *LegacyFeatureOK

NewLegacyFeatureOK creates a LegacyFeatureOK with default headers values

func (*LegacyFeatureOK) Error

func (o *LegacyFeatureOK) Error() string

type LegacyFeatureParams

type LegacyFeatureParams struct {

	/*LegacyFeatureID
	  id of legacy feature

	*/
	LegacyFeatureID int64

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

LegacyFeatureParams contains all the parameters to send to the API endpoint for the legacy feature operation typically these are written to a http.Request

func NewLegacyFeatureParams

func NewLegacyFeatureParams() *LegacyFeatureParams

NewLegacyFeatureParams creates a new LegacyFeatureParams object with the default values initialized.

func NewLegacyFeatureParamsWithContext

func NewLegacyFeatureParamsWithContext(ctx context.Context) *LegacyFeatureParams

NewLegacyFeatureParamsWithContext creates a new LegacyFeatureParams object with the default values initialized, and the ability to set a context for a request

func NewLegacyFeatureParamsWithHTTPClient

func NewLegacyFeatureParamsWithHTTPClient(client *http.Client) *LegacyFeatureParams

NewLegacyFeatureParamsWithHTTPClient creates a new LegacyFeatureParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewLegacyFeatureParamsWithTimeout

func NewLegacyFeatureParamsWithTimeout(timeout time.Duration) *LegacyFeatureParams

NewLegacyFeatureParamsWithTimeout creates a new LegacyFeatureParams object with the default values initialized, and the ability to set a timeout on a request

func (*LegacyFeatureParams) SetContext

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

SetContext adds the context to the legacy feature params

func (*LegacyFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the legacy feature params

func (*LegacyFeatureParams) SetLegacyFeatureID

func (o *LegacyFeatureParams) SetLegacyFeatureID(legacyFeatureID int64)

SetLegacyFeatureID adds the legacyFeatureId to the legacy feature params

func (*LegacyFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the legacy feature params

func (*LegacyFeatureParams) WithContext

WithContext adds the context to the legacy feature params

func (*LegacyFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the legacy feature params

func (*LegacyFeatureParams) WithLegacyFeatureID

func (o *LegacyFeatureParams) WithLegacyFeatureID(legacyFeatureID int64) *LegacyFeatureParams

WithLegacyFeatureID adds the legacyFeatureID to the legacy feature params

func (*LegacyFeatureParams) WithTimeout

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

WithTimeout adds the timeout to the legacy feature params

func (*LegacyFeatureParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LegacyFeatureReader

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

LegacyFeatureReader is a Reader for the LegacyFeature structure.

func (*LegacyFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBackupConfigurationBadRequest

type UpdateBackupConfigurationBadRequest struct {
	Payload *models.Error
}

UpdateBackupConfigurationBadRequest handles this case with default header values.

Bad Request

func NewUpdateBackupConfigurationBadRequest

func NewUpdateBackupConfigurationBadRequest() *UpdateBackupConfigurationBadRequest

NewUpdateBackupConfigurationBadRequest creates a UpdateBackupConfigurationBadRequest with default headers values

func (*UpdateBackupConfigurationBadRequest) Error

type UpdateBackupConfigurationNotFound

type UpdateBackupConfigurationNotFound struct {
	Payload *models.Error
}

UpdateBackupConfigurationNotFound handles this case with default header values.

Not Found

func NewUpdateBackupConfigurationNotFound

func NewUpdateBackupConfigurationNotFound() *UpdateBackupConfigurationNotFound

NewUpdateBackupConfigurationNotFound creates a UpdateBackupConfigurationNotFound with default headers values

func (*UpdateBackupConfigurationNotFound) Error

type UpdateBackupConfigurationOK

type UpdateBackupConfigurationOK struct {
	Payload *models.BackupConfiguration
}

UpdateBackupConfigurationOK handles this case with default header values.

New state for specified model set.

func NewUpdateBackupConfigurationOK

func NewUpdateBackupConfigurationOK() *UpdateBackupConfigurationOK

NewUpdateBackupConfigurationOK creates a UpdateBackupConfigurationOK with default headers values

func (*UpdateBackupConfigurationOK) Error

type UpdateBackupConfigurationParams

type UpdateBackupConfigurationParams struct {

	/*Body
	  Options for Backup Configuration

	*/
	Body *models.BackupConfiguration

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

UpdateBackupConfigurationParams contains all the parameters to send to the API endpoint for the update backup configuration operation typically these are written to a http.Request

func NewUpdateBackupConfigurationParams

func NewUpdateBackupConfigurationParams() *UpdateBackupConfigurationParams

NewUpdateBackupConfigurationParams creates a new UpdateBackupConfigurationParams object with the default values initialized.

func NewUpdateBackupConfigurationParamsWithContext

func NewUpdateBackupConfigurationParamsWithContext(ctx context.Context) *UpdateBackupConfigurationParams

NewUpdateBackupConfigurationParamsWithContext creates a new UpdateBackupConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateBackupConfigurationParamsWithHTTPClient

func NewUpdateBackupConfigurationParamsWithHTTPClient(client *http.Client) *UpdateBackupConfigurationParams

NewUpdateBackupConfigurationParamsWithHTTPClient creates a new UpdateBackupConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateBackupConfigurationParamsWithTimeout

func NewUpdateBackupConfigurationParamsWithTimeout(timeout time.Duration) *UpdateBackupConfigurationParams

NewUpdateBackupConfigurationParamsWithTimeout creates a new UpdateBackupConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateBackupConfigurationParams) SetBody

SetBody adds the body to the update backup configuration params

func (*UpdateBackupConfigurationParams) SetContext

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

SetContext adds the context to the update backup configuration params

func (*UpdateBackupConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update backup configuration params

func (*UpdateBackupConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the update backup configuration params

func (*UpdateBackupConfigurationParams) WithBody

WithBody adds the body to the update backup configuration params

func (*UpdateBackupConfigurationParams) WithContext

WithContext adds the context to the update backup configuration params

func (*UpdateBackupConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update backup configuration params

func (*UpdateBackupConfigurationParams) WithTimeout

WithTimeout adds the timeout to the update backup configuration params

func (*UpdateBackupConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateBackupConfigurationReader

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

UpdateBackupConfigurationReader is a Reader for the UpdateBackupConfiguration structure.

func (*UpdateBackupConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBackupConfigurationUnprocessableEntity

type UpdateBackupConfigurationUnprocessableEntity struct {
	Payload *models.ValidationError
}

UpdateBackupConfigurationUnprocessableEntity handles this case with default header values.

Validation Error

func NewUpdateBackupConfigurationUnprocessableEntity

func NewUpdateBackupConfigurationUnprocessableEntity() *UpdateBackupConfigurationUnprocessableEntity

NewUpdateBackupConfigurationUnprocessableEntity creates a UpdateBackupConfigurationUnprocessableEntity with default headers values

func (*UpdateBackupConfigurationUnprocessableEntity) Error

type UpdateLegacyFeatureBadRequest

type UpdateLegacyFeatureBadRequest struct {
	Payload *models.Error
}

UpdateLegacyFeatureBadRequest handles this case with default header values.

Bad Request

func NewUpdateLegacyFeatureBadRequest

func NewUpdateLegacyFeatureBadRequest() *UpdateLegacyFeatureBadRequest

NewUpdateLegacyFeatureBadRequest creates a UpdateLegacyFeatureBadRequest with default headers values

func (*UpdateLegacyFeatureBadRequest) Error

type UpdateLegacyFeatureNotFound

type UpdateLegacyFeatureNotFound struct {
	Payload *models.Error
}

UpdateLegacyFeatureNotFound handles this case with default header values.

Not Found

func NewUpdateLegacyFeatureNotFound

func NewUpdateLegacyFeatureNotFound() *UpdateLegacyFeatureNotFound

NewUpdateLegacyFeatureNotFound creates a UpdateLegacyFeatureNotFound with default headers values

func (*UpdateLegacyFeatureNotFound) Error

type UpdateLegacyFeatureOK

type UpdateLegacyFeatureOK struct {
	Payload *models.LegacyFeature
}

UpdateLegacyFeatureOK handles this case with default header values.

Legacy Feature

func NewUpdateLegacyFeatureOK

func NewUpdateLegacyFeatureOK() *UpdateLegacyFeatureOK

NewUpdateLegacyFeatureOK creates a UpdateLegacyFeatureOK with default headers values

func (*UpdateLegacyFeatureOK) Error

func (o *UpdateLegacyFeatureOK) Error() string

type UpdateLegacyFeatureParams

type UpdateLegacyFeatureParams struct {

	/*Body
	  Legacy Feature

	*/
	Body *models.LegacyFeature
	/*LegacyFeatureID
	  id of legacy feature

	*/
	LegacyFeatureID int64

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

UpdateLegacyFeatureParams contains all the parameters to send to the API endpoint for the update legacy feature operation typically these are written to a http.Request

func NewUpdateLegacyFeatureParams

func NewUpdateLegacyFeatureParams() *UpdateLegacyFeatureParams

NewUpdateLegacyFeatureParams creates a new UpdateLegacyFeatureParams object with the default values initialized.

func NewUpdateLegacyFeatureParamsWithContext

func NewUpdateLegacyFeatureParamsWithContext(ctx context.Context) *UpdateLegacyFeatureParams

NewUpdateLegacyFeatureParamsWithContext creates a new UpdateLegacyFeatureParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateLegacyFeatureParamsWithHTTPClient

func NewUpdateLegacyFeatureParamsWithHTTPClient(client *http.Client) *UpdateLegacyFeatureParams

NewUpdateLegacyFeatureParamsWithHTTPClient creates a new UpdateLegacyFeatureParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateLegacyFeatureParamsWithTimeout

func NewUpdateLegacyFeatureParamsWithTimeout(timeout time.Duration) *UpdateLegacyFeatureParams

NewUpdateLegacyFeatureParamsWithTimeout creates a new UpdateLegacyFeatureParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateLegacyFeatureParams) SetBody

SetBody adds the body to the update legacy feature params

func (*UpdateLegacyFeatureParams) SetContext

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

SetContext adds the context to the update legacy feature params

func (*UpdateLegacyFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update legacy feature params

func (*UpdateLegacyFeatureParams) SetLegacyFeatureID

func (o *UpdateLegacyFeatureParams) SetLegacyFeatureID(legacyFeatureID int64)

SetLegacyFeatureID adds the legacyFeatureId to the update legacy feature params

func (*UpdateLegacyFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the update legacy feature params

func (*UpdateLegacyFeatureParams) WithBody

WithBody adds the body to the update legacy feature params

func (*UpdateLegacyFeatureParams) WithContext

WithContext adds the context to the update legacy feature params

func (*UpdateLegacyFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update legacy feature params

func (*UpdateLegacyFeatureParams) WithLegacyFeatureID

func (o *UpdateLegacyFeatureParams) WithLegacyFeatureID(legacyFeatureID int64) *UpdateLegacyFeatureParams

WithLegacyFeatureID adds the legacyFeatureID to the update legacy feature params

func (*UpdateLegacyFeatureParams) WithTimeout

WithTimeout adds the timeout to the update legacy feature params

func (*UpdateLegacyFeatureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLegacyFeatureReader

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

UpdateLegacyFeatureReader is a Reader for the UpdateLegacyFeature structure.

func (*UpdateLegacyFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLegacyFeatureUnprocessableEntity

type UpdateLegacyFeatureUnprocessableEntity struct {
	Payload *models.ValidationError
}

UpdateLegacyFeatureUnprocessableEntity handles this case with default header values.

Validation Error

func NewUpdateLegacyFeatureUnprocessableEntity

func NewUpdateLegacyFeatureUnprocessableEntity() *UpdateLegacyFeatureUnprocessableEntity

NewUpdateLegacyFeatureUnprocessableEntity creates a UpdateLegacyFeatureUnprocessableEntity with default headers values

func (*UpdateLegacyFeatureUnprocessableEntity) Error

type UpdateWhitelabelConfigurationBadRequest

type UpdateWhitelabelConfigurationBadRequest struct {
	Payload *models.Error
}

UpdateWhitelabelConfigurationBadRequest handles this case with default header values.

Bad Request

func NewUpdateWhitelabelConfigurationBadRequest

func NewUpdateWhitelabelConfigurationBadRequest() *UpdateWhitelabelConfigurationBadRequest

NewUpdateWhitelabelConfigurationBadRequest creates a UpdateWhitelabelConfigurationBadRequest with default headers values

func (*UpdateWhitelabelConfigurationBadRequest) Error

type UpdateWhitelabelConfigurationNotFound

type UpdateWhitelabelConfigurationNotFound struct {
	Payload *models.Error
}

UpdateWhitelabelConfigurationNotFound handles this case with default header values.

Not Found

func NewUpdateWhitelabelConfigurationNotFound

func NewUpdateWhitelabelConfigurationNotFound() *UpdateWhitelabelConfigurationNotFound

NewUpdateWhitelabelConfigurationNotFound creates a UpdateWhitelabelConfigurationNotFound with default headers values

func (*UpdateWhitelabelConfigurationNotFound) Error

type UpdateWhitelabelConfigurationOK

type UpdateWhitelabelConfigurationOK struct {
	Payload *models.WhitelabelConfiguration
}

UpdateWhitelabelConfigurationOK handles this case with default header values.

Whitelabel configuration

func NewUpdateWhitelabelConfigurationOK

func NewUpdateWhitelabelConfigurationOK() *UpdateWhitelabelConfigurationOK

NewUpdateWhitelabelConfigurationOK creates a UpdateWhitelabelConfigurationOK with default headers values

func (*UpdateWhitelabelConfigurationOK) Error

type UpdateWhitelabelConfigurationParams

type UpdateWhitelabelConfigurationParams struct {

	/*Body
	  Whitelabel configuration

	*/
	Body *models.WhitelabelConfiguration

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

UpdateWhitelabelConfigurationParams contains all the parameters to send to the API endpoint for the update whitelabel configuration operation typically these are written to a http.Request

func NewUpdateWhitelabelConfigurationParams

func NewUpdateWhitelabelConfigurationParams() *UpdateWhitelabelConfigurationParams

NewUpdateWhitelabelConfigurationParams creates a new UpdateWhitelabelConfigurationParams object with the default values initialized.

func NewUpdateWhitelabelConfigurationParamsWithContext

func NewUpdateWhitelabelConfigurationParamsWithContext(ctx context.Context) *UpdateWhitelabelConfigurationParams

NewUpdateWhitelabelConfigurationParamsWithContext creates a new UpdateWhitelabelConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateWhitelabelConfigurationParamsWithHTTPClient

func NewUpdateWhitelabelConfigurationParamsWithHTTPClient(client *http.Client) *UpdateWhitelabelConfigurationParams

NewUpdateWhitelabelConfigurationParamsWithHTTPClient creates a new UpdateWhitelabelConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateWhitelabelConfigurationParamsWithTimeout

func NewUpdateWhitelabelConfigurationParamsWithTimeout(timeout time.Duration) *UpdateWhitelabelConfigurationParams

NewUpdateWhitelabelConfigurationParamsWithTimeout creates a new UpdateWhitelabelConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateWhitelabelConfigurationParams) SetBody

SetBody adds the body to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) SetContext

SetContext adds the context to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) WithBody

WithBody adds the body to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) WithContext

WithContext adds the context to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the update whitelabel configuration params

func (*UpdateWhitelabelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateWhitelabelConfigurationReader

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

UpdateWhitelabelConfigurationReader is a Reader for the UpdateWhitelabelConfiguration structure.

func (*UpdateWhitelabelConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateWhitelabelConfigurationUnprocessableEntity

type UpdateWhitelabelConfigurationUnprocessableEntity struct {
	Payload *models.ValidationError
}

UpdateWhitelabelConfigurationUnprocessableEntity handles this case with default header values.

Validation Error

func NewUpdateWhitelabelConfigurationUnprocessableEntity

func NewUpdateWhitelabelConfigurationUnprocessableEntity() *UpdateWhitelabelConfigurationUnprocessableEntity

NewUpdateWhitelabelConfigurationUnprocessableEntity creates a UpdateWhitelabelConfigurationUnprocessableEntity with default headers values

func (*UpdateWhitelabelConfigurationUnprocessableEntity) Error

type VersionsBadRequest

type VersionsBadRequest struct {
	Payload *models.Error
}

VersionsBadRequest handles this case with default header values.

Bad Request

func NewVersionsBadRequest

func NewVersionsBadRequest() *VersionsBadRequest

NewVersionsBadRequest creates a VersionsBadRequest with default headers values

func (*VersionsBadRequest) Error

func (o *VersionsBadRequest) Error() string

type VersionsNotFound

type VersionsNotFound struct {
	Payload *models.Error
}

VersionsNotFound handles this case with default header values.

Not Found

func NewVersionsNotFound

func NewVersionsNotFound() *VersionsNotFound

NewVersionsNotFound creates a VersionsNotFound with default headers values

func (*VersionsNotFound) Error

func (o *VersionsNotFound) Error() string

type VersionsOK

type VersionsOK struct {
	Payload *models.APIVersion
}

VersionsOK handles this case with default header values.

ApiVersion

func NewVersionsOK

func NewVersionsOK() *VersionsOK

NewVersionsOK creates a VersionsOK with default headers values

func (*VersionsOK) Error

func (o *VersionsOK) Error() string

type VersionsParams

type VersionsParams struct {

	/*Fields
	  Requested fields.

	*/
	Fields *string

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

VersionsParams contains all the parameters to send to the API endpoint for the versions operation typically these are written to a http.Request

func NewVersionsParams

func NewVersionsParams() *VersionsParams

NewVersionsParams creates a new VersionsParams object with the default values initialized.

func NewVersionsParamsWithContext

func NewVersionsParamsWithContext(ctx context.Context) *VersionsParams

NewVersionsParamsWithContext creates a new VersionsParams object with the default values initialized, and the ability to set a context for a request

func NewVersionsParamsWithHTTPClient

func NewVersionsParamsWithHTTPClient(client *http.Client) *VersionsParams

NewVersionsParamsWithHTTPClient creates a new VersionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVersionsParamsWithTimeout

func NewVersionsParamsWithTimeout(timeout time.Duration) *VersionsParams

NewVersionsParamsWithTimeout creates a new VersionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*VersionsParams) SetContext

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

SetContext adds the context to the versions params

func (*VersionsParams) SetFields

func (o *VersionsParams) SetFields(fields *string)

SetFields adds the fields to the versions params

func (*VersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the versions params

func (*VersionsParams) SetTimeout

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

SetTimeout adds the timeout to the versions params

func (*VersionsParams) WithContext

func (o *VersionsParams) WithContext(ctx context.Context) *VersionsParams

WithContext adds the context to the versions params

func (*VersionsParams) WithFields

func (o *VersionsParams) WithFields(fields *string) *VersionsParams

WithFields adds the fields to the versions params

func (*VersionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the versions params

func (*VersionsParams) WithTimeout

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

WithTimeout adds the timeout to the versions params

func (*VersionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type VersionsReader

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

VersionsReader is a Reader for the Versions structure.

func (*VersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WhitelabelConfigurationBadRequest

type WhitelabelConfigurationBadRequest struct {
	Payload *models.Error
}

WhitelabelConfigurationBadRequest handles this case with default header values.

Bad Request

func NewWhitelabelConfigurationBadRequest

func NewWhitelabelConfigurationBadRequest() *WhitelabelConfigurationBadRequest

NewWhitelabelConfigurationBadRequest creates a WhitelabelConfigurationBadRequest with default headers values

func (*WhitelabelConfigurationBadRequest) Error

type WhitelabelConfigurationNotFound

type WhitelabelConfigurationNotFound struct {
	Payload *models.Error
}

WhitelabelConfigurationNotFound handles this case with default header values.

Not Found

func NewWhitelabelConfigurationNotFound

func NewWhitelabelConfigurationNotFound() *WhitelabelConfigurationNotFound

NewWhitelabelConfigurationNotFound creates a WhitelabelConfigurationNotFound with default headers values

func (*WhitelabelConfigurationNotFound) Error

type WhitelabelConfigurationOK

type WhitelabelConfigurationOK struct {
	Payload *models.WhitelabelConfiguration
}

WhitelabelConfigurationOK handles this case with default header values.

Whitelabel configuration

func NewWhitelabelConfigurationOK

func NewWhitelabelConfigurationOK() *WhitelabelConfigurationOK

NewWhitelabelConfigurationOK creates a WhitelabelConfigurationOK with default headers values

func (*WhitelabelConfigurationOK) Error

func (o *WhitelabelConfigurationOK) Error() string

type WhitelabelConfigurationParams

type WhitelabelConfigurationParams struct {

	/*Fields
	  Requested fields.

	*/
	Fields *string

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

WhitelabelConfigurationParams contains all the parameters to send to the API endpoint for the whitelabel configuration operation typically these are written to a http.Request

func NewWhitelabelConfigurationParams

func NewWhitelabelConfigurationParams() *WhitelabelConfigurationParams

NewWhitelabelConfigurationParams creates a new WhitelabelConfigurationParams object with the default values initialized.

func NewWhitelabelConfigurationParamsWithContext

func NewWhitelabelConfigurationParamsWithContext(ctx context.Context) *WhitelabelConfigurationParams

NewWhitelabelConfigurationParamsWithContext creates a new WhitelabelConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewWhitelabelConfigurationParamsWithHTTPClient

func NewWhitelabelConfigurationParamsWithHTTPClient(client *http.Client) *WhitelabelConfigurationParams

NewWhitelabelConfigurationParamsWithHTTPClient creates a new WhitelabelConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWhitelabelConfigurationParamsWithTimeout

func NewWhitelabelConfigurationParamsWithTimeout(timeout time.Duration) *WhitelabelConfigurationParams

NewWhitelabelConfigurationParamsWithTimeout creates a new WhitelabelConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*WhitelabelConfigurationParams) SetContext

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

SetContext adds the context to the whitelabel configuration params

func (*WhitelabelConfigurationParams) SetFields

func (o *WhitelabelConfigurationParams) SetFields(fields *string)

SetFields adds the fields to the whitelabel configuration params

func (*WhitelabelConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the whitelabel configuration params

func (*WhitelabelConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the whitelabel configuration params

func (*WhitelabelConfigurationParams) WithContext

WithContext adds the context to the whitelabel configuration params

func (*WhitelabelConfigurationParams) WithFields

WithFields adds the fields to the whitelabel configuration params

func (*WhitelabelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the whitelabel configuration params

func (*WhitelabelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the whitelabel configuration params

func (*WhitelabelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WhitelabelConfigurationReader

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

WhitelabelConfigurationReader is a Reader for the WhitelabelConfiguration structure.

func (*WhitelabelConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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