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