From b09f3b42a40f061be45533024136d0514ca57369 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 5 Aug 2026 08:01:47 +0000 Subject: [PATCH] Regenerate client from commit 45a1c20 of spec repo --- .generator/schemas/v2/openapi.yaml | 39 ++------- .../model/FleetAgentConfigurationFilesV2.java | 58 +------------ .../v2/model/FleetAgentInfoDetailsV2.java | 30 ------- .../v2/model/FleetAgentV2Attributes.java | 30 ------- .../v2/model/FleetConfigurationFileV2.java | 32 +------ .../v2/model/FleetConfigurationLayer.java | 30 ------- ...DeploymentConfigureV2DryRunAttributes.java | 2 +- .../v2/model/FleetIntegrationsByStatusV2.java | 86 +------------------ .../model/FleetScheduleV2RecurrenceRule.java | 2 +- 9 files changed, 11 insertions(+), 298 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d8f50ea9305..9bc4bd3a2cf 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -38720,10 +38720,6 @@ components: $ref: "#/components/schemas/FleetConfigurationLayer" application_monitoring_configuration: $ref: "#/components/schemas/FleetConfigurationLayer" - datadog_agent_key: - description: The unique agent key identifier. - example: "a1b2c3d4e5f67890a1b2c3d4e5f67890" - type: string otel_collectors_configuration: description: >- Configuration for OpenTelemetry collectors associated with the agent. Present only when the agent has associated OpenTelemetry collectors. @@ -38734,9 +38730,6 @@ components: $ref: "#/components/schemas/FleetConfigurationLayer" system_probe_configuration: $ref: "#/components/schemas/FleetConfigurationLayer" - version: - description: The configuration version. - type: string type: object FleetAgentDetailV2: description: Detailed information about a specific Datadog Agent. @@ -38896,9 +38889,6 @@ components: description: An OpenTelemetry collector distribution. type: string type: array - otel_collector_version: - description: OpenTelemetry collector version (if applicable). - type: string otel_collector_versions: description: List of OpenTelemetry collector versions (if applicable). items: @@ -39082,10 +39072,6 @@ components: description: An OpenTelemetry collector distribution. type: string type: array - otel_collector_version: - description: The primary OpenTelemetry collector version, if applicable. - example: "0.91.0" - type: string otel_collector_versions: description: All OpenTelemetry collector versions associated with the agent. items: @@ -39257,9 +39243,6 @@ components: description: Name of the configuration file. example: "postgres.yaml" type: string - fleet_hash: - description: Hash of the configuration file as applied by fleet management. - type: string type: object FleetConfigurationLayer: description: Configuration information organized by layers. @@ -39273,9 +39256,6 @@ components: file_configuration: description: Configuration from files. type: string - parsed_configuration: - description: Parsed configuration output. - type: string remote_configuration: description: Remote configuration settings. type: string @@ -39418,7 +39398,7 @@ components: example: "env:prod AND service:web" type: string total_hosts: - description: Total number of hosts targeted by the dry run. + description: Total number of hosts targeted by this deployment. example: 42 format: int64 type: integer @@ -40042,25 +40022,16 @@ components: FleetIntegrationsByStatusV2: description: Integrations organized by their status. properties: - cluster_name: - description: The Kubernetes cluster name, if the agent runs in a cluster. - type: string configuration_files: description: Configuration files for integrations. items: $ref: "#/components/schemas/FleetConfigurationFileV2" type: array - datadog_agent_key: - description: The unique agent key identifier. - type: string error_integrations: description: Integrations with errors. items: $ref: "#/components/schemas/FleetIntegrationDetailsV2" type: array - k8s_cluster_key: - description: The Kubernetes cluster key, if the agent runs in a cluster. - type: string missing_integrations: description: Detected but not configured integrations. items: @@ -40434,9 +40405,9 @@ components: type: integer start_maintenance_window: description: |- - Start time of the maintenance window in 24-hour clock format (HH:MM). + Start time of the maintenance window in 24-hour clock format (HHMM). Deployments are triggered at this time on the specified days. - example: "02:00" + example: "0200" type: string timezone: description: Timezone in IANA Time Zone Database format. @@ -143258,7 +143229,7 @@ paths: - Wed interval: 1 maintenance_window_duration: 120 - start_maintenance_window: "02:00" + start_maintenance_window: "0200" timezone: America/New_York status: active updated_at: "2023-11-14T22:13:19Z" @@ -143324,7 +143295,7 @@ paths: - Wed interval: 1 maintenance_window_duration: 120 - start_maintenance_window: "02:00" + start_maintenance_window: "0200" timezone: America/New_York status: active updated_at: "2023-11-14T22:13:19Z" diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetAgentConfigurationFilesV2.java b/src/main/java/com/datadog/api/client/v2/model/FleetAgentConfigurationFilesV2.java index dad0d42d9c8..c8f557aebb9 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetAgentConfigurationFilesV2.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetAgentConfigurationFilesV2.java @@ -22,11 +22,9 @@ @JsonPropertyOrder({ FleetAgentConfigurationFilesV2.JSON_PROPERTY_AGENT_CONFIGURATION, FleetAgentConfigurationFilesV2.JSON_PROPERTY_APPLICATION_MONITORING_CONFIGURATION, - FleetAgentConfigurationFilesV2.JSON_PROPERTY_DATADOG_AGENT_KEY, FleetAgentConfigurationFilesV2.JSON_PROPERTY_OTEL_COLLECTORS_CONFIGURATION, FleetAgentConfigurationFilesV2.JSON_PROPERTY_SECURITY_AGENT_CONFIGURATION, - FleetAgentConfigurationFilesV2.JSON_PROPERTY_SYSTEM_PROBE_CONFIGURATION, - FleetAgentConfigurationFilesV2.JSON_PROPERTY_VERSION + FleetAgentConfigurationFilesV2.JSON_PROPERTY_SYSTEM_PROBE_CONFIGURATION }) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -39,9 +37,6 @@ public class FleetAgentConfigurationFilesV2 { "application_monitoring_configuration"; private FleetConfigurationLayer applicationMonitoringConfiguration; - public static final String JSON_PROPERTY_DATADOG_AGENT_KEY = "datadog_agent_key"; - private String datadogAgentKey; - public static final String JSON_PROPERTY_OTEL_COLLECTORS_CONFIGURATION = "otel_collectors_configuration"; private List otelCollectorsConfiguration = null; @@ -54,9 +49,6 @@ public class FleetAgentConfigurationFilesV2 { "system_probe_configuration"; private FleetConfigurationLayer systemProbeConfiguration; - public static final String JSON_PROPERTY_VERSION = "version"; - private String version; - public FleetAgentConfigurationFilesV2 agentConfiguration( FleetConfigurationLayer agentConfiguration) { this.agentConfiguration = agentConfiguration; @@ -110,27 +102,6 @@ public void setApplicationMonitoringConfiguration( } } - public FleetAgentConfigurationFilesV2 datadogAgentKey(String datadogAgentKey) { - this.datadogAgentKey = datadogAgentKey; - return this; - } - - /** - * The unique agent key identifier. - * - * @return datadogAgentKey - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_DATADOG_AGENT_KEY) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getDatadogAgentKey() { - return datadogAgentKey; - } - - public void setDatadogAgentKey(String datadogAgentKey) { - this.datadogAgentKey = datadogAgentKey; - } - public FleetAgentConfigurationFilesV2 otelCollectorsConfiguration( List otelCollectorsConfiguration) { this.otelCollectorsConfiguration = otelCollectorsConfiguration; @@ -227,27 +198,6 @@ public void setSystemProbeConfiguration(FleetConfigurationLayer systemProbeConfi } } - public FleetAgentConfigurationFilesV2 version(String version) { - this.version = version; - return this; - } - - /** - * The configuration version. - * - * @return version - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_VERSION) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getVersion() { - return version; - } - - public void setVersion(String version) { - this.version = version; - } - /** * A container for additional, undeclared properties. This is a holder for any undeclared * properties as specified with the 'additionalProperties' keyword in the OAS document. @@ -310,7 +260,6 @@ public boolean equals(Object o) { && Objects.equals( this.applicationMonitoringConfiguration, fleetAgentConfigurationFilesV2.applicationMonitoringConfiguration) - && Objects.equals(this.datadogAgentKey, fleetAgentConfigurationFilesV2.datadogAgentKey) && Objects.equals( this.otelCollectorsConfiguration, fleetAgentConfigurationFilesV2.otelCollectorsConfiguration) @@ -319,7 +268,6 @@ public boolean equals(Object o) { fleetAgentConfigurationFilesV2.securityAgentConfiguration) && Objects.equals( this.systemProbeConfiguration, fleetAgentConfigurationFilesV2.systemProbeConfiguration) - && Objects.equals(this.version, fleetAgentConfigurationFilesV2.version) && Objects.equals( this.additionalProperties, fleetAgentConfigurationFilesV2.additionalProperties); } @@ -329,11 +277,9 @@ public int hashCode() { return Objects.hash( agentConfiguration, applicationMonitoringConfiguration, - datadogAgentKey, otelCollectorsConfiguration, securityAgentConfiguration, systemProbeConfiguration, - version, additionalProperties); } @@ -345,7 +291,6 @@ public String toString() { sb.append(" applicationMonitoringConfiguration: ") .append(toIndentedString(applicationMonitoringConfiguration)) .append("\n"); - sb.append(" datadogAgentKey: ").append(toIndentedString(datadogAgentKey)).append("\n"); sb.append(" otelCollectorsConfiguration: ") .append(toIndentedString(otelCollectorsConfiguration)) .append("\n"); @@ -355,7 +300,6 @@ public String toString() { sb.append(" systemProbeConfiguration: ") .append(toIndentedString(systemProbeConfiguration)) .append("\n"); - sb.append(" version: ").append(toIndentedString(version)).append("\n"); sb.append(" additionalProperties: ") .append(toIndentedString(additionalProperties)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetAgentInfoDetailsV2.java b/src/main/java/com/datadog/api/client/v2/model/FleetAgentInfoDetailsV2.java index e1f6d29a39b..68bd8067303 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetAgentInfoDetailsV2.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetAgentInfoDetailsV2.java @@ -47,7 +47,6 @@ FleetAgentInfoDetailsV2.JSON_PROPERTY_OS_VERSION, FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_COLLECTOR_DEPLOYMENT_TYPES, FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_COLLECTOR_DISTRIBUTIONS, - FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_COLLECTOR_VERSION, FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_COLLECTOR_VERSIONS, FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_COLLECTORS, FleetAgentInfoDetailsV2.JSON_PROPERTY_OTEL_RESOURCE_ATTRIBUTES, @@ -151,9 +150,6 @@ public class FleetAgentInfoDetailsV2 { "otel_collector_distributions"; private List otelCollectorDistributions = null; - public static final String JSON_PROPERTY_OTEL_COLLECTOR_VERSION = "otel_collector_version"; - private String otelCollectorVersion; - public static final String JSON_PROPERTY_OTEL_COLLECTOR_VERSIONS = "otel_collector_versions"; private List otelCollectorVersions = null; @@ -822,27 +818,6 @@ public void setOtelCollectorDistributions(List otelCollectorDistribution this.otelCollectorDistributions = otelCollectorDistributions; } - public FleetAgentInfoDetailsV2 otelCollectorVersion(String otelCollectorVersion) { - this.otelCollectorVersion = otelCollectorVersion; - return this; - } - - /** - * OpenTelemetry collector version (if applicable). - * - * @return otelCollectorVersion - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_OTEL_COLLECTOR_VERSION) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getOtelCollectorVersion() { - return otelCollectorVersion; - } - - public void setOtelCollectorVersion(String otelCollectorVersion) { - this.otelCollectorVersion = otelCollectorVersion; - } - public FleetAgentInfoDetailsV2 otelCollectorVersions(List otelCollectorVersions) { this.otelCollectorVersions = otelCollectorVersions; return this; @@ -1253,7 +1228,6 @@ public boolean equals(Object o) { this.otelCollectorDeploymentTypes, fleetAgentInfoDetailsV2.otelCollectorDeploymentTypes) && Objects.equals( this.otelCollectorDistributions, fleetAgentInfoDetailsV2.otelCollectorDistributions) - && Objects.equals(this.otelCollectorVersion, fleetAgentInfoDetailsV2.otelCollectorVersion) && Objects.equals(this.otelCollectorVersions, fleetAgentInfoDetailsV2.otelCollectorVersions) && Objects.equals(this.otelCollectors, fleetAgentInfoDetailsV2.otelCollectors) && Objects.equals( @@ -1302,7 +1276,6 @@ public int hashCode() { osVersion, otelCollectorDeploymentTypes, otelCollectorDistributions, - otelCollectorVersion, otelCollectorVersions, otelCollectors, otelResourceAttributes, @@ -1360,9 +1333,6 @@ public String toString() { sb.append(" otelCollectorDistributions: ") .append(toIndentedString(otelCollectorDistributions)) .append("\n"); - sb.append(" otelCollectorVersion: ") - .append(toIndentedString(otelCollectorVersion)) - .append("\n"); sb.append(" otelCollectorVersions: ") .append(toIndentedString(otelCollectorVersions)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetAgentV2Attributes.java b/src/main/java/com/datadog/api/client/v2/model/FleetAgentV2Attributes.java index 58eb92b7fa8..784b9100f22 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetAgentV2Attributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetAgentV2Attributes.java @@ -42,7 +42,6 @@ FleetAgentV2Attributes.JSON_PROPERTY_OS, FleetAgentV2Attributes.JSON_PROPERTY_OTEL_COLLECTOR_DEPLOYMENT_TYPES, FleetAgentV2Attributes.JSON_PROPERTY_OTEL_COLLECTOR_DISTRIBUTIONS, - FleetAgentV2Attributes.JSON_PROPERTY_OTEL_COLLECTOR_VERSION, FleetAgentV2Attributes.JSON_PROPERTY_OTEL_COLLECTOR_VERSIONS, FleetAgentV2Attributes.JSON_PROPERTY_OTEL_RESOURCE_ATTRIBUTES, FleetAgentV2Attributes.JSON_PROPERTY_POD_NAME, @@ -126,9 +125,6 @@ public class FleetAgentV2Attributes { "otel_collector_distributions"; private List otelCollectorDistributions = null; - public static final String JSON_PROPERTY_OTEL_COLLECTOR_VERSION = "otel_collector_version"; - private String otelCollectorVersion; - public static final String JSON_PROPERTY_OTEL_COLLECTOR_VERSIONS = "otel_collector_versions"; private List otelCollectorVersions = null; @@ -682,27 +678,6 @@ public void setOtelCollectorDistributions(List otelCollectorDistribution this.otelCollectorDistributions = otelCollectorDistributions; } - public FleetAgentV2Attributes otelCollectorVersion(String otelCollectorVersion) { - this.otelCollectorVersion = otelCollectorVersion; - return this; - } - - /** - * The primary OpenTelemetry collector version, if applicable. - * - * @return otelCollectorVersion - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_OTEL_COLLECTOR_VERSION) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getOtelCollectorVersion() { - return otelCollectorVersion; - } - - public void setOtelCollectorVersion(String otelCollectorVersion) { - this.otelCollectorVersion = otelCollectorVersion; - } - public FleetAgentV2Attributes otelCollectorVersions(List otelCollectorVersions) { this.otelCollectorVersions = otelCollectorVersions; return this; @@ -997,7 +972,6 @@ public boolean equals(Object o) { this.otelCollectorDeploymentTypes, fleetAgentV2Attributes.otelCollectorDeploymentTypes) && Objects.equals( this.otelCollectorDistributions, fleetAgentV2Attributes.otelCollectorDistributions) - && Objects.equals(this.otelCollectorVersion, fleetAgentV2Attributes.otelCollectorVersion) && Objects.equals(this.otelCollectorVersions, fleetAgentV2Attributes.otelCollectorVersions) && Objects.equals( this.otelResourceAttributes, fleetAgentV2Attributes.otelResourceAttributes) @@ -1035,7 +1009,6 @@ public int hashCode() { os, otelCollectorDeploymentTypes, otelCollectorDistributions, - otelCollectorVersion, otelCollectorVersions, otelResourceAttributes, podName, @@ -1085,9 +1058,6 @@ public String toString() { sb.append(" otelCollectorDistributions: ") .append(toIndentedString(otelCollectorDistributions)) .append("\n"); - sb.append(" otelCollectorVersion: ") - .append(toIndentedString(otelCollectorVersion)) - .append("\n"); sb.append(" otelCollectorVersions: ") .append(toIndentedString(otelCollectorVersions)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationFileV2.java b/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationFileV2.java index 880ee8a91a1..cab4d9cd348 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationFileV2.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationFileV2.java @@ -21,8 +21,7 @@ FleetConfigurationFileV2.JSON_PROPERTY_AGENT_HASH, FleetConfigurationFileV2.JSON_PROPERTY_FILE_CONTENT, FleetConfigurationFileV2.JSON_PROPERTY_FILE_PATH, - FleetConfigurationFileV2.JSON_PROPERTY_FILENAME, - FleetConfigurationFileV2.JSON_PROPERTY_FLEET_HASH + FleetConfigurationFileV2.JSON_PROPERTY_FILENAME }) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -40,9 +39,6 @@ public class FleetConfigurationFileV2 { public static final String JSON_PROPERTY_FILENAME = "filename"; private String filename; - public static final String JSON_PROPERTY_FLEET_HASH = "fleet_hash"; - private String fleetHash; - public FleetConfigurationFileV2 agentHash(String agentHash) { this.agentHash = agentHash; return this; @@ -127,27 +123,6 @@ public void setFilename(String filename) { this.filename = filename; } - public FleetConfigurationFileV2 fleetHash(String fleetHash) { - this.fleetHash = fleetHash; - return this; - } - - /** - * Hash of the configuration file as applied by fleet management. - * - * @return fleetHash - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_FLEET_HASH) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getFleetHash() { - return fleetHash; - } - - public void setFleetHash(String fleetHash) { - this.fleetHash = fleetHash; - } - /** * A container for additional, undeclared properties. This is a holder for any undeclared * properties as specified with the 'additionalProperties' keyword in the OAS document. @@ -208,14 +183,12 @@ public boolean equals(Object o) { && Objects.equals(this.fileContent, fleetConfigurationFileV2.fileContent) && Objects.equals(this.filePath, fleetConfigurationFileV2.filePath) && Objects.equals(this.filename, fleetConfigurationFileV2.filename) - && Objects.equals(this.fleetHash, fleetConfigurationFileV2.fleetHash) && Objects.equals(this.additionalProperties, fleetConfigurationFileV2.additionalProperties); } @Override public int hashCode() { - return Objects.hash( - agentHash, fileContent, filePath, filename, fleetHash, additionalProperties); + return Objects.hash(agentHash, fileContent, filePath, filename, additionalProperties); } @Override @@ -226,7 +199,6 @@ public String toString() { sb.append(" fileContent: ").append(toIndentedString(fileContent)).append("\n"); sb.append(" filePath: ").append(toIndentedString(filePath)).append("\n"); sb.append(" filename: ").append(toIndentedString(filename)).append("\n"); - sb.append(" fleetHash: ").append(toIndentedString(fleetHash)).append("\n"); sb.append(" additionalProperties: ") .append(toIndentedString(additionalProperties)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationLayer.java b/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationLayer.java index 83479f58b82..0d3a5a3adc2 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationLayer.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetConfigurationLayer.java @@ -21,7 +21,6 @@ FleetConfigurationLayer.JSON_PROPERTY_COMPILED_CONFIGURATION, FleetConfigurationLayer.JSON_PROPERTY_ENV_CONFIGURATION, FleetConfigurationLayer.JSON_PROPERTY_FILE_CONFIGURATION, - FleetConfigurationLayer.JSON_PROPERTY_PARSED_CONFIGURATION, FleetConfigurationLayer.JSON_PROPERTY_REMOTE_CONFIGURATION, FleetConfigurationLayer.JSON_PROPERTY_RUNTIME_CONFIGURATION }) @@ -38,9 +37,6 @@ public class FleetConfigurationLayer { public static final String JSON_PROPERTY_FILE_CONFIGURATION = "file_configuration"; private String fileConfiguration; - public static final String JSON_PROPERTY_PARSED_CONFIGURATION = "parsed_configuration"; - private String parsedConfiguration; - public static final String JSON_PROPERTY_REMOTE_CONFIGURATION = "remote_configuration"; private String remoteConfiguration; @@ -110,27 +106,6 @@ public void setFileConfiguration(String fileConfiguration) { this.fileConfiguration = fileConfiguration; } - public FleetConfigurationLayer parsedConfiguration(String parsedConfiguration) { - this.parsedConfiguration = parsedConfiguration; - return this; - } - - /** - * Parsed configuration output. - * - * @return parsedConfiguration - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_PARSED_CONFIGURATION) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getParsedConfiguration() { - return parsedConfiguration; - } - - public void setParsedConfiguration(String parsedConfiguration) { - this.parsedConfiguration = parsedConfiguration; - } - public FleetConfigurationLayer remoteConfiguration(String remoteConfiguration) { this.remoteConfiguration = remoteConfiguration; return this; @@ -232,7 +207,6 @@ public boolean equals(Object o) { return Objects.equals(this.compiledConfiguration, fleetConfigurationLayer.compiledConfiguration) && Objects.equals(this.envConfiguration, fleetConfigurationLayer.envConfiguration) && Objects.equals(this.fileConfiguration, fleetConfigurationLayer.fileConfiguration) - && Objects.equals(this.parsedConfiguration, fleetConfigurationLayer.parsedConfiguration) && Objects.equals(this.remoteConfiguration, fleetConfigurationLayer.remoteConfiguration) && Objects.equals(this.runtimeConfiguration, fleetConfigurationLayer.runtimeConfiguration) && Objects.equals(this.additionalProperties, fleetConfigurationLayer.additionalProperties); @@ -244,7 +218,6 @@ public int hashCode() { compiledConfiguration, envConfiguration, fileConfiguration, - parsedConfiguration, remoteConfiguration, runtimeConfiguration, additionalProperties); @@ -259,9 +232,6 @@ public String toString() { .append("\n"); sb.append(" envConfiguration: ").append(toIndentedString(envConfiguration)).append("\n"); sb.append(" fileConfiguration: ").append(toIndentedString(fileConfiguration)).append("\n"); - sb.append(" parsedConfiguration: ") - .append(toIndentedString(parsedConfiguration)) - .append("\n"); sb.append(" remoteConfiguration: ") .append(toIndentedString(remoteConfiguration)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetDeploymentConfigureV2DryRunAttributes.java b/src/main/java/com/datadog/api/client/v2/model/FleetDeploymentConfigureV2DryRunAttributes.java index ebde5c6319c..5337c2da872 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetDeploymentConfigureV2DryRunAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetDeploymentConfigureV2DryRunAttributes.java @@ -88,7 +88,7 @@ public FleetDeploymentConfigureV2DryRunAttributes totalHosts(Long totalHosts) { } /** - * Total number of hosts targeted by the dry run. + * Total number of hosts targeted by this deployment. * * @return totalHosts */ diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetIntegrationsByStatusV2.java b/src/main/java/com/datadog/api/client/v2/model/FleetIntegrationsByStatusV2.java index 13251f2a9b3..be18ce0ad8f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetIntegrationsByStatusV2.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetIntegrationsByStatusV2.java @@ -20,11 +20,8 @@ /** Integrations organized by their status. */ @JsonPropertyOrder({ - FleetIntegrationsByStatusV2.JSON_PROPERTY_CLUSTER_NAME, FleetIntegrationsByStatusV2.JSON_PROPERTY_CONFIGURATION_FILES, - FleetIntegrationsByStatusV2.JSON_PROPERTY_DATADOG_AGENT_KEY, FleetIntegrationsByStatusV2.JSON_PROPERTY_ERROR_INTEGRATIONS, - FleetIntegrationsByStatusV2.JSON_PROPERTY_K8S_CLUSTER_KEY, FleetIntegrationsByStatusV2.JSON_PROPERTY_MISSING_INTEGRATIONS, FleetIntegrationsByStatusV2.JSON_PROPERTY_WARNING_INTEGRATIONS, FleetIntegrationsByStatusV2.JSON_PROPERTY_WORKING_INTEGRATIONS @@ -33,21 +30,12 @@ value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetIntegrationsByStatusV2 { @JsonIgnore public boolean unparsed = false; - public static final String JSON_PROPERTY_CLUSTER_NAME = "cluster_name"; - private String clusterName; - public static final String JSON_PROPERTY_CONFIGURATION_FILES = "configuration_files"; private List configurationFiles = null; - public static final String JSON_PROPERTY_DATADOG_AGENT_KEY = "datadog_agent_key"; - private String datadogAgentKey; - public static final String JSON_PROPERTY_ERROR_INTEGRATIONS = "error_integrations"; private List errorIntegrations = null; - public static final String JSON_PROPERTY_K8S_CLUSTER_KEY = "k8s_cluster_key"; - private String k8sClusterKey; - public static final String JSON_PROPERTY_MISSING_INTEGRATIONS = "missing_integrations"; private List missingIntegrations = null; @@ -57,27 +45,6 @@ public class FleetIntegrationsByStatusV2 { public static final String JSON_PROPERTY_WORKING_INTEGRATIONS = "working_integrations"; private List workingIntegrations = null; - public FleetIntegrationsByStatusV2 clusterName(String clusterName) { - this.clusterName = clusterName; - return this; - } - - /** - * The Kubernetes cluster name, if the agent runs in a cluster. - * - * @return clusterName - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_CLUSTER_NAME) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getClusterName() { - return clusterName; - } - - public void setClusterName(String clusterName) { - this.clusterName = clusterName; - } - public FleetIntegrationsByStatusV2 configurationFiles( List configurationFiles) { this.configurationFiles = configurationFiles; @@ -120,27 +87,6 @@ public void setConfigurationFiles(List configurationFi } } - public FleetIntegrationsByStatusV2 datadogAgentKey(String datadogAgentKey) { - this.datadogAgentKey = datadogAgentKey; - return this; - } - - /** - * The unique agent key identifier. - * - * @return datadogAgentKey - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_DATADOG_AGENT_KEY) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getDatadogAgentKey() { - return datadogAgentKey; - } - - public void setDatadogAgentKey(String datadogAgentKey) { - this.datadogAgentKey = datadogAgentKey; - } - public FleetIntegrationsByStatusV2 errorIntegrations( List errorIntegrations) { this.errorIntegrations = errorIntegrations; @@ -183,27 +129,6 @@ public void setErrorIntegrations(List errorIntegratio } } - public FleetIntegrationsByStatusV2 k8sClusterKey(String k8sClusterKey) { - this.k8sClusterKey = k8sClusterKey; - return this; - } - - /** - * The Kubernetes cluster key, if the agent runs in a cluster. - * - * @return k8sClusterKey - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_K8S_CLUSTER_KEY) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public String getK8sClusterKey() { - return k8sClusterKey; - } - - public void setK8sClusterKey(String k8sClusterKey) { - this.k8sClusterKey = k8sClusterKey; - } - public FleetIntegrationsByStatusV2 missingIntegrations( List missingIntegrations) { this.missingIntegrations = missingIntegrations; @@ -386,11 +311,8 @@ public boolean equals(Object o) { return false; } FleetIntegrationsByStatusV2 fleetIntegrationsByStatusV2 = (FleetIntegrationsByStatusV2) o; - return Objects.equals(this.clusterName, fleetIntegrationsByStatusV2.clusterName) - && Objects.equals(this.configurationFiles, fleetIntegrationsByStatusV2.configurationFiles) - && Objects.equals(this.datadogAgentKey, fleetIntegrationsByStatusV2.datadogAgentKey) + return Objects.equals(this.configurationFiles, fleetIntegrationsByStatusV2.configurationFiles) && Objects.equals(this.errorIntegrations, fleetIntegrationsByStatusV2.errorIntegrations) - && Objects.equals(this.k8sClusterKey, fleetIntegrationsByStatusV2.k8sClusterKey) && Objects.equals(this.missingIntegrations, fleetIntegrationsByStatusV2.missingIntegrations) && Objects.equals(this.warningIntegrations, fleetIntegrationsByStatusV2.warningIntegrations) && Objects.equals(this.workingIntegrations, fleetIntegrationsByStatusV2.workingIntegrations) @@ -401,11 +323,8 @@ public boolean equals(Object o) { @Override public int hashCode() { return Objects.hash( - clusterName, configurationFiles, - datadogAgentKey, errorIntegrations, - k8sClusterKey, missingIntegrations, warningIntegrations, workingIntegrations, @@ -416,11 +335,8 @@ public int hashCode() { public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class FleetIntegrationsByStatusV2 {\n"); - sb.append(" clusterName: ").append(toIndentedString(clusterName)).append("\n"); sb.append(" configurationFiles: ").append(toIndentedString(configurationFiles)).append("\n"); - sb.append(" datadogAgentKey: ").append(toIndentedString(datadogAgentKey)).append("\n"); sb.append(" errorIntegrations: ").append(toIndentedString(errorIntegrations)).append("\n"); - sb.append(" k8sClusterKey: ").append(toIndentedString(k8sClusterKey)).append("\n"); sb.append(" missingIntegrations: ") .append(toIndentedString(missingIntegrations)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/model/FleetScheduleV2RecurrenceRule.java b/src/main/java/com/datadog/api/client/v2/model/FleetScheduleV2RecurrenceRule.java index 8cc4ab5b941..3d207793cb1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/FleetScheduleV2RecurrenceRule.java +++ b/src/main/java/com/datadog/api/client/v2/model/FleetScheduleV2RecurrenceRule.java @@ -125,7 +125,7 @@ public FleetScheduleV2RecurrenceRule startMaintenanceWindow(String startMaintena } /** - * Start time of the maintenance window in 24-hour clock format (HH:MM). Deployments are triggered + * Start time of the maintenance window in 24-hour clock format (HHMM). Deployments are triggered * at this time on the specified days. * * @return startMaintenanceWindow