global_configuration

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeleteGlobalConfigurationForbidden

type AdminDeleteGlobalConfigurationForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteGlobalConfigurationForbidden handles this case with default header values.

Forbidden

func NewAdminDeleteGlobalConfigurationForbidden

func NewAdminDeleteGlobalConfigurationForbidden() *AdminDeleteGlobalConfigurationForbidden

NewAdminDeleteGlobalConfigurationForbidden creates a AdminDeleteGlobalConfigurationForbidden with default headers values

func (*AdminDeleteGlobalConfigurationForbidden) Error

func (*AdminDeleteGlobalConfigurationForbidden) GetPayload

func (*AdminDeleteGlobalConfigurationForbidden) ToJSONString

type AdminDeleteGlobalConfigurationNoContent

type AdminDeleteGlobalConfigurationNoContent struct {
	Payload string
}

AdminDeleteGlobalConfigurationNoContent handles this case with default header values.

No Content

func NewAdminDeleteGlobalConfigurationNoContent

func NewAdminDeleteGlobalConfigurationNoContent() *AdminDeleteGlobalConfigurationNoContent

NewAdminDeleteGlobalConfigurationNoContent creates a AdminDeleteGlobalConfigurationNoContent with default headers values

func (*AdminDeleteGlobalConfigurationNoContent) Error

func (*AdminDeleteGlobalConfigurationNoContent) GetPayload

func (*AdminDeleteGlobalConfigurationNoContent) ToJSONString

type AdminDeleteGlobalConfigurationParams

type AdminDeleteGlobalConfigurationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeleteGlobalConfigurationParams contains all the parameters to send to the API endpoint for the admin delete global configuration operation typically these are written to a http.Request

func NewAdminDeleteGlobalConfigurationParams

func NewAdminDeleteGlobalConfigurationParams() *AdminDeleteGlobalConfigurationParams

NewAdminDeleteGlobalConfigurationParams creates a new AdminDeleteGlobalConfigurationParams object with the default values initialized.

func NewAdminDeleteGlobalConfigurationParamsWithContext

func NewAdminDeleteGlobalConfigurationParamsWithContext(ctx context.Context) *AdminDeleteGlobalConfigurationParams

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

func NewAdminDeleteGlobalConfigurationParamsWithHTTPClient

func NewAdminDeleteGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminDeleteGlobalConfigurationParams

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

func NewAdminDeleteGlobalConfigurationParamsWithTimeout

func NewAdminDeleteGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminDeleteGlobalConfigurationParams

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

func (*AdminDeleteGlobalConfigurationParams) SetAuthInfoWriter

func (o *AdminDeleteGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) SetContext

SetContext adds the context to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) SetFlightId added in v0.63.0

func (o *AdminDeleteGlobalConfigurationParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeleteGlobalConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) SetHTTPClientTransport

func (o *AdminDeleteGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) WithContext

WithContext adds the context to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) WithTimeout

WithTimeout adds the timeout to the admin delete global configuration params

func (*AdminDeleteGlobalConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteGlobalConfigurationReader

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

AdminDeleteGlobalConfigurationReader is a Reader for the AdminDeleteGlobalConfiguration structure.

func (*AdminDeleteGlobalConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteGlobalConfigurationUnauthorized

type AdminDeleteGlobalConfigurationUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteGlobalConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteGlobalConfigurationUnauthorized

func NewAdminDeleteGlobalConfigurationUnauthorized() *AdminDeleteGlobalConfigurationUnauthorized

NewAdminDeleteGlobalConfigurationUnauthorized creates a AdminDeleteGlobalConfigurationUnauthorized with default headers values

func (*AdminDeleteGlobalConfigurationUnauthorized) Error

func (*AdminDeleteGlobalConfigurationUnauthorized) GetPayload

func (*AdminDeleteGlobalConfigurationUnauthorized) ToJSONString

type AdminListGlobalConfigurationForbidden

type AdminListGlobalConfigurationForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminListGlobalConfigurationForbidden handles this case with default header values.

Forbidden

func NewAdminListGlobalConfigurationForbidden

func NewAdminListGlobalConfigurationForbidden() *AdminListGlobalConfigurationForbidden

NewAdminListGlobalConfigurationForbidden creates a AdminListGlobalConfigurationForbidden with default headers values

func (*AdminListGlobalConfigurationForbidden) Error

func (*AdminListGlobalConfigurationForbidden) GetPayload

func (*AdminListGlobalConfigurationForbidden) ToJSONString

type AdminListGlobalConfigurationOK

type AdminListGlobalConfigurationOK struct {
	Payload *sessionclientmodels.ApimodelsGlobalConfigurationResponse
}

AdminListGlobalConfigurationOK handles this case with default header values.

OK

func NewAdminListGlobalConfigurationOK

func NewAdminListGlobalConfigurationOK() *AdminListGlobalConfigurationOK

NewAdminListGlobalConfigurationOK creates a AdminListGlobalConfigurationOK with default headers values

func (*AdminListGlobalConfigurationOK) Error

func (*AdminListGlobalConfigurationOK) GetPayload

func (*AdminListGlobalConfigurationOK) ToJSONString

func (o *AdminListGlobalConfigurationOK) ToJSONString() string

type AdminListGlobalConfigurationParams

type AdminListGlobalConfigurationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminListGlobalConfigurationParams contains all the parameters to send to the API endpoint for the admin list global configuration operation typically these are written to a http.Request

func NewAdminListGlobalConfigurationParams

func NewAdminListGlobalConfigurationParams() *AdminListGlobalConfigurationParams

NewAdminListGlobalConfigurationParams creates a new AdminListGlobalConfigurationParams object with the default values initialized.

func NewAdminListGlobalConfigurationParamsWithContext

func NewAdminListGlobalConfigurationParamsWithContext(ctx context.Context) *AdminListGlobalConfigurationParams

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

func NewAdminListGlobalConfigurationParamsWithHTTPClient

func NewAdminListGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminListGlobalConfigurationParams

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

func NewAdminListGlobalConfigurationParamsWithTimeout

func NewAdminListGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminListGlobalConfigurationParams

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

func (*AdminListGlobalConfigurationParams) SetAuthInfoWriter

func (o *AdminListGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) SetContext

SetContext adds the context to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) SetFlightId added in v0.63.0

func (o *AdminListGlobalConfigurationParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminListGlobalConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) SetHTTPClientTransport

func (o *AdminListGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) WithContext

WithContext adds the context to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) WithTimeout

WithTimeout adds the timeout to the admin list global configuration params

func (*AdminListGlobalConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListGlobalConfigurationReader

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

AdminListGlobalConfigurationReader is a Reader for the AdminListGlobalConfiguration structure.

func (*AdminListGlobalConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListGlobalConfigurationUnauthorized

type AdminListGlobalConfigurationUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminListGlobalConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewAdminListGlobalConfigurationUnauthorized

func NewAdminListGlobalConfigurationUnauthorized() *AdminListGlobalConfigurationUnauthorized

NewAdminListGlobalConfigurationUnauthorized creates a AdminListGlobalConfigurationUnauthorized with default headers values

func (*AdminListGlobalConfigurationUnauthorized) Error

func (*AdminListGlobalConfigurationUnauthorized) GetPayload

func (*AdminListGlobalConfigurationUnauthorized) ToJSONString

type AdminUpdateGlobalConfigurationForbidden

type AdminUpdateGlobalConfigurationForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateGlobalConfigurationForbidden handles this case with default header values.

Forbidden

func NewAdminUpdateGlobalConfigurationForbidden

func NewAdminUpdateGlobalConfigurationForbidden() *AdminUpdateGlobalConfigurationForbidden

NewAdminUpdateGlobalConfigurationForbidden creates a AdminUpdateGlobalConfigurationForbidden with default headers values

func (*AdminUpdateGlobalConfigurationForbidden) Error

func (*AdminUpdateGlobalConfigurationForbidden) GetPayload

func (*AdminUpdateGlobalConfigurationForbidden) ToJSONString

type AdminUpdateGlobalConfigurationOK

type AdminUpdateGlobalConfigurationOK struct {
	Payload *sessionclientmodels.ApimodelsGlobalConfigurationResponse
}

AdminUpdateGlobalConfigurationOK handles this case with default header values.

OK

func NewAdminUpdateGlobalConfigurationOK

func NewAdminUpdateGlobalConfigurationOK() *AdminUpdateGlobalConfigurationOK

NewAdminUpdateGlobalConfigurationOK creates a AdminUpdateGlobalConfigurationOK with default headers values

func (*AdminUpdateGlobalConfigurationOK) Error

func (*AdminUpdateGlobalConfigurationOK) GetPayload

func (*AdminUpdateGlobalConfigurationOK) ToJSONString

func (o *AdminUpdateGlobalConfigurationOK) ToJSONString() string

type AdminUpdateGlobalConfigurationParams

type AdminUpdateGlobalConfigurationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsPutGlobalConfigurationRequest

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminUpdateGlobalConfigurationParams

func NewAdminUpdateGlobalConfigurationParams() *AdminUpdateGlobalConfigurationParams

NewAdminUpdateGlobalConfigurationParams creates a new AdminUpdateGlobalConfigurationParams object with the default values initialized.

func NewAdminUpdateGlobalConfigurationParamsWithContext

func NewAdminUpdateGlobalConfigurationParamsWithContext(ctx context.Context) *AdminUpdateGlobalConfigurationParams

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

func NewAdminUpdateGlobalConfigurationParamsWithHTTPClient

func NewAdminUpdateGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminUpdateGlobalConfigurationParams

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

func NewAdminUpdateGlobalConfigurationParamsWithTimeout

func NewAdminUpdateGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminUpdateGlobalConfigurationParams

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

func (*AdminUpdateGlobalConfigurationParams) SetAuthInfoWriter

func (o *AdminUpdateGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) SetBody

SetBody adds the body to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) SetContext

SetContext adds the context to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) SetFlightId added in v0.63.0

func (o *AdminUpdateGlobalConfigurationParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminUpdateGlobalConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) SetHTTPClientTransport

func (o *AdminUpdateGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) WithBody

WithBody adds the body to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) WithContext

WithContext adds the context to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) WithTimeout

WithTimeout adds the timeout to the admin update global configuration params

func (*AdminUpdateGlobalConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateGlobalConfigurationReader

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

AdminUpdateGlobalConfigurationReader is a Reader for the AdminUpdateGlobalConfiguration structure.

func (*AdminUpdateGlobalConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateGlobalConfigurationUnauthorized

type AdminUpdateGlobalConfigurationUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateGlobalConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateGlobalConfigurationUnauthorized

func NewAdminUpdateGlobalConfigurationUnauthorized() *AdminUpdateGlobalConfigurationUnauthorized

NewAdminUpdateGlobalConfigurationUnauthorized creates a AdminUpdateGlobalConfigurationUnauthorized with default headers values

func (*AdminUpdateGlobalConfigurationUnauthorized) Error

func (*AdminUpdateGlobalConfigurationUnauthorized) GetPayload

func (*AdminUpdateGlobalConfigurationUnauthorized) ToJSONString

type Client

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

Client for global configuration API

func (*Client) AdminDeleteGlobalConfiguration deprecated

Deprecated: 2022-08-10 - Use AdminDeleteGlobalConfigurationShort instead.

AdminDeleteGlobalConfiguration delete of global configuration data. Delete of global configuration data.

func (*Client) AdminDeleteGlobalConfigurationShort

func (a *Client) AdminDeleteGlobalConfigurationShort(params *AdminDeleteGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGlobalConfigurationNoContent, error)

AdminDeleteGlobalConfigurationShort delete of global configuration data. Delete of global configuration data.

func (*Client) AdminListGlobalConfiguration deprecated

Deprecated: 2022-08-10 - Use AdminListGlobalConfigurationShort instead.

AdminListGlobalConfiguration record of global configuration data. Record of global configuration data.

func (*Client) AdminListGlobalConfigurationShort

func (a *Client) AdminListGlobalConfigurationShort(params *AdminListGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListGlobalConfigurationOK, error)

AdminListGlobalConfigurationShort record of global configuration data. Record of global configuration data.

func (*Client) AdminUpdateGlobalConfiguration deprecated

Deprecated: 2022-08-10 - Use AdminUpdateGlobalConfigurationShort instead.

AdminUpdateGlobalConfiguration upsert global configuration data. Upsert global configuration data.

func (*Client) AdminUpdateGlobalConfigurationShort

func (a *Client) AdminUpdateGlobalConfigurationShort(params *AdminUpdateGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGlobalConfigurationOK, error)

AdminUpdateGlobalConfigurationShort upsert global configuration data. Upsert global configuration data.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new global configuration API client.

Jump to

Keyboard shortcuts

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