@@ -54,21 +54,21 @@ public class Application {
5454){{
5555 streams = new com.airbyte.api.models.shared.StreamConfiguration []{{
5656 add(new StreamConfiguration (
57- " string " ){{
58- name = " string " ;
57+ " <value> " ){{
58+ name = " <value> " ;
5959 }}),
6060 }};
6161
6262 }};
6363 dataResidency = GeographyEnum . EU ;
64- name = " string " ;
64+ name = " <value> " ;
6565 namespaceDefinition = NamespaceDefinitionEnum . CUSTOM_FORMAT ;
6666 namespaceFormat = " ${SOURCE_NAMESPACE}" ;
6767 nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum . IGNORE ;
68- prefix = " string " ;
68+ prefix = " <value> " ;
6969 schedule = new ConnectionSchedule (
7070 ScheduleTypeEnum . CRON ){{
71- cronExpression = " string " ;
71+ cronExpression = " <value> " ;
7272
7373 }};
7474 status = ConnectionStatusEnum . DEPRECATED ;
@@ -129,7 +129,7 @@ public class Application {
129129 .build();
130130
131131 com.airbyte.api.models.operations. DeleteConnectionRequest req = new DeleteConnectionRequest (
132- " string " );
132+ " <value> " );
133133
134134 com.airbyte.api.models.operations. DeleteConnectionResponse res = sdk. connections. deleteConnection(req);
135135
@@ -185,7 +185,7 @@ public class Application {
185185 .build();
186186
187187 com.airbyte.api.models.operations. GetConnectionRequest req = new GetConnectionRequest (
188- " string " );
188+ " <value> " );
189189
190190 com.airbyte.api.models.operations. GetConnectionResponse res = sdk. connections. getConnection(req);
191191
@@ -321,27 +321,27 @@ public class Application {
321321){{
322322 streams = new com.airbyte.api.models.shared.StreamConfiguration []{{
323323 add(new StreamConfiguration (
324- " string " ){{
325- name = " string " ;
324+ " <value> " ){{
325+ name = " <value> " ;
326326 }}),
327327 }};
328328
329329 }};
330330 dataResidency = GeographyEnumNoDefault . AUTO ;
331- name = " string " ;
331+ name = " <value> " ;
332332 namespaceDefinition = NamespaceDefinitionEnumNoDefault . SOURCE ;
333333 namespaceFormat = " ${SOURCE_NAMESPACE}" ;
334334 nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnumNoDefault . PROPAGATE_FULLY ;
335- prefix = " string " ;
335+ prefix = " <value> " ;
336336 schedule = new ConnectionSchedule (
337337 ScheduleTypeEnum . CRON ){{
338- cronExpression = " string " ;
338+ cronExpression = " <value> " ;
339339
340340 }};
341341 status = ConnectionStatusEnum . ACTIVE ;
342342
343343 }},
344- " string " );
344+ " <value> " );
345345
346346 com.airbyte.api.models.operations. PatchConnectionResponse res = sdk. connections. patchConnection(req);
347347
0 commit comments