Documentation ¶
Index ¶
- type AdminDeleteGlobalConfigurationForbidden
- type AdminDeleteGlobalConfigurationNoContent
- type AdminDeleteGlobalConfigurationParams
- func NewAdminDeleteGlobalConfigurationParams() *AdminDeleteGlobalConfigurationParams
- func NewAdminDeleteGlobalConfigurationParamsWithContext(ctx context.Context) *AdminDeleteGlobalConfigurationParams
- func NewAdminDeleteGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminDeleteGlobalConfigurationParams
- func NewAdminDeleteGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminDeleteGlobalConfigurationParams
- func (o *AdminDeleteGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminDeleteGlobalConfigurationParams) SetContext(ctx context.Context)
- func (o *AdminDeleteGlobalConfigurationParams) SetFlightId(flightId string)
- func (o *AdminDeleteGlobalConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *AdminDeleteGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminDeleteGlobalConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *AdminDeleteGlobalConfigurationParams) WithContext(ctx context.Context) *AdminDeleteGlobalConfigurationParams
- func (o *AdminDeleteGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminDeleteGlobalConfigurationParams
- func (o *AdminDeleteGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminDeleteGlobalConfigurationParams
- func (o *AdminDeleteGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminDeleteGlobalConfigurationReader
- type AdminDeleteGlobalConfigurationUnauthorized
- type AdminListGlobalConfigurationForbidden
- type AdminListGlobalConfigurationOK
- type AdminListGlobalConfigurationParams
- func NewAdminListGlobalConfigurationParams() *AdminListGlobalConfigurationParams
- func NewAdminListGlobalConfigurationParamsWithContext(ctx context.Context) *AdminListGlobalConfigurationParams
- func NewAdminListGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminListGlobalConfigurationParams
- func NewAdminListGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminListGlobalConfigurationParams
- func (o *AdminListGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminListGlobalConfigurationParams) SetContext(ctx context.Context)
- func (o *AdminListGlobalConfigurationParams) SetFlightId(flightId string)
- func (o *AdminListGlobalConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *AdminListGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminListGlobalConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *AdminListGlobalConfigurationParams) WithContext(ctx context.Context) *AdminListGlobalConfigurationParams
- func (o *AdminListGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminListGlobalConfigurationParams
- func (o *AdminListGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminListGlobalConfigurationParams
- func (o *AdminListGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminListGlobalConfigurationReader
- type AdminListGlobalConfigurationUnauthorized
- type AdminUpdateGlobalConfigurationForbidden
- type AdminUpdateGlobalConfigurationOK
- type AdminUpdateGlobalConfigurationParams
- func NewAdminUpdateGlobalConfigurationParams() *AdminUpdateGlobalConfigurationParams
- func NewAdminUpdateGlobalConfigurationParamsWithContext(ctx context.Context) *AdminUpdateGlobalConfigurationParams
- func NewAdminUpdateGlobalConfigurationParamsWithHTTPClient(client *http.Client) *AdminUpdateGlobalConfigurationParams
- func NewAdminUpdateGlobalConfigurationParamsWithTimeout(timeout time.Duration) *AdminUpdateGlobalConfigurationParams
- func (o *AdminUpdateGlobalConfigurationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminUpdateGlobalConfigurationParams) SetBody(body *sessionclientmodels.ApimodelsPutGlobalConfigurationRequest)
- func (o *AdminUpdateGlobalConfigurationParams) SetContext(ctx context.Context)
- func (o *AdminUpdateGlobalConfigurationParams) SetFlightId(flightId string)
- func (o *AdminUpdateGlobalConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *AdminUpdateGlobalConfigurationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminUpdateGlobalConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *AdminUpdateGlobalConfigurationParams) WithBody(body *sessionclientmodels.ApimodelsPutGlobalConfigurationRequest) *AdminUpdateGlobalConfigurationParams
- func (o *AdminUpdateGlobalConfigurationParams) WithContext(ctx context.Context) *AdminUpdateGlobalConfigurationParams
- func (o *AdminUpdateGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminUpdateGlobalConfigurationParams
- func (o *AdminUpdateGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminUpdateGlobalConfigurationParams
- func (o *AdminUpdateGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminUpdateGlobalConfigurationReader
- type AdminUpdateGlobalConfigurationUnauthorized
- type Client
- func (a *Client) AdminDeleteGlobalConfiguration(params *AdminDeleteGlobalConfigurationParams, ...) (*AdminDeleteGlobalConfigurationNoContent, ...)deprecated
- func (a *Client) AdminDeleteGlobalConfigurationShort(params *AdminDeleteGlobalConfigurationParams, ...) (*AdminDeleteGlobalConfigurationNoContent, error)
- func (a *Client) AdminListGlobalConfiguration(params *AdminListGlobalConfigurationParams, ...) (*AdminListGlobalConfigurationOK, *AdminListGlobalConfigurationUnauthorized, ...)deprecated
- func (a *Client) AdminListGlobalConfigurationShort(params *AdminListGlobalConfigurationParams, ...) (*AdminListGlobalConfigurationOK, error)
- func (a *Client) AdminUpdateGlobalConfiguration(params *AdminUpdateGlobalConfigurationParams, ...) (*AdminUpdateGlobalConfigurationOK, *AdminUpdateGlobalConfigurationUnauthorized, ...)deprecated
- func (a *Client) AdminUpdateGlobalConfigurationShort(params *AdminUpdateGlobalConfigurationParams, ...) (*AdminUpdateGlobalConfigurationOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
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 (o *AdminDeleteGlobalConfigurationForbidden) Error() string
func (*AdminDeleteGlobalConfigurationForbidden) GetPayload ¶
func (o *AdminDeleteGlobalConfigurationForbidden) GetPayload() *sessionclientmodels.ResponseError
func (*AdminDeleteGlobalConfigurationForbidden) ToJSONString ¶
func (o *AdminDeleteGlobalConfigurationForbidden) ToJSONString() string
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 (o *AdminDeleteGlobalConfigurationNoContent) Error() string
func (*AdminDeleteGlobalConfigurationNoContent) GetPayload ¶
func (o *AdminDeleteGlobalConfigurationNoContent) GetPayload() string
func (*AdminDeleteGlobalConfigurationNoContent) ToJSONString ¶
func (o *AdminDeleteGlobalConfigurationNoContent) ToJSONString() string
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 ¶
func (o *AdminDeleteGlobalConfigurationParams) SetContext(ctx context.Context)
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 ¶
func (o *AdminDeleteGlobalConfigurationParams) WithContext(ctx context.Context) *AdminDeleteGlobalConfigurationParams
WithContext adds the context to the admin delete global configuration params
func (*AdminDeleteGlobalConfigurationParams) WithHTTPClient ¶
func (o *AdminDeleteGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminDeleteGlobalConfigurationParams
WithHTTPClient adds the HTTPClient to the admin delete global configuration params
func (*AdminDeleteGlobalConfigurationParams) WithTimeout ¶
func (o *AdminDeleteGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminDeleteGlobalConfigurationParams
WithTimeout adds the timeout to the admin delete global configuration params
func (*AdminDeleteGlobalConfigurationParams) WriteToRequest ¶
func (o *AdminDeleteGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *AdminDeleteGlobalConfigurationUnauthorized) Error() string
func (*AdminDeleteGlobalConfigurationUnauthorized) GetPayload ¶
func (o *AdminDeleteGlobalConfigurationUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminDeleteGlobalConfigurationUnauthorized) ToJSONString ¶
func (o *AdminDeleteGlobalConfigurationUnauthorized) ToJSONString() string
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 (o *AdminListGlobalConfigurationForbidden) Error() string
func (*AdminListGlobalConfigurationForbidden) GetPayload ¶
func (o *AdminListGlobalConfigurationForbidden) GetPayload() *sessionclientmodels.ResponseError
func (*AdminListGlobalConfigurationForbidden) ToJSONString ¶
func (o *AdminListGlobalConfigurationForbidden) ToJSONString() string
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 (o *AdminListGlobalConfigurationOK) Error() string
func (*AdminListGlobalConfigurationOK) GetPayload ¶
func (o *AdminListGlobalConfigurationOK) GetPayload() *sessionclientmodels.ApimodelsGlobalConfigurationResponse
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 ¶
func (o *AdminListGlobalConfigurationParams) SetContext(ctx context.Context)
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 ¶
func (o *AdminListGlobalConfigurationParams) WithContext(ctx context.Context) *AdminListGlobalConfigurationParams
WithContext adds the context to the admin list global configuration params
func (*AdminListGlobalConfigurationParams) WithHTTPClient ¶
func (o *AdminListGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminListGlobalConfigurationParams
WithHTTPClient adds the HTTPClient to the admin list global configuration params
func (*AdminListGlobalConfigurationParams) WithTimeout ¶
func (o *AdminListGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminListGlobalConfigurationParams
WithTimeout adds the timeout to the admin list global configuration params
func (*AdminListGlobalConfigurationParams) WriteToRequest ¶
func (o *AdminListGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *AdminListGlobalConfigurationUnauthorized) Error() string
func (*AdminListGlobalConfigurationUnauthorized) GetPayload ¶
func (o *AdminListGlobalConfigurationUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminListGlobalConfigurationUnauthorized) ToJSONString ¶
func (o *AdminListGlobalConfigurationUnauthorized) ToJSONString() string
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 (o *AdminUpdateGlobalConfigurationForbidden) Error() string
func (*AdminUpdateGlobalConfigurationForbidden) GetPayload ¶
func (o *AdminUpdateGlobalConfigurationForbidden) GetPayload() *sessionclientmodels.ResponseError
func (*AdminUpdateGlobalConfigurationForbidden) ToJSONString ¶
func (o *AdminUpdateGlobalConfigurationForbidden) ToJSONString() string
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 (o *AdminUpdateGlobalConfigurationOK) Error() string
func (*AdminUpdateGlobalConfigurationOK) GetPayload ¶
func (o *AdminUpdateGlobalConfigurationOK) GetPayload() *sessionclientmodels.ApimodelsGlobalConfigurationResponse
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 ¶
func (o *AdminUpdateGlobalConfigurationParams) SetBody(body *sessionclientmodels.ApimodelsPutGlobalConfigurationRequest)
SetBody adds the body to the admin update global configuration params
func (*AdminUpdateGlobalConfigurationParams) SetContext ¶
func (o *AdminUpdateGlobalConfigurationParams) SetContext(ctx context.Context)
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 ¶
func (o *AdminUpdateGlobalConfigurationParams) WithBody(body *sessionclientmodels.ApimodelsPutGlobalConfigurationRequest) *AdminUpdateGlobalConfigurationParams
WithBody adds the body to the admin update global configuration params
func (*AdminUpdateGlobalConfigurationParams) WithContext ¶
func (o *AdminUpdateGlobalConfigurationParams) WithContext(ctx context.Context) *AdminUpdateGlobalConfigurationParams
WithContext adds the context to the admin update global configuration params
func (*AdminUpdateGlobalConfigurationParams) WithHTTPClient ¶
func (o *AdminUpdateGlobalConfigurationParams) WithHTTPClient(client *http.Client) *AdminUpdateGlobalConfigurationParams
WithHTTPClient adds the HTTPClient to the admin update global configuration params
func (*AdminUpdateGlobalConfigurationParams) WithTimeout ¶
func (o *AdminUpdateGlobalConfigurationParams) WithTimeout(timeout time.Duration) *AdminUpdateGlobalConfigurationParams
WithTimeout adds the timeout to the admin update global configuration params
func (*AdminUpdateGlobalConfigurationParams) WriteToRequest ¶
func (o *AdminUpdateGlobalConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *AdminUpdateGlobalConfigurationUnauthorized) Error() string
func (*AdminUpdateGlobalConfigurationUnauthorized) GetPayload ¶
func (o *AdminUpdateGlobalConfigurationUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminUpdateGlobalConfigurationUnauthorized) ToJSONString ¶
func (o *AdminUpdateGlobalConfigurationUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for global configuration API
func (*Client) AdminDeleteGlobalConfiguration
deprecated
func (a *Client) AdminDeleteGlobalConfiguration(params *AdminDeleteGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGlobalConfigurationNoContent, *AdminDeleteGlobalConfigurationUnauthorized, *AdminDeleteGlobalConfigurationForbidden, error)
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
func (a *Client) AdminListGlobalConfiguration(params *AdminListGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListGlobalConfigurationOK, *AdminListGlobalConfigurationUnauthorized, *AdminListGlobalConfigurationForbidden, error)
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
func (a *Client) AdminUpdateGlobalConfiguration(params *AdminUpdateGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGlobalConfigurationOK, *AdminUpdateGlobalConfigurationUnauthorized, *AdminUpdateGlobalConfigurationForbidden, error)
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 ¶
type ClientService interface { AdminListGlobalConfiguration(params *AdminListGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListGlobalConfigurationOK, *AdminListGlobalConfigurationUnauthorized, *AdminListGlobalConfigurationForbidden, error) AdminListGlobalConfigurationShort(params *AdminListGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListGlobalConfigurationOK, error) AdminUpdateGlobalConfiguration(params *AdminUpdateGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGlobalConfigurationOK, *AdminUpdateGlobalConfigurationUnauthorized, *AdminUpdateGlobalConfigurationForbidden, error) AdminUpdateGlobalConfigurationShort(params *AdminUpdateGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGlobalConfigurationOK, error) AdminDeleteGlobalConfiguration(params *AdminDeleteGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGlobalConfigurationNoContent, *AdminDeleteGlobalConfigurationUnauthorized, *AdminDeleteGlobalConfigurationForbidden, error) AdminDeleteGlobalConfigurationShort(params *AdminDeleteGlobalConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGlobalConfigurationNoContent, 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 global configuration API client.
Source Files ¶
- admin_delete_global_configuration_parameters.go
- admin_delete_global_configuration_responses.go
- admin_list_global_configuration_parameters.go
- admin_list_global_configuration_responses.go
- admin_update_global_configuration_parameters.go
- admin_update_global_configuration_responses.go
- global_configuration_client.go