Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ protected MaskingModuleConfigMaskingProviders() {}
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance and
* return the same instance.
*
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
* Use `providers` property instead. List of masking service providers.
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept
* 15, 2026. Use `providers` property instead.
* @return The same instance of this {@link MaskingModuleConfigMaskingProviders} class
*/
@Nonnull
Expand All @@ -72,8 +72,8 @@ public MaskingModuleConfigMaskingProviders addMaskingProvidersItem(
}

/**
* This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers`
* property instead. List of masking service providers.
* List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use
* `providers` property instead.
*
* @return maskingProviders The maskingProviders of this {@link
* MaskingModuleConfigMaskingProviders} instance.
Expand All @@ -88,8 +88,8 @@ public List<DPIConfig> getMaskingProviders() {
/**
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
*
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
* Use &#x60;providers&#x60; property instead. List of masking service providers.
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept
* 15, 2026. Use &#x60;providers&#x60; property instead.
*/
public void setMaskingProviders(@Nonnull final List<DPIConfig> maskingProviders) {
this.maskingProviders = maskingProviders;
Expand Down Expand Up @@ -211,8 +211,8 @@ public interface Builder {
/**
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
*
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
* Use &#x60;providers&#x60; property instead. List of masking service providers.
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed
* Sept 15, 2026. Use &#x60;providers&#x60; property instead.
* @return The MaskingModuleConfigMaskingProviders instance.
*/
MaskingModuleConfigMaskingProviders maskingProviders(
Expand All @@ -221,8 +221,8 @@ MaskingModuleConfigMaskingProviders maskingProviders(
/**
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
*
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
* Use &#x60;providers&#x60; property instead. List of masking service providers.
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed
* Sept 15, 2026. Use &#x60;providers&#x60; property instead.
* @return The MaskingModuleConfigMaskingProviders instance.
*/
default MaskingModuleConfigMaskingProviders maskingProviders(
Expand Down
4 changes: 2 additions & 2 deletions orchestration/src/main/resources/spec/orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ components:
properties:
masking_providers:
deprecated: true
description: "This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers` property instead. List of masking service providers."
description: "List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use `providers` property instead."
type: array
minItems: 1
items:
Expand Down Expand Up @@ -1978,4 +1978,4 @@ components:
type: http
scheme: bearer
bearerFormat: JWT
description: To use this API, you must have an AI Core access token.
description: To use this API, you must have an AI Core access token.