Documentation ¶
Index ¶
- type AdminGetLogConfigForbidden
- type AdminGetLogConfigOK
- type AdminGetLogConfigParams
- func NewAdminGetLogConfigParams() *AdminGetLogConfigParams
- func NewAdminGetLogConfigParamsWithContext(ctx context.Context) *AdminGetLogConfigParams
- func NewAdminGetLogConfigParamsWithHTTPClient(client *http.Client) *AdminGetLogConfigParams
- func NewAdminGetLogConfigParamsWithTimeout(timeout time.Duration) *AdminGetLogConfigParams
- func (o *AdminGetLogConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetLogConfigParams) SetContext(ctx context.Context)
- func (o *AdminGetLogConfigParams) SetFlightId(flightId string)
- func (o *AdminGetLogConfigParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetLogConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetLogConfigParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetLogConfigParams) WithContext(ctx context.Context) *AdminGetLogConfigParams
- func (o *AdminGetLogConfigParams) WithHTTPClient(client *http.Client) *AdminGetLogConfigParams
- func (o *AdminGetLogConfigParams) WithTimeout(timeout time.Duration) *AdminGetLogConfigParams
- func (o *AdminGetLogConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetLogConfigReader
- type AdminGetLogConfigUnauthorized
- type AdminPatchUpdateLogConfigForbidden
- type AdminPatchUpdateLogConfigOK
- type AdminPatchUpdateLogConfigParams
- func NewAdminPatchUpdateLogConfigParams() *AdminPatchUpdateLogConfigParams
- func NewAdminPatchUpdateLogConfigParamsWithContext(ctx context.Context) *AdminPatchUpdateLogConfigParams
- func NewAdminPatchUpdateLogConfigParamsWithHTTPClient(client *http.Client) *AdminPatchUpdateLogConfigParams
- func NewAdminPatchUpdateLogConfigParamsWithTimeout(timeout time.Duration) *AdminPatchUpdateLogConfigParams
- func (o *AdminPatchUpdateLogConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminPatchUpdateLogConfigParams) SetBody(body *sessionclientmodels.LogconfigConfiguration)
- func (o *AdminPatchUpdateLogConfigParams) SetContext(ctx context.Context)
- func (o *AdminPatchUpdateLogConfigParams) SetFlightId(flightId string)
- func (o *AdminPatchUpdateLogConfigParams) SetHTTPClient(client *http.Client)
- func (o *AdminPatchUpdateLogConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminPatchUpdateLogConfigParams) SetTimeout(timeout time.Duration)
- func (o *AdminPatchUpdateLogConfigParams) WithBody(body *sessionclientmodels.LogconfigConfiguration) *AdminPatchUpdateLogConfigParams
- func (o *AdminPatchUpdateLogConfigParams) WithContext(ctx context.Context) *AdminPatchUpdateLogConfigParams
- func (o *AdminPatchUpdateLogConfigParams) WithHTTPClient(client *http.Client) *AdminPatchUpdateLogConfigParams
- func (o *AdminPatchUpdateLogConfigParams) WithTimeout(timeout time.Duration) *AdminPatchUpdateLogConfigParams
- func (o *AdminPatchUpdateLogConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminPatchUpdateLogConfigReader
- type AdminPatchUpdateLogConfigUnauthorized
- type Client
- func (a *Client) AdminGetLogConfig(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, *AdminGetLogConfigUnauthorized, ...)deprecated
- func (a *Client) AdminGetLogConfigShort(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, error)
- func (a *Client) AdminPatchUpdateLogConfig(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, *AdminPatchUpdateLogConfigUnauthorized, ...)deprecated
- func (a *Client) AdminPatchUpdateLogConfigShort(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, 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 AdminGetLogConfigForbidden ¶
type AdminGetLogConfigForbidden struct {
Payload *sessionclientmodels.ResponseError
}
AdminGetLogConfigForbidden handles this case with default header values.
Forbidden
func NewAdminGetLogConfigForbidden ¶
func NewAdminGetLogConfigForbidden() *AdminGetLogConfigForbidden
NewAdminGetLogConfigForbidden creates a AdminGetLogConfigForbidden with default headers values
func (*AdminGetLogConfigForbidden) Error ¶
func (o *AdminGetLogConfigForbidden) Error() string
func (*AdminGetLogConfigForbidden) GetPayload ¶
func (o *AdminGetLogConfigForbidden) GetPayload() *sessionclientmodels.ResponseError
func (*AdminGetLogConfigForbidden) ToJSONString ¶
func (o *AdminGetLogConfigForbidden) ToJSONString() string
type AdminGetLogConfigOK ¶
type AdminGetLogConfigOK struct {
Payload *sessionclientmodels.LogconfigConfiguration
}
AdminGetLogConfigOK handles this case with default header values.
OK
func NewAdminGetLogConfigOK ¶
func NewAdminGetLogConfigOK() *AdminGetLogConfigOK
NewAdminGetLogConfigOK creates a AdminGetLogConfigOK with default headers values
func (*AdminGetLogConfigOK) Error ¶
func (o *AdminGetLogConfigOK) Error() string
func (*AdminGetLogConfigOK) GetPayload ¶
func (o *AdminGetLogConfigOK) GetPayload() *sessionclientmodels.LogconfigConfiguration
func (*AdminGetLogConfigOK) ToJSONString ¶
func (o *AdminGetLogConfigOK) ToJSONString() string
type AdminGetLogConfigParams ¶
type AdminGetLogConfigParams 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 }
AdminGetLogConfigParams contains all the parameters to send to the API endpoint for the admin get log config operation typically these are written to a http.Request
func NewAdminGetLogConfigParams ¶
func NewAdminGetLogConfigParams() *AdminGetLogConfigParams
NewAdminGetLogConfigParams creates a new AdminGetLogConfigParams object with the default values initialized.
func NewAdminGetLogConfigParamsWithContext ¶
func NewAdminGetLogConfigParamsWithContext(ctx context.Context) *AdminGetLogConfigParams
NewAdminGetLogConfigParamsWithContext creates a new AdminGetLogConfigParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetLogConfigParamsWithHTTPClient ¶
func NewAdminGetLogConfigParamsWithHTTPClient(client *http.Client) *AdminGetLogConfigParams
NewAdminGetLogConfigParamsWithHTTPClient creates a new AdminGetLogConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetLogConfigParamsWithTimeout ¶
func NewAdminGetLogConfigParamsWithTimeout(timeout time.Duration) *AdminGetLogConfigParams
NewAdminGetLogConfigParamsWithTimeout creates a new AdminGetLogConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetLogConfigParams) SetAuthInfoWriter ¶
func (o *AdminGetLogConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get log config params
func (*AdminGetLogConfigParams) SetContext ¶
func (o *AdminGetLogConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get log config params
func (*AdminGetLogConfigParams) SetFlightId ¶
func (o *AdminGetLogConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminGetLogConfigParams) SetHTTPClient ¶
func (o *AdminGetLogConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get log config params
func (*AdminGetLogConfigParams) SetHTTPClientTransport ¶
func (o *AdminGetLogConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get log config params
func (*AdminGetLogConfigParams) SetTimeout ¶
func (o *AdminGetLogConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get log config params
func (*AdminGetLogConfigParams) WithContext ¶
func (o *AdminGetLogConfigParams) WithContext(ctx context.Context) *AdminGetLogConfigParams
WithContext adds the context to the admin get log config params
func (*AdminGetLogConfigParams) WithHTTPClient ¶
func (o *AdminGetLogConfigParams) WithHTTPClient(client *http.Client) *AdminGetLogConfigParams
WithHTTPClient adds the HTTPClient to the admin get log config params
func (*AdminGetLogConfigParams) WithTimeout ¶
func (o *AdminGetLogConfigParams) WithTimeout(timeout time.Duration) *AdminGetLogConfigParams
WithTimeout adds the timeout to the admin get log config params
func (*AdminGetLogConfigParams) WriteToRequest ¶
func (o *AdminGetLogConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetLogConfigReader ¶
type AdminGetLogConfigReader struct {
// contains filtered or unexported fields
}
AdminGetLogConfigReader is a Reader for the AdminGetLogConfig structure.
func (*AdminGetLogConfigReader) ReadResponse ¶
func (o *AdminGetLogConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetLogConfigUnauthorized ¶
type AdminGetLogConfigUnauthorized struct {
}AdminGetLogConfigUnauthorized handles this case with default header values.
Unauthorized
func NewAdminGetLogConfigUnauthorized ¶
func NewAdminGetLogConfigUnauthorized() *AdminGetLogConfigUnauthorized
NewAdminGetLogConfigUnauthorized creates a AdminGetLogConfigUnauthorized with default headers values
func (*AdminGetLogConfigUnauthorized) Error ¶
func (o *AdminGetLogConfigUnauthorized) Error() string
func (*AdminGetLogConfigUnauthorized) GetPayload ¶
func (o *AdminGetLogConfigUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminGetLogConfigUnauthorized) ToJSONString ¶
func (o *AdminGetLogConfigUnauthorized) ToJSONString() string
type AdminPatchUpdateLogConfigForbidden ¶
type AdminPatchUpdateLogConfigForbidden struct {
Payload *sessionclientmodels.ResponseError
}
AdminPatchUpdateLogConfigForbidden handles this case with default header values.
Forbidden
func NewAdminPatchUpdateLogConfigForbidden ¶
func NewAdminPatchUpdateLogConfigForbidden() *AdminPatchUpdateLogConfigForbidden
NewAdminPatchUpdateLogConfigForbidden creates a AdminPatchUpdateLogConfigForbidden with default headers values
func (*AdminPatchUpdateLogConfigForbidden) Error ¶
func (o *AdminPatchUpdateLogConfigForbidden) Error() string
func (*AdminPatchUpdateLogConfigForbidden) GetPayload ¶
func (o *AdminPatchUpdateLogConfigForbidden) GetPayload() *sessionclientmodels.ResponseError
func (*AdminPatchUpdateLogConfigForbidden) ToJSONString ¶
func (o *AdminPatchUpdateLogConfigForbidden) ToJSONString() string
type AdminPatchUpdateLogConfigOK ¶
type AdminPatchUpdateLogConfigOK struct {
Payload *sessionclientmodels.LogconfigConfiguration
}
AdminPatchUpdateLogConfigOK handles this case with default header values.
OK
func NewAdminPatchUpdateLogConfigOK ¶
func NewAdminPatchUpdateLogConfigOK() *AdminPatchUpdateLogConfigOK
NewAdminPatchUpdateLogConfigOK creates a AdminPatchUpdateLogConfigOK with default headers values
func (*AdminPatchUpdateLogConfigOK) Error ¶
func (o *AdminPatchUpdateLogConfigOK) Error() string
func (*AdminPatchUpdateLogConfigOK) GetPayload ¶
func (o *AdminPatchUpdateLogConfigOK) GetPayload() *sessionclientmodels.LogconfigConfiguration
func (*AdminPatchUpdateLogConfigOK) ToJSONString ¶
func (o *AdminPatchUpdateLogConfigOK) ToJSONString() string
type AdminPatchUpdateLogConfigParams ¶
type AdminPatchUpdateLogConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *sessionclientmodels.LogconfigConfiguration AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AdminPatchUpdateLogConfigParams contains all the parameters to send to the API endpoint for the admin patch update log config operation typically these are written to a http.Request
func NewAdminPatchUpdateLogConfigParams ¶
func NewAdminPatchUpdateLogConfigParams() *AdminPatchUpdateLogConfigParams
NewAdminPatchUpdateLogConfigParams creates a new AdminPatchUpdateLogConfigParams object with the default values initialized.
func NewAdminPatchUpdateLogConfigParamsWithContext ¶
func NewAdminPatchUpdateLogConfigParamsWithContext(ctx context.Context) *AdminPatchUpdateLogConfigParams
NewAdminPatchUpdateLogConfigParamsWithContext creates a new AdminPatchUpdateLogConfigParams object with the default values initialized, and the ability to set a context for a request
func NewAdminPatchUpdateLogConfigParamsWithHTTPClient ¶
func NewAdminPatchUpdateLogConfigParamsWithHTTPClient(client *http.Client) *AdminPatchUpdateLogConfigParams
NewAdminPatchUpdateLogConfigParamsWithHTTPClient creates a new AdminPatchUpdateLogConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminPatchUpdateLogConfigParamsWithTimeout ¶
func NewAdminPatchUpdateLogConfigParamsWithTimeout(timeout time.Duration) *AdminPatchUpdateLogConfigParams
NewAdminPatchUpdateLogConfigParamsWithTimeout creates a new AdminPatchUpdateLogConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminPatchUpdateLogConfigParams) SetAuthInfoWriter ¶
func (o *AdminPatchUpdateLogConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) SetBody ¶
func (o *AdminPatchUpdateLogConfigParams) SetBody(body *sessionclientmodels.LogconfigConfiguration)
SetBody adds the body to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) SetContext ¶
func (o *AdminPatchUpdateLogConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) SetFlightId ¶
func (o *AdminPatchUpdateLogConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminPatchUpdateLogConfigParams) SetHTTPClient ¶
func (o *AdminPatchUpdateLogConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) SetHTTPClientTransport ¶
func (o *AdminPatchUpdateLogConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) SetTimeout ¶
func (o *AdminPatchUpdateLogConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) WithBody ¶
func (o *AdminPatchUpdateLogConfigParams) WithBody(body *sessionclientmodels.LogconfigConfiguration) *AdminPatchUpdateLogConfigParams
WithBody adds the body to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) WithContext ¶
func (o *AdminPatchUpdateLogConfigParams) WithContext(ctx context.Context) *AdminPatchUpdateLogConfigParams
WithContext adds the context to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) WithHTTPClient ¶
func (o *AdminPatchUpdateLogConfigParams) WithHTTPClient(client *http.Client) *AdminPatchUpdateLogConfigParams
WithHTTPClient adds the HTTPClient to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) WithTimeout ¶
func (o *AdminPatchUpdateLogConfigParams) WithTimeout(timeout time.Duration) *AdminPatchUpdateLogConfigParams
WithTimeout adds the timeout to the admin patch update log config params
func (*AdminPatchUpdateLogConfigParams) WriteToRequest ¶
func (o *AdminPatchUpdateLogConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminPatchUpdateLogConfigReader ¶
type AdminPatchUpdateLogConfigReader struct {
// contains filtered or unexported fields
}
AdminPatchUpdateLogConfigReader is a Reader for the AdminPatchUpdateLogConfig structure.
func (*AdminPatchUpdateLogConfigReader) ReadResponse ¶
func (o *AdminPatchUpdateLogConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminPatchUpdateLogConfigUnauthorized ¶
type AdminPatchUpdateLogConfigUnauthorized struct {
}AdminPatchUpdateLogConfigUnauthorized handles this case with default header values.
Unauthorized
func NewAdminPatchUpdateLogConfigUnauthorized ¶
func NewAdminPatchUpdateLogConfigUnauthorized() *AdminPatchUpdateLogConfigUnauthorized
NewAdminPatchUpdateLogConfigUnauthorized creates a AdminPatchUpdateLogConfigUnauthorized with default headers values
func (*AdminPatchUpdateLogConfigUnauthorized) Error ¶
func (o *AdminPatchUpdateLogConfigUnauthorized) Error() string
func (*AdminPatchUpdateLogConfigUnauthorized) GetPayload ¶
func (o *AdminPatchUpdateLogConfigUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminPatchUpdateLogConfigUnauthorized) ToJSONString ¶
func (o *AdminPatchUpdateLogConfigUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for config API
func (*Client) AdminGetLogConfig
deprecated
func (a *Client) AdminGetLogConfig(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, *AdminGetLogConfigUnauthorized, *AdminGetLogConfigForbidden, error)
Deprecated: 2022-08-10 - Use AdminGetLogConfigShort instead.
AdminGetLogConfig get log configuration Get Log Configuration.
func (*Client) AdminGetLogConfigShort ¶
func (a *Client) AdminGetLogConfigShort(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, error)
AdminGetLogConfigShort get log configuration Get Log Configuration.
func (*Client) AdminPatchUpdateLogConfig
deprecated
func (a *Client) AdminPatchUpdateLogConfig(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, *AdminPatchUpdateLogConfigUnauthorized, *AdminPatchUpdateLogConfigForbidden, error)
Deprecated: 2022-08-10 - Use AdminPatchUpdateLogConfigShort instead.
AdminPatchUpdateLogConfig patch update log configuration Update Log Configuration.
func (*Client) AdminPatchUpdateLogConfigShort ¶
func (a *Client) AdminPatchUpdateLogConfigShort(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, error)
AdminPatchUpdateLogConfigShort patch update log configuration Update Log Configuration.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { AdminGetLogConfig(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, *AdminGetLogConfigUnauthorized, *AdminGetLogConfigForbidden, error) AdminGetLogConfigShort(params *AdminGetLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetLogConfigOK, error) AdminPatchUpdateLogConfig(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, *AdminPatchUpdateLogConfigUnauthorized, *AdminPatchUpdateLogConfigForbidden, error) AdminPatchUpdateLogConfigShort(params *AdminPatchUpdateLogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPatchUpdateLogConfigOK, 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 config API client.