Documentation
¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type GetGdprClientsIDBadRequest
- type GetGdprClientsIDForbidden
- type GetGdprClientsIDInternalServerError
- type GetGdprClientsIDNotFound
- type GetGdprClientsIDParams
- func NewGetGdprClientsIDParams() *GetGdprClientsIDParams
- func NewGetGdprClientsIDParamsWithContext(ctx context.Context) *GetGdprClientsIDParams
- func NewGetGdprClientsIDParamsWithHTTPClient(client *http.Client) *GetGdprClientsIDParams
- func NewGetGdprClientsIDParamsWithTimeout(timeout time.Duration) *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) SetContext(ctx context.Context)
- func (o *GetGdprClientsIDParams) SetDefaults()
- func (o *GetGdprClientsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetGdprClientsIDParams) SetID(id string)
- func (o *GetGdprClientsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetGdprClientsIDParams) WithContext(ctx context.Context) *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) WithDefaults() *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) WithHTTPClient(client *http.Client) *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) WithID(id string) *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) WithTimeout(timeout time.Duration) *GetGdprClientsIDParams
- func (o *GetGdprClientsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGdprClientsIDReader
- type GetGdprClientsIDUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for export API
func (*Client) GetGdprClientsID ¶
func (a *Client) GetGdprClientsID(params *GetGdprClientsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error
GetGdprClientsID downloads g d p r client report
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetGdprClientsID(params *GetGdprClientsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) 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 export API client.
type GetGdprClientsIDBadRequest ¶
GetGdprClientsIDBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetGdprClientsIDBadRequest ¶
func NewGetGdprClientsIDBadRequest() *GetGdprClientsIDBadRequest
NewGetGdprClientsIDBadRequest creates a GetGdprClientsIDBadRequest with default headers values
func (*GetGdprClientsIDBadRequest) Error ¶
func (o *GetGdprClientsIDBadRequest) Error() string
func (*GetGdprClientsIDBadRequest) GetPayload ¶
func (o *GetGdprClientsIDBadRequest) GetPayload() *models.Error
type GetGdprClientsIDForbidden ¶
GetGdprClientsIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetGdprClientsIDForbidden ¶
func NewGetGdprClientsIDForbidden() *GetGdprClientsIDForbidden
NewGetGdprClientsIDForbidden creates a GetGdprClientsIDForbidden with default headers values
func (*GetGdprClientsIDForbidden) Error ¶
func (o *GetGdprClientsIDForbidden) Error() string
func (*GetGdprClientsIDForbidden) GetPayload ¶
func (o *GetGdprClientsIDForbidden) GetPayload() *models.Error
type GetGdprClientsIDInternalServerError ¶
GetGdprClientsIDInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetGdprClientsIDInternalServerError ¶
func NewGetGdprClientsIDInternalServerError() *GetGdprClientsIDInternalServerError
NewGetGdprClientsIDInternalServerError creates a GetGdprClientsIDInternalServerError with default headers values
func (*GetGdprClientsIDInternalServerError) Error ¶
func (o *GetGdprClientsIDInternalServerError) Error() string
func (*GetGdprClientsIDInternalServerError) GetPayload ¶
func (o *GetGdprClientsIDInternalServerError) GetPayload() *models.Error
type GetGdprClientsIDNotFound ¶
GetGdprClientsIDNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetGdprClientsIDNotFound ¶
func NewGetGdprClientsIDNotFound() *GetGdprClientsIDNotFound
NewGetGdprClientsIDNotFound creates a GetGdprClientsIDNotFound with default headers values
func (*GetGdprClientsIDNotFound) Error ¶
func (o *GetGdprClientsIDNotFound) Error() string
func (*GetGdprClientsIDNotFound) GetPayload ¶
func (o *GetGdprClientsIDNotFound) GetPayload() *models.Error
type GetGdprClientsIDParams ¶
type GetGdprClientsIDParams struct { // ID. ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGdprClientsIDParams contains all the parameters to send to the API endpoint
for the get gdpr clients Id operation. Typically these are written to a http.Request.
func NewGetGdprClientsIDParams ¶
func NewGetGdprClientsIDParams() *GetGdprClientsIDParams
NewGetGdprClientsIDParams creates a new GetGdprClientsIDParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetGdprClientsIDParamsWithContext ¶
func NewGetGdprClientsIDParamsWithContext(ctx context.Context) *GetGdprClientsIDParams
NewGetGdprClientsIDParamsWithContext creates a new GetGdprClientsIDParams object with the ability to set a context for a request.
func NewGetGdprClientsIDParamsWithHTTPClient ¶
func NewGetGdprClientsIDParamsWithHTTPClient(client *http.Client) *GetGdprClientsIDParams
NewGetGdprClientsIDParamsWithHTTPClient creates a new GetGdprClientsIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetGdprClientsIDParamsWithTimeout ¶
func NewGetGdprClientsIDParamsWithTimeout(timeout time.Duration) *GetGdprClientsIDParams
NewGetGdprClientsIDParamsWithTimeout creates a new GetGdprClientsIDParams object with the ability to set a timeout on a request.
func (*GetGdprClientsIDParams) SetContext ¶
func (o *GetGdprClientsIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get gdpr clients Id params
func (*GetGdprClientsIDParams) SetDefaults ¶
func (o *GetGdprClientsIDParams) SetDefaults()
SetDefaults hydrates default values in the get gdpr clients Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetGdprClientsIDParams) SetHTTPClient ¶
func (o *GetGdprClientsIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gdpr clients Id params
func (*GetGdprClientsIDParams) SetID ¶
func (o *GetGdprClientsIDParams) SetID(id string)
SetID adds the id to the get gdpr clients Id params
func (*GetGdprClientsIDParams) SetTimeout ¶
func (o *GetGdprClientsIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gdpr clients Id params
func (*GetGdprClientsIDParams) WithContext ¶
func (o *GetGdprClientsIDParams) WithContext(ctx context.Context) *GetGdprClientsIDParams
WithContext adds the context to the get gdpr clients Id params
func (*GetGdprClientsIDParams) WithDefaults ¶
func (o *GetGdprClientsIDParams) WithDefaults() *GetGdprClientsIDParams
WithDefaults hydrates default values in the get gdpr clients Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetGdprClientsIDParams) WithHTTPClient ¶
func (o *GetGdprClientsIDParams) WithHTTPClient(client *http.Client) *GetGdprClientsIDParams
WithHTTPClient adds the HTTPClient to the get gdpr clients Id params
func (*GetGdprClientsIDParams) WithID ¶
func (o *GetGdprClientsIDParams) WithID(id string) *GetGdprClientsIDParams
WithID adds the id to the get gdpr clients Id params
func (*GetGdprClientsIDParams) WithTimeout ¶
func (o *GetGdprClientsIDParams) WithTimeout(timeout time.Duration) *GetGdprClientsIDParams
WithTimeout adds the timeout to the get gdpr clients Id params
func (*GetGdprClientsIDParams) WriteToRequest ¶
func (o *GetGdprClientsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGdprClientsIDReader ¶
type GetGdprClientsIDReader struct {
// contains filtered or unexported fields
}
GetGdprClientsIDReader is a Reader for the GetGdprClientsID structure.
func (*GetGdprClientsIDReader) ReadResponse ¶
func (o *GetGdprClientsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGdprClientsIDUnauthorized ¶
type GetGdprClientsIDUnauthorized struct {
}GetGdprClientsIDUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetGdprClientsIDUnauthorized ¶
func NewGetGdprClientsIDUnauthorized() *GetGdprClientsIDUnauthorized
NewGetGdprClientsIDUnauthorized creates a GetGdprClientsIDUnauthorized with default headers values
func (*GetGdprClientsIDUnauthorized) Error ¶
func (o *GetGdprClientsIDUnauthorized) Error() string
func (*GetGdprClientsIDUnauthorized) GetPayload ¶
func (o *GetGdprClientsIDUnauthorized) GetPayload() *models.Error