Skip to content

Commit 961c93d

Browse files
authored
Update orchestration based on rel/0.105.3 (#622)
1 parent 6f61ebd commit 961c93d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/MaskingModuleConfigMaskingProviders.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ protected MaskingModuleConfigMaskingProviders() {}
4444
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance and
4545
* return the same instance.
4646
*
47-
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
48-
* Use `providers` property instead. List of masking service providers.
47+
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept
48+
* 15, 2026. Use `providers` property instead.
4949
* @return The same instance of this {@link MaskingModuleConfigMaskingProviders} class
5050
*/
5151
@Nonnull
@@ -72,8 +72,8 @@ public MaskingModuleConfigMaskingProviders addMaskingProvidersItem(
7272
}
7373

7474
/**
75-
* This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers`
76-
* property instead. List of masking service providers.
75+
* List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use
76+
* `providers` property instead.
7777
*
7878
* @return maskingProviders The maskingProviders of this {@link
7979
* MaskingModuleConfigMaskingProviders} instance.
@@ -88,8 +88,8 @@ public List<DPIConfig> getMaskingProviders() {
8888
/**
8989
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
9090
*
91-
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
92-
* Use &#x60;providers&#x60; property instead. List of masking service providers.
91+
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed Sept
92+
* 15, 2026. Use &#x60;providers&#x60; property instead.
9393
*/
9494
public void setMaskingProviders(@Nonnull final List<DPIConfig> maskingProviders) {
9595
this.maskingProviders = maskingProviders;
@@ -211,8 +211,8 @@ public interface Builder {
211211
/**
212212
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
213213
*
214-
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
215-
* Use &#x60;providers&#x60; property instead. List of masking service providers.
214+
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed
215+
* Sept 15, 2026. Use &#x60;providers&#x60; property instead.
216216
* @return The MaskingModuleConfigMaskingProviders instance.
217217
*/
218218
MaskingModuleConfigMaskingProviders maskingProviders(
@@ -221,8 +221,8 @@ MaskingModuleConfigMaskingProviders maskingProviders(
221221
/**
222222
* Set the maskingProviders of this {@link MaskingModuleConfigMaskingProviders} instance.
223223
*
224-
* @param maskingProviders This field is **DEPRECATED** and will be removed on August 05, 2026.
225-
* Use &#x60;providers&#x60; property instead. List of masking service providers.
224+
* @param maskingProviders List of masking service providers. **DEPRECATED**: will be removed
225+
* Sept 15, 2026. Use &#x60;providers&#x60; property instead.
226226
* @return The MaskingModuleConfigMaskingProviders instance.
227227
*/
228228
default MaskingModuleConfigMaskingProviders maskingProviders(

orchestration/src/main/resources/spec/orchestration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ components:
13151315
properties:
13161316
masking_providers:
13171317
deprecated: true
1318-
description: "This field is **DEPRECATED** and will be removed on August 05, 2026. Use `providers` property instead. List of masking service providers."
1318+
description: "List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use `providers` property instead."
13191319
type: array
13201320
minItems: 1
13211321
items:
@@ -1978,4 +1978,4 @@ components:
19781978
type: http
19791979
scheme: bearer
19801980
bearerFormat: JWT
1981-
description: To use this API, you must have an AI Core access token.
1981+
description: To use this API, you must have an AI Core access token.

0 commit comments

Comments
 (0)