Skip to content

Commit 1c7ee6e

Browse files
Resolve issue where the go client cannot resolve between memoryBuffer and memoryBufferSize options (#3181)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 2639971
1 parent 8f93039 commit 1c7ee6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

datadog_api_client.v2.model.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83057,10 +83057,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8305783057
<dl class="field-list simple">
8305883058
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
8305983059
<dd class="field-odd"><ul class="simple">
83060-
<li><p><strong>max_size</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum size of the disk buffer.</p></li>
83060+
<li><p><strong>max_size</strong> (<em>int</em>) – Maximum size of the disk buffer.</p></li>
8306183061
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_disk_type.ObservabilityPipelineBufferOptionsDiskType" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_disk_type.ObservabilityPipelineBufferOptionsDiskType"><em>ObservabilityPipelineBufferOptionsDiskType</em></a><em>, </em><em>optional</em>) – The type of the buffer that will be configured, a disk buffer.</p></li>
8306283062
<li><p><strong>when_full</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull"><em>ObservabilityPipelineBufferOptionsWhenFull</em></a><em>, </em><em>optional</em>) – Behavior when the buffer is full (block and stop accepting new events, or drop new events)</p></li>
83063-
<li><p><strong>max_events</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum events for the memory buffer.</p></li>
83063+
<li><p><strong>max_events</strong> (<em>int</em>) – Maximum events for the memory buffer.</p></li>
8306483064
</ul>
8306583065
</dd>
8306683066
</dl>
@@ -84200,7 +84200,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8420084200
<dl class="field-list simple">
8420184201
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
8420284202
<dd class="field-odd"><ul class="simple">
84203-
<li><p><strong>max_size</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum size of the disk buffer.</p></li>
84203+
<li><p><strong>max_size</strong> (<em>int</em>) – Maximum size of the disk buffer.</p></li>
8420484204
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_disk_type.ObservabilityPipelineBufferOptionsDiskType" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_disk_type.ObservabilityPipelineBufferOptionsDiskType"><em>ObservabilityPipelineBufferOptionsDiskType</em></a><em>, </em><em>optional</em>) – The type of the buffer that will be configured, a disk buffer.</p></li>
8420584205
<li><p><strong>when_full</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull"><em>ObservabilityPipelineBufferOptionsWhenFull</em></a><em>, </em><em>optional</em>) – Behavior when the buffer is full (block and stop accepting new events, or drop new events)</p></li>
8420684206
</ul>
@@ -86023,7 +86023,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8602386023
<dl class="field-list simple">
8602486024
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
8602586025
<dd class="field-odd"><ul class="simple">
86026-
<li><p><strong>max_size</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum size of the memory buffer.</p></li>
86026+
<li><p><strong>max_size</strong> (<em>int</em>) – Maximum size of the memory buffer.</p></li>
8602786027
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_memory_type.ObservabilityPipelineBufferOptionsMemoryType" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_memory_type.ObservabilityPipelineBufferOptionsMemoryType"><em>ObservabilityPipelineBufferOptionsMemoryType</em></a><em>, </em><em>optional</em>) – The type of the buffer that will be configured, a memory buffer.</p></li>
8602886028
<li><p><strong>when_full</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull"><em>ObservabilityPipelineBufferOptionsWhenFull</em></a><em>, </em><em>optional</em>) – Behavior when the buffer is full (block and stop accepting new events, or drop new events)</p></li>
8602986029
</ul>
@@ -86045,7 +86045,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8604586045
<dl class="field-list simple">
8604686046
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
8604786047
<dd class="field-odd"><ul class="simple">
86048-
<li><p><strong>max_events</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum events for the memory buffer.</p></li>
86048+
<li><p><strong>max_events</strong> (<em>int</em>) – Maximum events for the memory buffer.</p></li>
8604986049
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_memory_type.ObservabilityPipelineBufferOptionsMemoryType" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_memory_type.ObservabilityPipelineBufferOptionsMemoryType"><em>ObservabilityPipelineBufferOptionsMemoryType</em></a><em>, </em><em>optional</em>) – The type of the buffer that will be configured, a memory buffer.</p></li>
8605086050
<li><p><strong>when_full</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull" title="datadog_api_client.v2.model.observability_pipeline_buffer_options_when_full.ObservabilityPipelineBufferOptionsWhenFull"><em>ObservabilityPipelineBufferOptionsWhenFull</em></a><em>, </em><em>optional</em>) – Behavior when the buffer is full (block and stop accepting new events, or drop new events)</p></li>
8605186051
</ul>

0 commit comments

Comments
 (0)