Header
Class in Yarn
Inherits from System.Object
Summary
public sealed class Header : pb::IMessage<Header>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessageConstructors
| Name | Description |
|---|---|
| Header() | |
| Header(Header) |
Fields
| Name | Description |
|---|---|
| KeyFieldNumber | Field number for the “key” field. |
| ValueFieldNumber | Field number for the “value” field. |
Methods
| Name | Description |
|---|---|
| CalculateSize() | |
| Clone() | |
| Equals(object) | |
| Equals(Header) | |
| GetHashCode() | |
| MergeFrom(pb::CodedInputStream) | |
| MergeFrom(Header) | |
| ToString() | |
| WriteTo(pb::CodedOutputStream) |
Properties
| Name | Description |
|---|---|
| Descriptor | |
| Key | The name of the header. |
| Parser | |
| Value | The value of the header. |