Skip to content

Commit 05f84a3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 166fecc of spec repo (#605)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 79827cd commit 05f84a3

File tree

6 files changed

+300
-8
lines changed

6 files changed

+300
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2021-01-12 13:55:12.325856",
8-
"spec_repo_commit": "5570882"
7+
"regenerated": "2021-01-13 11:21:00.106464",
8+
"spec_repo_commit": "166fecc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-01-12 13:55:21.240694",
13-
"spec_repo_commit": "5570882"
12+
"regenerated": "2021-01-13 11:21:08.667923",
13+
"spec_repo_commit": "166fecc"
1414
}
1515
}
1616
}

api_docs/v1/UsageLogsHour.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Name | Type | Description | Notes
1111
**hour** | **OffsetDateTime** | The hour for the usage. | [optional]
1212
**indexedEventsCount** | **Long** | Contains the number of log events indexed. | [optional]
1313
**ingestedEventsBytes** | **Long** | Contains the number of log bytes ingested. | [optional]
14+
**logsLiveIndexedCount** | **Long** | Contains the number of live log events indexed (data available as of December 1, 2020). | [optional]
15+
**logsLiveIngestedBytes** | **Long** | Contains the number of live log bytes ingested (data available as of December 1, 2020). | [optional]
16+
**logsRehydratedIndexedCount** | **Long** | Contains the number of rehydrated log events indexed (data available as of December 1, 2020). | [optional]
17+
**logsRehydratedIngestedBytes** | **Long** | Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020). | [optional]
1418

1519

1620

api_docs/v1/UsageSummaryResponse.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ Name | Type | Description | Notes
2828
**infraHostTop99pSum** | **Long** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current months for all organizations. | [optional]
2929
**ingestedEventsBytesAggSum** | **Long** | Shows the sum of all log bytes ingested over all hours in the current months for all organizations. | [optional]
3030
**lastUpdated** | **OffsetDateTime** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]
31+
**liveIndexedEventsAggSum** | **Long** | Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
32+
**liveIngestedBytesAggSum** | **Long** | Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
3133
**mobileRumSessionCountAggSum** | **Long** | Shows the sum of all mobile RUM Sessions over all hours in the current months for all organizations. | [optional]
3234
**mobileRumSessionCountAndroidAggSum** | **Long** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current months for all organizations. | [optional]
3335
**mobileRumSessionCountIosAggSum** | **Long** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current months for all organizations. | [optional]
3436
**netflowIndexedEventsCountAggSum** | **Long** | Shows the sum of all Network flows indexed over all hours in the current months for all organizations. | [optional]
3537
**npmHostTop99pSum** | **Long** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current months for all organizations. | [optional]
3638
**profilingContainerAgentCountAvg** | **Long** | Shows the average number of profiled containers over all hours in the current months for all organizations. | [optional]
3739
**profilingHostCountTop99pSum** | **Long** | Shows the 99th percentile of all profiled hosts over all hours in the current months for all organizations. | [optional]
40+
**rehydratedIndexedEventsAggSum** | **Long** | Shows the sum of all rehydrated logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
41+
**rehydratedIngestedBytesAggSum** | **Long** | Shows the sum of all rehydrated logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
3842
**rumSessionCountAggSum** | **Long** | Shows the sum of all browser RUM Sessions over all hours in the current months for all organizations. | [optional]
3943
**rumTotalSessionCountAggSum** | **Long** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current months for all organizations. | [optional]
4044
**startDate** | **OffsetDateTime** | Shows the first date of usage in the current months for all organizations. | [optional]

src/main/java/com/datadog/api/v1/client/model/UsageLogsHour.java

Lines changed: 123 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
UsageLogsHour.JSON_PROPERTY_BILLABLE_INGESTED_BYTES,
3636
UsageLogsHour.JSON_PROPERTY_HOUR,
3737
UsageLogsHour.JSON_PROPERTY_INDEXED_EVENTS_COUNT,
38-
UsageLogsHour.JSON_PROPERTY_INGESTED_EVENTS_BYTES
38+
UsageLogsHour.JSON_PROPERTY_INGESTED_EVENTS_BYTES,
39+
UsageLogsHour.JSON_PROPERTY_LOGS_LIVE_INDEXED_COUNT,
40+
UsageLogsHour.JSON_PROPERTY_LOGS_LIVE_INGESTED_BYTES,
41+
UsageLogsHour.JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_COUNT,
42+
UsageLogsHour.JSON_PROPERTY_LOGS_REHYDRATED_INGESTED_BYTES
3943
})
4044
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
4145
public class UsageLogsHour {
@@ -51,6 +55,18 @@ public class UsageLogsHour {
5155
public static final String JSON_PROPERTY_INGESTED_EVENTS_BYTES = "ingested_events_bytes";
5256
private Long ingestedEventsBytes;
5357

58+
public static final String JSON_PROPERTY_LOGS_LIVE_INDEXED_COUNT = "logs_live_indexed_count";
59+
private Long logsLiveIndexedCount;
60+
61+
public static final String JSON_PROPERTY_LOGS_LIVE_INGESTED_BYTES = "logs_live_ingested_bytes";
62+
private Long logsLiveIngestedBytes;
63+
64+
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_COUNT = "logs_rehydrated_indexed_count";
65+
private Long logsRehydratedIndexedCount;
66+
67+
public static final String JSON_PROPERTY_LOGS_REHYDRATED_INGESTED_BYTES = "logs_rehydrated_ingested_bytes";
68+
private Long logsRehydratedIngestedBytes;
69+
5470

5571
public UsageLogsHour billableIngestedBytes(Long billableIngestedBytes) {
5672
this.billableIngestedBytes = billableIngestedBytes;
@@ -148,6 +164,102 @@ public void setIngestedEventsBytes(Long ingestedEventsBytes) {
148164
}
149165

150166

167+
public UsageLogsHour logsLiveIndexedCount(Long logsLiveIndexedCount) {
168+
this.logsLiveIndexedCount = logsLiveIndexedCount;
169+
return this;
170+
}
171+
172+
/**
173+
* Contains the number of live log events indexed (data available as of December 1, 2020).
174+
* @return logsLiveIndexedCount
175+
**/
176+
@javax.annotation.Nullable
177+
@ApiModelProperty(value = "Contains the number of live log events indexed (data available as of December 1, 2020).")
178+
@JsonProperty(JSON_PROPERTY_LOGS_LIVE_INDEXED_COUNT)
179+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
180+
181+
public Long getLogsLiveIndexedCount() {
182+
return logsLiveIndexedCount;
183+
}
184+
185+
186+
public void setLogsLiveIndexedCount(Long logsLiveIndexedCount) {
187+
this.logsLiveIndexedCount = logsLiveIndexedCount;
188+
}
189+
190+
191+
public UsageLogsHour logsLiveIngestedBytes(Long logsLiveIngestedBytes) {
192+
this.logsLiveIngestedBytes = logsLiveIngestedBytes;
193+
return this;
194+
}
195+
196+
/**
197+
* Contains the number of live log bytes ingested (data available as of December 1, 2020).
198+
* @return logsLiveIngestedBytes
199+
**/
200+
@javax.annotation.Nullable
201+
@ApiModelProperty(value = "Contains the number of live log bytes ingested (data available as of December 1, 2020).")
202+
@JsonProperty(JSON_PROPERTY_LOGS_LIVE_INGESTED_BYTES)
203+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
204+
205+
public Long getLogsLiveIngestedBytes() {
206+
return logsLiveIngestedBytes;
207+
}
208+
209+
210+
public void setLogsLiveIngestedBytes(Long logsLiveIngestedBytes) {
211+
this.logsLiveIngestedBytes = logsLiveIngestedBytes;
212+
}
213+
214+
215+
public UsageLogsHour logsRehydratedIndexedCount(Long logsRehydratedIndexedCount) {
216+
this.logsRehydratedIndexedCount = logsRehydratedIndexedCount;
217+
return this;
218+
}
219+
220+
/**
221+
* Contains the number of rehydrated log events indexed (data available as of December 1, 2020).
222+
* @return logsRehydratedIndexedCount
223+
**/
224+
@javax.annotation.Nullable
225+
@ApiModelProperty(value = "Contains the number of rehydrated log events indexed (data available as of December 1, 2020).")
226+
@JsonProperty(JSON_PROPERTY_LOGS_REHYDRATED_INDEXED_COUNT)
227+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
228+
229+
public Long getLogsRehydratedIndexedCount() {
230+
return logsRehydratedIndexedCount;
231+
}
232+
233+
234+
public void setLogsRehydratedIndexedCount(Long logsRehydratedIndexedCount) {
235+
this.logsRehydratedIndexedCount = logsRehydratedIndexedCount;
236+
}
237+
238+
239+
public UsageLogsHour logsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes) {
240+
this.logsRehydratedIngestedBytes = logsRehydratedIngestedBytes;
241+
return this;
242+
}
243+
244+
/**
245+
* Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).
246+
* @return logsRehydratedIngestedBytes
247+
**/
248+
@javax.annotation.Nullable
249+
@ApiModelProperty(value = "Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).")
250+
@JsonProperty(JSON_PROPERTY_LOGS_REHYDRATED_INGESTED_BYTES)
251+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
252+
253+
public Long getLogsRehydratedIngestedBytes() {
254+
return logsRehydratedIngestedBytes;
255+
}
256+
257+
258+
public void setLogsRehydratedIngestedBytes(Long logsRehydratedIngestedBytes) {
259+
this.logsRehydratedIngestedBytes = logsRehydratedIngestedBytes;
260+
}
261+
262+
151263
/**
152264
* Return true if this UsageLogsHour object is equal to o.
153265
*/
@@ -163,12 +275,16 @@ public boolean equals(Object o) {
163275
return Objects.equals(this.billableIngestedBytes, usageLogsHour.billableIngestedBytes) &&
164276
Objects.equals(this.hour, usageLogsHour.hour) &&
165277
Objects.equals(this.indexedEventsCount, usageLogsHour.indexedEventsCount) &&
166-
Objects.equals(this.ingestedEventsBytes, usageLogsHour.ingestedEventsBytes);
278+
Objects.equals(this.ingestedEventsBytes, usageLogsHour.ingestedEventsBytes) &&
279+
Objects.equals(this.logsLiveIndexedCount, usageLogsHour.logsLiveIndexedCount) &&
280+
Objects.equals(this.logsLiveIngestedBytes, usageLogsHour.logsLiveIngestedBytes) &&
281+
Objects.equals(this.logsRehydratedIndexedCount, usageLogsHour.logsRehydratedIndexedCount) &&
282+
Objects.equals(this.logsRehydratedIngestedBytes, usageLogsHour.logsRehydratedIngestedBytes);
167283
}
168284

169285
@Override
170286
public int hashCode() {
171-
return Objects.hash(billableIngestedBytes, hour, indexedEventsCount, ingestedEventsBytes);
287+
return Objects.hash(billableIngestedBytes, hour, indexedEventsCount, ingestedEventsBytes, logsLiveIndexedCount, logsLiveIngestedBytes, logsRehydratedIndexedCount, logsRehydratedIngestedBytes);
172288
}
173289

174290

@@ -180,6 +296,10 @@ public String toString() {
180296
sb.append(" hour: ").append(toIndentedString(hour)).append("\n");
181297
sb.append(" indexedEventsCount: ").append(toIndentedString(indexedEventsCount)).append("\n");
182298
sb.append(" ingestedEventsBytes: ").append(toIndentedString(ingestedEventsBytes)).append("\n");
299+
sb.append(" logsLiveIndexedCount: ").append(toIndentedString(logsLiveIndexedCount)).append("\n");
300+
sb.append(" logsLiveIngestedBytes: ").append(toIndentedString(logsLiveIngestedBytes)).append("\n");
301+
sb.append(" logsRehydratedIndexedCount: ").append(toIndentedString(logsRehydratedIndexedCount)).append("\n");
302+
sb.append(" logsRehydratedIngestedBytes: ").append(toIndentedString(logsRehydratedIngestedBytes)).append("\n");
183303
sb.append("}");
184304
return sb.toString();
185305
}

0 commit comments

Comments
 (0)