2626import com .datadog .api .client .v1 .model .SyntheticsPrivateLocation ;
2727import com .datadog .api .client .v1 .model .SyntheticsPrivateLocationCreationResponse ;
2828import com .datadog .api .client .v1 .model .SyntheticsTestDetails ;
29+ import com .datadog .api .client .v1 .model .SyntheticsTestDetailsWithoutSteps ;
2930import com .datadog .api .client .v1 .model .SyntheticsTestUptime ;
3031import com .datadog .api .client .v1 .model .SyntheticsTriggerBody ;
3132import com .datadog .api .client .v1 .model .SyntheticsTriggerCITestsResponse ;
@@ -3168,10 +3169,10 @@ public ApiResponse<List<String>> getSyntheticsDefaultLocationsWithHttpInfo() thr
31683169 * <p>See {@link #getTestWithHttpInfo}.
31693170 *
31703171 * @param publicId The public ID of the test to get details from. (required)
3171- * @return SyntheticsTestDetails
3172+ * @return SyntheticsTestDetailsWithoutSteps
31723173 * @throws ApiException if fails to make API call
31733174 */
3174- public SyntheticsTestDetails getTest (String publicId ) throws ApiException {
3175+ public SyntheticsTestDetailsWithoutSteps getTest (String publicId ) throws ApiException {
31753176 return getTestWithHttpInfo (publicId ).getData ();
31763177 }
31773178
@@ -3181,9 +3182,9 @@ public SyntheticsTestDetails getTest(String publicId) throws ApiException {
31813182 * <p>See {@link #getTestWithHttpInfoAsync}.
31823183 *
31833184 * @param publicId The public ID of the test to get details from. (required)
3184- * @return CompletableFuture<SyntheticsTestDetails >
3185+ * @return CompletableFuture<SyntheticsTestDetailsWithoutSteps >
31853186 */
3186- public CompletableFuture <SyntheticsTestDetails > getTestAsync (String publicId ) {
3187+ public CompletableFuture <SyntheticsTestDetailsWithoutSteps > getTestAsync (String publicId ) {
31873188 return getTestWithHttpInfoAsync (publicId )
31883189 .thenApply (
31893190 response -> {
@@ -3195,7 +3196,7 @@ public CompletableFuture<SyntheticsTestDetails> getTestAsync(String publicId) {
31953196 * Get the detailed configuration associated with a Synthetic test.
31963197 *
31973198 * @param publicId The public ID of the test to get details from. (required)
3198- * @return ApiResponse<SyntheticsTestDetails >
3199+ * @return ApiResponse<SyntheticsTestDetailsWithoutSteps >
31993200 * @throws ApiException if fails to make API call
32003201 * @http.response.details
32013202 * <table border="1">
@@ -3207,7 +3208,7 @@ public CompletableFuture<SyntheticsTestDetails> getTestAsync(String publicId) {
32073208 * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
32083209 * </table>
32093210 */
3210- public ApiResponse <SyntheticsTestDetails > getTestWithHttpInfo (String publicId )
3211+ public ApiResponse <SyntheticsTestDetailsWithoutSteps > getTestWithHttpInfo (String publicId )
32113212 throws ApiException {
32123213 Object localVarPostBody = null ;
32133214
@@ -3239,7 +3240,7 @@ public ApiResponse<SyntheticsTestDetails> getTestWithHttpInfo(String publicId)
32393240 localVarPostBody ,
32403241 new HashMap <String , Object >(),
32413242 false ,
3242- new GenericType <SyntheticsTestDetails >() {});
3243+ new GenericType <SyntheticsTestDetailsWithoutSteps >() {});
32433244 }
32443245
32453246 /**
@@ -3248,15 +3249,16 @@ public ApiResponse<SyntheticsTestDetails> getTestWithHttpInfo(String publicId)
32483249 * <p>See {@link #getTestWithHttpInfo}.
32493250 *
32503251 * @param publicId The public ID of the test to get details from. (required)
3251- * @return CompletableFuture<ApiResponse<SyntheticsTestDetails >>
3252+ * @return CompletableFuture<ApiResponse<SyntheticsTestDetailsWithoutSteps >>
32523253 */
3253- public CompletableFuture <ApiResponse <SyntheticsTestDetails >> getTestWithHttpInfoAsync (
3254+ public CompletableFuture <ApiResponse <SyntheticsTestDetailsWithoutSteps >> getTestWithHttpInfoAsync (
32543255 String publicId ) {
32553256 Object localVarPostBody = null ;
32563257
32573258 // verify the required parameter 'publicId' is set
32583259 if (publicId == null ) {
3259- CompletableFuture <ApiResponse <SyntheticsTestDetails >> result = new CompletableFuture <>();
3260+ CompletableFuture <ApiResponse <SyntheticsTestDetailsWithoutSteps >> result =
3261+ new CompletableFuture <>();
32603262 result .completeExceptionally (
32613263 new ApiException (400 , "Missing the required parameter 'publicId' when calling getTest" ));
32623264 return result ;
@@ -3280,7 +3282,8 @@ public CompletableFuture<ApiResponse<SyntheticsTestDetails>> getTestWithHttpInfo
32803282 new String [] {"application/json" },
32813283 new String [] {"apiKeyAuth" , "appKeyAuth" , "AuthZ" });
32823284 } catch (ApiException ex ) {
3283- CompletableFuture <ApiResponse <SyntheticsTestDetails >> result = new CompletableFuture <>();
3285+ CompletableFuture <ApiResponse <SyntheticsTestDetailsWithoutSteps >> result =
3286+ new CompletableFuture <>();
32843287 result .completeExceptionally (ex );
32853288 return result ;
32863289 }
@@ -3292,7 +3295,7 @@ public CompletableFuture<ApiResponse<SyntheticsTestDetails>> getTestWithHttpInfo
32923295 localVarPostBody ,
32933296 new HashMap <String , Object >(),
32943297 false ,
3295- new GenericType <SyntheticsTestDetails >() {});
3298+ new GenericType <SyntheticsTestDetailsWithoutSteps >() {});
32963299 }
32973300
32983301 /**
@@ -3609,9 +3612,9 @@ public CompletableFuture<SyntheticsListTestsResponse> listTestsAsync(
36093612 *
36103613 * <p>See {@link #listTestsWithHttpInfo}.
36113614 *
3612- * @return PaginationIterable<SyntheticsTestDetails >
3615+ * @return PaginationIterable<SyntheticsTestDetailsWithoutSteps >
36133616 */
3614- public PaginationIterable <SyntheticsTestDetails > listTestsWithPagination () {
3617+ public PaginationIterable <SyntheticsTestDetailsWithoutSteps > listTestsWithPagination () {
36153618 ListTestsOptionalParameters parameters = new ListTestsOptionalParameters ();
36163619 return listTestsWithPagination (parameters );
36173620 }
@@ -3623,7 +3626,7 @@ public PaginationIterable<SyntheticsTestDetails> listTestsWithPagination() {
36233626 *
36243627 * @return SyntheticsListTestsResponse
36253628 */
3626- public PaginationIterable <SyntheticsTestDetails > listTestsWithPagination (
3629+ public PaginationIterable <SyntheticsTestDetailsWithoutSteps > listTestsWithPagination (
36273630 ListTestsOptionalParameters parameters ) {
36283631 String resultsPath = "getTests" ;
36293632 String valueGetterPath = "" ;
0 commit comments