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