Class ListScheduleMatchingTimesRequest
Inheritance
ListScheduleMatchingTimesRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ListScheduleMatchingTimesRequest : Google.Protobuf.IMessage<ListScheduleMatchingTimesRequest>, Google.Protobuf.IBufferMessage
Constructors
ListScheduleMatchingTimesRequest()
Declaration
public ListScheduleMatchingTimesRequest()
ListScheduleMatchingTimesRequest(ListScheduleMatchingTimesRequest)
Declaration
public ListScheduleMatchingTimesRequest(ListScheduleMatchingTimesRequest other)
Parameters
Fields
EndTimeFieldNumber
Field number for the "end_time" field.
Declaration
public const int EndTimeFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
ScheduleIdFieldNumber
Field number for the "schedule_id" field.
Declaration
public const int ScheduleIdFieldNumber = null
Field Value
StartTimeFieldNumber
Field number for the "start_time" field.
Declaration
public const int StartTimeFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
EndTime
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp EndTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Namespace
The namespace of the schedule to query.
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ListScheduleMatchingTimesRequest> Parser { get; }
Property Value
ScheduleId
The id of the schedule to query.
Declaration
public string ScheduleId { get; set; }
Property Value
StartTime
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp StartTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ListScheduleMatchingTimesRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ListScheduleMatchingTimesRequest)
Declaration
public bool Equals(ListScheduleMatchingTimesRequest 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(ListScheduleMatchingTimesRequest)
Declaration
public void MergeFrom(ListScheduleMatchingTimesRequest 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