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