Class Memo
A user-defined set of unindexed fields that are exposed when listing/searching workflows
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class Memo : Google.Protobuf.IMessage<Memo>, Google.Protobuf.IBufferMessage
Constructors
Memo()
Declaration
Memo(Memo)
Declaration
Parameters
Type |
Name |
Description |
Memo |
other |
|
Fields
FieldsFieldNumber
Field number for the "fields" field.
Declaration
public const int FieldsFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Fields
Declaration
public Google.Protobuf.Collections.MapField<string, Payload> Fields { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, Payload> |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<Memo> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Memo> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(Memo)
Declaration
public bool Equals(Memo other)
Parameters
Type |
Name |
Description |
Memo |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Memo)
Declaration
public void MergeFrom(Memo other)
Parameters
Type |
Name |
Description |
Memo |
other |
|
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage