@@ -244,7 +244,7 @@ var profile = &messageStruct{
244244 returnMessage : valueType ,
245245 },
246246 & SliceField {
247- fieldName : "Sample " ,
247+ fieldName : "Samples " ,
248248 protoID : 2 ,
249249 protoType : proto .TypeMessage ,
250250 returnSlice : sampleSlice ,
@@ -277,16 +277,10 @@ var profile = &messageStruct{
277277 protoID : 6 ,
278278 protoType : proto .TypeInt64 ,
279279 },
280- & SliceField {
281- fieldName : "CommentStrindices" ,
282- protoID : 7 ,
283- protoType : proto .TypeInt32 ,
284- returnSlice : int32Slice ,
285- },
286280 & TypedField {
287281 fieldName : "ProfileID" ,
288282 originFieldName : "ProfileId" ,
289- protoID : 8 ,
283+ protoID : 7 ,
290284 returnType : & TypedType {
291285 structName : "ProfileID" ,
292286 protoType : proto .TypeMessage ,
@@ -297,23 +291,23 @@ var profile = &messageStruct{
297291 },
298292 & PrimitiveField {
299293 fieldName : "DroppedAttributesCount" ,
300- protoID : 9 ,
294+ protoID : 8 ,
301295 protoType : proto .TypeUint32 ,
302296 },
303297 & PrimitiveField {
304298 fieldName : "OriginalPayloadFormat" ,
305- protoID : 10 ,
299+ protoID : 9 ,
306300 protoType : proto .TypeString ,
307301 },
308302 & SliceField {
309303 fieldName : "OriginalPayload" ,
310- protoID : 11 ,
304+ protoID : 10 ,
311305 protoType : proto .TypeBytes ,
312306 returnSlice : byteSlice ,
313307 },
314308 & SliceField {
315309 fieldName : "AttributeIndices" ,
316- protoID : 12 ,
310+ protoID : 11 ,
317311 protoType : proto .TypeInt32 ,
318312 returnSlice : int32Slice ,
319313 },
@@ -387,7 +381,7 @@ var valueTypeSlice = &messageSlice{
387381
388382var valueType = & messageStruct {
389383 structName : "ValueType" ,
390- description : "// ValueType describes the type and units of a value, with an optional aggregation temporality ." ,
384+ description : "// ValueType describes the type and units of a value." ,
391385 protoName : "ValueType" ,
392386 upstreamProto : "gootlpprofiles.ValueType" ,
393387 fields : []Field {
@@ -401,17 +395,6 @@ var valueType = &messageStruct{
401395 protoID : 2 ,
402396 protoType : proto .TypeInt32 ,
403397 },
404- & TypedField {
405- fieldName : "AggregationTemporality" ,
406- protoID : 3 ,
407- returnType : & TypedType {
408- structName : "AggregationTemporality" ,
409- protoType : proto .TypeEnum ,
410- messageName : "AggregationTemporality" ,
411- defaultVal : "AggregationTemporality(0)" ,
412- testVal : "AggregationTemporality(1)" ,
413- },
414- },
415398 },
416399}
417400
@@ -522,7 +505,7 @@ var location = &messageStruct{
522505 protoType : proto .TypeUint64 ,
523506 },
524507 & SliceField {
525- fieldName : "Line " ,
508+ fieldName : "Lines " ,
526509 protoID : 3 ,
527510 protoType : proto .TypeMessage ,
528511 returnSlice : lineSlice ,
0 commit comments