Class RecordMarkerCommandAttributes
Inheritance
RecordMarkerCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class RecordMarkerCommandAttributes : Google.Protobuf.IMessage<RecordMarkerCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
RecordMarkerCommandAttributes()
Declaration
public RecordMarkerCommandAttributes()
RecordMarkerCommandAttributes(RecordMarkerCommandAttributes)
Declaration
public RecordMarkerCommandAttributes(RecordMarkerCommandAttributes other)
Parameters
Fields
DetailsFieldNumber
Field number for the "details" field.
Declaration
public const int DetailsFieldNumber = null
Field Value
FailureFieldNumber
Field number for the "failure" field.
Declaration
public const int FailureFieldNumber = null
Field Value
HeaderFieldNumber
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
MarkerNameFieldNumber
Field number for the "marker_name" field.
Declaration
public const int MarkerNameFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Details
Declaration
public Google.Protobuf.Collections.MapField<string, Payloads> Details { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, Payloads> |
|
Failure
Declaration
public Failure Failure { get; set; }
Property Value
Header
Declaration
public Header Header { get; set; }
Property Value
MarkerName
Declaration
public string MarkerName { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<RecordMarkerCommandAttributes> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public RecordMarkerCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(RecordMarkerCommandAttributes)
Declaration
public bool Equals(RecordMarkerCommandAttributes other)
Parameters
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(RecordMarkerCommandAttributes)
Declaration
public void MergeFrom(RecordMarkerCommandAttributes other)
Parameters
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