Class GetDataSourceResponse
java.lang.Object
co.elastic.clients.elasticsearch.esql.GetDataSourceResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetDataSourceResponse>Json deserializer forGetDataSourceResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ESQLDataSource>Required - The matching data sources.static GetDataSourceResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetDataSourceResponse
-
-
Method Details
-
of
public static GetDataSourceResponse of(Function<GetDataSourceResponse.Builder, ObjectBuilder<GetDataSourceResponse>> fn) -
dataSources
Required - The matching data sources. Credential values in each data source's settings are redacted as::es_redacted::in the response.API name:
data_sources -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetDataSourceResponseDeserializer
protected static void setupGetDataSourceResponseDeserializer(ObjectDeserializer<GetDataSourceResponse.Builder> op)
-