Skip to content

Commit e45a2fd

Browse files
Merge pull request #696 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 5921c34 + a30c3b1 commit e45a2fd

36 files changed

+99
-98
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeySubscriptionsPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>A test message is sent to ensure the correct configuration of the Destination. If the message cannot be delivered, the Subscription will not be created. The payload of the test message is a notification of type ResourceCreated for the <code>resourceTypeId</code> <code>subscription</code>.</p>
19+
* <p>A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type ResourceCreated for the <code>resourceTypeId</code> <code>subscription</code>.</p>
2020
*
2121
* <hr>
2222
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeySubscriptionsPostString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <p>A test message is sent to ensure the correct configuration of the Destination. If the message cannot be delivered, the Subscription will not be created. The payload of the test message is a notification of type ResourceCreated for the <code>resourceTypeId</code> <code>subscription</code>.</p>
20+
* <p>A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type ResourceCreated for the <code>resourceTypeId</code> <code>subscription</code>.</p>
2121
*
2222
* <hr>
2323
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface AwsAuthenticationMode extends JsonEnum {
2020
<p>Subscriptions with <code>Credentials</code> authentication mode are authenticated using an <code>accessKey</code> and <code>accessSecret</code> pair. This is the default authentication mode for backwards compatibility.</p> */
2121
AwsAuthenticationMode CREDENTIALS = AwsAuthenticationModeEnum.CREDENTIALS;
2222
/**
23-
<p>Subscriptions with <code>IAM</code> authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send messages to the queue or publish to the topic: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. This is the recommended authentication mode, as it doesn't require additional key management.</p> */
23+
<p>Subscriptions with <code>IAM</code> authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send notifications to the queue or publish to the topic: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. This is the recommended authentication mode, as it doesn't require additional key management.</p> */
2424
AwsAuthenticationMode IAM = AwsAuthenticationModeEnum.IAM;
2525

2626
/**

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AzureEventGridDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.constraints.NotNull;
1616

1717
/**
18-
* <p>Azure Event Grid can be used to push messages to Azure Functions, HTTP endpoints (webhooks), and several other Azure tools. Event Grid can only be used with the CloudEventsFormat. To set up a Subscription with Azure Event Grid, first create a topic in the Azure Portal. To allow Composable Commerce to push messages to your topic, provide an access key.</p>
18+
* <p>Azure Event Grid can be used to push notifications to Azure Functions, HTTP endpoints (webhooks), and several other Azure tools. Event Grid can only be used with the CloudEventsFormat. To set up a Subscription with Azure Event Grid, first create a topic in the Azure Portal. To allow Composable Commerce to push notifications to your topic, provide an access key.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AzureEventGridDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>Azure Event Grid can be used to push messages to Azure Functions, HTTP endpoints (webhooks), and several other Azure tools. Event Grid can only be used with the CloudEventsFormat. To set up a Subscription with Azure Event Grid, first create a topic in the Azure Portal. To allow Composable Commerce to push messages to your topic, provide an access key.</p>
20+
* <p>Azure Event Grid can be used to push notifications to Azure Functions, HTTP endpoints (webhooks), and several other Azure tools. Event Grid can only be used with the CloudEventsFormat. To set up a Subscription with Azure Event Grid, first create a topic in the Azure Portal. To allow Composable Commerce to push notifications to your topic, provide an access key.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class AzureEventGridDestinationImpl implements AzureEventGridDestination, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AzureServiceBusDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.constraints.NotNull;
1616

1717
/**
18-
* <p>Azure Service Bus can be used as a pull-queue with Queues, or to fan-out messages with Topics and Subscriptions. To set up a Subscription with Azure Service Bus, first create a queue/topic in the Azure Portal with a Shared Access Policy including the <code>Send</code> permission.</p>
18+
* <p>Azure Service Bus can be used as a pull-queue with Queues, or to fan-out notifications with Topics and Subscriptions. To set up a Subscription with Azure Service Bus, first create a queue/topic in the Azure Portal with a Shared Access Policy including the <code>Send</code> permission.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AzureServiceBusDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>Azure Service Bus can be used as a pull-queue with Queues, or to fan-out messages with Topics and Subscriptions. To set up a Subscription with Azure Service Bus, first create a queue/topic in the Azure Portal with a Shared Access Policy including the <code>Send</code> permission.</p>
20+
* <p>Azure Service Bus can be used as a pull-queue with Queues, or to fan-out notifications with Topics and Subscriptions. To set up a Subscription with Azure Service Bus, first create a queue/topic in the Azure Portal with a Shared Access Policy including the <code>Send</code> permission.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class AzureServiceBusDestinationImpl implements AzureServiceBusDestination, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/CloudEventsPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import jakarta.validation.constraints.NotNull;
1818

1919
/**
20-
* <p>The CloudEventsFormat represents event data in a way that conforms to a common specification. The message payload can be found inside the <code>data</code> field.</p>
20+
* <p>The CloudEventsFormat represents event data in a way that conforms to a common specification. The payload can be found inside the <code>data</code> field.</p>
2121
*
2222
* <hr>
2323
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/CloudEventsPayloadImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>The CloudEventsFormat represents event data in a way that conforms to a common specification. The message payload can be found inside the <code>data</code> field.</p>
20+
* <p>The CloudEventsFormat represents event data in a way that conforms to a common specification. The payload can be found inside the <code>data</code> field.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class CloudEventsPayloadImpl implements CloudEventsPayload, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ConfluentCloudDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.constraints.NotNull;
1616

1717
/**
18-
* <p>This destination can be used to push events and messages to Confluent Cloud. To set up a Subscription of this type, first, create a topic in Confluent Cloud. Then, to allow Composable Commerce to push events and messages to your topic, generate API keys for your topic, and create the Subscription destination using the generated credentials.</p>
18+
* <p>This destination can be used to push notifications to Confluent Cloud. To set up a Subscription of this type, first, create a topic in Confluent Cloud. Then, to allow Composable Commerce to push notifications to your topic, generate API keys for your topic, and create the Subscription destination using the generated credentials.</p>
1919
* <p>The Composable Commerce producer uses the following values: <code>SASL_SSL</code> for<code>security.protocol</code>, <code>PLAIN</code> for<code>sasl.mechanism</code>, and the default value (1048576) for <code>max.request.size</code>.</p>
2020
*
2121
* <hr>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ConfluentCloudDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>This destination can be used to push events and messages to Confluent Cloud. To set up a Subscription of this type, first, create a topic in Confluent Cloud. Then, to allow Composable Commerce to push events and messages to your topic, generate API keys for your topic, and create the Subscription destination using the generated credentials.</p>
20+
* <p>This destination can be used to push notifications to Confluent Cloud. To set up a Subscription of this type, first, create a topic in Confluent Cloud. Then, to allow Composable Commerce to push notifications to your topic, generate API keys for your topic, and create the Subscription destination using the generated credentials.</p>
2121
* <p>The Composable Commerce producer uses the following values: <code>SASL_SSL</code> for<code>security.protocol</code>, <code>PLAIN</code> for<code>sasl.mechanism</code>, and the default value (1048576) for <code>max.request.size</code>.</p>
2222
*/
2323
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/DeliveryPayload.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
public interface DeliveryPayload {
4949

5050
/**
51-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
51+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
5252
* @return projectKey
5353
*/
5454
@NotNull
@@ -64,7 +64,7 @@ public interface DeliveryPayload {
6464
public String getNotificationType();
6565

6666
/**
67-
* <p>Reference to the resource that triggered the message.</p>
67+
* <p>Reference to the resource that triggered the notification.</p>
6868
* @return resource
6969
*/
7070
@NotNull
@@ -81,14 +81,14 @@ public interface DeliveryPayload {
8181
public UserProvidedIdentifiers getResourceUserProvidedIdentifiers();
8282

8383
/**
84-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
84+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
8585
* @param projectKey value to be set
8686
*/
8787

8888
public void setProjectKey(final String projectKey);
8989

9090
/**
91-
* <p>Reference to the resource that triggered the message.</p>
91+
* <p>Reference to the resource that triggered the notification.</p>
9292
* @param resource value to be set
9393
*/
9494

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/DeliveryPayloadImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public DeliveryPayloadImpl() {
5151
}
5252

5353
/**
54-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
54+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
5555
*/
5656

5757
public String getProjectKey() {
@@ -67,7 +67,7 @@ public String getNotificationType() {
6767
}
6868

6969
/**
70-
* <p>Reference to the resource that triggered the message.</p>
70+
* <p>Reference to the resource that triggered the notification.</p>
7171
*/
7272

7373
public com.commercetools.api.models.common.Reference getResource() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/GoogleCloudPubSubDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.constraints.NotNull;
1616

1717
/**
18-
* <p>Destination for Google Cloud Pub/Sub that can be used for Pull subscriptions as well as for Push subscriptions. The <code>topic</code> must give the <code>pubsub.topics.publish</code> permission to the service account <code>subscriptions@commercetools-platform.iam.gserviceaccount.com</code>. If used with the CloudEventsFormat, the message conforms to the PubSub Protocol Binding of the Structured Content Mode.</p>
18+
* <p>Destination for Google Cloud Pub/Sub that can be used for Pull subscriptions as well as for Push subscriptions. The <code>topic</code> must give the <code>pubsub.topics.publish</code> permission to the service account <code>subscriptions@commercetools-platform.iam.gserviceaccount.com</code>. If used with the CloudEventsFormat, the notification conforms to the PubSub Protocol Binding of the Structured Content Mode.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/GoogleCloudPubSubDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>Destination for Google Cloud Pub/Sub that can be used for Pull subscriptions as well as for Push subscriptions. The <code>topic</code> must give the <code>pubsub.topics.publish</code> permission to the service account <code>subscriptions@commercetools-platform.iam.gserviceaccount.com</code>. If used with the CloudEventsFormat, the message conforms to the PubSub Protocol Binding of the Structured Content Mode.</p>
20+
* <p>Destination for Google Cloud Pub/Sub that can be used for Pull subscriptions as well as for Push subscriptions. The <code>topic</code> must give the <code>pubsub.topics.publish</code> permission to the service account <code>subscriptions@commercetools-platform.iam.gserviceaccount.com</code>. If used with the CloudEventsFormat, the notification conforms to the PubSub Protocol Binding of the Structured Content Mode.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class GoogleCloudPubSubDestinationImpl implements GoogleCloudPubSubDestination, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageDeliveryPayload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public interface MessageDeliveryPayload extends DeliveryPayload, MessageDelivery
8686
public Long getSequenceNumber();
8787

8888
/**
89-
* <p>Version of the resource on which the change was performed.</p>
89+
* <p>Version of the resource on which the update was performed.</p>
9090
* @return resourceVersion
9191
*/
9292
@NotNull
@@ -137,7 +137,7 @@ public interface MessageDeliveryPayload extends DeliveryPayload, MessageDelivery
137137
public void setSequenceNumber(final Long sequenceNumber);
138138

139139
/**
140-
* <p>Version of the resource on which the change was performed.</p>
140+
* <p>Version of the resource on which the update was performed.</p>
141141
* @param resourceVersion value to be set
142142
*/
143143

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageDeliveryPayloadBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class MessageDeliveryPayloadBuilder implements Builder<MessageDeliveryPay
5454
private com.commercetools.api.models.subscription.PayloadNotIncluded payloadNotIncluded;
5555

5656
/**
57-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
57+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
5858
* @param projectKey value to be set
5959
* @return Builder
6060
*/
@@ -65,7 +65,7 @@ public MessageDeliveryPayloadBuilder projectKey(final String projectKey) {
6565
}
6666

6767
/**
68-
* <p>Reference to the resource that triggered the message.</p>
68+
* <p>Reference to the resource that triggered the notification.</p>
6969
* @param resource value to be set
7070
* @return Builder
7171
*/
@@ -76,7 +76,7 @@ public MessageDeliveryPayloadBuilder resource(final com.commercetools.api.models
7676
}
7777

7878
/**
79-
* <p>Reference to the resource that triggered the message.</p>
79+
* <p>Reference to the resource that triggered the notification.</p>
8080
* @param builder function to build the resource value
8181
* @return Builder
8282
*/
@@ -182,7 +182,7 @@ public MessageDeliveryPayloadBuilder sequenceNumber(final Long sequenceNumber) {
182182
}
183183

184184
/**
185-
* <p>Version of the resource on which the change was performed.</p>
185+
* <p>Version of the resource on which the update was performed.</p>
186186
* @param resourceVersion value to be set
187187
* @return Builder
188188
*/
@@ -232,7 +232,7 @@ public MessageDeliveryPayloadBuilder payloadNotIncluded(
232232
}
233233

234234
/**
235-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
235+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
236236
* @return projectKey
237237
*/
238238

@@ -241,7 +241,7 @@ public String getProjectKey() {
241241
}
242242

243243
/**
244-
* <p>Reference to the resource that triggered the message.</p>
244+
* <p>Reference to the resource that triggered the notification.</p>
245245
* @return resource
246246
*/
247247

@@ -305,7 +305,7 @@ public Long getSequenceNumber() {
305305
}
306306

307307
/**
308-
* <p>Version of the resource on which the change was performed.</p>
308+
* <p>Version of the resource on which the update was performed.</p>
309309
* @return resourceVersion
310310
*/
311311

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageDeliveryPayloadImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public MessageDeliveryPayloadImpl() {
7878
}
7979

8080
/**
81-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
81+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
8282
*/
8383

8484
public String getProjectKey() {
@@ -94,7 +94,7 @@ public String getNotificationType() {
9494
}
9595

9696
/**
97-
* <p>Reference to the resource that triggered the message.</p>
97+
* <p>Reference to the resource that triggered the notification.</p>
9898
*/
9999

100100
public com.commercetools.api.models.common.Reference getResource() {
@@ -150,7 +150,7 @@ public Long getSequenceNumber() {
150150
}
151151

152152
/**
153-
* <p>Version of the resource on which the change was performed.</p>
153+
* <p>Version of the resource on which the update was performed.</p>
154154
*/
155155

156156
public Long getResourceVersion() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ResourceCreatedDeliveryPayloadBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ResourceCreatedDeliveryPayloadBuilder implements Builder<ResourceCr
3939
private java.time.ZonedDateTime modifiedAt;
4040

4141
/**
42-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
42+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
4343
* @param projectKey value to be set
4444
* @return Builder
4545
*/
@@ -50,7 +50,7 @@ public ResourceCreatedDeliveryPayloadBuilder projectKey(final String projectKey)
5050
}
5151

5252
/**
53-
* <p>Reference to the resource that triggered the message.</p>
53+
* <p>Reference to the resource that triggered the notification.</p>
5454
* @param resource value to be set
5555
* @return Builder
5656
*/
@@ -62,7 +62,7 @@ public ResourceCreatedDeliveryPayloadBuilder resource(
6262
}
6363

6464
/**
65-
* <p>Reference to the resource that triggered the message.</p>
65+
* <p>Reference to the resource that triggered the notification.</p>
6666
* @param builder function to build the resource value
6767
* @return Builder
6868
*/
@@ -135,7 +135,7 @@ public ResourceCreatedDeliveryPayloadBuilder modifiedAt(final java.time.ZonedDat
135135
}
136136

137137
/**
138-
* <p><code>key</code> of the Project. Useful in message processing if the Destination receives events from multiple Projects.</p>
138+
* <p><code>key</code> of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.</p>
139139
* @return projectKey
140140
*/
141141

@@ -144,7 +144,7 @@ public String getProjectKey() {
144144
}
145145

146146
/**
147-
* <p>Reference to the resource that triggered the message.</p>
147+
* <p>Reference to the resource that triggered the notification.</p>
148148
* @return resource
149149
*/
150150

0 commit comments

Comments
 (0)