Skip to content

Commit

Permalink
Regenerate client from commit 7972edd of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 8, 2021
1 parent c5e6f7d commit e3fc105
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-07 06:42:42.931304",
"spec_repo_commit": "0eabb4b"
"regenerated": "2021-07-08 18:38:38.160905",
"spec_repo_commit": "7972edd"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-07 06:43:27.222501",
"spec_repo_commit": "0eabb4b"
"regenerated": "2021-07-08 18:39:17.303619",
"spec_repo_commit": "7972edd"
}
}
}
1 change: 1 addition & 0 deletions api_docs/v1/SyntheticsTestRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Object describing the Synthetic test request.

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowInsecure** | **Boolean** | Allows loading insecure content for an HTTP request in a multistep test step. | [optional]
**basicAuth** | [**SyntheticsBasicAuth**](SyntheticsBasicAuth.md) | | [optional]
**body** | **String** | Body to include in the test. | [optional]
**certificate** | [**SyntheticsTestRequestCertificate**](SyntheticsTestRequestCertificate.md) | | [optional]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
/** Object describing the Synthetic test request. */
@ApiModel(description = "Object describing the Synthetic test request.")
@JsonPropertyOrder({
SyntheticsTestRequest.JSON_PROPERTY_ALLOW_INSECURE,
SyntheticsTestRequest.JSON_PROPERTY_BASIC_AUTH,
SyntheticsTestRequest.JSON_PROPERTY_BODY,
SyntheticsTestRequest.JSON_PROPERTY_CERTIFICATE,
Expand All @@ -40,6 +41,9 @@
})
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class SyntheticsTestRequest {
public static final String JSON_PROPERTY_ALLOW_INSECURE = "allow_insecure";
private Boolean allowInsecure;

public static final String JSON_PROPERTY_BASIC_AUTH = "basicAuth";
private SyntheticsBasicAuth basicAuth;

Expand Down Expand Up @@ -85,6 +89,29 @@ public class SyntheticsTestRequest {
public static final String JSON_PROPERTY_URL = "url";
private String url;

public SyntheticsTestRequest allowInsecure(Boolean allowInsecure) {
this.allowInsecure = allowInsecure;
return this;
}

/**
* Allows loading insecure content for an HTTP request in a multistep test step.
*
* @return allowInsecure
*/
@javax.annotation.Nullable
@ApiModelProperty(
value = "Allows loading insecure content for an HTTP request in a multistep test step.")
@JsonProperty(JSON_PROPERTY_ALLOW_INSECURE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getAllowInsecure() {
return allowInsecure;
}

public void setAllowInsecure(Boolean allowInsecure) {
this.allowInsecure = allowInsecure;
}

public SyntheticsTestRequest basicAuth(SyntheticsBasicAuth basicAuth) {
this.basicAuth = basicAuth;
return this;
Expand Down Expand Up @@ -436,7 +463,8 @@ public boolean equals(Object o) {
return false;
}
SyntheticsTestRequest syntheticsTestRequest = (SyntheticsTestRequest) o;
return Objects.equals(this.basicAuth, syntheticsTestRequest.basicAuth)
return Objects.equals(this.allowInsecure, syntheticsTestRequest.allowInsecure)
&& Objects.equals(this.basicAuth, syntheticsTestRequest.basicAuth)
&& Objects.equals(this.body, syntheticsTestRequest.body)
&& Objects.equals(this.certificate, syntheticsTestRequest.certificate)
&& Objects.equals(this.dnsServer, syntheticsTestRequest.dnsServer)
Expand All @@ -456,6 +484,7 @@ public boolean equals(Object o) {
@Override
public int hashCode() {
return Objects.hash(
allowInsecure,
basicAuth,
body,
certificate,
Expand All @@ -477,6 +506,7 @@ public int hashCode() {
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class SyntheticsTestRequest {\n");
sb.append(" allowInsecure: ").append(toIndentedString(allowInsecure)).append("\n");
sb.append(" basicAuth: ").append(toIndentedString(basicAuth)).append("\n");
sb.append(" body: ").append(toIndentedString(body)).append("\n");
sb.append(" certificate: ").append(toIndentedString(certificate)).append("\n");
Expand Down
22 changes: 22 additions & 0 deletions src/main/java/com/datadog/api/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19798,6 +19798,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -19896,6 +19897,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -19935,6 +19937,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -19976,6 +19979,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20061,6 +20065,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20100,6 +20105,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20141,6 +20147,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20341,6 +20348,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20648,6 +20656,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -20747,6 +20756,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -21010,6 +21020,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -21790,6 +21801,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -21874,6 +21886,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -22345,6 +22358,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -22440,6 +22454,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -22715,6 +22730,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand All @@ -22724,6 +22740,10 @@ components:
numberOfPackets: 6
dnsServer: dnsServer
properties:
allow_insecure:
description: Allows loading insecure content for an HTTP request in a multistep
test step.
type: boolean
basicAuth:
$ref: '#/components/schemas/SyntheticsBasicAuth'
body:
Expand Down Expand Up @@ -29561,6 +29581,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down Expand Up @@ -29649,6 +29670,7 @@ components:
filename: filename
content: content
updatedAt: updatedAt
allow_insecure: true
body: body
timeout: 5.962133916683182
url: url
Expand Down
Loading

0 comments on commit e3fc105

Please sign in to comment.