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 Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetRuleRequest,GetRuleResponse, ErrorResponse> Endpoint "query_rules.get_rule". -
Method Summary
Modifier 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.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "query_rules.get_rule".
-
-
Method Details
-
of
-
ruleId
Required - The unique identifier of the query rule within the specified ruleset to retrieveAPI name:
rule_id -
rulesetId
Required - The unique identifier of the query ruleset containing the rule to retrieveAPI name:
ruleset_id
-