summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h')
-rw-r--r--src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h86
1 files changed, 86 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h b/src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h
new file mode 100644
index 000000000..f58b87f02
--- /dev/null
+++ b/src/fluent-bit/lib/fluent-otel-proto/proto_c/opentelemetry/proto/resource/v1/resource.pb-c.h
@@ -0,0 +1,86 @@
+/* Generated by the protocol buffer compiler. DO NOT EDIT! */
+/* Generated from: opentelemetry/proto/resource/v1/resource.proto */
+
+#ifndef PROTOBUF_C_opentelemetry_2fproto_2fresource_2fv1_2fresource_2eproto__INCLUDED
+#define PROTOBUF_C_opentelemetry_2fproto_2fresource_2fv1_2fresource_2eproto__INCLUDED
+
+#include <protobuf-c/protobuf-c.h>
+
+PROTOBUF_C__BEGIN_DECLS
+
+#if PROTOBUF_C_VERSION_NUMBER < 1003000
+# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
+#elif 1004001 < PROTOBUF_C_MIN_COMPILER_VERSION
+# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
+#endif
+
+#include "opentelemetry/proto/common/v1/common.pb-c.h"
+
+typedef struct Opentelemetry__Proto__Resource__V1__Resource Opentelemetry__Proto__Resource__V1__Resource;
+
+
+/* --- enums --- */
+
+
+/* --- messages --- */
+
+/*
+ * Resource information.
+ */
+struct Opentelemetry__Proto__Resource__V1__Resource
+{
+ ProtobufCMessage base;
+ /*
+ * Set of attributes that describe the resource.
+ * Attribute keys MUST be unique (it is not allowed to have more than one
+ * attribute with the same key).
+ */
+ size_t n_attributes;
+ Opentelemetry__Proto__Common__V1__KeyValue **attributes;
+ /*
+ * dropped_attributes_count is the number of dropped attributes. If the value is 0, then
+ * no attributes were dropped.
+ */
+ uint32_t dropped_attributes_count;
+};
+#define OPENTELEMETRY__PROTO__RESOURCE__V1__RESOURCE__INIT \
+ { PROTOBUF_C_MESSAGE_INIT (&opentelemetry__proto__resource__v1__resource__descriptor) \
+ , 0,NULL, 0 }
+
+
+/* Opentelemetry__Proto__Resource__V1__Resource methods */
+void opentelemetry__proto__resource__v1__resource__init
+ (Opentelemetry__Proto__Resource__V1__Resource *message);
+size_t opentelemetry__proto__resource__v1__resource__get_packed_size
+ (const Opentelemetry__Proto__Resource__V1__Resource *message);
+size_t opentelemetry__proto__resource__v1__resource__pack
+ (const Opentelemetry__Proto__Resource__V1__Resource *message,
+ uint8_t *out);
+size_t opentelemetry__proto__resource__v1__resource__pack_to_buffer
+ (const Opentelemetry__Proto__Resource__V1__Resource *message,
+ ProtobufCBuffer *buffer);
+Opentelemetry__Proto__Resource__V1__Resource *
+ opentelemetry__proto__resource__v1__resource__unpack
+ (ProtobufCAllocator *allocator,
+ size_t len,
+ const uint8_t *data);
+void opentelemetry__proto__resource__v1__resource__free_unpacked
+ (Opentelemetry__Proto__Resource__V1__Resource *message,
+ ProtobufCAllocator *allocator);
+/* --- per-message closures --- */
+
+typedef void (*Opentelemetry__Proto__Resource__V1__Resource_Closure)
+ (const Opentelemetry__Proto__Resource__V1__Resource *message,
+ void *closure_data);
+
+/* --- services --- */
+
+
+/* --- descriptors --- */
+
+extern const ProtobufCMessageDescriptor opentelemetry__proto__resource__v1__resource__descriptor;
+
+PROTOBUF_C__END_DECLS
+
+
+#endif /* PROTOBUF_C_opentelemetry_2fproto_2fresource_2fv1_2fresource_2eproto__INCLUDED */