Class DescribeScheduleResponse
Inheritance
DescribeScheduleResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class DescribeScheduleResponse : Google.Protobuf.IMessage<DescribeScheduleResponse>, Google.Protobuf.IBufferMessage
Constructors
DescribeScheduleResponse()
Declaration
public DescribeScheduleResponse()
DescribeScheduleResponse(DescribeScheduleResponse)
Declaration
public DescribeScheduleResponse(DescribeScheduleResponse other)
Parameters
Fields
ConflictTokenFieldNumber
Field number for the "conflict_token" field.
Declaration
public const int ConflictTokenFieldNumber = null
Field Value
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
ScheduleFieldNumber
Field number for the "schedule" field.
Declaration
public const int ScheduleFieldNumber = null
Field Value
SearchAttributesFieldNumber
Field number for the "search_attributes" field.
Declaration
public const int SearchAttributesFieldNumber = null
Field Value
Properties
ConflictToken
This value can be passed back to UpdateSchedule to ensure that the
schedule was not modified between a Describe and an Update, which could
lead to lost updates and other confusion.
Declaration
public Google.Protobuf.ByteString ConflictToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Info
Extra schedule state info.
Declaration
public ScheduleInfo Info { get; set; }
Property Value
Memo
The memo and search attributes that the schedule was created with.
Declaration
public Memo Memo { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<DescribeScheduleResponse> Parser { get; }
Property Value
Schedule
The complete current schedule details. This may not match the schedule as
created because:
- some types of schedule specs may get compiled into others (e.g.
CronString into StructuredCalendarSpec)
- some unspecified fields may be replaced by defaults
- some fields in the state are modified automatically
- the schedule may have been modified by UpdateSchedule or PatchSchedule
Declaration
public Schedule Schedule { get; set; }
Property Value
SearchAttributes
Declaration
public SearchAttributes SearchAttributes { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public DescribeScheduleResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(DescribeScheduleResponse)
Declaration
public bool Equals(DescribeScheduleResponse 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(DescribeScheduleResponse)
Declaration
public void MergeFrom(DescribeScheduleResponse 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