Documentation
¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type GetTableItemsOK
- type GetTableItemsParams
- func (o *GetTableItemsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetTableItemsParams) SetContext(ctx context.Context)
- func (o *GetTableItemsParams) SetDefaults()
- func (o *GetTableItemsParams) SetHTTPClient(client *http.Client)
- func (o *GetTableItemsParams) SetQuery(query *string)
- func (o *GetTableItemsParams) SetTableName(tableName string)
- func (o *GetTableItemsParams) SetTimeout(timeout time.Duration)
- func (o *GetTableItemsParams) WithAPIVersion(aPIVersion *string) *GetTableItemsParams
- func (o *GetTableItemsParams) WithContext(ctx context.Context) *GetTableItemsParams
- func (o *GetTableItemsParams) WithDefaults() *GetTableItemsParams
- func (o *GetTableItemsParams) WithHTTPClient(client *http.Client) *GetTableItemsParams
- func (o *GetTableItemsParams) WithQuery(query *string) *GetTableItemsParams
- func (o *GetTableItemsParams) WithTableName(tableName string) *GetTableItemsParams
- func (o *GetTableItemsParams) WithTimeout(timeout time.Duration) *GetTableItemsParams
- func (o *GetTableItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTableItemsReader
- type GetTableItemsUsingGET1Forbidden
- type GetTableItemsUsingGET1NotFound
- type GetTableItemsUsingGET1Unauthorized
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 IdentifyReconcile API
func (*Client) GetTableItems ¶
func (a *Client) GetTableItems(params *GetTableItemsParams, opts ...ClientOption) (*GetTableItemsOK, error)
CreateIdentifyReconcile creates IdentifyReconcile
Create IdentifyReconcile
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
type ClientService ¶
type ClientService interface {
GetTableItems(params *GetTableItemsParams, opts ...ClientOption) (*GetTableItemsOK, 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 IdentifyReconcile API client.
type GetTableItemsOK ¶
type GetTableItemsOK struct {
Payload *models.GetTableItem
}
func NewGetTableItemsOK ¶
func NewGetTableItemsOK() *GetTableItemsOK
NewCreateIdentifyReconcileCreated creates a CreateIdentifyReconcileCreated with default headers values
func (*GetTableItemsOK) Error ¶
func (o *GetTableItemsOK) Error() string
func (*GetTableItemsOK) GetPayload ¶
func (o *GetTableItemsOK) GetPayload() *models.GetTableItem
type GetTableItemsParams ¶
type GetTableItemsParams struct {
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
*/
APIVersion *string
/* Body.
Project Specification instance
*/
TableName string
Query *string
SysparmDataSource *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateProjectParams contains all the parameters to send to the API endpoint
for the create project operation. Typically these are written to a http.Request.
func NewGetTableItemParams ¶
func NewGetTableItemParams() *GetTableItemsParams
NewCreateProjectParams creates a new CreateProjectParams 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 NewGetTableItemParamsWithContext ¶
func NewGetTableItemParamsWithContext(ctx context.Context) *GetTableItemsParams
NewCreateProjectParamsWithContext creates a new CreateProjectParams object with the ability to set a context for a request.
func NewGetTableItemParamsWithHTTPClient ¶
func NewGetTableItemParamsWithHTTPClient(client *http.Client) *GetTableItemsParams
NewCreateProjectParamsWithHTTPClient creates a new CreateProjectParams object with the ability to set a custom HTTPClient for a request.
func NewGetTableItemParamsWithTimeout ¶
func NewGetTableItemParamsWithTimeout(timeout time.Duration) *GetTableItemsParams
NewCreateProjectParamsWithTimeout creates a new CreateProjectParams object with the ability to set a timeout on a request.
func (*GetTableItemsParams) SetAPIVersion ¶
func (o *GetTableItemsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create project params
func (*GetTableItemsParams) SetContext ¶
func (o *GetTableItemsParams) SetContext(ctx context.Context)
SetContext adds the context to the create project params
func (*GetTableItemsParams) SetDefaults ¶
func (o *GetTableItemsParams) SetDefaults()
SetDefaults hydrates default values in the create project params (not the query body).
All values with no default are reset to their zero value.
func (*GetTableItemsParams) SetHTTPClient ¶
func (o *GetTableItemsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create project params
func (*GetTableItemsParams) SetQuery ¶
func (o *GetTableItemsParams) SetQuery(query *string)
func (*GetTableItemsParams) SetTableName ¶
func (o *GetTableItemsParams) SetTableName(tableName string)
func (*GetTableItemsParams) SetTimeout ¶
func (o *GetTableItemsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create project params
func (*GetTableItemsParams) WithAPIVersion ¶
func (o *GetTableItemsParams) WithAPIVersion(aPIVersion *string) *GetTableItemsParams
WithAPIVersion adds the aPIVersion to the create project params
func (*GetTableItemsParams) WithContext ¶
func (o *GetTableItemsParams) WithContext(ctx context.Context) *GetTableItemsParams
WithContext adds the context to the create project params
func (*GetTableItemsParams) WithDefaults ¶
func (o *GetTableItemsParams) WithDefaults() *GetTableItemsParams
WithDefaults hydrates default values in the create project params (not the query body).
All values with no default are reset to their zero value.
func (*GetTableItemsParams) WithHTTPClient ¶
func (o *GetTableItemsParams) WithHTTPClient(client *http.Client) *GetTableItemsParams
WithHTTPClient adds the HTTPClient to the create project params
func (*GetTableItemsParams) WithQuery ¶
func (o *GetTableItemsParams) WithQuery(query *string) *GetTableItemsParams
func (*GetTableItemsParams) WithTableName ¶
func (o *GetTableItemsParams) WithTableName(tableName string) *GetTableItemsParams
func (*GetTableItemsParams) WithTimeout ¶
func (o *GetTableItemsParams) WithTimeout(timeout time.Duration) *GetTableItemsParams
WithTimeout adds the timeout to the create project params
func (*GetTableItemsParams) WriteToRequest ¶
func (o *GetTableItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTableItemsReader ¶
type GetTableItemsReader struct {
// contains filtered or unexported fields
}
CreateIdentifyReconcileReader is a Reader for the CreateIdentifyReconcile structure.
func (*GetTableItemsReader) ReadResponse ¶
func (o *GetTableItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTableItemsUsingGET1Forbidden ¶
type GetTableItemsUsingGET1Forbidden struct {
}
GetTableItemsUsingGET1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetTableItemsUsingGET1Forbidden ¶
func NewGetTableItemsUsingGET1Forbidden() *GetTableItemsUsingGET1Forbidden
NewGetTableItemsUsingGET1Forbidden creates a GetTableItemsUsingGET1Forbidden with default headers values
func (*GetTableItemsUsingGET1Forbidden) Error ¶
func (o *GetTableItemsUsingGET1Forbidden) Error() string
type GetTableItemsUsingGET1NotFound ¶
GetTableItemsUsingGET1NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetTableItemsUsingGET1NotFound ¶
func NewGetTableItemsUsingGET1NotFound() *GetTableItemsUsingGET1NotFound
NewGetTableItemsUsingGET1NotFound creates a GetTableItemsUsingGET1NotFound with default headers values
func (*GetTableItemsUsingGET1NotFound) Error ¶
func (o *GetTableItemsUsingGET1NotFound) Error() string
func (*GetTableItemsUsingGET1NotFound) GetPayload ¶
func (o *GetTableItemsUsingGET1NotFound) GetPayload() *models.Error
type GetTableItemsUsingGET1Unauthorized ¶
type GetTableItemsUsingGET1Unauthorized struct {
}
GetTableItemsUsingGET1Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetTableItemsUsingGET1Unauthorized ¶
func NewGetTableItemsUsingGET1Unauthorized() *GetTableItemsUsingGET1Unauthorized
func (*GetTableItemsUsingGET1Unauthorized) Error ¶
func (o *GetTableItemsUsingGET1Unauthorized) Error() string