Class IndexSettingResults
java.lang.Object
co.elastic.clients.elasticsearch.indices.put_data_stream_settings.IndexSettingResults
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingResults>Json deserializer forIndexSettingResults -
Method Summary
Modifier and TypeMethodDescriptionRequired - The list of settings that were applied to the data stream and to all of its backing indices.Required - The list of settings that were applied to the data stream but not to backing indices.final List<DataStreamSettingsError>errors()API name:errorsstatic IndexSettingResultsvoidserialize(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 forIndexSettingResults
-
-
Method Details
-
of
public static IndexSettingResults of(Function<IndexSettingResults.Builder, ObjectBuilder<IndexSettingResults>> fn) -
appliedToDataStreamOnly
Required - The list of settings that were applied to the data stream but not to backing indices. These will be applied to the write index the next time the data stream is rolled over.API name:
applied_to_data_stream_only -
appliedToDataStreamAndBackingIndices
Required - The list of settings that were applied to the data stream and to all of its backing indices. These settings will also be applied to the write index the next time the data stream is rolled over.API name:
applied_to_data_stream_and_backing_indices -
errors
API name:errors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexSettingResultsDeserializer
protected static void setupIndexSettingResultsDeserializer(ObjectDeserializer<IndexSettingResults.Builder> op)
-