Class ScheduleListEntry
ScheduleListEntry is returned by ListSchedules.
Inheritance
ScheduleListEntry
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ScheduleListEntry : Google.Protobuf.IMessage<ScheduleListEntry>, Google.Protobuf.IBufferMessage
Constructors
ScheduleListEntry()
Declaration
public ScheduleListEntry()
ScheduleListEntry(ScheduleListEntry)
Declaration
public ScheduleListEntry(ScheduleListEntry other)
Parameters
Fields
InfoFieldNumber
Field number for the "info" field.
Declaration
public const int InfoFieldNumber = null
Field Value
MemoFieldNumber
Field number for the "memo" field.
Declaration
public const int MemoFieldNumber = null
Field Value
ScheduleIdFieldNumber
Field number for the "schedule_id" field.
Declaration
public const int ScheduleIdFieldNumber = null
Field Value
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 |
|
Info
Declaration
public ScheduleListInfo Info { get; set; }
Property Value
Memo
Declaration
public Memo Memo { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ScheduleListEntry> Parser { get; }
Property Value
ScheduleId
Declaration
public string ScheduleId { get; set; }
Property Value
SearchAttributes
Declaration
public SearchAttributes SearchAttributes { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ScheduleListEntry Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ScheduleListEntry)
Declaration
public bool Equals(ScheduleListEntry other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ScheduleListEntry)
Declaration
public void MergeFrom(ScheduleListEntry 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