Class AcceptWorkflowUpdateCommandAttributes
Inheritance
AcceptWorkflowUpdateCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class AcceptWorkflowUpdateCommandAttributes : Google.Protobuf.IMessage<AcceptWorkflowUpdateCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
AcceptWorkflowUpdateCommandAttributes()
Declaration
public AcceptWorkflowUpdateCommandAttributes()
AcceptWorkflowUpdateCommandAttributes(AcceptWorkflowUpdateCommandAttributes)
Declaration
public AcceptWorkflowUpdateCommandAttributes(AcceptWorkflowUpdateCommandAttributes other)
Parameters
Fields
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
Field number for the "meta" field.
Declaration
public const int MetaFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Declaration
public Input Input { get; set; }
Property Value
Declaration
public Meta Meta { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<AcceptWorkflowUpdateCommandAttributes> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public AcceptWorkflowUpdateCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(AcceptWorkflowUpdateCommandAttributes)
Declaration
public bool Equals(AcceptWorkflowUpdateCommandAttributes 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(AcceptWorkflowUpdateCommandAttributes)
Declaration
public void MergeFrom(AcceptWorkflowUpdateCommandAttributes 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