Documentation ¶
Overview ¶
Deletes the specified dangling index
Index ¶
- Variables
- type DeleteDanglingIndex
- func (r *DeleteDanglingIndex) AcceptDataLoss(acceptdataloss bool) *DeleteDanglingIndex
- func (r DeleteDanglingIndex) Do(providedCtx context.Context) (*Response, error)
- func (r *DeleteDanglingIndex) Header(key, value string) *DeleteDanglingIndex
- func (r *DeleteDanglingIndex) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r DeleteDanglingIndex) IsSuccess(providedCtx context.Context) (bool, error)
- func (r *DeleteDanglingIndex) MasterTimeout(duration string) *DeleteDanglingIndex
- func (r DeleteDanglingIndex) Perform(providedCtx context.Context) (*http.Response, error)
- func (r *DeleteDanglingIndex) Timeout(duration string) *DeleteDanglingIndex
- type NewDeleteDanglingIndex
- type Response
Constants ¶
This section is empty.
Variables ¶
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
ErrBuildPath is returned in case of missing parameters within the build of the request.
Functions ¶
This section is empty.
Types ¶
type DeleteDanglingIndex ¶
type DeleteDanglingIndex struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *DeleteDanglingIndex
Deletes the specified dangling index
func (*DeleteDanglingIndex) AcceptDataLoss ¶
func (r *DeleteDanglingIndex) AcceptDataLoss(acceptdataloss bool) *DeleteDanglingIndex
AcceptDataLoss Must be set to true in order to delete the dangling index API name: accept_data_loss
func (DeleteDanglingIndex) Do ¶
func (r DeleteDanglingIndex) Do(providedCtx context.Context) (*Response, error)
Do runs the request through the transport, handle the response and returns a deletedanglingindex.Response
func (*DeleteDanglingIndex) Header ¶
func (r *DeleteDanglingIndex) Header(key, value string) *DeleteDanglingIndex
Header set a key, value pair in the DeleteDanglingIndex headers map.
func (*DeleteDanglingIndex) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
func (DeleteDanglingIndex) IsSuccess ¶
func (r DeleteDanglingIndex) IsSuccess(providedCtx context.Context) (bool, error)
IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.
func (*DeleteDanglingIndex) MasterTimeout ¶
func (r *DeleteDanglingIndex) MasterTimeout(duration string) *DeleteDanglingIndex
MasterTimeout Specify timeout for connection to master API name: master_timeout
func (DeleteDanglingIndex) Perform ¶
Perform runs the http.Request through the provided transport and returns an http.Response.
func (*DeleteDanglingIndex) Timeout ¶
func (r *DeleteDanglingIndex) Timeout(duration string) *DeleteDanglingIndex
Timeout Explicit operation timeout API name: timeout
type NewDeleteDanglingIndex ¶
type NewDeleteDanglingIndex func(indexuuid string) *DeleteDanglingIndex
NewDeleteDanglingIndex type alias for index.
func NewDeleteDanglingIndexFunc ¶
func NewDeleteDanglingIndexFunc(tp elastictransport.Interface) NewDeleteDanglingIndex
NewDeleteDanglingIndexFunc returns a new instance of DeleteDanglingIndex with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.