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