Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43912,7 +43912,7 @@ components:
- algorithm
type: object
ObservabilityPipelineHttpClientDestinationCompressionAlgorithm:
description: Compression algorithm.
description: The compression algorithm used for HTTP client destinations.
enum:
- gzip
example: gzip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public ObservabilityPipelineHttpClientDestinationCompression algorithm(
}

/**
* Compression algorithm.
* The compression algorithm used for HTTP client destinations.
*
* @return algorithm
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.HashSet;
import java.util.Set;

/** Compression algorithm. */
/** The compression algorithm used for HTTP client destinations. */
@JsonSerialize(
using =
ObservabilityPipelineHttpClientDestinationCompressionAlgorithm
Expand Down
Loading