Public Attributes | List of all members
grpc_metadata Struct Reference

#include <grpc_types.h>

Public Attributes

struct {
   void *   obfuscated [4]
 
internal_data
 
grpc_slice key
 
grpc_slice value
 

Detailed Description

A single metadata element

Definition at line 537 of file grpc_types.h.

Member Data Documentation

◆ internal_data

struct { ... } grpc_metadata::internal_data

The following fields are reserved for grpc internal use. There is no need to initialize them, and they will be set to garbage during calls to grpc.

◆ key

grpc_slice grpc_metadata::key

the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time.

Definition at line 540 of file grpc_types.h.

◆ obfuscated

void* grpc_metadata::obfuscated[4]

Definition at line 547 of file grpc_types.h.

◆ value

grpc_slice grpc_metadata::value

Definition at line 541 of file grpc_types.h.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46