Class ListScheduleMatchingTimesResponse
Inheritance
ListScheduleMatchingTimesResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ListScheduleMatchingTimesResponse : Google.Protobuf.IMessage<ListScheduleMatchingTimesResponse>, Google.Protobuf.IBufferMessage
Constructors
ListScheduleMatchingTimesResponse()
Declaration
public ListScheduleMatchingTimesResponse()
ListScheduleMatchingTimesResponse(ListScheduleMatchingTimesResponse)
Declaration
public ListScheduleMatchingTimesResponse(ListScheduleMatchingTimesResponse other)
Parameters
Fields
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 |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<ListScheduleMatchingTimesResponse> Parser { get; }
Property Value
StartTime
Declaration
public Google.Protobuf.Collections.RepeatedField<Google.Protobuf.WellKnownTypes.Timestamp> StartTime { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.WellKnownTypes.Timestamp> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ListScheduleMatchingTimesResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ListScheduleMatchingTimesResponse)
Declaration
public bool Equals(ListScheduleMatchingTimesResponse 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(ListScheduleMatchingTimesResponse)
Declaration
public void MergeFrom(ListScheduleMatchingTimesResponse 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