Contains metadata that can be attached to a variety of requests, like starting a workflow, and
can be propagated between, for example, workflows and activities.
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
public sealed class Header : Google.Protobuf.IMessage<Header>, Google.Protobuf.IBufferMessage
Constructors
Declaration
Declaration
public Header(Header other)
Parameters
Type |
Name |
Description |
Header |
other |
|
Fields
Field number for the "fields" field.
Declaration
public const int FieldsFieldNumber = null
Field Value
Properties
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Declaration
public Google.Protobuf.Collections.MapField<string, Payload> Fields { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, Payload> |
|
Declaration
public static Google.Protobuf.MessageParser<Header> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Header> |
|
Methods
Declaration
public int CalculateSize()
Returns
Declaration
Returns
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Declaration
public bool Equals(Header other)
Parameters
Type |
Name |
Description |
Header |
other |
|
Returns
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
Declaration
public void MergeFrom(Header other)
Parameters
Type |
Name |
Description |
Header |
other |
|
Declaration
public override string ToString()
Returns
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage