Class GetRuleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.query_rules.GetRuleRequest
Get a query rule. Get details about a query rule within a query ruleset.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetRuleRequest,GetRuleResponse, ErrorResponse> Endpoint "query_rules.get_rule".
- 
Method SummaryModifier and TypeMethodDescriptionstatic GetRuleRequestfinal StringruleId()Required - The unique identifier of the query rule within the specified ruleset to retrievefinal StringRequired - The unique identifier of the query ruleset containing the rule to retrieveMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "query_rules.get_rule".
 
- 
- 
Method Details- 
of
- 
ruleIdRequired - The unique identifier of the query rule within the specified ruleset to retrieveAPI name: rule_id
- 
rulesetIdRequired - The unique identifier of the query ruleset containing the rule to retrieveAPI name: ruleset_id
 
-