Documentation
¶
Index ¶
- type AddColumnBadRequest
- type AddColumnConflict
- type AddColumnCreated
- type AddColumnForbidden
- type AddColumnInternalServerError
- type AddColumnParams
- func (o *AddColumnParams) SetBody(body *models.ColumnDefinition)
- func (o *AddColumnParams) SetContext(ctx context.Context)
- func (o *AddColumnParams) SetHTTPClient(client *http.Client)
- func (o *AddColumnParams) SetKeyspaceName(keyspaceName string)
- func (o *AddColumnParams) SetTableName(tableName string)
- func (o *AddColumnParams) SetTimeout(timeout time.Duration)
- func (o *AddColumnParams) SetXCassandraToken(xCassandraToken string)
- func (o *AddColumnParams) WithBody(body *models.ColumnDefinition) *AddColumnParams
- func (o *AddColumnParams) WithContext(ctx context.Context) *AddColumnParams
- func (o *AddColumnParams) WithHTTPClient(client *http.Client) *AddColumnParams
- func (o *AddColumnParams) WithKeyspaceName(keyspaceName string) *AddColumnParams
- func (o *AddColumnParams) WithTableName(tableName string) *AddColumnParams
- func (o *AddColumnParams) WithTimeout(timeout time.Duration) *AddColumnParams
- func (o *AddColumnParams) WithXCassandraToken(xCassandraToken string) *AddColumnParams
- func (o *AddColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddColumnReader
- type AddColumnUnauthorized
- type AddTableBadRequest
- type AddTableCreated
- type AddTableForbidden
- type AddTableInternalServerError
- type AddTableParams
- func (o *AddTableParams) SetBody(body *models.TableAdd)
- func (o *AddTableParams) SetContext(ctx context.Context)
- func (o *AddTableParams) SetHTTPClient(client *http.Client)
- func (o *AddTableParams) SetKeyspaceName(keyspaceName string)
- func (o *AddTableParams) SetTimeout(timeout time.Duration)
- func (o *AddTableParams) SetXCassandraToken(xCassandraToken string)
- func (o *AddTableParams) WithBody(body *models.TableAdd) *AddTableParams
- func (o *AddTableParams) WithContext(ctx context.Context) *AddTableParams
- func (o *AddTableParams) WithHTTPClient(client *http.Client) *AddTableParams
- func (o *AddTableParams) WithKeyspaceName(keyspaceName string) *AddTableParams
- func (o *AddTableParams) WithTimeout(timeout time.Duration) *AddTableParams
- func (o *AddTableParams) WithXCassandraToken(xCassandraToken string) *AddTableParams
- func (o *AddTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddTableReader
- type AddTableUnauthorized
- type Client
- func (a *Client) AddColumn(params *AddColumnParams) (*AddColumnCreated, error)
- func (a *Client) AddTable(params *AddTableParams) (*AddTableCreated, error)
- func (a *Client) CreateColumn(params *CreateColumnParams) (*CreateColumnCreated, error)
- func (a *Client) CreateKeyspace(params *CreateKeyspaceParams) (*CreateKeyspaceCreated, error)
- func (a *Client) CreateTable(params *CreateTableParams) (*CreateTableCreated, error)
- func (a *Client) DeleteColumn(params *DeleteColumnParams) (*DeleteColumnNoContent, error)
- func (a *Client) DeleteColumn1(params *DeleteColumn1Params) (*DeleteColumn1NoContent, error)
- func (a *Client) DeleteKeyspace(params *DeleteKeyspaceParams) (*DeleteKeyspaceNoContent, error)
- func (a *Client) DeleteTable(params *DeleteTableParams) (*DeleteTableNoContent, error)
- func (a *Client) DeleteTable1(params *DeleteTable1Params) (*DeleteTable1NoContent, error)
- func (a *Client) GetAllColumns(params *GetAllColumnsParams) (*GetAllColumnsOK, error)
- func (a *Client) GetAllKeyspaces(params *GetAllKeyspacesParams) (*GetAllKeyspacesOK, error)
- func (a *Client) GetAllTables(params *GetAllTablesParams) (*GetAllTablesOK, error)
- func (a *Client) GetOneColumn(params *GetOneColumnParams) (*GetOneColumnOK, error)
- func (a *Client) GetOneColumn1(params *GetOneColumn1Params) (*GetOneColumn1OK, error)
- func (a *Client) GetOneKeyspace(params *GetOneKeyspaceParams) (*GetOneKeyspaceOK, error)
- func (a *Client) GetOneTable(params *GetOneTableParams) (*GetOneTableOK, error)
- func (a *Client) GetOneTable1(params *GetOneTable1Params) (*GetOneTable1OK, error)
- func (a *Client) ListAllColumns(params *ListAllColumnsParams) (*ListAllColumnsOK, error)
- func (a *Client) ListAllKeyspaces(params *ListAllKeyspacesParams) (*ListAllKeyspacesOK, error)
- func (a *Client) ListAllTables(params *ListAllTablesParams) (*ListAllTablesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateColumn(params *UpdateColumnParams) (*UpdateColumnOK, error)
- func (a *Client) UpdateColumn1(params *UpdateColumn1Params) (*UpdateColumn1OK, error)
- func (a *Client) UpdateTable(params *UpdateTableParams) (*UpdateTableOK, error)
- type ClientService
- type CreateColumnBadRequest
- type CreateColumnConflict
- type CreateColumnCreated
- type CreateColumnInternalServerError
- type CreateColumnParams
- func (o *CreateColumnParams) SetBody(body *models.ColumnDefinition)
- func (o *CreateColumnParams) SetContext(ctx context.Context)
- func (o *CreateColumnParams) SetHTTPClient(client *http.Client)
- func (o *CreateColumnParams) SetKeyspaceName(keyspaceName string)
- func (o *CreateColumnParams) SetTableName(tableName string)
- func (o *CreateColumnParams) SetTimeout(timeout time.Duration)
- func (o *CreateColumnParams) SetXCassandraToken(xCassandraToken string)
- func (o *CreateColumnParams) WithBody(body *models.ColumnDefinition) *CreateColumnParams
- func (o *CreateColumnParams) WithContext(ctx context.Context) *CreateColumnParams
- func (o *CreateColumnParams) WithHTTPClient(client *http.Client) *CreateColumnParams
- func (o *CreateColumnParams) WithKeyspaceName(keyspaceName string) *CreateColumnParams
- func (o *CreateColumnParams) WithTableName(tableName string) *CreateColumnParams
- func (o *CreateColumnParams) WithTimeout(timeout time.Duration) *CreateColumnParams
- func (o *CreateColumnParams) WithXCassandraToken(xCassandraToken string) *CreateColumnParams
- func (o *CreateColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateColumnReader
- type CreateColumnUnauthorized
- type CreateKeyspaceBadRequest
- type CreateKeyspaceConflict
- type CreateKeyspaceCreated
- type CreateKeyspaceInternalServerError
- type CreateKeyspaceParams
- func NewCreateKeyspaceParams() *CreateKeyspaceParams
- func NewCreateKeyspaceParamsWithContext(ctx context.Context) *CreateKeyspaceParams
- func NewCreateKeyspaceParamsWithHTTPClient(client *http.Client) *CreateKeyspaceParams
- func NewCreateKeyspaceParamsWithTimeout(timeout time.Duration) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) SetBody(body string)
- func (o *CreateKeyspaceParams) SetContext(ctx context.Context)
- func (o *CreateKeyspaceParams) SetHTTPClient(client *http.Client)
- func (o *CreateKeyspaceParams) SetTimeout(timeout time.Duration)
- func (o *CreateKeyspaceParams) SetXCassandraToken(xCassandraToken string)
- func (o *CreateKeyspaceParams) WithBody(body string) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) WithContext(ctx context.Context) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) WithHTTPClient(client *http.Client) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) WithTimeout(timeout time.Duration) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) WithXCassandraToken(xCassandraToken string) *CreateKeyspaceParams
- func (o *CreateKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateKeyspaceReader
- type CreateKeyspaceUnauthorized
- type CreateTableBadRequest
- type CreateTableConflict
- type CreateTableCreated
- type CreateTableInternalServerError
- type CreateTableParams
- func (o *CreateTableParams) SetBody(body *models.TableAdd)
- func (o *CreateTableParams) SetContext(ctx context.Context)
- func (o *CreateTableParams) SetHTTPClient(client *http.Client)
- func (o *CreateTableParams) SetKeyspaceName(keyspaceName string)
- func (o *CreateTableParams) SetTimeout(timeout time.Duration)
- func (o *CreateTableParams) SetXCassandraToken(xCassandraToken string)
- func (o *CreateTableParams) WithBody(body *models.TableAdd) *CreateTableParams
- func (o *CreateTableParams) WithContext(ctx context.Context) *CreateTableParams
- func (o *CreateTableParams) WithHTTPClient(client *http.Client) *CreateTableParams
- func (o *CreateTableParams) WithKeyspaceName(keyspaceName string) *CreateTableParams
- func (o *CreateTableParams) WithTimeout(timeout time.Duration) *CreateTableParams
- func (o *CreateTableParams) WithXCassandraToken(xCassandraToken string) *CreateTableParams
- func (o *CreateTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTableReader
- type CreateTableUnauthorized
- type DeleteColumn1InternalServerError
- type DeleteColumn1NoContent
- type DeleteColumn1Params
- func (o *DeleteColumn1Params) SetColumnName(columnName string)
- func (o *DeleteColumn1Params) SetContext(ctx context.Context)
- func (o *DeleteColumn1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteColumn1Params) SetKeyspaceName(keyspaceName string)
- func (o *DeleteColumn1Params) SetTableName(tableName string)
- func (o *DeleteColumn1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteColumn1Params) SetXCassandraToken(xCassandraToken string)
- func (o *DeleteColumn1Params) WithColumnName(columnName string) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithContext(ctx context.Context) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithHTTPClient(client *http.Client) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithKeyspaceName(keyspaceName string) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithTableName(tableName string) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithTimeout(timeout time.Duration) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WithXCassandraToken(xCassandraToken string) *DeleteColumn1Params
- func (o *DeleteColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteColumn1Reader
- type DeleteColumn1Unauthorized
- type DeleteColumnBadRequest
- type DeleteColumnForbidden
- type DeleteColumnInternalServerError
- type DeleteColumnNoContent
- type DeleteColumnParams
- func (o *DeleteColumnParams) SetColumnName(columnName string)
- func (o *DeleteColumnParams) SetContext(ctx context.Context)
- func (o *DeleteColumnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteColumnParams) SetKeyspaceName(keyspaceName string)
- func (o *DeleteColumnParams) SetTableName(tableName string)
- func (o *DeleteColumnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteColumnParams) SetXCassandraToken(xCassandraToken string)
- func (o *DeleteColumnParams) WithColumnName(columnName string) *DeleteColumnParams
- func (o *DeleteColumnParams) WithContext(ctx context.Context) *DeleteColumnParams
- func (o *DeleteColumnParams) WithHTTPClient(client *http.Client) *DeleteColumnParams
- func (o *DeleteColumnParams) WithKeyspaceName(keyspaceName string) *DeleteColumnParams
- func (o *DeleteColumnParams) WithTableName(tableName string) *DeleteColumnParams
- func (o *DeleteColumnParams) WithTimeout(timeout time.Duration) *DeleteColumnParams
- func (o *DeleteColumnParams) WithXCassandraToken(xCassandraToken string) *DeleteColumnParams
- func (o *DeleteColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteColumnReader
- type DeleteColumnUnauthorized
- type DeleteKeyspaceInternalServerError
- type DeleteKeyspaceNoContent
- type DeleteKeyspaceParams
- func NewDeleteKeyspaceParams() *DeleteKeyspaceParams
- func NewDeleteKeyspaceParamsWithContext(ctx context.Context) *DeleteKeyspaceParams
- func NewDeleteKeyspaceParamsWithHTTPClient(client *http.Client) *DeleteKeyspaceParams
- func NewDeleteKeyspaceParamsWithTimeout(timeout time.Duration) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) SetContext(ctx context.Context)
- func (o *DeleteKeyspaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteKeyspaceParams) SetKeyspaceName(keyspaceName string)
- func (o *DeleteKeyspaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteKeyspaceParams) SetXCassandraToken(xCassandraToken string)
- func (o *DeleteKeyspaceParams) WithContext(ctx context.Context) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) WithHTTPClient(client *http.Client) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) WithKeyspaceName(keyspaceName string) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) WithTimeout(timeout time.Duration) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) WithXCassandraToken(xCassandraToken string) *DeleteKeyspaceParams
- func (o *DeleteKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteKeyspaceReader
- type DeleteKeyspaceUnauthorized
- type DeleteTable1InternalServerError
- type DeleteTable1NoContent
- type DeleteTable1Params
- func (o *DeleteTable1Params) SetContext(ctx context.Context)
- func (o *DeleteTable1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteTable1Params) SetKeyspaceName(keyspaceName string)
- func (o *DeleteTable1Params) SetTableName(tableName string)
- func (o *DeleteTable1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteTable1Params) SetXCassandraToken(xCassandraToken string)
- func (o *DeleteTable1Params) WithContext(ctx context.Context) *DeleteTable1Params
- func (o *DeleteTable1Params) WithHTTPClient(client *http.Client) *DeleteTable1Params
- func (o *DeleteTable1Params) WithKeyspaceName(keyspaceName string) *DeleteTable1Params
- func (o *DeleteTable1Params) WithTableName(tableName string) *DeleteTable1Params
- func (o *DeleteTable1Params) WithTimeout(timeout time.Duration) *DeleteTable1Params
- func (o *DeleteTable1Params) WithXCassandraToken(xCassandraToken string) *DeleteTable1Params
- func (o *DeleteTable1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTable1Reader
- type DeleteTable1Unauthorized
- type DeleteTableBadRequest
- type DeleteTableForbidden
- type DeleteTableInternalServerError
- type DeleteTableNoContent
- type DeleteTableNotFound
- type DeleteTableParams
- func (o *DeleteTableParams) SetContext(ctx context.Context)
- func (o *DeleteTableParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTableParams) SetKeyspaceName(keyspaceName string)
- func (o *DeleteTableParams) SetTableName(tableName string)
- func (o *DeleteTableParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTableParams) SetXCassandraToken(xCassandraToken string)
- func (o *DeleteTableParams) WithContext(ctx context.Context) *DeleteTableParams
- func (o *DeleteTableParams) WithHTTPClient(client *http.Client) *DeleteTableParams
- func (o *DeleteTableParams) WithKeyspaceName(keyspaceName string) *DeleteTableParams
- func (o *DeleteTableParams) WithTableName(tableName string) *DeleteTableParams
- func (o *DeleteTableParams) WithTimeout(timeout time.Duration) *DeleteTableParams
- func (o *DeleteTableParams) WithXCassandraToken(xCassandraToken string) *DeleteTableParams
- func (o *DeleteTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTableReader
- type DeleteTableUnauthorized
- type GetAllColumnsInternalServerError
- type GetAllColumnsNotFound
- type GetAllColumnsOK
- type GetAllColumnsParams
- func (o *GetAllColumnsParams) SetContext(ctx context.Context)
- func (o *GetAllColumnsParams) SetHTTPClient(client *http.Client)
- func (o *GetAllColumnsParams) SetKeyspaceName(keyspaceName string)
- func (o *GetAllColumnsParams) SetRaw(raw *bool)
- func (o *GetAllColumnsParams) SetTableName(tableName string)
- func (o *GetAllColumnsParams) SetTimeout(timeout time.Duration)
- func (o *GetAllColumnsParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetAllColumnsParams) WithContext(ctx context.Context) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithHTTPClient(client *http.Client) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithKeyspaceName(keyspaceName string) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithRaw(raw *bool) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithTableName(tableName string) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithTimeout(timeout time.Duration) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WithXCassandraToken(xCassandraToken string) *GetAllColumnsParams
- func (o *GetAllColumnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllColumnsReader
- type GetAllColumnsUnauthorized
- type GetAllKeyspacesInternalServerError
- type GetAllKeyspacesOK
- type GetAllKeyspacesParams
- func NewGetAllKeyspacesParams() *GetAllKeyspacesParams
- func NewGetAllKeyspacesParamsWithContext(ctx context.Context) *GetAllKeyspacesParams
- func NewGetAllKeyspacesParamsWithHTTPClient(client *http.Client) *GetAllKeyspacesParams
- func NewGetAllKeyspacesParamsWithTimeout(timeout time.Duration) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) SetContext(ctx context.Context)
- func (o *GetAllKeyspacesParams) SetHTTPClient(client *http.Client)
- func (o *GetAllKeyspacesParams) SetRaw(raw *bool)
- func (o *GetAllKeyspacesParams) SetTimeout(timeout time.Duration)
- func (o *GetAllKeyspacesParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetAllKeyspacesParams) WithContext(ctx context.Context) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) WithHTTPClient(client *http.Client) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) WithRaw(raw *bool) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) WithTimeout(timeout time.Duration) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) WithXCassandraToken(xCassandraToken string) *GetAllKeyspacesParams
- func (o *GetAllKeyspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllKeyspacesReader
- type GetAllKeyspacesUnauthorized
- type GetAllTablesInternalServerError
- type GetAllTablesNotFound
- type GetAllTablesOK
- type GetAllTablesParams
- func (o *GetAllTablesParams) SetContext(ctx context.Context)
- func (o *GetAllTablesParams) SetHTTPClient(client *http.Client)
- func (o *GetAllTablesParams) SetKeyspaceName(keyspaceName string)
- func (o *GetAllTablesParams) SetRaw(raw *bool)
- func (o *GetAllTablesParams) SetTimeout(timeout time.Duration)
- func (o *GetAllTablesParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetAllTablesParams) WithContext(ctx context.Context) *GetAllTablesParams
- func (o *GetAllTablesParams) WithHTTPClient(client *http.Client) *GetAllTablesParams
- func (o *GetAllTablesParams) WithKeyspaceName(keyspaceName string) *GetAllTablesParams
- func (o *GetAllTablesParams) WithRaw(raw *bool) *GetAllTablesParams
- func (o *GetAllTablesParams) WithTimeout(timeout time.Duration) *GetAllTablesParams
- func (o *GetAllTablesParams) WithXCassandraToken(xCassandraToken string) *GetAllTablesParams
- func (o *GetAllTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllTablesReader
- type GetAllTablesUnauthorized
- type GetOneColumn1InternalServerError
- type GetOneColumn1NotFound
- type GetOneColumn1OK
- type GetOneColumn1Params
- func (o *GetOneColumn1Params) SetColumnName(columnName string)
- func (o *GetOneColumn1Params) SetContext(ctx context.Context)
- func (o *GetOneColumn1Params) SetHTTPClient(client *http.Client)
- func (o *GetOneColumn1Params) SetKeyspaceName(keyspaceName string)
- func (o *GetOneColumn1Params) SetRaw(raw *bool)
- func (o *GetOneColumn1Params) SetTableName(tableName string)
- func (o *GetOneColumn1Params) SetTimeout(timeout time.Duration)
- func (o *GetOneColumn1Params) SetXCassandraToken(xCassandraToken string)
- func (o *GetOneColumn1Params) WithColumnName(columnName string) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithContext(ctx context.Context) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithHTTPClient(client *http.Client) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithKeyspaceName(keyspaceName string) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithRaw(raw *bool) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithTableName(tableName string) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithTimeout(timeout time.Duration) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WithXCassandraToken(xCassandraToken string) *GetOneColumn1Params
- func (o *GetOneColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneColumn1Reader
- type GetOneColumn1Unauthorized
- type GetOneColumnBadRequest
- type GetOneColumnForbidden
- type GetOneColumnInternalServerError
- type GetOneColumnNotFound
- type GetOneColumnOK
- type GetOneColumnParams
- func (o *GetOneColumnParams) SetColumnName(columnName string)
- func (o *GetOneColumnParams) SetContext(ctx context.Context)
- func (o *GetOneColumnParams) SetHTTPClient(client *http.Client)
- func (o *GetOneColumnParams) SetKeyspaceName(keyspaceName string)
- func (o *GetOneColumnParams) SetTableName(tableName string)
- func (o *GetOneColumnParams) SetTimeout(timeout time.Duration)
- func (o *GetOneColumnParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetOneColumnParams) WithColumnName(columnName string) *GetOneColumnParams
- func (o *GetOneColumnParams) WithContext(ctx context.Context) *GetOneColumnParams
- func (o *GetOneColumnParams) WithHTTPClient(client *http.Client) *GetOneColumnParams
- func (o *GetOneColumnParams) WithKeyspaceName(keyspaceName string) *GetOneColumnParams
- func (o *GetOneColumnParams) WithTableName(tableName string) *GetOneColumnParams
- func (o *GetOneColumnParams) WithTimeout(timeout time.Duration) *GetOneColumnParams
- func (o *GetOneColumnParams) WithXCassandraToken(xCassandraToken string) *GetOneColumnParams
- func (o *GetOneColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneColumnReader
- type GetOneColumnUnauthorized
- type GetOneKeyspaceBadRequest
- type GetOneKeyspaceInternalServerError
- type GetOneKeyspaceNotFound
- type GetOneKeyspaceOK
- type GetOneKeyspaceParams
- func NewGetOneKeyspaceParams() *GetOneKeyspaceParams
- func NewGetOneKeyspaceParamsWithContext(ctx context.Context) *GetOneKeyspaceParams
- func NewGetOneKeyspaceParamsWithHTTPClient(client *http.Client) *GetOneKeyspaceParams
- func NewGetOneKeyspaceParamsWithTimeout(timeout time.Duration) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) SetContext(ctx context.Context)
- func (o *GetOneKeyspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetOneKeyspaceParams) SetKeyspaceName(keyspaceName string)
- func (o *GetOneKeyspaceParams) SetRaw(raw *bool)
- func (o *GetOneKeyspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetOneKeyspaceParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetOneKeyspaceParams) WithContext(ctx context.Context) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WithHTTPClient(client *http.Client) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WithKeyspaceName(keyspaceName string) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WithRaw(raw *bool) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WithTimeout(timeout time.Duration) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WithXCassandraToken(xCassandraToken string) *GetOneKeyspaceParams
- func (o *GetOneKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneKeyspaceReader
- type GetOneKeyspaceUnauthorized
- type GetOneTable1InternalServerError
- type GetOneTable1NotFound
- type GetOneTable1OK
- type GetOneTable1Params
- func (o *GetOneTable1Params) SetContext(ctx context.Context)
- func (o *GetOneTable1Params) SetHTTPClient(client *http.Client)
- func (o *GetOneTable1Params) SetKeyspaceName(keyspaceName string)
- func (o *GetOneTable1Params) SetRaw(raw *bool)
- func (o *GetOneTable1Params) SetTableName(tableName string)
- func (o *GetOneTable1Params) SetTimeout(timeout time.Duration)
- func (o *GetOneTable1Params) SetXCassandraToken(xCassandraToken string)
- func (o *GetOneTable1Params) WithContext(ctx context.Context) *GetOneTable1Params
- func (o *GetOneTable1Params) WithHTTPClient(client *http.Client) *GetOneTable1Params
- func (o *GetOneTable1Params) WithKeyspaceName(keyspaceName string) *GetOneTable1Params
- func (o *GetOneTable1Params) WithRaw(raw *bool) *GetOneTable1Params
- func (o *GetOneTable1Params) WithTableName(tableName string) *GetOneTable1Params
- func (o *GetOneTable1Params) WithTimeout(timeout time.Duration) *GetOneTable1Params
- func (o *GetOneTable1Params) WithXCassandraToken(xCassandraToken string) *GetOneTable1Params
- func (o *GetOneTable1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneTable1Reader
- type GetOneTable1Unauthorized
- type GetOneTableBadRequest
- type GetOneTableForbidden
- type GetOneTableInternalServerError
- type GetOneTableNotFound
- type GetOneTableOK
- type GetOneTableParams
- func (o *GetOneTableParams) SetContext(ctx context.Context)
- func (o *GetOneTableParams) SetHTTPClient(client *http.Client)
- func (o *GetOneTableParams) SetKeyspaceName(keyspaceName string)
- func (o *GetOneTableParams) SetTableName(tableName string)
- func (o *GetOneTableParams) SetTimeout(timeout time.Duration)
- func (o *GetOneTableParams) SetXCassandraToken(xCassandraToken string)
- func (o *GetOneTableParams) WithContext(ctx context.Context) *GetOneTableParams
- func (o *GetOneTableParams) WithHTTPClient(client *http.Client) *GetOneTableParams
- func (o *GetOneTableParams) WithKeyspaceName(keyspaceName string) *GetOneTableParams
- func (o *GetOneTableParams) WithTableName(tableName string) *GetOneTableParams
- func (o *GetOneTableParams) WithTimeout(timeout time.Duration) *GetOneTableParams
- func (o *GetOneTableParams) WithXCassandraToken(xCassandraToken string) *GetOneTableParams
- func (o *GetOneTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneTableReader
- type GetOneTableUnauthorized
- type ListAllColumnsBadRequest
- type ListAllColumnsForbidden
- type ListAllColumnsInternalServerError
- type ListAllColumnsOK
- type ListAllColumnsParams
- func NewListAllColumnsParams() *ListAllColumnsParams
- func NewListAllColumnsParamsWithContext(ctx context.Context) *ListAllColumnsParams
- func NewListAllColumnsParamsWithHTTPClient(client *http.Client) *ListAllColumnsParams
- func NewListAllColumnsParamsWithTimeout(timeout time.Duration) *ListAllColumnsParams
- func (o *ListAllColumnsParams) SetContext(ctx context.Context)
- func (o *ListAllColumnsParams) SetHTTPClient(client *http.Client)
- func (o *ListAllColumnsParams) SetKeyspaceName(keyspaceName string)
- func (o *ListAllColumnsParams) SetTableName(tableName string)
- func (o *ListAllColumnsParams) SetTimeout(timeout time.Duration)
- func (o *ListAllColumnsParams) SetXCassandraToken(xCassandraToken string)
- func (o *ListAllColumnsParams) WithContext(ctx context.Context) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WithHTTPClient(client *http.Client) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WithKeyspaceName(keyspaceName string) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WithTableName(tableName string) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WithTimeout(timeout time.Duration) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WithXCassandraToken(xCassandraToken string) *ListAllColumnsParams
- func (o *ListAllColumnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAllColumnsReader
- type ListAllColumnsUnauthorized
- type ListAllKeyspacesBadRequest
- type ListAllKeyspacesForbidden
- type ListAllKeyspacesInternalServerError
- type ListAllKeyspacesOK
- type ListAllKeyspacesParams
- func NewListAllKeyspacesParams() *ListAllKeyspacesParams
- func NewListAllKeyspacesParamsWithContext(ctx context.Context) *ListAllKeyspacesParams
- func NewListAllKeyspacesParamsWithHTTPClient(client *http.Client) *ListAllKeyspacesParams
- func NewListAllKeyspacesParamsWithTimeout(timeout time.Duration) *ListAllKeyspacesParams
- func (o *ListAllKeyspacesParams) SetContext(ctx context.Context)
- func (o *ListAllKeyspacesParams) SetHTTPClient(client *http.Client)
- func (o *ListAllKeyspacesParams) SetTimeout(timeout time.Duration)
- func (o *ListAllKeyspacesParams) SetXCassandraToken(xCassandraToken string)
- func (o *ListAllKeyspacesParams) WithContext(ctx context.Context) *ListAllKeyspacesParams
- func (o *ListAllKeyspacesParams) WithHTTPClient(client *http.Client) *ListAllKeyspacesParams
- func (o *ListAllKeyspacesParams) WithTimeout(timeout time.Duration) *ListAllKeyspacesParams
- func (o *ListAllKeyspacesParams) WithXCassandraToken(xCassandraToken string) *ListAllKeyspacesParams
- func (o *ListAllKeyspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAllKeyspacesReader
- type ListAllKeyspacesUnauthorized
- type ListAllTablesBadRequest
- type ListAllTablesForbidden
- type ListAllTablesInternalServerError
- type ListAllTablesOK
- type ListAllTablesParams
- func (o *ListAllTablesParams) SetContext(ctx context.Context)
- func (o *ListAllTablesParams) SetHTTPClient(client *http.Client)
- func (o *ListAllTablesParams) SetKeyspaceName(keyspaceName string)
- func (o *ListAllTablesParams) SetTimeout(timeout time.Duration)
- func (o *ListAllTablesParams) SetXCassandraToken(xCassandraToken string)
- func (o *ListAllTablesParams) WithContext(ctx context.Context) *ListAllTablesParams
- func (o *ListAllTablesParams) WithHTTPClient(client *http.Client) *ListAllTablesParams
- func (o *ListAllTablesParams) WithKeyspaceName(keyspaceName string) *ListAllTablesParams
- func (o *ListAllTablesParams) WithTimeout(timeout time.Duration) *ListAllTablesParams
- func (o *ListAllTablesParams) WithXCassandraToken(xCassandraToken string) *ListAllTablesParams
- func (o *ListAllTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAllTablesReader
- type ListAllTablesUnauthorized
- type UpdateColumn1BadRequest
- type UpdateColumn1Forbidden
- type UpdateColumn1InternalServerError
- type UpdateColumn1NotFound
- type UpdateColumn1OK
- type UpdateColumn1Params
- func (o *UpdateColumn1Params) SetBody(body *models.ColumnDefinition)
- func (o *UpdateColumn1Params) SetColumnName(columnName string)
- func (o *UpdateColumn1Params) SetContext(ctx context.Context)
- func (o *UpdateColumn1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateColumn1Params) SetKeyspaceName(keyspaceName string)
- func (o *UpdateColumn1Params) SetTableName(tableName string)
- func (o *UpdateColumn1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateColumn1Params) SetXCassandraToken(xCassandraToken string)
- func (o *UpdateColumn1Params) WithBody(body *models.ColumnDefinition) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithColumnName(columnName string) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithContext(ctx context.Context) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithHTTPClient(client *http.Client) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithKeyspaceName(keyspaceName string) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithTableName(tableName string) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithTimeout(timeout time.Duration) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WithXCassandraToken(xCassandraToken string) *UpdateColumn1Params
- func (o *UpdateColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateColumn1Reader
- type UpdateColumn1Unauthorized
- type UpdateColumnBadRequest
- type UpdateColumnForbidden
- type UpdateColumnInternalServerError
- type UpdateColumnNotFound
- type UpdateColumnOK
- type UpdateColumnParams
- func (o *UpdateColumnParams) SetBody(body *models.ColumnUpdate)
- func (o *UpdateColumnParams) SetColumnName(columnName string)
- func (o *UpdateColumnParams) SetContext(ctx context.Context)
- func (o *UpdateColumnParams) SetHTTPClient(client *http.Client)
- func (o *UpdateColumnParams) SetKeyspaceName(keyspaceName string)
- func (o *UpdateColumnParams) SetTableName(tableName string)
- func (o *UpdateColumnParams) SetTimeout(timeout time.Duration)
- func (o *UpdateColumnParams) SetXCassandraToken(xCassandraToken string)
- func (o *UpdateColumnParams) WithBody(body *models.ColumnUpdate) *UpdateColumnParams
- func (o *UpdateColumnParams) WithColumnName(columnName string) *UpdateColumnParams
- func (o *UpdateColumnParams) WithContext(ctx context.Context) *UpdateColumnParams
- func (o *UpdateColumnParams) WithHTTPClient(client *http.Client) *UpdateColumnParams
- func (o *UpdateColumnParams) WithKeyspaceName(keyspaceName string) *UpdateColumnParams
- func (o *UpdateColumnParams) WithTableName(tableName string) *UpdateColumnParams
- func (o *UpdateColumnParams) WithTimeout(timeout time.Duration) *UpdateColumnParams
- func (o *UpdateColumnParams) WithXCassandraToken(xCassandraToken string) *UpdateColumnParams
- func (o *UpdateColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateColumnReader
- type UpdateColumnUnauthorized
- type UpdateTableBadRequest
- type UpdateTableConflict
- type UpdateTableInternalServerError
- type UpdateTableNotFound
- type UpdateTableOK
- type UpdateTableParams
- func (o *UpdateTableParams) SetBody(body *models.TableAdd)
- func (o *UpdateTableParams) SetContext(ctx context.Context)
- func (o *UpdateTableParams) SetHTTPClient(client *http.Client)
- func (o *UpdateTableParams) SetKeyspaceName(keyspaceName string)
- func (o *UpdateTableParams) SetTableName(tableName string)
- func (o *UpdateTableParams) SetTimeout(timeout time.Duration)
- func (o *UpdateTableParams) SetXCassandraToken(xCassandraToken string)
- func (o *UpdateTableParams) WithBody(body *models.TableAdd) *UpdateTableParams
- func (o *UpdateTableParams) WithContext(ctx context.Context) *UpdateTableParams
- func (o *UpdateTableParams) WithHTTPClient(client *http.Client) *UpdateTableParams
- func (o *UpdateTableParams) WithKeyspaceName(keyspaceName string) *UpdateTableParams
- func (o *UpdateTableParams) WithTableName(tableName string) *UpdateTableParams
- func (o *UpdateTableParams) WithTimeout(timeout time.Duration) *UpdateTableParams
- func (o *UpdateTableParams) WithXCassandraToken(xCassandraToken string) *UpdateTableParams
- func (o *UpdateTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateTableReader
- type UpdateTableUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddColumnBadRequest ¶
AddColumnBadRequest handles this case with default header values.
Bad request
func NewAddColumnBadRequest ¶
func NewAddColumnBadRequest() *AddColumnBadRequest
NewAddColumnBadRequest creates a AddColumnBadRequest with default headers values
func (*AddColumnBadRequest) Error ¶
func (o *AddColumnBadRequest) Error() string
func (*AddColumnBadRequest) GetPayload ¶
func (o *AddColumnBadRequest) GetPayload() *models.Error
type AddColumnConflict ¶
AddColumnConflict handles this case with default header values.
Conflict
func NewAddColumnConflict ¶
func NewAddColumnConflict() *AddColumnConflict
NewAddColumnConflict creates a AddColumnConflict with default headers values
func (*AddColumnConflict) Error ¶
func (o *AddColumnConflict) Error() string
func (*AddColumnConflict) GetPayload ¶
func (o *AddColumnConflict) GetPayload() *models.Error
type AddColumnCreated ¶
type AddColumnCreated struct {
Payload *models.SuccessResponse
}
AddColumnCreated handles this case with default header values.
Created
func NewAddColumnCreated ¶
func NewAddColumnCreated() *AddColumnCreated
NewAddColumnCreated creates a AddColumnCreated with default headers values
func (*AddColumnCreated) Error ¶
func (o *AddColumnCreated) Error() string
func (*AddColumnCreated) GetPayload ¶
func (o *AddColumnCreated) GetPayload() *models.SuccessResponse
type AddColumnForbidden ¶
AddColumnForbidden handles this case with default header values.
Forbidden
func NewAddColumnForbidden ¶
func NewAddColumnForbidden() *AddColumnForbidden
NewAddColumnForbidden creates a AddColumnForbidden with default headers values
func (*AddColumnForbidden) Error ¶
func (o *AddColumnForbidden) Error() string
func (*AddColumnForbidden) GetPayload ¶
func (o *AddColumnForbidden) GetPayload() *models.Error
type AddColumnInternalServerError ¶
AddColumnInternalServerError handles this case with default header values.
Internal Server Error
func NewAddColumnInternalServerError ¶
func NewAddColumnInternalServerError() *AddColumnInternalServerError
NewAddColumnInternalServerError creates a AddColumnInternalServerError with default headers values
func (*AddColumnInternalServerError) Error ¶
func (o *AddColumnInternalServerError) Error() string
func (*AddColumnInternalServerError) GetPayload ¶
func (o *AddColumnInternalServerError) GetPayload() *models.Error
type AddColumnParams ¶
type AddColumnParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body*/ Body *models.ColumnDefinition /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddColumnParams contains all the parameters to send to the API endpoint for the add column operation typically these are written to a http.Request
func NewAddColumnParams ¶
func NewAddColumnParams() *AddColumnParams
NewAddColumnParams creates a new AddColumnParams object with the default values initialized.
func NewAddColumnParamsWithContext ¶
func NewAddColumnParamsWithContext(ctx context.Context) *AddColumnParams
NewAddColumnParamsWithContext creates a new AddColumnParams object with the default values initialized, and the ability to set a context for a request
func NewAddColumnParamsWithHTTPClient ¶
func NewAddColumnParamsWithHTTPClient(client *http.Client) *AddColumnParams
NewAddColumnParamsWithHTTPClient creates a new AddColumnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddColumnParamsWithTimeout ¶
func NewAddColumnParamsWithTimeout(timeout time.Duration) *AddColumnParams
NewAddColumnParamsWithTimeout creates a new AddColumnParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddColumnParams) SetBody ¶
func (o *AddColumnParams) SetBody(body *models.ColumnDefinition)
SetBody adds the body to the add column params
func (*AddColumnParams) SetContext ¶
func (o *AddColumnParams) SetContext(ctx context.Context)
SetContext adds the context to the add column params
func (*AddColumnParams) SetHTTPClient ¶
func (o *AddColumnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add column params
func (*AddColumnParams) SetKeyspaceName ¶
func (o *AddColumnParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the add column params
func (*AddColumnParams) SetTableName ¶
func (o *AddColumnParams) SetTableName(tableName string)
SetTableName adds the tableName to the add column params
func (*AddColumnParams) SetTimeout ¶
func (o *AddColumnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add column params
func (*AddColumnParams) SetXCassandraToken ¶
func (o *AddColumnParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the add column params
func (*AddColumnParams) WithBody ¶
func (o *AddColumnParams) WithBody(body *models.ColumnDefinition) *AddColumnParams
WithBody adds the body to the add column params
func (*AddColumnParams) WithContext ¶
func (o *AddColumnParams) WithContext(ctx context.Context) *AddColumnParams
WithContext adds the context to the add column params
func (*AddColumnParams) WithHTTPClient ¶
func (o *AddColumnParams) WithHTTPClient(client *http.Client) *AddColumnParams
WithHTTPClient adds the HTTPClient to the add column params
func (*AddColumnParams) WithKeyspaceName ¶
func (o *AddColumnParams) WithKeyspaceName(keyspaceName string) *AddColumnParams
WithKeyspaceName adds the keyspaceName to the add column params
func (*AddColumnParams) WithTableName ¶
func (o *AddColumnParams) WithTableName(tableName string) *AddColumnParams
WithTableName adds the tableName to the add column params
func (*AddColumnParams) WithTimeout ¶
func (o *AddColumnParams) WithTimeout(timeout time.Duration) *AddColumnParams
WithTimeout adds the timeout to the add column params
func (*AddColumnParams) WithXCassandraToken ¶
func (o *AddColumnParams) WithXCassandraToken(xCassandraToken string) *AddColumnParams
WithXCassandraToken adds the xCassandraToken to the add column params
func (*AddColumnParams) WriteToRequest ¶
func (o *AddColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddColumnReader ¶
type AddColumnReader struct {
// contains filtered or unexported fields
}
AddColumnReader is a Reader for the AddColumn structure.
func (*AddColumnReader) ReadResponse ¶
func (o *AddColumnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddColumnUnauthorized ¶
type AddColumnUnauthorized struct {
}AddColumnUnauthorized handles this case with default header values.
Unauthorized
func NewAddColumnUnauthorized ¶
func NewAddColumnUnauthorized() *AddColumnUnauthorized
NewAddColumnUnauthorized creates a AddColumnUnauthorized with default headers values
func (*AddColumnUnauthorized) Error ¶
func (o *AddColumnUnauthorized) Error() string
func (*AddColumnUnauthorized) GetPayload ¶
func (o *AddColumnUnauthorized) GetPayload() *models.Error
type AddTableBadRequest ¶
AddTableBadRequest handles this case with default header values.
Bad request
func NewAddTableBadRequest ¶
func NewAddTableBadRequest() *AddTableBadRequest
NewAddTableBadRequest creates a AddTableBadRequest with default headers values
func (*AddTableBadRequest) Error ¶
func (o *AddTableBadRequest) Error() string
func (*AddTableBadRequest) GetPayload ¶
func (o *AddTableBadRequest) GetPayload() *models.Error
type AddTableCreated ¶
type AddTableCreated struct {
Payload *models.SuccessResponse
}
AddTableCreated handles this case with default header values.
Created
func NewAddTableCreated ¶
func NewAddTableCreated() *AddTableCreated
NewAddTableCreated creates a AddTableCreated with default headers values
func (*AddTableCreated) Error ¶
func (o *AddTableCreated) Error() string
func (*AddTableCreated) GetPayload ¶
func (o *AddTableCreated) GetPayload() *models.SuccessResponse
type AddTableForbidden ¶
AddTableForbidden handles this case with default header values.
Forbidden
func NewAddTableForbidden ¶
func NewAddTableForbidden() *AddTableForbidden
NewAddTableForbidden creates a AddTableForbidden with default headers values
func (*AddTableForbidden) Error ¶
func (o *AddTableForbidden) Error() string
func (*AddTableForbidden) GetPayload ¶
func (o *AddTableForbidden) GetPayload() *models.Error
type AddTableInternalServerError ¶
AddTableInternalServerError handles this case with default header values.
Internal Server Error
func NewAddTableInternalServerError ¶
func NewAddTableInternalServerError() *AddTableInternalServerError
NewAddTableInternalServerError creates a AddTableInternalServerError with default headers values
func (*AddTableInternalServerError) Error ¶
func (o *AddTableInternalServerError) Error() string
func (*AddTableInternalServerError) GetPayload ¶
func (o *AddTableInternalServerError) GetPayload() *models.Error
type AddTableParams ¶
type AddTableParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body Table object that needs to be added to the keyspace */ Body *models.TableAdd /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddTableParams contains all the parameters to send to the API endpoint for the add table operation typically these are written to a http.Request
func NewAddTableParams ¶
func NewAddTableParams() *AddTableParams
NewAddTableParams creates a new AddTableParams object with the default values initialized.
func NewAddTableParamsWithContext ¶
func NewAddTableParamsWithContext(ctx context.Context) *AddTableParams
NewAddTableParamsWithContext creates a new AddTableParams object with the default values initialized, and the ability to set a context for a request
func NewAddTableParamsWithHTTPClient ¶
func NewAddTableParamsWithHTTPClient(client *http.Client) *AddTableParams
NewAddTableParamsWithHTTPClient creates a new AddTableParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddTableParamsWithTimeout ¶
func NewAddTableParamsWithTimeout(timeout time.Duration) *AddTableParams
NewAddTableParamsWithTimeout creates a new AddTableParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddTableParams) SetBody ¶
func (o *AddTableParams) SetBody(body *models.TableAdd)
SetBody adds the body to the add table params
func (*AddTableParams) SetContext ¶
func (o *AddTableParams) SetContext(ctx context.Context)
SetContext adds the context to the add table params
func (*AddTableParams) SetHTTPClient ¶
func (o *AddTableParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add table params
func (*AddTableParams) SetKeyspaceName ¶
func (o *AddTableParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the add table params
func (*AddTableParams) SetTimeout ¶
func (o *AddTableParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add table params
func (*AddTableParams) SetXCassandraToken ¶
func (o *AddTableParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the add table params
func (*AddTableParams) WithBody ¶
func (o *AddTableParams) WithBody(body *models.TableAdd) *AddTableParams
WithBody adds the body to the add table params
func (*AddTableParams) WithContext ¶
func (o *AddTableParams) WithContext(ctx context.Context) *AddTableParams
WithContext adds the context to the add table params
func (*AddTableParams) WithHTTPClient ¶
func (o *AddTableParams) WithHTTPClient(client *http.Client) *AddTableParams
WithHTTPClient adds the HTTPClient to the add table params
func (*AddTableParams) WithKeyspaceName ¶
func (o *AddTableParams) WithKeyspaceName(keyspaceName string) *AddTableParams
WithKeyspaceName adds the keyspaceName to the add table params
func (*AddTableParams) WithTimeout ¶
func (o *AddTableParams) WithTimeout(timeout time.Duration) *AddTableParams
WithTimeout adds the timeout to the add table params
func (*AddTableParams) WithXCassandraToken ¶
func (o *AddTableParams) WithXCassandraToken(xCassandraToken string) *AddTableParams
WithXCassandraToken adds the xCassandraToken to the add table params
func (*AddTableParams) WriteToRequest ¶
func (o *AddTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddTableReader ¶
type AddTableReader struct {
// contains filtered or unexported fields
}
AddTableReader is a Reader for the AddTable structure.
func (*AddTableReader) ReadResponse ¶
func (o *AddTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddTableUnauthorized ¶
type AddTableUnauthorized struct {
}AddTableUnauthorized handles this case with default header values.
Unauthorized
func NewAddTableUnauthorized ¶
func NewAddTableUnauthorized() *AddTableUnauthorized
NewAddTableUnauthorized creates a AddTableUnauthorized with default headers values
func (*AddTableUnauthorized) Error ¶
func (o *AddTableUnauthorized) Error() string
func (*AddTableUnauthorized) GetPayload ¶
func (o *AddTableUnauthorized) GetPayload() *models.Error
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for schemas API
func (*Client) AddColumn ¶
func (a *Client) AddColumn(params *AddColumnParams) (*AddColumnCreated, error)
AddColumn adds a column
Add a single column to a table.
func (*Client) AddTable ¶
func (a *Client) AddTable(params *AddTableParams) (*AddTableCreated, error)
AddTable adds a table
Add a table in a specific keyspace.
func (*Client) CreateColumn ¶
func (a *Client) CreateColumn(params *CreateColumnParams) (*CreateColumnCreated, error)
CreateColumn creates a column
Add a single column to a table.
func (*Client) CreateKeyspace ¶
func (a *Client) CreateKeyspace(params *CreateKeyspaceParams) (*CreateKeyspaceCreated, error)
CreateKeyspace creates a keyspace
Create a new keyspace.
func (*Client) CreateTable ¶
func (a *Client) CreateTable(params *CreateTableParams) (*CreateTableCreated, error)
CreateTable creates a table
Add a table in a specific keyspace.
func (*Client) DeleteColumn ¶
func (a *Client) DeleteColumn(params *DeleteColumnParams) (*DeleteColumnNoContent, error)
DeleteColumn deletes a column
Delete a single column in a specific table.
func (*Client) DeleteColumn1 ¶
func (a *Client) DeleteColumn1(params *DeleteColumn1Params) (*DeleteColumn1NoContent, error)
DeleteColumn1 deletes a column
Delete a single column in a specific table.
func (*Client) DeleteKeyspace ¶
func (a *Client) DeleteKeyspace(params *DeleteKeyspaceParams) (*DeleteKeyspaceNoContent, error)
DeleteKeyspace deletes a keyspace
Delete a single keyspace.
func (*Client) DeleteTable ¶
func (a *Client) DeleteTable(params *DeleteTableParams) (*DeleteTableNoContent, error)
DeleteTable deletes a table
Delete a single table in the specified keyspace.
func (*Client) DeleteTable1 ¶
func (a *Client) DeleteTable1(params *DeleteTable1Params) (*DeleteTable1NoContent, error)
DeleteTable1 deletes a table
Delete a single table in the specified keyspace.
func (*Client) GetAllColumns ¶
func (a *Client) GetAllColumns(params *GetAllColumnsParams) (*GetAllColumnsOK, error)
GetAllColumns gets all columns
Return all columns for a specified table.
func (*Client) GetAllKeyspaces ¶
func (a *Client) GetAllKeyspaces(params *GetAllKeyspacesParams) (*GetAllKeyspacesOK, error)
GetAllKeyspaces gets all keyspaces
Retrieve all available keyspaces.
func (*Client) GetAllTables ¶
func (a *Client) GetAllTables(params *GetAllTablesParams) (*GetAllTablesOK, error)
GetAllTables gets all tables
Retrieve all tables in a specific keyspace.
func (*Client) GetOneColumn ¶
func (a *Client) GetOneColumn(params *GetOneColumnParams) (*GetOneColumnOK, error)
GetOneColumn retrieves a column
Return a single column specification in a specific table.
func (*Client) GetOneColumn1 ¶
func (a *Client) GetOneColumn1(params *GetOneColumn1Params) (*GetOneColumn1OK, error)
GetOneColumn1 gets a column
Return a single column specification in a specific table.
func (*Client) GetOneKeyspace ¶
func (a *Client) GetOneKeyspace(params *GetOneKeyspaceParams) (*GetOneKeyspaceOK, error)
GetOneKeyspace gets a keyspace
Return a single keyspace specification.
func (*Client) GetOneTable ¶
func (a *Client) GetOneTable(params *GetOneTableParams) (*GetOneTableOK, error)
GetOneTable returns a table
Retrieve data for a single table in a specific keyspace.
func (*Client) GetOneTable1 ¶
func (a *Client) GetOneTable1(params *GetOneTable1Params) (*GetOneTable1OK, error)
GetOneTable1 gets a table
Retrieve data for a single table in a specific keyspace.
func (*Client) ListAllColumns ¶
func (a *Client) ListAllColumns(params *ListAllColumnsParams) (*ListAllColumnsOK, error)
ListAllColumns retrieves all columns
Return all columns for a specified table.
func (*Client) ListAllKeyspaces ¶
func (a *Client) ListAllKeyspaces(params *ListAllKeyspacesParams) (*ListAllKeyspacesOK, error)
ListAllKeyspaces returns all keyspaces
Retrieve all available keyspaces in the specific database.
func (*Client) ListAllTables ¶
func (a *Client) ListAllTables(params *ListAllTablesParams) (*ListAllTablesOK, error)
ListAllTables returns all tables
Retrieve all tables in a specific keyspace.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateColumn ¶
func (a *Client) UpdateColumn(params *UpdateColumnParams) (*UpdateColumnOK, error)
UpdateColumn updates a column
Update a single column in a specific table.
func (*Client) UpdateColumn1 ¶
func (a *Client) UpdateColumn1(params *UpdateColumn1Params) (*UpdateColumn1OK, error)
UpdateColumn1 updates a column
Update a single column in a specific table.
func (*Client) UpdateTable ¶
func (a *Client) UpdateTable(params *UpdateTableParams) (*UpdateTableOK, error)
UpdateTable replaces a table definition
Update a single table definition, except for columns, in a keyspace.
type ClientService ¶
type ClientService interface { AddColumn(params *AddColumnParams) (*AddColumnCreated, error) AddTable(params *AddTableParams) (*AddTableCreated, error) CreateColumn(params *CreateColumnParams) (*CreateColumnCreated, error) CreateKeyspace(params *CreateKeyspaceParams) (*CreateKeyspaceCreated, error) CreateTable(params *CreateTableParams) (*CreateTableCreated, error) DeleteColumn(params *DeleteColumnParams) (*DeleteColumnNoContent, error) DeleteColumn1(params *DeleteColumn1Params) (*DeleteColumn1NoContent, error) DeleteKeyspace(params *DeleteKeyspaceParams) (*DeleteKeyspaceNoContent, error) DeleteTable(params *DeleteTableParams) (*DeleteTableNoContent, error) DeleteTable1(params *DeleteTable1Params) (*DeleteTable1NoContent, error) GetAllColumns(params *GetAllColumnsParams) (*GetAllColumnsOK, error) GetAllKeyspaces(params *GetAllKeyspacesParams) (*GetAllKeyspacesOK, error) GetAllTables(params *GetAllTablesParams) (*GetAllTablesOK, error) GetOneColumn(params *GetOneColumnParams) (*GetOneColumnOK, error) GetOneColumn1(params *GetOneColumn1Params) (*GetOneColumn1OK, error) GetOneKeyspace(params *GetOneKeyspaceParams) (*GetOneKeyspaceOK, error) GetOneTable(params *GetOneTableParams) (*GetOneTableOK, error) GetOneTable1(params *GetOneTable1Params) (*GetOneTable1OK, error) ListAllColumns(params *ListAllColumnsParams) (*ListAllColumnsOK, error) ListAllKeyspaces(params *ListAllKeyspacesParams) (*ListAllKeyspacesOK, error) ListAllTables(params *ListAllTablesParams) (*ListAllTablesOK, error) UpdateColumn(params *UpdateColumnParams) (*UpdateColumnOK, error) UpdateColumn1(params *UpdateColumn1Params) (*UpdateColumn1OK, error) UpdateTable(params *UpdateTableParams) (*UpdateTableOK, 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 schemas API client.
type CreateColumnBadRequest ¶
CreateColumnBadRequest handles this case with default header values.
Bad Request
func NewCreateColumnBadRequest ¶
func NewCreateColumnBadRequest() *CreateColumnBadRequest
NewCreateColumnBadRequest creates a CreateColumnBadRequest with default headers values
func (*CreateColumnBadRequest) Error ¶
func (o *CreateColumnBadRequest) Error() string
func (*CreateColumnBadRequest) GetPayload ¶
func (o *CreateColumnBadRequest) GetPayload() *models.Error
type CreateColumnConflict ¶
CreateColumnConflict handles this case with default header values.
Conflict
func NewCreateColumnConflict ¶
func NewCreateColumnConflict() *CreateColumnConflict
NewCreateColumnConflict creates a CreateColumnConflict with default headers values
func (*CreateColumnConflict) Error ¶
func (o *CreateColumnConflict) Error() string
func (*CreateColumnConflict) GetPayload ¶
func (o *CreateColumnConflict) GetPayload() *models.Error
type CreateColumnCreated ¶
type CreateColumnCreated struct {
Payload map[string]interface{}
}
CreateColumnCreated handles this case with default header values.
Created
func NewCreateColumnCreated ¶
func NewCreateColumnCreated() *CreateColumnCreated
NewCreateColumnCreated creates a CreateColumnCreated with default headers values
func (*CreateColumnCreated) Error ¶
func (o *CreateColumnCreated) Error() string
func (*CreateColumnCreated) GetPayload ¶
func (o *CreateColumnCreated) GetPayload() map[string]interface{}
type CreateColumnInternalServerError ¶
CreateColumnInternalServerError handles this case with default header values.
Internal server error
func NewCreateColumnInternalServerError ¶
func NewCreateColumnInternalServerError() *CreateColumnInternalServerError
NewCreateColumnInternalServerError creates a CreateColumnInternalServerError with default headers values
func (*CreateColumnInternalServerError) Error ¶
func (o *CreateColumnInternalServerError) Error() string
func (*CreateColumnInternalServerError) GetPayload ¶
func (o *CreateColumnInternalServerError) GetPayload() *models.Error
type CreateColumnParams ¶
type CreateColumnParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body*/ Body *models.ColumnDefinition /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateColumnParams contains all the parameters to send to the API endpoint for the create column operation typically these are written to a http.Request
func NewCreateColumnParams ¶
func NewCreateColumnParams() *CreateColumnParams
NewCreateColumnParams creates a new CreateColumnParams object with the default values initialized.
func NewCreateColumnParamsWithContext ¶
func NewCreateColumnParamsWithContext(ctx context.Context) *CreateColumnParams
NewCreateColumnParamsWithContext creates a new CreateColumnParams object with the default values initialized, and the ability to set a context for a request
func NewCreateColumnParamsWithHTTPClient ¶
func NewCreateColumnParamsWithHTTPClient(client *http.Client) *CreateColumnParams
NewCreateColumnParamsWithHTTPClient creates a new CreateColumnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateColumnParamsWithTimeout ¶
func NewCreateColumnParamsWithTimeout(timeout time.Duration) *CreateColumnParams
NewCreateColumnParamsWithTimeout creates a new CreateColumnParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateColumnParams) SetBody ¶
func (o *CreateColumnParams) SetBody(body *models.ColumnDefinition)
SetBody adds the body to the create column params
func (*CreateColumnParams) SetContext ¶
func (o *CreateColumnParams) SetContext(ctx context.Context)
SetContext adds the context to the create column params
func (*CreateColumnParams) SetHTTPClient ¶
func (o *CreateColumnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create column params
func (*CreateColumnParams) SetKeyspaceName ¶
func (o *CreateColumnParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the create column params
func (*CreateColumnParams) SetTableName ¶
func (o *CreateColumnParams) SetTableName(tableName string)
SetTableName adds the tableName to the create column params
func (*CreateColumnParams) SetTimeout ¶
func (o *CreateColumnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create column params
func (*CreateColumnParams) SetXCassandraToken ¶
func (o *CreateColumnParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the create column params
func (*CreateColumnParams) WithBody ¶
func (o *CreateColumnParams) WithBody(body *models.ColumnDefinition) *CreateColumnParams
WithBody adds the body to the create column params
func (*CreateColumnParams) WithContext ¶
func (o *CreateColumnParams) WithContext(ctx context.Context) *CreateColumnParams
WithContext adds the context to the create column params
func (*CreateColumnParams) WithHTTPClient ¶
func (o *CreateColumnParams) WithHTTPClient(client *http.Client) *CreateColumnParams
WithHTTPClient adds the HTTPClient to the create column params
func (*CreateColumnParams) WithKeyspaceName ¶
func (o *CreateColumnParams) WithKeyspaceName(keyspaceName string) *CreateColumnParams
WithKeyspaceName adds the keyspaceName to the create column params
func (*CreateColumnParams) WithTableName ¶
func (o *CreateColumnParams) WithTableName(tableName string) *CreateColumnParams
WithTableName adds the tableName to the create column params
func (*CreateColumnParams) WithTimeout ¶
func (o *CreateColumnParams) WithTimeout(timeout time.Duration) *CreateColumnParams
WithTimeout adds the timeout to the create column params
func (*CreateColumnParams) WithXCassandraToken ¶
func (o *CreateColumnParams) WithXCassandraToken(xCassandraToken string) *CreateColumnParams
WithXCassandraToken adds the xCassandraToken to the create column params
func (*CreateColumnParams) WriteToRequest ¶
func (o *CreateColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateColumnReader ¶
type CreateColumnReader struct {
// contains filtered or unexported fields
}
CreateColumnReader is a Reader for the CreateColumn structure.
func (*CreateColumnReader) ReadResponse ¶
func (o *CreateColumnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateColumnUnauthorized ¶
type CreateColumnUnauthorized struct {
}CreateColumnUnauthorized handles this case with default header values.
Unauthorized
func NewCreateColumnUnauthorized ¶
func NewCreateColumnUnauthorized() *CreateColumnUnauthorized
NewCreateColumnUnauthorized creates a CreateColumnUnauthorized with default headers values
func (*CreateColumnUnauthorized) Error ¶
func (o *CreateColumnUnauthorized) Error() string
func (*CreateColumnUnauthorized) GetPayload ¶
func (o *CreateColumnUnauthorized) GetPayload() *models.Error
type CreateKeyspaceBadRequest ¶
CreateKeyspaceBadRequest handles this case with default header values.
Bad Request
func NewCreateKeyspaceBadRequest ¶
func NewCreateKeyspaceBadRequest() *CreateKeyspaceBadRequest
NewCreateKeyspaceBadRequest creates a CreateKeyspaceBadRequest with default headers values
func (*CreateKeyspaceBadRequest) Error ¶
func (o *CreateKeyspaceBadRequest) Error() string
func (*CreateKeyspaceBadRequest) GetPayload ¶
func (o *CreateKeyspaceBadRequest) GetPayload() *models.Error
type CreateKeyspaceConflict ¶
CreateKeyspaceConflict handles this case with default header values.
Conflict
func NewCreateKeyspaceConflict ¶
func NewCreateKeyspaceConflict() *CreateKeyspaceConflict
NewCreateKeyspaceConflict creates a CreateKeyspaceConflict with default headers values
func (*CreateKeyspaceConflict) Error ¶
func (o *CreateKeyspaceConflict) Error() string
func (*CreateKeyspaceConflict) GetPayload ¶
func (o *CreateKeyspaceConflict) GetPayload() *models.Error
type CreateKeyspaceCreated ¶
type CreateKeyspaceCreated struct {
Payload map[string]interface{}
}
CreateKeyspaceCreated handles this case with default header values.
Created
func NewCreateKeyspaceCreated ¶
func NewCreateKeyspaceCreated() *CreateKeyspaceCreated
NewCreateKeyspaceCreated creates a CreateKeyspaceCreated with default headers values
func (*CreateKeyspaceCreated) Error ¶
func (o *CreateKeyspaceCreated) Error() string
func (*CreateKeyspaceCreated) GetPayload ¶
func (o *CreateKeyspaceCreated) GetPayload() map[string]interface{}
type CreateKeyspaceInternalServerError ¶
CreateKeyspaceInternalServerError handles this case with default header values.
Internal server error
func NewCreateKeyspaceInternalServerError ¶
func NewCreateKeyspaceInternalServerError() *CreateKeyspaceInternalServerError
NewCreateKeyspaceInternalServerError creates a CreateKeyspaceInternalServerError with default headers values
func (*CreateKeyspaceInternalServerError) Error ¶
func (o *CreateKeyspaceInternalServerError) Error() string
func (*CreateKeyspaceInternalServerError) GetPayload ¶
func (o *CreateKeyspaceInternalServerError) GetPayload() *models.Error
type CreateKeyspaceParams ¶
type CreateKeyspaceParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body A map representing a keyspace with SimpleStrategy or NetworkTopologyStrategy with default replicas of 1 and 3 respectively Simple: “`json { "name": "killrvideo", "replicas": 1} ““ Network Topology: “`json { "name": "killrvideo", "datacenters": [ { "name": "dc1", "replicas": 3 }, { "name": "dc2", "replicas": 3 }, ], } “` */ Body string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateKeyspaceParams contains all the parameters to send to the API endpoint for the create keyspace operation typically these are written to a http.Request
func NewCreateKeyspaceParams ¶
func NewCreateKeyspaceParams() *CreateKeyspaceParams
NewCreateKeyspaceParams creates a new CreateKeyspaceParams object with the default values initialized.
func NewCreateKeyspaceParamsWithContext ¶
func NewCreateKeyspaceParamsWithContext(ctx context.Context) *CreateKeyspaceParams
NewCreateKeyspaceParamsWithContext creates a new CreateKeyspaceParams object with the default values initialized, and the ability to set a context for a request
func NewCreateKeyspaceParamsWithHTTPClient ¶
func NewCreateKeyspaceParamsWithHTTPClient(client *http.Client) *CreateKeyspaceParams
NewCreateKeyspaceParamsWithHTTPClient creates a new CreateKeyspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateKeyspaceParamsWithTimeout ¶
func NewCreateKeyspaceParamsWithTimeout(timeout time.Duration) *CreateKeyspaceParams
NewCreateKeyspaceParamsWithTimeout creates a new CreateKeyspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateKeyspaceParams) SetBody ¶
func (o *CreateKeyspaceParams) SetBody(body string)
SetBody adds the body to the create keyspace params
func (*CreateKeyspaceParams) SetContext ¶
func (o *CreateKeyspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the create keyspace params
func (*CreateKeyspaceParams) SetHTTPClient ¶
func (o *CreateKeyspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create keyspace params
func (*CreateKeyspaceParams) SetTimeout ¶
func (o *CreateKeyspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create keyspace params
func (*CreateKeyspaceParams) SetXCassandraToken ¶
func (o *CreateKeyspaceParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the create keyspace params
func (*CreateKeyspaceParams) WithBody ¶
func (o *CreateKeyspaceParams) WithBody(body string) *CreateKeyspaceParams
WithBody adds the body to the create keyspace params
func (*CreateKeyspaceParams) WithContext ¶
func (o *CreateKeyspaceParams) WithContext(ctx context.Context) *CreateKeyspaceParams
WithContext adds the context to the create keyspace params
func (*CreateKeyspaceParams) WithHTTPClient ¶
func (o *CreateKeyspaceParams) WithHTTPClient(client *http.Client) *CreateKeyspaceParams
WithHTTPClient adds the HTTPClient to the create keyspace params
func (*CreateKeyspaceParams) WithTimeout ¶
func (o *CreateKeyspaceParams) WithTimeout(timeout time.Duration) *CreateKeyspaceParams
WithTimeout adds the timeout to the create keyspace params
func (*CreateKeyspaceParams) WithXCassandraToken ¶
func (o *CreateKeyspaceParams) WithXCassandraToken(xCassandraToken string) *CreateKeyspaceParams
WithXCassandraToken adds the xCassandraToken to the create keyspace params
func (*CreateKeyspaceParams) WriteToRequest ¶
func (o *CreateKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateKeyspaceReader ¶
type CreateKeyspaceReader struct {
// contains filtered or unexported fields
}
CreateKeyspaceReader is a Reader for the CreateKeyspace structure.
func (*CreateKeyspaceReader) ReadResponse ¶
func (o *CreateKeyspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateKeyspaceUnauthorized ¶
type CreateKeyspaceUnauthorized struct {
}CreateKeyspaceUnauthorized handles this case with default header values.
Unauthorized
func NewCreateKeyspaceUnauthorized ¶
func NewCreateKeyspaceUnauthorized() *CreateKeyspaceUnauthorized
NewCreateKeyspaceUnauthorized creates a CreateKeyspaceUnauthorized with default headers values
func (*CreateKeyspaceUnauthorized) Error ¶
func (o *CreateKeyspaceUnauthorized) Error() string
func (*CreateKeyspaceUnauthorized) GetPayload ¶
func (o *CreateKeyspaceUnauthorized) GetPayload() *models.Error
type CreateTableBadRequest ¶
CreateTableBadRequest handles this case with default header values.
Bad Request
func NewCreateTableBadRequest ¶
func NewCreateTableBadRequest() *CreateTableBadRequest
NewCreateTableBadRequest creates a CreateTableBadRequest with default headers values
func (*CreateTableBadRequest) Error ¶
func (o *CreateTableBadRequest) Error() string
func (*CreateTableBadRequest) GetPayload ¶
func (o *CreateTableBadRequest) GetPayload() *models.Error
type CreateTableConflict ¶
CreateTableConflict handles this case with default header values.
Conflict
func NewCreateTableConflict ¶
func NewCreateTableConflict() *CreateTableConflict
NewCreateTableConflict creates a CreateTableConflict with default headers values
func (*CreateTableConflict) Error ¶
func (o *CreateTableConflict) Error() string
func (*CreateTableConflict) GetPayload ¶
func (o *CreateTableConflict) GetPayload() *models.Error
type CreateTableCreated ¶
type CreateTableCreated struct {
Payload map[string]interface{}
}
CreateTableCreated handles this case with default header values.
Created
func NewCreateTableCreated ¶
func NewCreateTableCreated() *CreateTableCreated
NewCreateTableCreated creates a CreateTableCreated with default headers values
func (*CreateTableCreated) Error ¶
func (o *CreateTableCreated) Error() string
func (*CreateTableCreated) GetPayload ¶
func (o *CreateTableCreated) GetPayload() map[string]interface{}
type CreateTableInternalServerError ¶
CreateTableInternalServerError handles this case with default header values.
Internal server error
func NewCreateTableInternalServerError ¶
func NewCreateTableInternalServerError() *CreateTableInternalServerError
NewCreateTableInternalServerError creates a CreateTableInternalServerError with default headers values
func (*CreateTableInternalServerError) Error ¶
func (o *CreateTableInternalServerError) Error() string
func (*CreateTableInternalServerError) GetPayload ¶
func (o *CreateTableInternalServerError) GetPayload() *models.Error
type CreateTableParams ¶
type CreateTableParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body*/ Body *models.TableAdd /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateTableParams contains all the parameters to send to the API endpoint for the create table operation typically these are written to a http.Request
func NewCreateTableParams ¶
func NewCreateTableParams() *CreateTableParams
NewCreateTableParams creates a new CreateTableParams object with the default values initialized.
func NewCreateTableParamsWithContext ¶
func NewCreateTableParamsWithContext(ctx context.Context) *CreateTableParams
NewCreateTableParamsWithContext creates a new CreateTableParams object with the default values initialized, and the ability to set a context for a request
func NewCreateTableParamsWithHTTPClient ¶
func NewCreateTableParamsWithHTTPClient(client *http.Client) *CreateTableParams
NewCreateTableParamsWithHTTPClient creates a new CreateTableParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateTableParamsWithTimeout ¶
func NewCreateTableParamsWithTimeout(timeout time.Duration) *CreateTableParams
NewCreateTableParamsWithTimeout creates a new CreateTableParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateTableParams) SetBody ¶
func (o *CreateTableParams) SetBody(body *models.TableAdd)
SetBody adds the body to the create table params
func (*CreateTableParams) SetContext ¶
func (o *CreateTableParams) SetContext(ctx context.Context)
SetContext adds the context to the create table params
func (*CreateTableParams) SetHTTPClient ¶
func (o *CreateTableParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create table params
func (*CreateTableParams) SetKeyspaceName ¶
func (o *CreateTableParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the create table params
func (*CreateTableParams) SetTimeout ¶
func (o *CreateTableParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create table params
func (*CreateTableParams) SetXCassandraToken ¶
func (o *CreateTableParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the create table params
func (*CreateTableParams) WithBody ¶
func (o *CreateTableParams) WithBody(body *models.TableAdd) *CreateTableParams
WithBody adds the body to the create table params
func (*CreateTableParams) WithContext ¶
func (o *CreateTableParams) WithContext(ctx context.Context) *CreateTableParams
WithContext adds the context to the create table params
func (*CreateTableParams) WithHTTPClient ¶
func (o *CreateTableParams) WithHTTPClient(client *http.Client) *CreateTableParams
WithHTTPClient adds the HTTPClient to the create table params
func (*CreateTableParams) WithKeyspaceName ¶
func (o *CreateTableParams) WithKeyspaceName(keyspaceName string) *CreateTableParams
WithKeyspaceName adds the keyspaceName to the create table params
func (*CreateTableParams) WithTimeout ¶
func (o *CreateTableParams) WithTimeout(timeout time.Duration) *CreateTableParams
WithTimeout adds the timeout to the create table params
func (*CreateTableParams) WithXCassandraToken ¶
func (o *CreateTableParams) WithXCassandraToken(xCassandraToken string) *CreateTableParams
WithXCassandraToken adds the xCassandraToken to the create table params
func (*CreateTableParams) WriteToRequest ¶
func (o *CreateTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTableReader ¶
type CreateTableReader struct {
// contains filtered or unexported fields
}
CreateTableReader is a Reader for the CreateTable structure.
func (*CreateTableReader) ReadResponse ¶
func (o *CreateTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateTableUnauthorized ¶
type CreateTableUnauthorized struct {
}CreateTableUnauthorized handles this case with default header values.
Unauthorized
func NewCreateTableUnauthorized ¶
func NewCreateTableUnauthorized() *CreateTableUnauthorized
NewCreateTableUnauthorized creates a CreateTableUnauthorized with default headers values
func (*CreateTableUnauthorized) Error ¶
func (o *CreateTableUnauthorized) Error() string
func (*CreateTableUnauthorized) GetPayload ¶
func (o *CreateTableUnauthorized) GetPayload() *models.Error
type DeleteColumn1InternalServerError ¶
DeleteColumn1InternalServerError handles this case with default header values.
Internal server error
func NewDeleteColumn1InternalServerError ¶
func NewDeleteColumn1InternalServerError() *DeleteColumn1InternalServerError
NewDeleteColumn1InternalServerError creates a DeleteColumn1InternalServerError with default headers values
func (*DeleteColumn1InternalServerError) Error ¶
func (o *DeleteColumn1InternalServerError) Error() string
func (*DeleteColumn1InternalServerError) GetPayload ¶
func (o *DeleteColumn1InternalServerError) GetPayload() *models.Error
type DeleteColumn1NoContent ¶
type DeleteColumn1NoContent struct { }
DeleteColumn1NoContent handles this case with default header values.
No Content
func NewDeleteColumn1NoContent ¶
func NewDeleteColumn1NoContent() *DeleteColumn1NoContent
NewDeleteColumn1NoContent creates a DeleteColumn1NoContent with default headers values
func (*DeleteColumn1NoContent) Error ¶
func (o *DeleteColumn1NoContent) Error() string
type DeleteColumn1Params ¶
type DeleteColumn1Params struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*ColumnName column name */ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteColumn1Params contains all the parameters to send to the API endpoint for the delete column 1 operation typically these are written to a http.Request
func NewDeleteColumn1Params ¶
func NewDeleteColumn1Params() *DeleteColumn1Params
NewDeleteColumn1Params creates a new DeleteColumn1Params object with the default values initialized.
func NewDeleteColumn1ParamsWithContext ¶
func NewDeleteColumn1ParamsWithContext(ctx context.Context) *DeleteColumn1Params
NewDeleteColumn1ParamsWithContext creates a new DeleteColumn1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteColumn1ParamsWithHTTPClient ¶
func NewDeleteColumn1ParamsWithHTTPClient(client *http.Client) *DeleteColumn1Params
NewDeleteColumn1ParamsWithHTTPClient creates a new DeleteColumn1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteColumn1ParamsWithTimeout ¶
func NewDeleteColumn1ParamsWithTimeout(timeout time.Duration) *DeleteColumn1Params
NewDeleteColumn1ParamsWithTimeout creates a new DeleteColumn1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteColumn1Params) SetColumnName ¶
func (o *DeleteColumn1Params) SetColumnName(columnName string)
SetColumnName adds the columnName to the delete column 1 params
func (*DeleteColumn1Params) SetContext ¶
func (o *DeleteColumn1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete column 1 params
func (*DeleteColumn1Params) SetHTTPClient ¶
func (o *DeleteColumn1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete column 1 params
func (*DeleteColumn1Params) SetKeyspaceName ¶
func (o *DeleteColumn1Params) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the delete column 1 params
func (*DeleteColumn1Params) SetTableName ¶
func (o *DeleteColumn1Params) SetTableName(tableName string)
SetTableName adds the tableName to the delete column 1 params
func (*DeleteColumn1Params) SetTimeout ¶
func (o *DeleteColumn1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete column 1 params
func (*DeleteColumn1Params) SetXCassandraToken ¶
func (o *DeleteColumn1Params) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the delete column 1 params
func (*DeleteColumn1Params) WithColumnName ¶
func (o *DeleteColumn1Params) WithColumnName(columnName string) *DeleteColumn1Params
WithColumnName adds the columnName to the delete column 1 params
func (*DeleteColumn1Params) WithContext ¶
func (o *DeleteColumn1Params) WithContext(ctx context.Context) *DeleteColumn1Params
WithContext adds the context to the delete column 1 params
func (*DeleteColumn1Params) WithHTTPClient ¶
func (o *DeleteColumn1Params) WithHTTPClient(client *http.Client) *DeleteColumn1Params
WithHTTPClient adds the HTTPClient to the delete column 1 params
func (*DeleteColumn1Params) WithKeyspaceName ¶
func (o *DeleteColumn1Params) WithKeyspaceName(keyspaceName string) *DeleteColumn1Params
WithKeyspaceName adds the keyspaceName to the delete column 1 params
func (*DeleteColumn1Params) WithTableName ¶
func (o *DeleteColumn1Params) WithTableName(tableName string) *DeleteColumn1Params
WithTableName adds the tableName to the delete column 1 params
func (*DeleteColumn1Params) WithTimeout ¶
func (o *DeleteColumn1Params) WithTimeout(timeout time.Duration) *DeleteColumn1Params
WithTimeout adds the timeout to the delete column 1 params
func (*DeleteColumn1Params) WithXCassandraToken ¶
func (o *DeleteColumn1Params) WithXCassandraToken(xCassandraToken string) *DeleteColumn1Params
WithXCassandraToken adds the xCassandraToken to the delete column 1 params
func (*DeleteColumn1Params) WriteToRequest ¶
func (o *DeleteColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteColumn1Reader ¶
type DeleteColumn1Reader struct {
// contains filtered or unexported fields
}
DeleteColumn1Reader is a Reader for the DeleteColumn1 structure.
func (*DeleteColumn1Reader) ReadResponse ¶
func (o *DeleteColumn1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteColumn1Unauthorized ¶
type DeleteColumn1Unauthorized struct {
}DeleteColumn1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteColumn1Unauthorized ¶
func NewDeleteColumn1Unauthorized() *DeleteColumn1Unauthorized
NewDeleteColumn1Unauthorized creates a DeleteColumn1Unauthorized with default headers values
func (*DeleteColumn1Unauthorized) Error ¶
func (o *DeleteColumn1Unauthorized) Error() string
func (*DeleteColumn1Unauthorized) GetPayload ¶
func (o *DeleteColumn1Unauthorized) GetPayload() *models.Error
type DeleteColumnBadRequest ¶
DeleteColumnBadRequest handles this case with default header values.
Bad request
func NewDeleteColumnBadRequest ¶
func NewDeleteColumnBadRequest() *DeleteColumnBadRequest
NewDeleteColumnBadRequest creates a DeleteColumnBadRequest with default headers values
func (*DeleteColumnBadRequest) Error ¶
func (o *DeleteColumnBadRequest) Error() string
func (*DeleteColumnBadRequest) GetPayload ¶
func (o *DeleteColumnBadRequest) GetPayload() *models.Error
type DeleteColumnForbidden ¶
DeleteColumnForbidden handles this case with default header values.
Forbidden
func NewDeleteColumnForbidden ¶
func NewDeleteColumnForbidden() *DeleteColumnForbidden
NewDeleteColumnForbidden creates a DeleteColumnForbidden with default headers values
func (*DeleteColumnForbidden) Error ¶
func (o *DeleteColumnForbidden) Error() string
func (*DeleteColumnForbidden) GetPayload ¶
func (o *DeleteColumnForbidden) GetPayload() *models.Error
type DeleteColumnInternalServerError ¶
DeleteColumnInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteColumnInternalServerError ¶
func NewDeleteColumnInternalServerError() *DeleteColumnInternalServerError
NewDeleteColumnInternalServerError creates a DeleteColumnInternalServerError with default headers values
func (*DeleteColumnInternalServerError) Error ¶
func (o *DeleteColumnInternalServerError) Error() string
func (*DeleteColumnInternalServerError) GetPayload ¶
func (o *DeleteColumnInternalServerError) GetPayload() *models.Error
type DeleteColumnNoContent ¶
type DeleteColumnNoContent struct { }
DeleteColumnNoContent handles this case with default header values.
No Content
func NewDeleteColumnNoContent ¶
func NewDeleteColumnNoContent() *DeleteColumnNoContent
NewDeleteColumnNoContent creates a DeleteColumnNoContent with default headers values
func (*DeleteColumnNoContent) Error ¶
func (o *DeleteColumnNoContent) Error() string
type DeleteColumnParams ¶
type DeleteColumnParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*ColumnName Name of the column to use for the request. */ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteColumnParams contains all the parameters to send to the API endpoint for the delete column operation typically these are written to a http.Request
func NewDeleteColumnParams ¶
func NewDeleteColumnParams() *DeleteColumnParams
NewDeleteColumnParams creates a new DeleteColumnParams object with the default values initialized.
func NewDeleteColumnParamsWithContext ¶
func NewDeleteColumnParamsWithContext(ctx context.Context) *DeleteColumnParams
NewDeleteColumnParamsWithContext creates a new DeleteColumnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteColumnParamsWithHTTPClient ¶
func NewDeleteColumnParamsWithHTTPClient(client *http.Client) *DeleteColumnParams
NewDeleteColumnParamsWithHTTPClient creates a new DeleteColumnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteColumnParamsWithTimeout ¶
func NewDeleteColumnParamsWithTimeout(timeout time.Duration) *DeleteColumnParams
NewDeleteColumnParamsWithTimeout creates a new DeleteColumnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteColumnParams) SetColumnName ¶
func (o *DeleteColumnParams) SetColumnName(columnName string)
SetColumnName adds the columnName to the delete column params
func (*DeleteColumnParams) SetContext ¶
func (o *DeleteColumnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete column params
func (*DeleteColumnParams) SetHTTPClient ¶
func (o *DeleteColumnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete column params
func (*DeleteColumnParams) SetKeyspaceName ¶
func (o *DeleteColumnParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the delete column params
func (*DeleteColumnParams) SetTableName ¶
func (o *DeleteColumnParams) SetTableName(tableName string)
SetTableName adds the tableName to the delete column params
func (*DeleteColumnParams) SetTimeout ¶
func (o *DeleteColumnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete column params
func (*DeleteColumnParams) SetXCassandraToken ¶
func (o *DeleteColumnParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the delete column params
func (*DeleteColumnParams) WithColumnName ¶
func (o *DeleteColumnParams) WithColumnName(columnName string) *DeleteColumnParams
WithColumnName adds the columnName to the delete column params
func (*DeleteColumnParams) WithContext ¶
func (o *DeleteColumnParams) WithContext(ctx context.Context) *DeleteColumnParams
WithContext adds the context to the delete column params
func (*DeleteColumnParams) WithHTTPClient ¶
func (o *DeleteColumnParams) WithHTTPClient(client *http.Client) *DeleteColumnParams
WithHTTPClient adds the HTTPClient to the delete column params
func (*DeleteColumnParams) WithKeyspaceName ¶
func (o *DeleteColumnParams) WithKeyspaceName(keyspaceName string) *DeleteColumnParams
WithKeyspaceName adds the keyspaceName to the delete column params
func (*DeleteColumnParams) WithTableName ¶
func (o *DeleteColumnParams) WithTableName(tableName string) *DeleteColumnParams
WithTableName adds the tableName to the delete column params
func (*DeleteColumnParams) WithTimeout ¶
func (o *DeleteColumnParams) WithTimeout(timeout time.Duration) *DeleteColumnParams
WithTimeout adds the timeout to the delete column params
func (*DeleteColumnParams) WithXCassandraToken ¶
func (o *DeleteColumnParams) WithXCassandraToken(xCassandraToken string) *DeleteColumnParams
WithXCassandraToken adds the xCassandraToken to the delete column params
func (*DeleteColumnParams) WriteToRequest ¶
func (o *DeleteColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteColumnReader ¶
type DeleteColumnReader struct {
// contains filtered or unexported fields
}
DeleteColumnReader is a Reader for the DeleteColumn structure.
func (*DeleteColumnReader) ReadResponse ¶
func (o *DeleteColumnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteColumnUnauthorized ¶
type DeleteColumnUnauthorized struct {
}DeleteColumnUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteColumnUnauthorized ¶
func NewDeleteColumnUnauthorized() *DeleteColumnUnauthorized
NewDeleteColumnUnauthorized creates a DeleteColumnUnauthorized with default headers values
func (*DeleteColumnUnauthorized) Error ¶
func (o *DeleteColumnUnauthorized) Error() string
func (*DeleteColumnUnauthorized) GetPayload ¶
func (o *DeleteColumnUnauthorized) GetPayload() *models.Error
type DeleteKeyspaceInternalServerError ¶
DeleteKeyspaceInternalServerError handles this case with default header values.
Internal server error
func NewDeleteKeyspaceInternalServerError ¶
func NewDeleteKeyspaceInternalServerError() *DeleteKeyspaceInternalServerError
NewDeleteKeyspaceInternalServerError creates a DeleteKeyspaceInternalServerError with default headers values
func (*DeleteKeyspaceInternalServerError) Error ¶
func (o *DeleteKeyspaceInternalServerError) Error() string
func (*DeleteKeyspaceInternalServerError) GetPayload ¶
func (o *DeleteKeyspaceInternalServerError) GetPayload() *models.Error
type DeleteKeyspaceNoContent ¶
type DeleteKeyspaceNoContent struct { }
DeleteKeyspaceNoContent handles this case with default header values.
No Content
func NewDeleteKeyspaceNoContent ¶
func NewDeleteKeyspaceNoContent() *DeleteKeyspaceNoContent
NewDeleteKeyspaceNoContent creates a DeleteKeyspaceNoContent with default headers values
func (*DeleteKeyspaceNoContent) Error ¶
func (o *DeleteKeyspaceNoContent) Error() string
type DeleteKeyspaceParams ¶
type DeleteKeyspaceParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteKeyspaceParams contains all the parameters to send to the API endpoint for the delete keyspace operation typically these are written to a http.Request
func NewDeleteKeyspaceParams ¶
func NewDeleteKeyspaceParams() *DeleteKeyspaceParams
NewDeleteKeyspaceParams creates a new DeleteKeyspaceParams object with the default values initialized.
func NewDeleteKeyspaceParamsWithContext ¶
func NewDeleteKeyspaceParamsWithContext(ctx context.Context) *DeleteKeyspaceParams
NewDeleteKeyspaceParamsWithContext creates a new DeleteKeyspaceParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteKeyspaceParamsWithHTTPClient ¶
func NewDeleteKeyspaceParamsWithHTTPClient(client *http.Client) *DeleteKeyspaceParams
NewDeleteKeyspaceParamsWithHTTPClient creates a new DeleteKeyspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteKeyspaceParamsWithTimeout ¶
func NewDeleteKeyspaceParamsWithTimeout(timeout time.Duration) *DeleteKeyspaceParams
NewDeleteKeyspaceParamsWithTimeout creates a new DeleteKeyspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteKeyspaceParams) SetContext ¶
func (o *DeleteKeyspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete keyspace params
func (*DeleteKeyspaceParams) SetHTTPClient ¶
func (o *DeleteKeyspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete keyspace params
func (*DeleteKeyspaceParams) SetKeyspaceName ¶
func (o *DeleteKeyspaceParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the delete keyspace params
func (*DeleteKeyspaceParams) SetTimeout ¶
func (o *DeleteKeyspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete keyspace params
func (*DeleteKeyspaceParams) SetXCassandraToken ¶
func (o *DeleteKeyspaceParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the delete keyspace params
func (*DeleteKeyspaceParams) WithContext ¶
func (o *DeleteKeyspaceParams) WithContext(ctx context.Context) *DeleteKeyspaceParams
WithContext adds the context to the delete keyspace params
func (*DeleteKeyspaceParams) WithHTTPClient ¶
func (o *DeleteKeyspaceParams) WithHTTPClient(client *http.Client) *DeleteKeyspaceParams
WithHTTPClient adds the HTTPClient to the delete keyspace params
func (*DeleteKeyspaceParams) WithKeyspaceName ¶
func (o *DeleteKeyspaceParams) WithKeyspaceName(keyspaceName string) *DeleteKeyspaceParams
WithKeyspaceName adds the keyspaceName to the delete keyspace params
func (*DeleteKeyspaceParams) WithTimeout ¶
func (o *DeleteKeyspaceParams) WithTimeout(timeout time.Duration) *DeleteKeyspaceParams
WithTimeout adds the timeout to the delete keyspace params
func (*DeleteKeyspaceParams) WithXCassandraToken ¶
func (o *DeleteKeyspaceParams) WithXCassandraToken(xCassandraToken string) *DeleteKeyspaceParams
WithXCassandraToken adds the xCassandraToken to the delete keyspace params
func (*DeleteKeyspaceParams) WriteToRequest ¶
func (o *DeleteKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteKeyspaceReader ¶
type DeleteKeyspaceReader struct {
// contains filtered or unexported fields
}
DeleteKeyspaceReader is a Reader for the DeleteKeyspace structure.
func (*DeleteKeyspaceReader) ReadResponse ¶
func (o *DeleteKeyspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteKeyspaceUnauthorized ¶
type DeleteKeyspaceUnauthorized struct {
}DeleteKeyspaceUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteKeyspaceUnauthorized ¶
func NewDeleteKeyspaceUnauthorized() *DeleteKeyspaceUnauthorized
NewDeleteKeyspaceUnauthorized creates a DeleteKeyspaceUnauthorized with default headers values
func (*DeleteKeyspaceUnauthorized) Error ¶
func (o *DeleteKeyspaceUnauthorized) Error() string
func (*DeleteKeyspaceUnauthorized) GetPayload ¶
func (o *DeleteKeyspaceUnauthorized) GetPayload() *models.Error
type DeleteTable1InternalServerError ¶
DeleteTable1InternalServerError handles this case with default header values.
Internal server error
func NewDeleteTable1InternalServerError ¶
func NewDeleteTable1InternalServerError() *DeleteTable1InternalServerError
NewDeleteTable1InternalServerError creates a DeleteTable1InternalServerError with default headers values
func (*DeleteTable1InternalServerError) Error ¶
func (o *DeleteTable1InternalServerError) Error() string
func (*DeleteTable1InternalServerError) GetPayload ¶
func (o *DeleteTable1InternalServerError) GetPayload() *models.Error
type DeleteTable1NoContent ¶
type DeleteTable1NoContent struct { }
DeleteTable1NoContent handles this case with default header values.
No Content
func NewDeleteTable1NoContent ¶
func NewDeleteTable1NoContent() *DeleteTable1NoContent
NewDeleteTable1NoContent creates a DeleteTable1NoContent with default headers values
func (*DeleteTable1NoContent) Error ¶
func (o *DeleteTable1NoContent) Error() string
type DeleteTable1Params ¶
type DeleteTable1Params struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteTable1Params contains all the parameters to send to the API endpoint for the delete table 1 operation typically these are written to a http.Request
func NewDeleteTable1Params ¶
func NewDeleteTable1Params() *DeleteTable1Params
NewDeleteTable1Params creates a new DeleteTable1Params object with the default values initialized.
func NewDeleteTable1ParamsWithContext ¶
func NewDeleteTable1ParamsWithContext(ctx context.Context) *DeleteTable1Params
NewDeleteTable1ParamsWithContext creates a new DeleteTable1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteTable1ParamsWithHTTPClient ¶
func NewDeleteTable1ParamsWithHTTPClient(client *http.Client) *DeleteTable1Params
NewDeleteTable1ParamsWithHTTPClient creates a new DeleteTable1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteTable1ParamsWithTimeout ¶
func NewDeleteTable1ParamsWithTimeout(timeout time.Duration) *DeleteTable1Params
NewDeleteTable1ParamsWithTimeout creates a new DeleteTable1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteTable1Params) SetContext ¶
func (o *DeleteTable1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete table 1 params
func (*DeleteTable1Params) SetHTTPClient ¶
func (o *DeleteTable1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete table 1 params
func (*DeleteTable1Params) SetKeyspaceName ¶
func (o *DeleteTable1Params) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the delete table 1 params
func (*DeleteTable1Params) SetTableName ¶
func (o *DeleteTable1Params) SetTableName(tableName string)
SetTableName adds the tableName to the delete table 1 params
func (*DeleteTable1Params) SetTimeout ¶
func (o *DeleteTable1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete table 1 params
func (*DeleteTable1Params) SetXCassandraToken ¶
func (o *DeleteTable1Params) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the delete table 1 params
func (*DeleteTable1Params) WithContext ¶
func (o *DeleteTable1Params) WithContext(ctx context.Context) *DeleteTable1Params
WithContext adds the context to the delete table 1 params
func (*DeleteTable1Params) WithHTTPClient ¶
func (o *DeleteTable1Params) WithHTTPClient(client *http.Client) *DeleteTable1Params
WithHTTPClient adds the HTTPClient to the delete table 1 params
func (*DeleteTable1Params) WithKeyspaceName ¶
func (o *DeleteTable1Params) WithKeyspaceName(keyspaceName string) *DeleteTable1Params
WithKeyspaceName adds the keyspaceName to the delete table 1 params
func (*DeleteTable1Params) WithTableName ¶
func (o *DeleteTable1Params) WithTableName(tableName string) *DeleteTable1Params
WithTableName adds the tableName to the delete table 1 params
func (*DeleteTable1Params) WithTimeout ¶
func (o *DeleteTable1Params) WithTimeout(timeout time.Duration) *DeleteTable1Params
WithTimeout adds the timeout to the delete table 1 params
func (*DeleteTable1Params) WithXCassandraToken ¶
func (o *DeleteTable1Params) WithXCassandraToken(xCassandraToken string) *DeleteTable1Params
WithXCassandraToken adds the xCassandraToken to the delete table 1 params
func (*DeleteTable1Params) WriteToRequest ¶
func (o *DeleteTable1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTable1Reader ¶
type DeleteTable1Reader struct {
// contains filtered or unexported fields
}
DeleteTable1Reader is a Reader for the DeleteTable1 structure.
func (*DeleteTable1Reader) ReadResponse ¶
func (o *DeleteTable1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTable1Unauthorized ¶
type DeleteTable1Unauthorized struct {
}DeleteTable1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteTable1Unauthorized ¶
func NewDeleteTable1Unauthorized() *DeleteTable1Unauthorized
NewDeleteTable1Unauthorized creates a DeleteTable1Unauthorized with default headers values
func (*DeleteTable1Unauthorized) Error ¶
func (o *DeleteTable1Unauthorized) Error() string
func (*DeleteTable1Unauthorized) GetPayload ¶
func (o *DeleteTable1Unauthorized) GetPayload() *models.Error
type DeleteTableBadRequest ¶
DeleteTableBadRequest handles this case with default header values.
Bad request
func NewDeleteTableBadRequest ¶
func NewDeleteTableBadRequest() *DeleteTableBadRequest
NewDeleteTableBadRequest creates a DeleteTableBadRequest with default headers values
func (*DeleteTableBadRequest) Error ¶
func (o *DeleteTableBadRequest) Error() string
func (*DeleteTableBadRequest) GetPayload ¶
func (o *DeleteTableBadRequest) GetPayload() *models.Error
type DeleteTableForbidden ¶
DeleteTableForbidden handles this case with default header values.
Forbidden
func NewDeleteTableForbidden ¶
func NewDeleteTableForbidden() *DeleteTableForbidden
NewDeleteTableForbidden creates a DeleteTableForbidden with default headers values
func (*DeleteTableForbidden) Error ¶
func (o *DeleteTableForbidden) Error() string
func (*DeleteTableForbidden) GetPayload ¶
func (o *DeleteTableForbidden) GetPayload() *models.Error
type DeleteTableInternalServerError ¶
DeleteTableInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteTableInternalServerError ¶
func NewDeleteTableInternalServerError() *DeleteTableInternalServerError
NewDeleteTableInternalServerError creates a DeleteTableInternalServerError with default headers values
func (*DeleteTableInternalServerError) Error ¶
func (o *DeleteTableInternalServerError) Error() string
func (*DeleteTableInternalServerError) GetPayload ¶
func (o *DeleteTableInternalServerError) GetPayload() *models.Error
type DeleteTableNoContent ¶
type DeleteTableNoContent struct { }
DeleteTableNoContent handles this case with default header values.
No Content
func NewDeleteTableNoContent ¶
func NewDeleteTableNoContent() *DeleteTableNoContent
NewDeleteTableNoContent creates a DeleteTableNoContent with default headers values
func (*DeleteTableNoContent) Error ¶
func (o *DeleteTableNoContent) Error() string
type DeleteTableNotFound ¶
DeleteTableNotFound handles this case with default header values.
Not Found
func NewDeleteTableNotFound ¶
func NewDeleteTableNotFound() *DeleteTableNotFound
NewDeleteTableNotFound creates a DeleteTableNotFound with default headers values
func (*DeleteTableNotFound) Error ¶
func (o *DeleteTableNotFound) Error() string
func (*DeleteTableNotFound) GetPayload ¶
func (o *DeleteTableNotFound) GetPayload() *models.Error
type DeleteTableParams ¶
type DeleteTableParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteTableParams contains all the parameters to send to the API endpoint for the delete table operation typically these are written to a http.Request
func NewDeleteTableParams ¶
func NewDeleteTableParams() *DeleteTableParams
NewDeleteTableParams creates a new DeleteTableParams object with the default values initialized.
func NewDeleteTableParamsWithContext ¶
func NewDeleteTableParamsWithContext(ctx context.Context) *DeleteTableParams
NewDeleteTableParamsWithContext creates a new DeleteTableParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteTableParamsWithHTTPClient ¶
func NewDeleteTableParamsWithHTTPClient(client *http.Client) *DeleteTableParams
NewDeleteTableParamsWithHTTPClient creates a new DeleteTableParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteTableParamsWithTimeout ¶
func NewDeleteTableParamsWithTimeout(timeout time.Duration) *DeleteTableParams
NewDeleteTableParamsWithTimeout creates a new DeleteTableParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteTableParams) SetContext ¶
func (o *DeleteTableParams) SetContext(ctx context.Context)
SetContext adds the context to the delete table params
func (*DeleteTableParams) SetHTTPClient ¶
func (o *DeleteTableParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete table params
func (*DeleteTableParams) SetKeyspaceName ¶
func (o *DeleteTableParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the delete table params
func (*DeleteTableParams) SetTableName ¶
func (o *DeleteTableParams) SetTableName(tableName string)
SetTableName adds the tableName to the delete table params
func (*DeleteTableParams) SetTimeout ¶
func (o *DeleteTableParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete table params
func (*DeleteTableParams) SetXCassandraToken ¶
func (o *DeleteTableParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the delete table params
func (*DeleteTableParams) WithContext ¶
func (o *DeleteTableParams) WithContext(ctx context.Context) *DeleteTableParams
WithContext adds the context to the delete table params
func (*DeleteTableParams) WithHTTPClient ¶
func (o *DeleteTableParams) WithHTTPClient(client *http.Client) *DeleteTableParams
WithHTTPClient adds the HTTPClient to the delete table params
func (*DeleteTableParams) WithKeyspaceName ¶
func (o *DeleteTableParams) WithKeyspaceName(keyspaceName string) *DeleteTableParams
WithKeyspaceName adds the keyspaceName to the delete table params
func (*DeleteTableParams) WithTableName ¶
func (o *DeleteTableParams) WithTableName(tableName string) *DeleteTableParams
WithTableName adds the tableName to the delete table params
func (*DeleteTableParams) WithTimeout ¶
func (o *DeleteTableParams) WithTimeout(timeout time.Duration) *DeleteTableParams
WithTimeout adds the timeout to the delete table params
func (*DeleteTableParams) WithXCassandraToken ¶
func (o *DeleteTableParams) WithXCassandraToken(xCassandraToken string) *DeleteTableParams
WithXCassandraToken adds the xCassandraToken to the delete table params
func (*DeleteTableParams) WriteToRequest ¶
func (o *DeleteTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTableReader ¶
type DeleteTableReader struct {
// contains filtered or unexported fields
}
DeleteTableReader is a Reader for the DeleteTable structure.
func (*DeleteTableReader) ReadResponse ¶
func (o *DeleteTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTableUnauthorized ¶
type DeleteTableUnauthorized struct {
}DeleteTableUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteTableUnauthorized ¶
func NewDeleteTableUnauthorized() *DeleteTableUnauthorized
NewDeleteTableUnauthorized creates a DeleteTableUnauthorized with default headers values
func (*DeleteTableUnauthorized) Error ¶
func (o *DeleteTableUnauthorized) Error() string
func (*DeleteTableUnauthorized) GetPayload ¶
func (o *DeleteTableUnauthorized) GetPayload() *models.Error
type GetAllColumnsInternalServerError ¶
GetAllColumnsInternalServerError handles this case with default header values.
Internal server error
func NewGetAllColumnsInternalServerError ¶
func NewGetAllColumnsInternalServerError() *GetAllColumnsInternalServerError
NewGetAllColumnsInternalServerError creates a GetAllColumnsInternalServerError with default headers values
func (*GetAllColumnsInternalServerError) Error ¶
func (o *GetAllColumnsInternalServerError) Error() string
func (*GetAllColumnsInternalServerError) GetPayload ¶
func (o *GetAllColumnsInternalServerError) GetPayload() *models.Error
type GetAllColumnsNotFound ¶
GetAllColumnsNotFound handles this case with default header values.
Not Found
func NewGetAllColumnsNotFound ¶
func NewGetAllColumnsNotFound() *GetAllColumnsNotFound
NewGetAllColumnsNotFound creates a GetAllColumnsNotFound with default headers values
func (*GetAllColumnsNotFound) Error ¶
func (o *GetAllColumnsNotFound) Error() string
func (*GetAllColumnsNotFound) GetPayload ¶
func (o *GetAllColumnsNotFound) GetPayload() *models.Error
type GetAllColumnsOK ¶
type GetAllColumnsOK struct {
Payload *models.ResponseWrapper
}
GetAllColumnsOK handles this case with default header values.
OK
func NewGetAllColumnsOK ¶
func NewGetAllColumnsOK() *GetAllColumnsOK
NewGetAllColumnsOK creates a GetAllColumnsOK with default headers values
func (*GetAllColumnsOK) Error ¶
func (o *GetAllColumnsOK) Error() string
func (*GetAllColumnsOK) GetPayload ¶
func (o *GetAllColumnsOK) GetPayload() *models.ResponseWrapper
type GetAllColumnsParams ¶
type GetAllColumnsParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*Raw Unwrap results */ Raw *bool /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllColumnsParams contains all the parameters to send to the API endpoint for the get all columns operation typically these are written to a http.Request
func NewGetAllColumnsParams ¶
func NewGetAllColumnsParams() *GetAllColumnsParams
NewGetAllColumnsParams creates a new GetAllColumnsParams object with the default values initialized.
func NewGetAllColumnsParamsWithContext ¶
func NewGetAllColumnsParamsWithContext(ctx context.Context) *GetAllColumnsParams
NewGetAllColumnsParamsWithContext creates a new GetAllColumnsParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllColumnsParamsWithHTTPClient ¶
func NewGetAllColumnsParamsWithHTTPClient(client *http.Client) *GetAllColumnsParams
NewGetAllColumnsParamsWithHTTPClient creates a new GetAllColumnsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllColumnsParamsWithTimeout ¶
func NewGetAllColumnsParamsWithTimeout(timeout time.Duration) *GetAllColumnsParams
NewGetAllColumnsParamsWithTimeout creates a new GetAllColumnsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllColumnsParams) SetContext ¶
func (o *GetAllColumnsParams) SetContext(ctx context.Context)
SetContext adds the context to the get all columns params
func (*GetAllColumnsParams) SetHTTPClient ¶
func (o *GetAllColumnsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all columns params
func (*GetAllColumnsParams) SetKeyspaceName ¶
func (o *GetAllColumnsParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get all columns params
func (*GetAllColumnsParams) SetRaw ¶
func (o *GetAllColumnsParams) SetRaw(raw *bool)
SetRaw adds the raw to the get all columns params
func (*GetAllColumnsParams) SetTableName ¶
func (o *GetAllColumnsParams) SetTableName(tableName string)
SetTableName adds the tableName to the get all columns params
func (*GetAllColumnsParams) SetTimeout ¶
func (o *GetAllColumnsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all columns params
func (*GetAllColumnsParams) SetXCassandraToken ¶
func (o *GetAllColumnsParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get all columns params
func (*GetAllColumnsParams) WithContext ¶
func (o *GetAllColumnsParams) WithContext(ctx context.Context) *GetAllColumnsParams
WithContext adds the context to the get all columns params
func (*GetAllColumnsParams) WithHTTPClient ¶
func (o *GetAllColumnsParams) WithHTTPClient(client *http.Client) *GetAllColumnsParams
WithHTTPClient adds the HTTPClient to the get all columns params
func (*GetAllColumnsParams) WithKeyspaceName ¶
func (o *GetAllColumnsParams) WithKeyspaceName(keyspaceName string) *GetAllColumnsParams
WithKeyspaceName adds the keyspaceName to the get all columns params
func (*GetAllColumnsParams) WithRaw ¶
func (o *GetAllColumnsParams) WithRaw(raw *bool) *GetAllColumnsParams
WithRaw adds the raw to the get all columns params
func (*GetAllColumnsParams) WithTableName ¶
func (o *GetAllColumnsParams) WithTableName(tableName string) *GetAllColumnsParams
WithTableName adds the tableName to the get all columns params
func (*GetAllColumnsParams) WithTimeout ¶
func (o *GetAllColumnsParams) WithTimeout(timeout time.Duration) *GetAllColumnsParams
WithTimeout adds the timeout to the get all columns params
func (*GetAllColumnsParams) WithXCassandraToken ¶
func (o *GetAllColumnsParams) WithXCassandraToken(xCassandraToken string) *GetAllColumnsParams
WithXCassandraToken adds the xCassandraToken to the get all columns params
func (*GetAllColumnsParams) WriteToRequest ¶
func (o *GetAllColumnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllColumnsReader ¶
type GetAllColumnsReader struct {
// contains filtered or unexported fields
}
GetAllColumnsReader is a Reader for the GetAllColumns structure.
func (*GetAllColumnsReader) ReadResponse ¶
func (o *GetAllColumnsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllColumnsUnauthorized ¶
type GetAllColumnsUnauthorized struct {
}GetAllColumnsUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllColumnsUnauthorized ¶
func NewGetAllColumnsUnauthorized() *GetAllColumnsUnauthorized
NewGetAllColumnsUnauthorized creates a GetAllColumnsUnauthorized with default headers values
func (*GetAllColumnsUnauthorized) Error ¶
func (o *GetAllColumnsUnauthorized) Error() string
func (*GetAllColumnsUnauthorized) GetPayload ¶
func (o *GetAllColumnsUnauthorized) GetPayload() *models.Error
type GetAllKeyspacesInternalServerError ¶
GetAllKeyspacesInternalServerError handles this case with default header values.
Internal server error
func NewGetAllKeyspacesInternalServerError ¶
func NewGetAllKeyspacesInternalServerError() *GetAllKeyspacesInternalServerError
NewGetAllKeyspacesInternalServerError creates a GetAllKeyspacesInternalServerError with default headers values
func (*GetAllKeyspacesInternalServerError) Error ¶
func (o *GetAllKeyspacesInternalServerError) Error() string
func (*GetAllKeyspacesInternalServerError) GetPayload ¶
func (o *GetAllKeyspacesInternalServerError) GetPayload() *models.Error
type GetAllKeyspacesOK ¶
type GetAllKeyspacesOK struct {
Payload *models.ResponseWrapper
}
GetAllKeyspacesOK handles this case with default header values.
OK
func NewGetAllKeyspacesOK ¶
func NewGetAllKeyspacesOK() *GetAllKeyspacesOK
NewGetAllKeyspacesOK creates a GetAllKeyspacesOK with default headers values
func (*GetAllKeyspacesOK) Error ¶
func (o *GetAllKeyspacesOK) Error() string
func (*GetAllKeyspacesOK) GetPayload ¶
func (o *GetAllKeyspacesOK) GetPayload() *models.ResponseWrapper
type GetAllKeyspacesParams ¶
type GetAllKeyspacesParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Raw Unwrap results */ Raw *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllKeyspacesParams contains all the parameters to send to the API endpoint for the get all keyspaces operation typically these are written to a http.Request
func NewGetAllKeyspacesParams ¶
func NewGetAllKeyspacesParams() *GetAllKeyspacesParams
NewGetAllKeyspacesParams creates a new GetAllKeyspacesParams object with the default values initialized.
func NewGetAllKeyspacesParamsWithContext ¶
func NewGetAllKeyspacesParamsWithContext(ctx context.Context) *GetAllKeyspacesParams
NewGetAllKeyspacesParamsWithContext creates a new GetAllKeyspacesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllKeyspacesParamsWithHTTPClient ¶
func NewGetAllKeyspacesParamsWithHTTPClient(client *http.Client) *GetAllKeyspacesParams
NewGetAllKeyspacesParamsWithHTTPClient creates a new GetAllKeyspacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllKeyspacesParamsWithTimeout ¶
func NewGetAllKeyspacesParamsWithTimeout(timeout time.Duration) *GetAllKeyspacesParams
NewGetAllKeyspacesParamsWithTimeout creates a new GetAllKeyspacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllKeyspacesParams) SetContext ¶
func (o *GetAllKeyspacesParams) SetContext(ctx context.Context)
SetContext adds the context to the get all keyspaces params
func (*GetAllKeyspacesParams) SetHTTPClient ¶
func (o *GetAllKeyspacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all keyspaces params
func (*GetAllKeyspacesParams) SetRaw ¶
func (o *GetAllKeyspacesParams) SetRaw(raw *bool)
SetRaw adds the raw to the get all keyspaces params
func (*GetAllKeyspacesParams) SetTimeout ¶
func (o *GetAllKeyspacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all keyspaces params
func (*GetAllKeyspacesParams) SetXCassandraToken ¶
func (o *GetAllKeyspacesParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get all keyspaces params
func (*GetAllKeyspacesParams) WithContext ¶
func (o *GetAllKeyspacesParams) WithContext(ctx context.Context) *GetAllKeyspacesParams
WithContext adds the context to the get all keyspaces params
func (*GetAllKeyspacesParams) WithHTTPClient ¶
func (o *GetAllKeyspacesParams) WithHTTPClient(client *http.Client) *GetAllKeyspacesParams
WithHTTPClient adds the HTTPClient to the get all keyspaces params
func (*GetAllKeyspacesParams) WithRaw ¶
func (o *GetAllKeyspacesParams) WithRaw(raw *bool) *GetAllKeyspacesParams
WithRaw adds the raw to the get all keyspaces params
func (*GetAllKeyspacesParams) WithTimeout ¶
func (o *GetAllKeyspacesParams) WithTimeout(timeout time.Duration) *GetAllKeyspacesParams
WithTimeout adds the timeout to the get all keyspaces params
func (*GetAllKeyspacesParams) WithXCassandraToken ¶
func (o *GetAllKeyspacesParams) WithXCassandraToken(xCassandraToken string) *GetAllKeyspacesParams
WithXCassandraToken adds the xCassandraToken to the get all keyspaces params
func (*GetAllKeyspacesParams) WriteToRequest ¶
func (o *GetAllKeyspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllKeyspacesReader ¶
type GetAllKeyspacesReader struct {
// contains filtered or unexported fields
}
GetAllKeyspacesReader is a Reader for the GetAllKeyspaces structure.
func (*GetAllKeyspacesReader) ReadResponse ¶
func (o *GetAllKeyspacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllKeyspacesUnauthorized ¶
type GetAllKeyspacesUnauthorized struct {
}GetAllKeyspacesUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllKeyspacesUnauthorized ¶
func NewGetAllKeyspacesUnauthorized() *GetAllKeyspacesUnauthorized
NewGetAllKeyspacesUnauthorized creates a GetAllKeyspacesUnauthorized with default headers values
func (*GetAllKeyspacesUnauthorized) Error ¶
func (o *GetAllKeyspacesUnauthorized) Error() string
func (*GetAllKeyspacesUnauthorized) GetPayload ¶
func (o *GetAllKeyspacesUnauthorized) GetPayload() *models.Error
type GetAllTablesInternalServerError ¶
GetAllTablesInternalServerError handles this case with default header values.
Internal server error
func NewGetAllTablesInternalServerError ¶
func NewGetAllTablesInternalServerError() *GetAllTablesInternalServerError
NewGetAllTablesInternalServerError creates a GetAllTablesInternalServerError with default headers values
func (*GetAllTablesInternalServerError) Error ¶
func (o *GetAllTablesInternalServerError) Error() string
func (*GetAllTablesInternalServerError) GetPayload ¶
func (o *GetAllTablesInternalServerError) GetPayload() *models.Error
type GetAllTablesNotFound ¶
GetAllTablesNotFound handles this case with default header values.
Not Found
func NewGetAllTablesNotFound ¶
func NewGetAllTablesNotFound() *GetAllTablesNotFound
NewGetAllTablesNotFound creates a GetAllTablesNotFound with default headers values
func (*GetAllTablesNotFound) Error ¶
func (o *GetAllTablesNotFound) Error() string
func (*GetAllTablesNotFound) GetPayload ¶
func (o *GetAllTablesNotFound) GetPayload() *models.Error
type GetAllTablesOK ¶
type GetAllTablesOK struct {
Payload *models.ResponseWrapper
}
GetAllTablesOK handles this case with default header values.
OK
func NewGetAllTablesOK ¶
func NewGetAllTablesOK() *GetAllTablesOK
NewGetAllTablesOK creates a GetAllTablesOK with default headers values
func (*GetAllTablesOK) Error ¶
func (o *GetAllTablesOK) Error() string
func (*GetAllTablesOK) GetPayload ¶
func (o *GetAllTablesOK) GetPayload() *models.ResponseWrapper
type GetAllTablesParams ¶
type GetAllTablesParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*Raw Unwrap results */ Raw *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllTablesParams contains all the parameters to send to the API endpoint for the get all tables operation typically these are written to a http.Request
func NewGetAllTablesParams ¶
func NewGetAllTablesParams() *GetAllTablesParams
NewGetAllTablesParams creates a new GetAllTablesParams object with the default values initialized.
func NewGetAllTablesParamsWithContext ¶
func NewGetAllTablesParamsWithContext(ctx context.Context) *GetAllTablesParams
NewGetAllTablesParamsWithContext creates a new GetAllTablesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllTablesParamsWithHTTPClient ¶
func NewGetAllTablesParamsWithHTTPClient(client *http.Client) *GetAllTablesParams
NewGetAllTablesParamsWithHTTPClient creates a new GetAllTablesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllTablesParamsWithTimeout ¶
func NewGetAllTablesParamsWithTimeout(timeout time.Duration) *GetAllTablesParams
NewGetAllTablesParamsWithTimeout creates a new GetAllTablesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllTablesParams) SetContext ¶
func (o *GetAllTablesParams) SetContext(ctx context.Context)
SetContext adds the context to the get all tables params
func (*GetAllTablesParams) SetHTTPClient ¶
func (o *GetAllTablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all tables params
func (*GetAllTablesParams) SetKeyspaceName ¶
func (o *GetAllTablesParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get all tables params
func (*GetAllTablesParams) SetRaw ¶
func (o *GetAllTablesParams) SetRaw(raw *bool)
SetRaw adds the raw to the get all tables params
func (*GetAllTablesParams) SetTimeout ¶
func (o *GetAllTablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all tables params
func (*GetAllTablesParams) SetXCassandraToken ¶
func (o *GetAllTablesParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get all tables params
func (*GetAllTablesParams) WithContext ¶
func (o *GetAllTablesParams) WithContext(ctx context.Context) *GetAllTablesParams
WithContext adds the context to the get all tables params
func (*GetAllTablesParams) WithHTTPClient ¶
func (o *GetAllTablesParams) WithHTTPClient(client *http.Client) *GetAllTablesParams
WithHTTPClient adds the HTTPClient to the get all tables params
func (*GetAllTablesParams) WithKeyspaceName ¶
func (o *GetAllTablesParams) WithKeyspaceName(keyspaceName string) *GetAllTablesParams
WithKeyspaceName adds the keyspaceName to the get all tables params
func (*GetAllTablesParams) WithRaw ¶
func (o *GetAllTablesParams) WithRaw(raw *bool) *GetAllTablesParams
WithRaw adds the raw to the get all tables params
func (*GetAllTablesParams) WithTimeout ¶
func (o *GetAllTablesParams) WithTimeout(timeout time.Duration) *GetAllTablesParams
WithTimeout adds the timeout to the get all tables params
func (*GetAllTablesParams) WithXCassandraToken ¶
func (o *GetAllTablesParams) WithXCassandraToken(xCassandraToken string) *GetAllTablesParams
WithXCassandraToken adds the xCassandraToken to the get all tables params
func (*GetAllTablesParams) WriteToRequest ¶
func (o *GetAllTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllTablesReader ¶
type GetAllTablesReader struct {
// contains filtered or unexported fields
}
GetAllTablesReader is a Reader for the GetAllTables structure.
func (*GetAllTablesReader) ReadResponse ¶
func (o *GetAllTablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllTablesUnauthorized ¶
type GetAllTablesUnauthorized struct {
}GetAllTablesUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllTablesUnauthorized ¶
func NewGetAllTablesUnauthorized() *GetAllTablesUnauthorized
NewGetAllTablesUnauthorized creates a GetAllTablesUnauthorized with default headers values
func (*GetAllTablesUnauthorized) Error ¶
func (o *GetAllTablesUnauthorized) Error() string
func (*GetAllTablesUnauthorized) GetPayload ¶
func (o *GetAllTablesUnauthorized) GetPayload() *models.Error
type GetOneColumn1InternalServerError ¶
GetOneColumn1InternalServerError handles this case with default header values.
Internal server error
func NewGetOneColumn1InternalServerError ¶
func NewGetOneColumn1InternalServerError() *GetOneColumn1InternalServerError
NewGetOneColumn1InternalServerError creates a GetOneColumn1InternalServerError with default headers values
func (*GetOneColumn1InternalServerError) Error ¶
func (o *GetOneColumn1InternalServerError) Error() string
func (*GetOneColumn1InternalServerError) GetPayload ¶
func (o *GetOneColumn1InternalServerError) GetPayload() *models.Error
type GetOneColumn1NotFound ¶
GetOneColumn1NotFound handles this case with default header values.
Not Found
func NewGetOneColumn1NotFound ¶
func NewGetOneColumn1NotFound() *GetOneColumn1NotFound
NewGetOneColumn1NotFound creates a GetOneColumn1NotFound with default headers values
func (*GetOneColumn1NotFound) Error ¶
func (o *GetOneColumn1NotFound) Error() string
func (*GetOneColumn1NotFound) GetPayload ¶
func (o *GetOneColumn1NotFound) GetPayload() *models.Error
type GetOneColumn1OK ¶
type GetOneColumn1OK struct {
Payload *models.ColumnDefinition
}
GetOneColumn1OK handles this case with default header values.
OK
func NewGetOneColumn1OK ¶
func NewGetOneColumn1OK() *GetOneColumn1OK
NewGetOneColumn1OK creates a GetOneColumn1OK with default headers values
func (*GetOneColumn1OK) Error ¶
func (o *GetOneColumn1OK) Error() string
func (*GetOneColumn1OK) GetPayload ¶
func (o *GetOneColumn1OK) GetPayload() *models.ColumnDefinition
type GetOneColumn1Params ¶
type GetOneColumn1Params struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*ColumnName column name */ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*Raw Unwrap results */ Raw *bool /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneColumn1Params contains all the parameters to send to the API endpoint for the get one column 1 operation typically these are written to a http.Request
func NewGetOneColumn1Params ¶
func NewGetOneColumn1Params() *GetOneColumn1Params
NewGetOneColumn1Params creates a new GetOneColumn1Params object with the default values initialized.
func NewGetOneColumn1ParamsWithContext ¶
func NewGetOneColumn1ParamsWithContext(ctx context.Context) *GetOneColumn1Params
NewGetOneColumn1ParamsWithContext creates a new GetOneColumn1Params object with the default values initialized, and the ability to set a context for a request
func NewGetOneColumn1ParamsWithHTTPClient ¶
func NewGetOneColumn1ParamsWithHTTPClient(client *http.Client) *GetOneColumn1Params
NewGetOneColumn1ParamsWithHTTPClient creates a new GetOneColumn1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOneColumn1ParamsWithTimeout ¶
func NewGetOneColumn1ParamsWithTimeout(timeout time.Duration) *GetOneColumn1Params
NewGetOneColumn1ParamsWithTimeout creates a new GetOneColumn1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetOneColumn1Params) SetColumnName ¶
func (o *GetOneColumn1Params) SetColumnName(columnName string)
SetColumnName adds the columnName to the get one column 1 params
func (*GetOneColumn1Params) SetContext ¶
func (o *GetOneColumn1Params) SetContext(ctx context.Context)
SetContext adds the context to the get one column 1 params
func (*GetOneColumn1Params) SetHTTPClient ¶
func (o *GetOneColumn1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one column 1 params
func (*GetOneColumn1Params) SetKeyspaceName ¶
func (o *GetOneColumn1Params) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get one column 1 params
func (*GetOneColumn1Params) SetRaw ¶
func (o *GetOneColumn1Params) SetRaw(raw *bool)
SetRaw adds the raw to the get one column 1 params
func (*GetOneColumn1Params) SetTableName ¶
func (o *GetOneColumn1Params) SetTableName(tableName string)
SetTableName adds the tableName to the get one column 1 params
func (*GetOneColumn1Params) SetTimeout ¶
func (o *GetOneColumn1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one column 1 params
func (*GetOneColumn1Params) SetXCassandraToken ¶
func (o *GetOneColumn1Params) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get one column 1 params
func (*GetOneColumn1Params) WithColumnName ¶
func (o *GetOneColumn1Params) WithColumnName(columnName string) *GetOneColumn1Params
WithColumnName adds the columnName to the get one column 1 params
func (*GetOneColumn1Params) WithContext ¶
func (o *GetOneColumn1Params) WithContext(ctx context.Context) *GetOneColumn1Params
WithContext adds the context to the get one column 1 params
func (*GetOneColumn1Params) WithHTTPClient ¶
func (o *GetOneColumn1Params) WithHTTPClient(client *http.Client) *GetOneColumn1Params
WithHTTPClient adds the HTTPClient to the get one column 1 params
func (*GetOneColumn1Params) WithKeyspaceName ¶
func (o *GetOneColumn1Params) WithKeyspaceName(keyspaceName string) *GetOneColumn1Params
WithKeyspaceName adds the keyspaceName to the get one column 1 params
func (*GetOneColumn1Params) WithRaw ¶
func (o *GetOneColumn1Params) WithRaw(raw *bool) *GetOneColumn1Params
WithRaw adds the raw to the get one column 1 params
func (*GetOneColumn1Params) WithTableName ¶
func (o *GetOneColumn1Params) WithTableName(tableName string) *GetOneColumn1Params
WithTableName adds the tableName to the get one column 1 params
func (*GetOneColumn1Params) WithTimeout ¶
func (o *GetOneColumn1Params) WithTimeout(timeout time.Duration) *GetOneColumn1Params
WithTimeout adds the timeout to the get one column 1 params
func (*GetOneColumn1Params) WithXCassandraToken ¶
func (o *GetOneColumn1Params) WithXCassandraToken(xCassandraToken string) *GetOneColumn1Params
WithXCassandraToken adds the xCassandraToken to the get one column 1 params
func (*GetOneColumn1Params) WriteToRequest ¶
func (o *GetOneColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneColumn1Reader ¶
type GetOneColumn1Reader struct {
// contains filtered or unexported fields
}
GetOneColumn1Reader is a Reader for the GetOneColumn1 structure.
func (*GetOneColumn1Reader) ReadResponse ¶
func (o *GetOneColumn1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneColumn1Unauthorized ¶
type GetOneColumn1Unauthorized struct {
}GetOneColumn1Unauthorized handles this case with default header values.
Unauthorized
func NewGetOneColumn1Unauthorized ¶
func NewGetOneColumn1Unauthorized() *GetOneColumn1Unauthorized
NewGetOneColumn1Unauthorized creates a GetOneColumn1Unauthorized with default headers values
func (*GetOneColumn1Unauthorized) Error ¶
func (o *GetOneColumn1Unauthorized) Error() string
func (*GetOneColumn1Unauthorized) GetPayload ¶
func (o *GetOneColumn1Unauthorized) GetPayload() *models.Error
type GetOneColumnBadRequest ¶
GetOneColumnBadRequest handles this case with default header values.
Bad request
func NewGetOneColumnBadRequest ¶
func NewGetOneColumnBadRequest() *GetOneColumnBadRequest
NewGetOneColumnBadRequest creates a GetOneColumnBadRequest with default headers values
func (*GetOneColumnBadRequest) Error ¶
func (o *GetOneColumnBadRequest) Error() string
func (*GetOneColumnBadRequest) GetPayload ¶
func (o *GetOneColumnBadRequest) GetPayload() *models.Error
type GetOneColumnForbidden ¶
GetOneColumnForbidden handles this case with default header values.
Forbidden
func NewGetOneColumnForbidden ¶
func NewGetOneColumnForbidden() *GetOneColumnForbidden
NewGetOneColumnForbidden creates a GetOneColumnForbidden with default headers values
func (*GetOneColumnForbidden) Error ¶
func (o *GetOneColumnForbidden) Error() string
func (*GetOneColumnForbidden) GetPayload ¶
func (o *GetOneColumnForbidden) GetPayload() *models.Error
type GetOneColumnInternalServerError ¶
GetOneColumnInternalServerError handles this case with default header values.
Internal Server Error
func NewGetOneColumnInternalServerError ¶
func NewGetOneColumnInternalServerError() *GetOneColumnInternalServerError
NewGetOneColumnInternalServerError creates a GetOneColumnInternalServerError with default headers values
func (*GetOneColumnInternalServerError) Error ¶
func (o *GetOneColumnInternalServerError) Error() string
func (*GetOneColumnInternalServerError) GetPayload ¶
func (o *GetOneColumnInternalServerError) GetPayload() *models.Error
type GetOneColumnNotFound ¶
GetOneColumnNotFound handles this case with default header values.
Not Found
func NewGetOneColumnNotFound ¶
func NewGetOneColumnNotFound() *GetOneColumnNotFound
NewGetOneColumnNotFound creates a GetOneColumnNotFound with default headers values
func (*GetOneColumnNotFound) Error ¶
func (o *GetOneColumnNotFound) Error() string
func (*GetOneColumnNotFound) GetPayload ¶
func (o *GetOneColumnNotFound) GetPayload() *models.Error
type GetOneColumnOK ¶
type GetOneColumnOK struct { }
GetOneColumnOK handles this case with default header values.
OK
func NewGetOneColumnOK ¶
func NewGetOneColumnOK() *GetOneColumnOK
NewGetOneColumnOK creates a GetOneColumnOK with default headers values
func (*GetOneColumnOK) Error ¶
func (o *GetOneColumnOK) Error() string
type GetOneColumnParams ¶
type GetOneColumnParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*ColumnName Name of the column to use for the request. */ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneColumnParams contains all the parameters to send to the API endpoint for the get one column operation typically these are written to a http.Request
func NewGetOneColumnParams ¶
func NewGetOneColumnParams() *GetOneColumnParams
NewGetOneColumnParams creates a new GetOneColumnParams object with the default values initialized.
func NewGetOneColumnParamsWithContext ¶
func NewGetOneColumnParamsWithContext(ctx context.Context) *GetOneColumnParams
NewGetOneColumnParamsWithContext creates a new GetOneColumnParams object with the default values initialized, and the ability to set a context for a request
func NewGetOneColumnParamsWithHTTPClient ¶
func NewGetOneColumnParamsWithHTTPClient(client *http.Client) *GetOneColumnParams
NewGetOneColumnParamsWithHTTPClient creates a new GetOneColumnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOneColumnParamsWithTimeout ¶
func NewGetOneColumnParamsWithTimeout(timeout time.Duration) *GetOneColumnParams
NewGetOneColumnParamsWithTimeout creates a new GetOneColumnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOneColumnParams) SetColumnName ¶
func (o *GetOneColumnParams) SetColumnName(columnName string)
SetColumnName adds the columnName to the get one column params
func (*GetOneColumnParams) SetContext ¶
func (o *GetOneColumnParams) SetContext(ctx context.Context)
SetContext adds the context to the get one column params
func (*GetOneColumnParams) SetHTTPClient ¶
func (o *GetOneColumnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one column params
func (*GetOneColumnParams) SetKeyspaceName ¶
func (o *GetOneColumnParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get one column params
func (*GetOneColumnParams) SetTableName ¶
func (o *GetOneColumnParams) SetTableName(tableName string)
SetTableName adds the tableName to the get one column params
func (*GetOneColumnParams) SetTimeout ¶
func (o *GetOneColumnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one column params
func (*GetOneColumnParams) SetXCassandraToken ¶
func (o *GetOneColumnParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get one column params
func (*GetOneColumnParams) WithColumnName ¶
func (o *GetOneColumnParams) WithColumnName(columnName string) *GetOneColumnParams
WithColumnName adds the columnName to the get one column params
func (*GetOneColumnParams) WithContext ¶
func (o *GetOneColumnParams) WithContext(ctx context.Context) *GetOneColumnParams
WithContext adds the context to the get one column params
func (*GetOneColumnParams) WithHTTPClient ¶
func (o *GetOneColumnParams) WithHTTPClient(client *http.Client) *GetOneColumnParams
WithHTTPClient adds the HTTPClient to the get one column params
func (*GetOneColumnParams) WithKeyspaceName ¶
func (o *GetOneColumnParams) WithKeyspaceName(keyspaceName string) *GetOneColumnParams
WithKeyspaceName adds the keyspaceName to the get one column params
func (*GetOneColumnParams) WithTableName ¶
func (o *GetOneColumnParams) WithTableName(tableName string) *GetOneColumnParams
WithTableName adds the tableName to the get one column params
func (*GetOneColumnParams) WithTimeout ¶
func (o *GetOneColumnParams) WithTimeout(timeout time.Duration) *GetOneColumnParams
WithTimeout adds the timeout to the get one column params
func (*GetOneColumnParams) WithXCassandraToken ¶
func (o *GetOneColumnParams) WithXCassandraToken(xCassandraToken string) *GetOneColumnParams
WithXCassandraToken adds the xCassandraToken to the get one column params
func (*GetOneColumnParams) WriteToRequest ¶
func (o *GetOneColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneColumnReader ¶
type GetOneColumnReader struct {
// contains filtered or unexported fields
}
GetOneColumnReader is a Reader for the GetOneColumn structure.
func (*GetOneColumnReader) ReadResponse ¶
func (o *GetOneColumnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneColumnUnauthorized ¶
type GetOneColumnUnauthorized struct {
}GetOneColumnUnauthorized handles this case with default header values.
Unauthorized
func NewGetOneColumnUnauthorized ¶
func NewGetOneColumnUnauthorized() *GetOneColumnUnauthorized
NewGetOneColumnUnauthorized creates a GetOneColumnUnauthorized with default headers values
func (*GetOneColumnUnauthorized) Error ¶
func (o *GetOneColumnUnauthorized) Error() string
func (*GetOneColumnUnauthorized) GetPayload ¶
func (o *GetOneColumnUnauthorized) GetPayload() *models.Error
type GetOneKeyspaceBadRequest ¶
GetOneKeyspaceBadRequest handles this case with default header values.
Bad Request
func NewGetOneKeyspaceBadRequest ¶
func NewGetOneKeyspaceBadRequest() *GetOneKeyspaceBadRequest
NewGetOneKeyspaceBadRequest creates a GetOneKeyspaceBadRequest with default headers values
func (*GetOneKeyspaceBadRequest) Error ¶
func (o *GetOneKeyspaceBadRequest) Error() string
func (*GetOneKeyspaceBadRequest) GetPayload ¶
func (o *GetOneKeyspaceBadRequest) GetPayload() *models.Error
type GetOneKeyspaceInternalServerError ¶
GetOneKeyspaceInternalServerError handles this case with default header values.
Internal server error
func NewGetOneKeyspaceInternalServerError ¶
func NewGetOneKeyspaceInternalServerError() *GetOneKeyspaceInternalServerError
NewGetOneKeyspaceInternalServerError creates a GetOneKeyspaceInternalServerError with default headers values
func (*GetOneKeyspaceInternalServerError) Error ¶
func (o *GetOneKeyspaceInternalServerError) Error() string
func (*GetOneKeyspaceInternalServerError) GetPayload ¶
func (o *GetOneKeyspaceInternalServerError) GetPayload() *models.Error
type GetOneKeyspaceNotFound ¶
GetOneKeyspaceNotFound handles this case with default header values.
Not Found
func NewGetOneKeyspaceNotFound ¶
func NewGetOneKeyspaceNotFound() *GetOneKeyspaceNotFound
NewGetOneKeyspaceNotFound creates a GetOneKeyspaceNotFound with default headers values
func (*GetOneKeyspaceNotFound) Error ¶
func (o *GetOneKeyspaceNotFound) Error() string
func (*GetOneKeyspaceNotFound) GetPayload ¶
func (o *GetOneKeyspaceNotFound) GetPayload() *models.Error
type GetOneKeyspaceOK ¶
GetOneKeyspaceOK handles this case with default header values.
OK
func NewGetOneKeyspaceOK ¶
func NewGetOneKeyspaceOK() *GetOneKeyspaceOK
NewGetOneKeyspaceOK creates a GetOneKeyspaceOK with default headers values
func (*GetOneKeyspaceOK) Error ¶
func (o *GetOneKeyspaceOK) Error() string
func (*GetOneKeyspaceOK) GetPayload ¶
func (o *GetOneKeyspaceOK) GetPayload() *models.Keyspace
type GetOneKeyspaceParams ¶
type GetOneKeyspaceParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*Raw Unwrap results */ Raw *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneKeyspaceParams contains all the parameters to send to the API endpoint for the get one keyspace operation typically these are written to a http.Request
func NewGetOneKeyspaceParams ¶
func NewGetOneKeyspaceParams() *GetOneKeyspaceParams
NewGetOneKeyspaceParams creates a new GetOneKeyspaceParams object with the default values initialized.
func NewGetOneKeyspaceParamsWithContext ¶
func NewGetOneKeyspaceParamsWithContext(ctx context.Context) *GetOneKeyspaceParams
NewGetOneKeyspaceParamsWithContext creates a new GetOneKeyspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetOneKeyspaceParamsWithHTTPClient ¶
func NewGetOneKeyspaceParamsWithHTTPClient(client *http.Client) *GetOneKeyspaceParams
NewGetOneKeyspaceParamsWithHTTPClient creates a new GetOneKeyspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOneKeyspaceParamsWithTimeout ¶
func NewGetOneKeyspaceParamsWithTimeout(timeout time.Duration) *GetOneKeyspaceParams
NewGetOneKeyspaceParamsWithTimeout creates a new GetOneKeyspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOneKeyspaceParams) SetContext ¶
func (o *GetOneKeyspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get one keyspace params
func (*GetOneKeyspaceParams) SetHTTPClient ¶
func (o *GetOneKeyspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one keyspace params
func (*GetOneKeyspaceParams) SetKeyspaceName ¶
func (o *GetOneKeyspaceParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get one keyspace params
func (*GetOneKeyspaceParams) SetRaw ¶
func (o *GetOneKeyspaceParams) SetRaw(raw *bool)
SetRaw adds the raw to the get one keyspace params
func (*GetOneKeyspaceParams) SetTimeout ¶
func (o *GetOneKeyspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one keyspace params
func (*GetOneKeyspaceParams) SetXCassandraToken ¶
func (o *GetOneKeyspaceParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get one keyspace params
func (*GetOneKeyspaceParams) WithContext ¶
func (o *GetOneKeyspaceParams) WithContext(ctx context.Context) *GetOneKeyspaceParams
WithContext adds the context to the get one keyspace params
func (*GetOneKeyspaceParams) WithHTTPClient ¶
func (o *GetOneKeyspaceParams) WithHTTPClient(client *http.Client) *GetOneKeyspaceParams
WithHTTPClient adds the HTTPClient to the get one keyspace params
func (*GetOneKeyspaceParams) WithKeyspaceName ¶
func (o *GetOneKeyspaceParams) WithKeyspaceName(keyspaceName string) *GetOneKeyspaceParams
WithKeyspaceName adds the keyspaceName to the get one keyspace params
func (*GetOneKeyspaceParams) WithRaw ¶
func (o *GetOneKeyspaceParams) WithRaw(raw *bool) *GetOneKeyspaceParams
WithRaw adds the raw to the get one keyspace params
func (*GetOneKeyspaceParams) WithTimeout ¶
func (o *GetOneKeyspaceParams) WithTimeout(timeout time.Duration) *GetOneKeyspaceParams
WithTimeout adds the timeout to the get one keyspace params
func (*GetOneKeyspaceParams) WithXCassandraToken ¶
func (o *GetOneKeyspaceParams) WithXCassandraToken(xCassandraToken string) *GetOneKeyspaceParams
WithXCassandraToken adds the xCassandraToken to the get one keyspace params
func (*GetOneKeyspaceParams) WriteToRequest ¶
func (o *GetOneKeyspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneKeyspaceReader ¶
type GetOneKeyspaceReader struct {
// contains filtered or unexported fields
}
GetOneKeyspaceReader is a Reader for the GetOneKeyspace structure.
func (*GetOneKeyspaceReader) ReadResponse ¶
func (o *GetOneKeyspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneKeyspaceUnauthorized ¶
type GetOneKeyspaceUnauthorized struct {
}GetOneKeyspaceUnauthorized handles this case with default header values.
Unauthorized
func NewGetOneKeyspaceUnauthorized ¶
func NewGetOneKeyspaceUnauthorized() *GetOneKeyspaceUnauthorized
NewGetOneKeyspaceUnauthorized creates a GetOneKeyspaceUnauthorized with default headers values
func (*GetOneKeyspaceUnauthorized) Error ¶
func (o *GetOneKeyspaceUnauthorized) Error() string
func (*GetOneKeyspaceUnauthorized) GetPayload ¶
func (o *GetOneKeyspaceUnauthorized) GetPayload() *models.Error
type GetOneTable1InternalServerError ¶
GetOneTable1InternalServerError handles this case with default header values.
Internal server error
func NewGetOneTable1InternalServerError ¶
func NewGetOneTable1InternalServerError() *GetOneTable1InternalServerError
NewGetOneTable1InternalServerError creates a GetOneTable1InternalServerError with default headers values
func (*GetOneTable1InternalServerError) Error ¶
func (o *GetOneTable1InternalServerError) Error() string
func (*GetOneTable1InternalServerError) GetPayload ¶
func (o *GetOneTable1InternalServerError) GetPayload() *models.Error
type GetOneTable1NotFound ¶
GetOneTable1NotFound handles this case with default header values.
Not Found
func NewGetOneTable1NotFound ¶
func NewGetOneTable1NotFound() *GetOneTable1NotFound
NewGetOneTable1NotFound creates a GetOneTable1NotFound with default headers values
func (*GetOneTable1NotFound) Error ¶
func (o *GetOneTable1NotFound) Error() string
func (*GetOneTable1NotFound) GetPayload ¶
func (o *GetOneTable1NotFound) GetPayload() *models.Error
type GetOneTable1OK ¶
GetOneTable1OK handles this case with default header values.
OK
func NewGetOneTable1OK ¶
func NewGetOneTable1OK() *GetOneTable1OK
NewGetOneTable1OK creates a GetOneTable1OK with default headers values
func (*GetOneTable1OK) Error ¶
func (o *GetOneTable1OK) Error() string
func (*GetOneTable1OK) GetPayload ¶
func (o *GetOneTable1OK) GetPayload() *models.Table
type GetOneTable1Params ¶
type GetOneTable1Params struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*Raw Unwrap results */ Raw *bool /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneTable1Params contains all the parameters to send to the API endpoint for the get one table 1 operation typically these are written to a http.Request
func NewGetOneTable1Params ¶
func NewGetOneTable1Params() *GetOneTable1Params
NewGetOneTable1Params creates a new GetOneTable1Params object with the default values initialized.
func NewGetOneTable1ParamsWithContext ¶
func NewGetOneTable1ParamsWithContext(ctx context.Context) *GetOneTable1Params
NewGetOneTable1ParamsWithContext creates a new GetOneTable1Params object with the default values initialized, and the ability to set a context for a request
func NewGetOneTable1ParamsWithHTTPClient ¶
func NewGetOneTable1ParamsWithHTTPClient(client *http.Client) *GetOneTable1Params
NewGetOneTable1ParamsWithHTTPClient creates a new GetOneTable1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOneTable1ParamsWithTimeout ¶
func NewGetOneTable1ParamsWithTimeout(timeout time.Duration) *GetOneTable1Params
NewGetOneTable1ParamsWithTimeout creates a new GetOneTable1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetOneTable1Params) SetContext ¶
func (o *GetOneTable1Params) SetContext(ctx context.Context)
SetContext adds the context to the get one table 1 params
func (*GetOneTable1Params) SetHTTPClient ¶
func (o *GetOneTable1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one table 1 params
func (*GetOneTable1Params) SetKeyspaceName ¶
func (o *GetOneTable1Params) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get one table 1 params
func (*GetOneTable1Params) SetRaw ¶
func (o *GetOneTable1Params) SetRaw(raw *bool)
SetRaw adds the raw to the get one table 1 params
func (*GetOneTable1Params) SetTableName ¶
func (o *GetOneTable1Params) SetTableName(tableName string)
SetTableName adds the tableName to the get one table 1 params
func (*GetOneTable1Params) SetTimeout ¶
func (o *GetOneTable1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one table 1 params
func (*GetOneTable1Params) SetXCassandraToken ¶
func (o *GetOneTable1Params) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get one table 1 params
func (*GetOneTable1Params) WithContext ¶
func (o *GetOneTable1Params) WithContext(ctx context.Context) *GetOneTable1Params
WithContext adds the context to the get one table 1 params
func (*GetOneTable1Params) WithHTTPClient ¶
func (o *GetOneTable1Params) WithHTTPClient(client *http.Client) *GetOneTable1Params
WithHTTPClient adds the HTTPClient to the get one table 1 params
func (*GetOneTable1Params) WithKeyspaceName ¶
func (o *GetOneTable1Params) WithKeyspaceName(keyspaceName string) *GetOneTable1Params
WithKeyspaceName adds the keyspaceName to the get one table 1 params
func (*GetOneTable1Params) WithRaw ¶
func (o *GetOneTable1Params) WithRaw(raw *bool) *GetOneTable1Params
WithRaw adds the raw to the get one table 1 params
func (*GetOneTable1Params) WithTableName ¶
func (o *GetOneTable1Params) WithTableName(tableName string) *GetOneTable1Params
WithTableName adds the tableName to the get one table 1 params
func (*GetOneTable1Params) WithTimeout ¶
func (o *GetOneTable1Params) WithTimeout(timeout time.Duration) *GetOneTable1Params
WithTimeout adds the timeout to the get one table 1 params
func (*GetOneTable1Params) WithXCassandraToken ¶
func (o *GetOneTable1Params) WithXCassandraToken(xCassandraToken string) *GetOneTable1Params
WithXCassandraToken adds the xCassandraToken to the get one table 1 params
func (*GetOneTable1Params) WriteToRequest ¶
func (o *GetOneTable1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneTable1Reader ¶
type GetOneTable1Reader struct {
// contains filtered or unexported fields
}
GetOneTable1Reader is a Reader for the GetOneTable1 structure.
func (*GetOneTable1Reader) ReadResponse ¶
func (o *GetOneTable1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneTable1Unauthorized ¶
type GetOneTable1Unauthorized struct {
}GetOneTable1Unauthorized handles this case with default header values.
Unauthorized
func NewGetOneTable1Unauthorized ¶
func NewGetOneTable1Unauthorized() *GetOneTable1Unauthorized
NewGetOneTable1Unauthorized creates a GetOneTable1Unauthorized with default headers values
func (*GetOneTable1Unauthorized) Error ¶
func (o *GetOneTable1Unauthorized) Error() string
func (*GetOneTable1Unauthorized) GetPayload ¶
func (o *GetOneTable1Unauthorized) GetPayload() *models.Error
type GetOneTableBadRequest ¶
GetOneTableBadRequest handles this case with default header values.
Bad request
func NewGetOneTableBadRequest ¶
func NewGetOneTableBadRequest() *GetOneTableBadRequest
NewGetOneTableBadRequest creates a GetOneTableBadRequest with default headers values
func (*GetOneTableBadRequest) Error ¶
func (o *GetOneTableBadRequest) Error() string
func (*GetOneTableBadRequest) GetPayload ¶
func (o *GetOneTableBadRequest) GetPayload() *models.Error
type GetOneTableForbidden ¶
GetOneTableForbidden handles this case with default header values.
Forbidden
func NewGetOneTableForbidden ¶
func NewGetOneTableForbidden() *GetOneTableForbidden
NewGetOneTableForbidden creates a GetOneTableForbidden with default headers values
func (*GetOneTableForbidden) Error ¶
func (o *GetOneTableForbidden) Error() string
func (*GetOneTableForbidden) GetPayload ¶
func (o *GetOneTableForbidden) GetPayload() *models.Error
type GetOneTableInternalServerError ¶
GetOneTableInternalServerError handles this case with default header values.
Internal Server Error
func NewGetOneTableInternalServerError ¶
func NewGetOneTableInternalServerError() *GetOneTableInternalServerError
NewGetOneTableInternalServerError creates a GetOneTableInternalServerError with default headers values
func (*GetOneTableInternalServerError) Error ¶
func (o *GetOneTableInternalServerError) Error() string
func (*GetOneTableInternalServerError) GetPayload ¶
func (o *GetOneTableInternalServerError) GetPayload() *models.Error
type GetOneTableNotFound ¶
GetOneTableNotFound handles this case with default header values.
Not Found
func NewGetOneTableNotFound ¶
func NewGetOneTableNotFound() *GetOneTableNotFound
NewGetOneTableNotFound creates a GetOneTableNotFound with default headers values
func (*GetOneTableNotFound) Error ¶
func (o *GetOneTableNotFound) Error() string
func (*GetOneTableNotFound) GetPayload ¶
func (o *GetOneTableNotFound) GetPayload() *models.Error
type GetOneTableOK ¶
GetOneTableOK handles this case with default header values.
OK
func NewGetOneTableOK ¶
func NewGetOneTableOK() *GetOneTableOK
NewGetOneTableOK creates a GetOneTableOK with default headers values
func (*GetOneTableOK) Error ¶
func (o *GetOneTableOK) Error() string
func (*GetOneTableOK) GetPayload ¶
func (o *GetOneTableOK) GetPayload() *models.Table
type GetOneTableParams ¶
type GetOneTableParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneTableParams contains all the parameters to send to the API endpoint for the get one table operation typically these are written to a http.Request
func NewGetOneTableParams ¶
func NewGetOneTableParams() *GetOneTableParams
NewGetOneTableParams creates a new GetOneTableParams object with the default values initialized.
func NewGetOneTableParamsWithContext ¶
func NewGetOneTableParamsWithContext(ctx context.Context) *GetOneTableParams
NewGetOneTableParamsWithContext creates a new GetOneTableParams object with the default values initialized, and the ability to set a context for a request
func NewGetOneTableParamsWithHTTPClient ¶
func NewGetOneTableParamsWithHTTPClient(client *http.Client) *GetOneTableParams
NewGetOneTableParamsWithHTTPClient creates a new GetOneTableParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOneTableParamsWithTimeout ¶
func NewGetOneTableParamsWithTimeout(timeout time.Duration) *GetOneTableParams
NewGetOneTableParamsWithTimeout creates a new GetOneTableParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOneTableParams) SetContext ¶
func (o *GetOneTableParams) SetContext(ctx context.Context)
SetContext adds the context to the get one table params
func (*GetOneTableParams) SetHTTPClient ¶
func (o *GetOneTableParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one table params
func (*GetOneTableParams) SetKeyspaceName ¶
func (o *GetOneTableParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the get one table params
func (*GetOneTableParams) SetTableName ¶
func (o *GetOneTableParams) SetTableName(tableName string)
SetTableName adds the tableName to the get one table params
func (*GetOneTableParams) SetTimeout ¶
func (o *GetOneTableParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one table params
func (*GetOneTableParams) SetXCassandraToken ¶
func (o *GetOneTableParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the get one table params
func (*GetOneTableParams) WithContext ¶
func (o *GetOneTableParams) WithContext(ctx context.Context) *GetOneTableParams
WithContext adds the context to the get one table params
func (*GetOneTableParams) WithHTTPClient ¶
func (o *GetOneTableParams) WithHTTPClient(client *http.Client) *GetOneTableParams
WithHTTPClient adds the HTTPClient to the get one table params
func (*GetOneTableParams) WithKeyspaceName ¶
func (o *GetOneTableParams) WithKeyspaceName(keyspaceName string) *GetOneTableParams
WithKeyspaceName adds the keyspaceName to the get one table params
func (*GetOneTableParams) WithTableName ¶
func (o *GetOneTableParams) WithTableName(tableName string) *GetOneTableParams
WithTableName adds the tableName to the get one table params
func (*GetOneTableParams) WithTimeout ¶
func (o *GetOneTableParams) WithTimeout(timeout time.Duration) *GetOneTableParams
WithTimeout adds the timeout to the get one table params
func (*GetOneTableParams) WithXCassandraToken ¶
func (o *GetOneTableParams) WithXCassandraToken(xCassandraToken string) *GetOneTableParams
WithXCassandraToken adds the xCassandraToken to the get one table params
func (*GetOneTableParams) WriteToRequest ¶
func (o *GetOneTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneTableReader ¶
type GetOneTableReader struct {
// contains filtered or unexported fields
}
GetOneTableReader is a Reader for the GetOneTable structure.
func (*GetOneTableReader) ReadResponse ¶
func (o *GetOneTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneTableUnauthorized ¶
type GetOneTableUnauthorized struct {
}GetOneTableUnauthorized handles this case with default header values.
Unauthorized
func NewGetOneTableUnauthorized ¶
func NewGetOneTableUnauthorized() *GetOneTableUnauthorized
NewGetOneTableUnauthorized creates a GetOneTableUnauthorized with default headers values
func (*GetOneTableUnauthorized) Error ¶
func (o *GetOneTableUnauthorized) Error() string
func (*GetOneTableUnauthorized) GetPayload ¶
func (o *GetOneTableUnauthorized) GetPayload() *models.Error
type ListAllColumnsBadRequest ¶
ListAllColumnsBadRequest handles this case with default header values.
Bad request
func NewListAllColumnsBadRequest ¶
func NewListAllColumnsBadRequest() *ListAllColumnsBadRequest
NewListAllColumnsBadRequest creates a ListAllColumnsBadRequest with default headers values
func (*ListAllColumnsBadRequest) Error ¶
func (o *ListAllColumnsBadRequest) Error() string
func (*ListAllColumnsBadRequest) GetPayload ¶
func (o *ListAllColumnsBadRequest) GetPayload() *models.Error
type ListAllColumnsForbidden ¶
ListAllColumnsForbidden handles this case with default header values.
Forbidden
func NewListAllColumnsForbidden ¶
func NewListAllColumnsForbidden() *ListAllColumnsForbidden
NewListAllColumnsForbidden creates a ListAllColumnsForbidden with default headers values
func (*ListAllColumnsForbidden) Error ¶
func (o *ListAllColumnsForbidden) Error() string
func (*ListAllColumnsForbidden) GetPayload ¶
func (o *ListAllColumnsForbidden) GetPayload() *models.Error
type ListAllColumnsInternalServerError ¶
ListAllColumnsInternalServerError handles this case with default header values.
Internal Server Error
func NewListAllColumnsInternalServerError ¶
func NewListAllColumnsInternalServerError() *ListAllColumnsInternalServerError
NewListAllColumnsInternalServerError creates a ListAllColumnsInternalServerError with default headers values
func (*ListAllColumnsInternalServerError) Error ¶
func (o *ListAllColumnsInternalServerError) Error() string
func (*ListAllColumnsInternalServerError) GetPayload ¶
func (o *ListAllColumnsInternalServerError) GetPayload() *models.Error
type ListAllColumnsOK ¶
type ListAllColumnsOK struct {
Payload []*models.ColumnDefinition
}
ListAllColumnsOK handles this case with default header values.
OK
func NewListAllColumnsOK ¶
func NewListAllColumnsOK() *ListAllColumnsOK
NewListAllColumnsOK creates a ListAllColumnsOK with default headers values
func (*ListAllColumnsOK) Error ¶
func (o *ListAllColumnsOK) Error() string
func (*ListAllColumnsOK) GetPayload ¶
func (o *ListAllColumnsOK) GetPayload() []*models.ColumnDefinition
type ListAllColumnsParams ¶
type ListAllColumnsParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAllColumnsParams contains all the parameters to send to the API endpoint for the list all columns operation typically these are written to a http.Request
func NewListAllColumnsParams ¶
func NewListAllColumnsParams() *ListAllColumnsParams
NewListAllColumnsParams creates a new ListAllColumnsParams object with the default values initialized.
func NewListAllColumnsParamsWithContext ¶
func NewListAllColumnsParamsWithContext(ctx context.Context) *ListAllColumnsParams
NewListAllColumnsParamsWithContext creates a new ListAllColumnsParams object with the default values initialized, and the ability to set a context for a request
func NewListAllColumnsParamsWithHTTPClient ¶
func NewListAllColumnsParamsWithHTTPClient(client *http.Client) *ListAllColumnsParams
NewListAllColumnsParamsWithHTTPClient creates a new ListAllColumnsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAllColumnsParamsWithTimeout ¶
func NewListAllColumnsParamsWithTimeout(timeout time.Duration) *ListAllColumnsParams
NewListAllColumnsParamsWithTimeout creates a new ListAllColumnsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAllColumnsParams) SetContext ¶
func (o *ListAllColumnsParams) SetContext(ctx context.Context)
SetContext adds the context to the list all columns params
func (*ListAllColumnsParams) SetHTTPClient ¶
func (o *ListAllColumnsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list all columns params
func (*ListAllColumnsParams) SetKeyspaceName ¶
func (o *ListAllColumnsParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the list all columns params
func (*ListAllColumnsParams) SetTableName ¶
func (o *ListAllColumnsParams) SetTableName(tableName string)
SetTableName adds the tableName to the list all columns params
func (*ListAllColumnsParams) SetTimeout ¶
func (o *ListAllColumnsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list all columns params
func (*ListAllColumnsParams) SetXCassandraToken ¶
func (o *ListAllColumnsParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the list all columns params
func (*ListAllColumnsParams) WithContext ¶
func (o *ListAllColumnsParams) WithContext(ctx context.Context) *ListAllColumnsParams
WithContext adds the context to the list all columns params
func (*ListAllColumnsParams) WithHTTPClient ¶
func (o *ListAllColumnsParams) WithHTTPClient(client *http.Client) *ListAllColumnsParams
WithHTTPClient adds the HTTPClient to the list all columns params
func (*ListAllColumnsParams) WithKeyspaceName ¶
func (o *ListAllColumnsParams) WithKeyspaceName(keyspaceName string) *ListAllColumnsParams
WithKeyspaceName adds the keyspaceName to the list all columns params
func (*ListAllColumnsParams) WithTableName ¶
func (o *ListAllColumnsParams) WithTableName(tableName string) *ListAllColumnsParams
WithTableName adds the tableName to the list all columns params
func (*ListAllColumnsParams) WithTimeout ¶
func (o *ListAllColumnsParams) WithTimeout(timeout time.Duration) *ListAllColumnsParams
WithTimeout adds the timeout to the list all columns params
func (*ListAllColumnsParams) WithXCassandraToken ¶
func (o *ListAllColumnsParams) WithXCassandraToken(xCassandraToken string) *ListAllColumnsParams
WithXCassandraToken adds the xCassandraToken to the list all columns params
func (*ListAllColumnsParams) WriteToRequest ¶
func (o *ListAllColumnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAllColumnsReader ¶
type ListAllColumnsReader struct {
// contains filtered or unexported fields
}
ListAllColumnsReader is a Reader for the ListAllColumns structure.
func (*ListAllColumnsReader) ReadResponse ¶
func (o *ListAllColumnsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAllColumnsUnauthorized ¶
type ListAllColumnsUnauthorized struct {
}ListAllColumnsUnauthorized handles this case with default header values.
Unauthorized
func NewListAllColumnsUnauthorized ¶
func NewListAllColumnsUnauthorized() *ListAllColumnsUnauthorized
NewListAllColumnsUnauthorized creates a ListAllColumnsUnauthorized with default headers values
func (*ListAllColumnsUnauthorized) Error ¶
func (o *ListAllColumnsUnauthorized) Error() string
func (*ListAllColumnsUnauthorized) GetPayload ¶
func (o *ListAllColumnsUnauthorized) GetPayload() *models.Error
type ListAllKeyspacesBadRequest ¶
ListAllKeyspacesBadRequest handles this case with default header values.
Bad request
func NewListAllKeyspacesBadRequest ¶
func NewListAllKeyspacesBadRequest() *ListAllKeyspacesBadRequest
NewListAllKeyspacesBadRequest creates a ListAllKeyspacesBadRequest with default headers values
func (*ListAllKeyspacesBadRequest) Error ¶
func (o *ListAllKeyspacesBadRequest) Error() string
func (*ListAllKeyspacesBadRequest) GetPayload ¶
func (o *ListAllKeyspacesBadRequest) GetPayload() *models.Error
type ListAllKeyspacesForbidden ¶
ListAllKeyspacesForbidden handles this case with default header values.
Forbidden
func NewListAllKeyspacesForbidden ¶
func NewListAllKeyspacesForbidden() *ListAllKeyspacesForbidden
NewListAllKeyspacesForbidden creates a ListAllKeyspacesForbidden with default headers values
func (*ListAllKeyspacesForbidden) Error ¶
func (o *ListAllKeyspacesForbidden) Error() string
func (*ListAllKeyspacesForbidden) GetPayload ¶
func (o *ListAllKeyspacesForbidden) GetPayload() *models.Error
type ListAllKeyspacesInternalServerError ¶
ListAllKeyspacesInternalServerError handles this case with default header values.
Internal Server Error
func NewListAllKeyspacesInternalServerError ¶
func NewListAllKeyspacesInternalServerError() *ListAllKeyspacesInternalServerError
NewListAllKeyspacesInternalServerError creates a ListAllKeyspacesInternalServerError with default headers values
func (*ListAllKeyspacesInternalServerError) Error ¶
func (o *ListAllKeyspacesInternalServerError) Error() string
func (*ListAllKeyspacesInternalServerError) GetPayload ¶
func (o *ListAllKeyspacesInternalServerError) GetPayload() *models.Error
type ListAllKeyspacesOK ¶
type ListAllKeyspacesOK struct {
Payload []string
}
ListAllKeyspacesOK handles this case with default header values.
OK
func NewListAllKeyspacesOK ¶
func NewListAllKeyspacesOK() *ListAllKeyspacesOK
NewListAllKeyspacesOK creates a ListAllKeyspacesOK with default headers values
func (*ListAllKeyspacesOK) Error ¶
func (o *ListAllKeyspacesOK) Error() string
func (*ListAllKeyspacesOK) GetPayload ¶
func (o *ListAllKeyspacesOK) GetPayload() []string
type ListAllKeyspacesParams ¶
type ListAllKeyspacesParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAllKeyspacesParams contains all the parameters to send to the API endpoint for the list all keyspaces operation typically these are written to a http.Request
func NewListAllKeyspacesParams ¶
func NewListAllKeyspacesParams() *ListAllKeyspacesParams
NewListAllKeyspacesParams creates a new ListAllKeyspacesParams object with the default values initialized.
func NewListAllKeyspacesParamsWithContext ¶
func NewListAllKeyspacesParamsWithContext(ctx context.Context) *ListAllKeyspacesParams
NewListAllKeyspacesParamsWithContext creates a new ListAllKeyspacesParams object with the default values initialized, and the ability to set a context for a request
func NewListAllKeyspacesParamsWithHTTPClient ¶
func NewListAllKeyspacesParamsWithHTTPClient(client *http.Client) *ListAllKeyspacesParams
NewListAllKeyspacesParamsWithHTTPClient creates a new ListAllKeyspacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAllKeyspacesParamsWithTimeout ¶
func NewListAllKeyspacesParamsWithTimeout(timeout time.Duration) *ListAllKeyspacesParams
NewListAllKeyspacesParamsWithTimeout creates a new ListAllKeyspacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAllKeyspacesParams) SetContext ¶
func (o *ListAllKeyspacesParams) SetContext(ctx context.Context)
SetContext adds the context to the list all keyspaces params
func (*ListAllKeyspacesParams) SetHTTPClient ¶
func (o *ListAllKeyspacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list all keyspaces params
func (*ListAllKeyspacesParams) SetTimeout ¶
func (o *ListAllKeyspacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list all keyspaces params
func (*ListAllKeyspacesParams) SetXCassandraToken ¶
func (o *ListAllKeyspacesParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the list all keyspaces params
func (*ListAllKeyspacesParams) WithContext ¶
func (o *ListAllKeyspacesParams) WithContext(ctx context.Context) *ListAllKeyspacesParams
WithContext adds the context to the list all keyspaces params
func (*ListAllKeyspacesParams) WithHTTPClient ¶
func (o *ListAllKeyspacesParams) WithHTTPClient(client *http.Client) *ListAllKeyspacesParams
WithHTTPClient adds the HTTPClient to the list all keyspaces params
func (*ListAllKeyspacesParams) WithTimeout ¶
func (o *ListAllKeyspacesParams) WithTimeout(timeout time.Duration) *ListAllKeyspacesParams
WithTimeout adds the timeout to the list all keyspaces params
func (*ListAllKeyspacesParams) WithXCassandraToken ¶
func (o *ListAllKeyspacesParams) WithXCassandraToken(xCassandraToken string) *ListAllKeyspacesParams
WithXCassandraToken adds the xCassandraToken to the list all keyspaces params
func (*ListAllKeyspacesParams) WriteToRequest ¶
func (o *ListAllKeyspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAllKeyspacesReader ¶
type ListAllKeyspacesReader struct {
// contains filtered or unexported fields
}
ListAllKeyspacesReader is a Reader for the ListAllKeyspaces structure.
func (*ListAllKeyspacesReader) ReadResponse ¶
func (o *ListAllKeyspacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAllKeyspacesUnauthorized ¶
type ListAllKeyspacesUnauthorized struct {
}ListAllKeyspacesUnauthorized handles this case with default header values.
Unauthorized
func NewListAllKeyspacesUnauthorized ¶
func NewListAllKeyspacesUnauthorized() *ListAllKeyspacesUnauthorized
NewListAllKeyspacesUnauthorized creates a ListAllKeyspacesUnauthorized with default headers values
func (*ListAllKeyspacesUnauthorized) Error ¶
func (o *ListAllKeyspacesUnauthorized) Error() string
func (*ListAllKeyspacesUnauthorized) GetPayload ¶
func (o *ListAllKeyspacesUnauthorized) GetPayload() *models.Error
type ListAllTablesBadRequest ¶
ListAllTablesBadRequest handles this case with default header values.
Bad request
func NewListAllTablesBadRequest ¶
func NewListAllTablesBadRequest() *ListAllTablesBadRequest
NewListAllTablesBadRequest creates a ListAllTablesBadRequest with default headers values
func (*ListAllTablesBadRequest) Error ¶
func (o *ListAllTablesBadRequest) Error() string
func (*ListAllTablesBadRequest) GetPayload ¶
func (o *ListAllTablesBadRequest) GetPayload() *models.Error
type ListAllTablesForbidden ¶
ListAllTablesForbidden handles this case with default header values.
Forbidden
func NewListAllTablesForbidden ¶
func NewListAllTablesForbidden() *ListAllTablesForbidden
NewListAllTablesForbidden creates a ListAllTablesForbidden with default headers values
func (*ListAllTablesForbidden) Error ¶
func (o *ListAllTablesForbidden) Error() string
func (*ListAllTablesForbidden) GetPayload ¶
func (o *ListAllTablesForbidden) GetPayload() *models.Error
type ListAllTablesInternalServerError ¶
ListAllTablesInternalServerError handles this case with default header values.
Internal Server Error
func NewListAllTablesInternalServerError ¶
func NewListAllTablesInternalServerError() *ListAllTablesInternalServerError
NewListAllTablesInternalServerError creates a ListAllTablesInternalServerError with default headers values
func (*ListAllTablesInternalServerError) Error ¶
func (o *ListAllTablesInternalServerError) Error() string
func (*ListAllTablesInternalServerError) GetPayload ¶
func (o *ListAllTablesInternalServerError) GetPayload() *models.Error
type ListAllTablesOK ¶
type ListAllTablesOK struct {
Payload []string
}
ListAllTablesOK handles this case with default header values.
OK
func NewListAllTablesOK ¶
func NewListAllTablesOK() *ListAllTablesOK
NewListAllTablesOK creates a ListAllTablesOK with default headers values
func (*ListAllTablesOK) Error ¶
func (o *ListAllTablesOK) Error() string
func (*ListAllTablesOK) GetPayload ¶
func (o *ListAllTablesOK) GetPayload() []string
type ListAllTablesParams ¶
type ListAllTablesParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAllTablesParams contains all the parameters to send to the API endpoint for the list all tables operation typically these are written to a http.Request
func NewListAllTablesParams ¶
func NewListAllTablesParams() *ListAllTablesParams
NewListAllTablesParams creates a new ListAllTablesParams object with the default values initialized.
func NewListAllTablesParamsWithContext ¶
func NewListAllTablesParamsWithContext(ctx context.Context) *ListAllTablesParams
NewListAllTablesParamsWithContext creates a new ListAllTablesParams object with the default values initialized, and the ability to set a context for a request
func NewListAllTablesParamsWithHTTPClient ¶
func NewListAllTablesParamsWithHTTPClient(client *http.Client) *ListAllTablesParams
NewListAllTablesParamsWithHTTPClient creates a new ListAllTablesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAllTablesParamsWithTimeout ¶
func NewListAllTablesParamsWithTimeout(timeout time.Duration) *ListAllTablesParams
NewListAllTablesParamsWithTimeout creates a new ListAllTablesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAllTablesParams) SetContext ¶
func (o *ListAllTablesParams) SetContext(ctx context.Context)
SetContext adds the context to the list all tables params
func (*ListAllTablesParams) SetHTTPClient ¶
func (o *ListAllTablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list all tables params
func (*ListAllTablesParams) SetKeyspaceName ¶
func (o *ListAllTablesParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the list all tables params
func (*ListAllTablesParams) SetTimeout ¶
func (o *ListAllTablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list all tables params
func (*ListAllTablesParams) SetXCassandraToken ¶
func (o *ListAllTablesParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the list all tables params
func (*ListAllTablesParams) WithContext ¶
func (o *ListAllTablesParams) WithContext(ctx context.Context) *ListAllTablesParams
WithContext adds the context to the list all tables params
func (*ListAllTablesParams) WithHTTPClient ¶
func (o *ListAllTablesParams) WithHTTPClient(client *http.Client) *ListAllTablesParams
WithHTTPClient adds the HTTPClient to the list all tables params
func (*ListAllTablesParams) WithKeyspaceName ¶
func (o *ListAllTablesParams) WithKeyspaceName(keyspaceName string) *ListAllTablesParams
WithKeyspaceName adds the keyspaceName to the list all tables params
func (*ListAllTablesParams) WithTimeout ¶
func (o *ListAllTablesParams) WithTimeout(timeout time.Duration) *ListAllTablesParams
WithTimeout adds the timeout to the list all tables params
func (*ListAllTablesParams) WithXCassandraToken ¶
func (o *ListAllTablesParams) WithXCassandraToken(xCassandraToken string) *ListAllTablesParams
WithXCassandraToken adds the xCassandraToken to the list all tables params
func (*ListAllTablesParams) WriteToRequest ¶
func (o *ListAllTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAllTablesReader ¶
type ListAllTablesReader struct {
// contains filtered or unexported fields
}
ListAllTablesReader is a Reader for the ListAllTables structure.
func (*ListAllTablesReader) ReadResponse ¶
func (o *ListAllTablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAllTablesUnauthorized ¶
type ListAllTablesUnauthorized struct {
}ListAllTablesUnauthorized handles this case with default header values.
Unauthorized
func NewListAllTablesUnauthorized ¶
func NewListAllTablesUnauthorized() *ListAllTablesUnauthorized
NewListAllTablesUnauthorized creates a ListAllTablesUnauthorized with default headers values
func (*ListAllTablesUnauthorized) Error ¶
func (o *ListAllTablesUnauthorized) Error() string
func (*ListAllTablesUnauthorized) GetPayload ¶
func (o *ListAllTablesUnauthorized) GetPayload() *models.Error
type UpdateColumn1BadRequest ¶
UpdateColumn1BadRequest handles this case with default header values.
Bad request
func NewUpdateColumn1BadRequest ¶
func NewUpdateColumn1BadRequest() *UpdateColumn1BadRequest
NewUpdateColumn1BadRequest creates a UpdateColumn1BadRequest with default headers values
func (*UpdateColumn1BadRequest) Error ¶
func (o *UpdateColumn1BadRequest) Error() string
func (*UpdateColumn1BadRequest) GetPayload ¶
func (o *UpdateColumn1BadRequest) GetPayload() *models.Error
type UpdateColumn1Forbidden ¶
UpdateColumn1Forbidden handles this case with default header values.
Forbidden
func NewUpdateColumn1Forbidden ¶
func NewUpdateColumn1Forbidden() *UpdateColumn1Forbidden
NewUpdateColumn1Forbidden creates a UpdateColumn1Forbidden with default headers values
func (*UpdateColumn1Forbidden) Error ¶
func (o *UpdateColumn1Forbidden) Error() string
func (*UpdateColumn1Forbidden) GetPayload ¶
func (o *UpdateColumn1Forbidden) GetPayload() *models.Error
type UpdateColumn1InternalServerError ¶
UpdateColumn1InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateColumn1InternalServerError ¶
func NewUpdateColumn1InternalServerError() *UpdateColumn1InternalServerError
NewUpdateColumn1InternalServerError creates a UpdateColumn1InternalServerError with default headers values
func (*UpdateColumn1InternalServerError) Error ¶
func (o *UpdateColumn1InternalServerError) Error() string
func (*UpdateColumn1InternalServerError) GetPayload ¶
func (o *UpdateColumn1InternalServerError) GetPayload() *models.Error
type UpdateColumn1NotFound ¶
UpdateColumn1NotFound handles this case with default header values.
Not Found
func NewUpdateColumn1NotFound ¶
func NewUpdateColumn1NotFound() *UpdateColumn1NotFound
NewUpdateColumn1NotFound creates a UpdateColumn1NotFound with default headers values
func (*UpdateColumn1NotFound) Error ¶
func (o *UpdateColumn1NotFound) Error() string
func (*UpdateColumn1NotFound) GetPayload ¶
func (o *UpdateColumn1NotFound) GetPayload() *models.Error
type UpdateColumn1OK ¶
type UpdateColumn1OK struct {
Payload map[string]interface{}
}
UpdateColumn1OK handles this case with default header values.
OK
func NewUpdateColumn1OK ¶
func NewUpdateColumn1OK() *UpdateColumn1OK
NewUpdateColumn1OK creates a UpdateColumn1OK with default headers values
func (*UpdateColumn1OK) Error ¶
func (o *UpdateColumn1OK) Error() string
func (*UpdateColumn1OK) GetPayload ¶
func (o *UpdateColumn1OK) GetPayload() map[string]interface{}
type UpdateColumn1Params ¶
type UpdateColumn1Params struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body*/ Body *models.ColumnDefinition /*ColumnName*/ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateColumn1Params contains all the parameters to send to the API endpoint for the update column 1 operation typically these are written to a http.Request
func NewUpdateColumn1Params ¶
func NewUpdateColumn1Params() *UpdateColumn1Params
NewUpdateColumn1Params creates a new UpdateColumn1Params object with the default values initialized.
func NewUpdateColumn1ParamsWithContext ¶
func NewUpdateColumn1ParamsWithContext(ctx context.Context) *UpdateColumn1Params
NewUpdateColumn1ParamsWithContext creates a new UpdateColumn1Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateColumn1ParamsWithHTTPClient ¶
func NewUpdateColumn1ParamsWithHTTPClient(client *http.Client) *UpdateColumn1Params
NewUpdateColumn1ParamsWithHTTPClient creates a new UpdateColumn1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateColumn1ParamsWithTimeout ¶
func NewUpdateColumn1ParamsWithTimeout(timeout time.Duration) *UpdateColumn1Params
NewUpdateColumn1ParamsWithTimeout creates a new UpdateColumn1Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateColumn1Params) SetBody ¶
func (o *UpdateColumn1Params) SetBody(body *models.ColumnDefinition)
SetBody adds the body to the update column 1 params
func (*UpdateColumn1Params) SetColumnName ¶
func (o *UpdateColumn1Params) SetColumnName(columnName string)
SetColumnName adds the columnName to the update column 1 params
func (*UpdateColumn1Params) SetContext ¶
func (o *UpdateColumn1Params) SetContext(ctx context.Context)
SetContext adds the context to the update column 1 params
func (*UpdateColumn1Params) SetHTTPClient ¶
func (o *UpdateColumn1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update column 1 params
func (*UpdateColumn1Params) SetKeyspaceName ¶
func (o *UpdateColumn1Params) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the update column 1 params
func (*UpdateColumn1Params) SetTableName ¶
func (o *UpdateColumn1Params) SetTableName(tableName string)
SetTableName adds the tableName to the update column 1 params
func (*UpdateColumn1Params) SetTimeout ¶
func (o *UpdateColumn1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update column 1 params
func (*UpdateColumn1Params) SetXCassandraToken ¶
func (o *UpdateColumn1Params) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the update column 1 params
func (*UpdateColumn1Params) WithBody ¶
func (o *UpdateColumn1Params) WithBody(body *models.ColumnDefinition) *UpdateColumn1Params
WithBody adds the body to the update column 1 params
func (*UpdateColumn1Params) WithColumnName ¶
func (o *UpdateColumn1Params) WithColumnName(columnName string) *UpdateColumn1Params
WithColumnName adds the columnName to the update column 1 params
func (*UpdateColumn1Params) WithContext ¶
func (o *UpdateColumn1Params) WithContext(ctx context.Context) *UpdateColumn1Params
WithContext adds the context to the update column 1 params
func (*UpdateColumn1Params) WithHTTPClient ¶
func (o *UpdateColumn1Params) WithHTTPClient(client *http.Client) *UpdateColumn1Params
WithHTTPClient adds the HTTPClient to the update column 1 params
func (*UpdateColumn1Params) WithKeyspaceName ¶
func (o *UpdateColumn1Params) WithKeyspaceName(keyspaceName string) *UpdateColumn1Params
WithKeyspaceName adds the keyspaceName to the update column 1 params
func (*UpdateColumn1Params) WithTableName ¶
func (o *UpdateColumn1Params) WithTableName(tableName string) *UpdateColumn1Params
WithTableName adds the tableName to the update column 1 params
func (*UpdateColumn1Params) WithTimeout ¶
func (o *UpdateColumn1Params) WithTimeout(timeout time.Duration) *UpdateColumn1Params
WithTimeout adds the timeout to the update column 1 params
func (*UpdateColumn1Params) WithXCassandraToken ¶
func (o *UpdateColumn1Params) WithXCassandraToken(xCassandraToken string) *UpdateColumn1Params
WithXCassandraToken adds the xCassandraToken to the update column 1 params
func (*UpdateColumn1Params) WriteToRequest ¶
func (o *UpdateColumn1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateColumn1Reader ¶
type UpdateColumn1Reader struct {
// contains filtered or unexported fields
}
UpdateColumn1Reader is a Reader for the UpdateColumn1 structure.
func (*UpdateColumn1Reader) ReadResponse ¶
func (o *UpdateColumn1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateColumn1Unauthorized ¶
type UpdateColumn1Unauthorized struct {
}UpdateColumn1Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateColumn1Unauthorized ¶
func NewUpdateColumn1Unauthorized() *UpdateColumn1Unauthorized
NewUpdateColumn1Unauthorized creates a UpdateColumn1Unauthorized with default headers values
func (*UpdateColumn1Unauthorized) Error ¶
func (o *UpdateColumn1Unauthorized) Error() string
func (*UpdateColumn1Unauthorized) GetPayload ¶
func (o *UpdateColumn1Unauthorized) GetPayload() *models.Error
type UpdateColumnBadRequest ¶
UpdateColumnBadRequest handles this case with default header values.
Bad request
func NewUpdateColumnBadRequest ¶
func NewUpdateColumnBadRequest() *UpdateColumnBadRequest
NewUpdateColumnBadRequest creates a UpdateColumnBadRequest with default headers values
func (*UpdateColumnBadRequest) Error ¶
func (o *UpdateColumnBadRequest) Error() string
func (*UpdateColumnBadRequest) GetPayload ¶
func (o *UpdateColumnBadRequest) GetPayload() *models.Error
type UpdateColumnForbidden ¶
UpdateColumnForbidden handles this case with default header values.
Forbidden
func NewUpdateColumnForbidden ¶
func NewUpdateColumnForbidden() *UpdateColumnForbidden
NewUpdateColumnForbidden creates a UpdateColumnForbidden with default headers values
func (*UpdateColumnForbidden) Error ¶
func (o *UpdateColumnForbidden) Error() string
func (*UpdateColumnForbidden) GetPayload ¶
func (o *UpdateColumnForbidden) GetPayload() *models.Error
type UpdateColumnInternalServerError ¶
UpdateColumnInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateColumnInternalServerError ¶
func NewUpdateColumnInternalServerError() *UpdateColumnInternalServerError
NewUpdateColumnInternalServerError creates a UpdateColumnInternalServerError with default headers values
func (*UpdateColumnInternalServerError) Error ¶
func (o *UpdateColumnInternalServerError) Error() string
func (*UpdateColumnInternalServerError) GetPayload ¶
func (o *UpdateColumnInternalServerError) GetPayload() *models.Error
type UpdateColumnNotFound ¶
UpdateColumnNotFound handles this case with default header values.
Not Found
func NewUpdateColumnNotFound ¶
func NewUpdateColumnNotFound() *UpdateColumnNotFound
NewUpdateColumnNotFound creates a UpdateColumnNotFound with default headers values
func (*UpdateColumnNotFound) Error ¶
func (o *UpdateColumnNotFound) Error() string
func (*UpdateColumnNotFound) GetPayload ¶
func (o *UpdateColumnNotFound) GetPayload() *models.Error
type UpdateColumnOK ¶
type UpdateColumnOK struct {
Payload *models.SuccessResponse
}
UpdateColumnOK handles this case with default header values.
OK
func NewUpdateColumnOK ¶
func NewUpdateColumnOK() *UpdateColumnOK
NewUpdateColumnOK creates a UpdateColumnOK with default headers values
func (*UpdateColumnOK) Error ¶
func (o *UpdateColumnOK) Error() string
func (*UpdateColumnOK) GetPayload ¶
func (o *UpdateColumnOK) GetPayload() *models.SuccessResponse
type UpdateColumnParams ¶
type UpdateColumnParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body*/ Body *models.ColumnUpdate /*ColumnName*/ ColumnName string /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateColumnParams contains all the parameters to send to the API endpoint for the update column operation typically these are written to a http.Request
func NewUpdateColumnParams ¶
func NewUpdateColumnParams() *UpdateColumnParams
NewUpdateColumnParams creates a new UpdateColumnParams object with the default values initialized.
func NewUpdateColumnParamsWithContext ¶
func NewUpdateColumnParamsWithContext(ctx context.Context) *UpdateColumnParams
NewUpdateColumnParamsWithContext creates a new UpdateColumnParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateColumnParamsWithHTTPClient ¶
func NewUpdateColumnParamsWithHTTPClient(client *http.Client) *UpdateColumnParams
NewUpdateColumnParamsWithHTTPClient creates a new UpdateColumnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateColumnParamsWithTimeout ¶
func NewUpdateColumnParamsWithTimeout(timeout time.Duration) *UpdateColumnParams
NewUpdateColumnParamsWithTimeout creates a new UpdateColumnParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateColumnParams) SetBody ¶
func (o *UpdateColumnParams) SetBody(body *models.ColumnUpdate)
SetBody adds the body to the update column params
func (*UpdateColumnParams) SetColumnName ¶
func (o *UpdateColumnParams) SetColumnName(columnName string)
SetColumnName adds the columnName to the update column params
func (*UpdateColumnParams) SetContext ¶
func (o *UpdateColumnParams) SetContext(ctx context.Context)
SetContext adds the context to the update column params
func (*UpdateColumnParams) SetHTTPClient ¶
func (o *UpdateColumnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update column params
func (*UpdateColumnParams) SetKeyspaceName ¶
func (o *UpdateColumnParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the update column params
func (*UpdateColumnParams) SetTableName ¶
func (o *UpdateColumnParams) SetTableName(tableName string)
SetTableName adds the tableName to the update column params
func (*UpdateColumnParams) SetTimeout ¶
func (o *UpdateColumnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update column params
func (*UpdateColumnParams) SetXCassandraToken ¶
func (o *UpdateColumnParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the update column params
func (*UpdateColumnParams) WithBody ¶
func (o *UpdateColumnParams) WithBody(body *models.ColumnUpdate) *UpdateColumnParams
WithBody adds the body to the update column params
func (*UpdateColumnParams) WithColumnName ¶
func (o *UpdateColumnParams) WithColumnName(columnName string) *UpdateColumnParams
WithColumnName adds the columnName to the update column params
func (*UpdateColumnParams) WithContext ¶
func (o *UpdateColumnParams) WithContext(ctx context.Context) *UpdateColumnParams
WithContext adds the context to the update column params
func (*UpdateColumnParams) WithHTTPClient ¶
func (o *UpdateColumnParams) WithHTTPClient(client *http.Client) *UpdateColumnParams
WithHTTPClient adds the HTTPClient to the update column params
func (*UpdateColumnParams) WithKeyspaceName ¶
func (o *UpdateColumnParams) WithKeyspaceName(keyspaceName string) *UpdateColumnParams
WithKeyspaceName adds the keyspaceName to the update column params
func (*UpdateColumnParams) WithTableName ¶
func (o *UpdateColumnParams) WithTableName(tableName string) *UpdateColumnParams
WithTableName adds the tableName to the update column params
func (*UpdateColumnParams) WithTimeout ¶
func (o *UpdateColumnParams) WithTimeout(timeout time.Duration) *UpdateColumnParams
WithTimeout adds the timeout to the update column params
func (*UpdateColumnParams) WithXCassandraToken ¶
func (o *UpdateColumnParams) WithXCassandraToken(xCassandraToken string) *UpdateColumnParams
WithXCassandraToken adds the xCassandraToken to the update column params
func (*UpdateColumnParams) WriteToRequest ¶
func (o *UpdateColumnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateColumnReader ¶
type UpdateColumnReader struct {
// contains filtered or unexported fields
}
UpdateColumnReader is a Reader for the UpdateColumn structure.
func (*UpdateColumnReader) ReadResponse ¶
func (o *UpdateColumnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateColumnUnauthorized ¶
type UpdateColumnUnauthorized struct {
}UpdateColumnUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateColumnUnauthorized ¶
func NewUpdateColumnUnauthorized() *UpdateColumnUnauthorized
NewUpdateColumnUnauthorized creates a UpdateColumnUnauthorized with default headers values
func (*UpdateColumnUnauthorized) Error ¶
func (o *UpdateColumnUnauthorized) Error() string
func (*UpdateColumnUnauthorized) GetPayload ¶
func (o *UpdateColumnUnauthorized) GetPayload() *models.Error
type UpdateTableBadRequest ¶
UpdateTableBadRequest handles this case with default header values.
Bad Request
func NewUpdateTableBadRequest ¶
func NewUpdateTableBadRequest() *UpdateTableBadRequest
NewUpdateTableBadRequest creates a UpdateTableBadRequest with default headers values
func (*UpdateTableBadRequest) Error ¶
func (o *UpdateTableBadRequest) Error() string
func (*UpdateTableBadRequest) GetPayload ¶
func (o *UpdateTableBadRequest) GetPayload() *models.Error
type UpdateTableConflict ¶
UpdateTableConflict handles this case with default header values.
Conflict
func NewUpdateTableConflict ¶
func NewUpdateTableConflict() *UpdateTableConflict
NewUpdateTableConflict creates a UpdateTableConflict with default headers values
func (*UpdateTableConflict) Error ¶
func (o *UpdateTableConflict) Error() string
func (*UpdateTableConflict) GetPayload ¶
func (o *UpdateTableConflict) GetPayload() *models.Error
type UpdateTableInternalServerError ¶
UpdateTableInternalServerError handles this case with default header values.
Internal server error
func NewUpdateTableInternalServerError ¶
func NewUpdateTableInternalServerError() *UpdateTableInternalServerError
NewUpdateTableInternalServerError creates a UpdateTableInternalServerError with default headers values
func (*UpdateTableInternalServerError) Error ¶
func (o *UpdateTableInternalServerError) Error() string
func (*UpdateTableInternalServerError) GetPayload ¶
func (o *UpdateTableInternalServerError) GetPayload() *models.Error
type UpdateTableNotFound ¶
UpdateTableNotFound handles this case with default header values.
Not Found
func NewUpdateTableNotFound ¶
func NewUpdateTableNotFound() *UpdateTableNotFound
NewUpdateTableNotFound creates a UpdateTableNotFound with default headers values
func (*UpdateTableNotFound) Error ¶
func (o *UpdateTableNotFound) Error() string
func (*UpdateTableNotFound) GetPayload ¶
func (o *UpdateTableNotFound) GetPayload() *models.Error
type UpdateTableOK ¶
type UpdateTableOK struct {
Payload map[string]interface{}
}
UpdateTableOK handles this case with default header values.
resource updated
func NewUpdateTableOK ¶
func NewUpdateTableOK() *UpdateTableOK
NewUpdateTableOK creates a UpdateTableOK with default headers values
func (*UpdateTableOK) Error ¶
func (o *UpdateTableOK) Error() string
func (*UpdateTableOK) GetPayload ¶
func (o *UpdateTableOK) GetPayload() map[string]interface{}
type UpdateTableParams ¶
type UpdateTableParams struct { /*XCassandraToken The token returned from the authorization endpoint. Use this token in each request. */ XCassandraToken string /*Body table name */ Body *models.TableAdd /*KeyspaceName Name of the keyspace to use for the request. */ KeyspaceName string /*TableName Name of the table to use for the request. */ TableName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateTableParams contains all the parameters to send to the API endpoint for the update table operation typically these are written to a http.Request
func NewUpdateTableParams ¶
func NewUpdateTableParams() *UpdateTableParams
NewUpdateTableParams creates a new UpdateTableParams object with the default values initialized.
func NewUpdateTableParamsWithContext ¶
func NewUpdateTableParamsWithContext(ctx context.Context) *UpdateTableParams
NewUpdateTableParamsWithContext creates a new UpdateTableParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateTableParamsWithHTTPClient ¶
func NewUpdateTableParamsWithHTTPClient(client *http.Client) *UpdateTableParams
NewUpdateTableParamsWithHTTPClient creates a new UpdateTableParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateTableParamsWithTimeout ¶
func NewUpdateTableParamsWithTimeout(timeout time.Duration) *UpdateTableParams
NewUpdateTableParamsWithTimeout creates a new UpdateTableParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateTableParams) SetBody ¶
func (o *UpdateTableParams) SetBody(body *models.TableAdd)
SetBody adds the body to the update table params
func (*UpdateTableParams) SetContext ¶
func (o *UpdateTableParams) SetContext(ctx context.Context)
SetContext adds the context to the update table params
func (*UpdateTableParams) SetHTTPClient ¶
func (o *UpdateTableParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update table params
func (*UpdateTableParams) SetKeyspaceName ¶
func (o *UpdateTableParams) SetKeyspaceName(keyspaceName string)
SetKeyspaceName adds the keyspaceName to the update table params
func (*UpdateTableParams) SetTableName ¶
func (o *UpdateTableParams) SetTableName(tableName string)
SetTableName adds the tableName to the update table params
func (*UpdateTableParams) SetTimeout ¶
func (o *UpdateTableParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update table params
func (*UpdateTableParams) SetXCassandraToken ¶
func (o *UpdateTableParams) SetXCassandraToken(xCassandraToken string)
SetXCassandraToken adds the xCassandraToken to the update table params
func (*UpdateTableParams) WithBody ¶
func (o *UpdateTableParams) WithBody(body *models.TableAdd) *UpdateTableParams
WithBody adds the body to the update table params
func (*UpdateTableParams) WithContext ¶
func (o *UpdateTableParams) WithContext(ctx context.Context) *UpdateTableParams
WithContext adds the context to the update table params
func (*UpdateTableParams) WithHTTPClient ¶
func (o *UpdateTableParams) WithHTTPClient(client *http.Client) *UpdateTableParams
WithHTTPClient adds the HTTPClient to the update table params
func (*UpdateTableParams) WithKeyspaceName ¶
func (o *UpdateTableParams) WithKeyspaceName(keyspaceName string) *UpdateTableParams
WithKeyspaceName adds the keyspaceName to the update table params
func (*UpdateTableParams) WithTableName ¶
func (o *UpdateTableParams) WithTableName(tableName string) *UpdateTableParams
WithTableName adds the tableName to the update table params
func (*UpdateTableParams) WithTimeout ¶
func (o *UpdateTableParams) WithTimeout(timeout time.Duration) *UpdateTableParams
WithTimeout adds the timeout to the update table params
func (*UpdateTableParams) WithXCassandraToken ¶
func (o *UpdateTableParams) WithXCassandraToken(xCassandraToken string) *UpdateTableParams
WithXCassandraToken adds the xCassandraToken to the update table params
func (*UpdateTableParams) WriteToRequest ¶
func (o *UpdateTableParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateTableReader ¶
type UpdateTableReader struct {
// contains filtered or unexported fields
}
UpdateTableReader is a Reader for the UpdateTable structure.
func (*UpdateTableReader) ReadResponse ¶
func (o *UpdateTableReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateTableUnauthorized ¶
type UpdateTableUnauthorized struct {
}UpdateTableUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateTableUnauthorized ¶
func NewUpdateTableUnauthorized() *UpdateTableUnauthorized
NewUpdateTableUnauthorized creates a UpdateTableUnauthorized with default headers values
func (*UpdateTableUnauthorized) Error ¶
func (o *UpdateTableUnauthorized) Error() string
func (*UpdateTableUnauthorized) GetPayload ¶
func (o *UpdateTableUnauthorized) GetPayload() *models.Error
Source Files
¶
- add_column_parameters.go
- add_column_responses.go
- add_table_parameters.go
- add_table_responses.go
- create_column_parameters.go
- create_column_responses.go
- create_keyspace_parameters.go
- create_keyspace_responses.go
- create_table_parameters.go
- create_table_responses.go
- delete_column1_parameters.go
- delete_column1_responses.go
- delete_column_parameters.go
- delete_column_responses.go
- delete_keyspace_parameters.go
- delete_keyspace_responses.go
- delete_table1_parameters.go
- delete_table1_responses.go
- delete_table_parameters.go
- delete_table_responses.go
- get_all_columns_parameters.go
- get_all_columns_responses.go
- get_all_keyspaces_parameters.go
- get_all_keyspaces_responses.go
- get_all_tables_parameters.go
- get_all_tables_responses.go
- get_one_column1_parameters.go
- get_one_column1_responses.go
- get_one_column_parameters.go
- get_one_column_responses.go
- get_one_keyspace_parameters.go
- get_one_keyspace_responses.go
- get_one_table1_parameters.go
- get_one_table1_responses.go
- get_one_table_parameters.go
- get_one_table_responses.go
- list_all_columns_parameters.go
- list_all_columns_responses.go
- list_all_keyspaces_parameters.go
- list_all_keyspaces_responses.go
- list_all_tables_parameters.go
- list_all_tables_responses.go
- schemas_client.go
- update_column1_parameters.go
- update_column1_responses.go
- update_column_parameters.go
- update_column_responses.go
- update_table_parameters.go
- update_table_responses.go