Class DescribeScheduleRequest
Inheritance
DescribeScheduleRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class DescribeScheduleRequest : Google.Protobuf.IMessage<DescribeScheduleRequest>, Google.Protobuf.IBufferMessage
Constructors
DescribeScheduleRequest()
Declaration
public DescribeScheduleRequest()
DescribeScheduleRequest(DescribeScheduleRequest)
Declaration
public DescribeScheduleRequest(DescribeScheduleRequest other)
Parameters
Fields
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
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Namespace
The namespace of the schedule to describe.
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<DescribeScheduleRequest> Parser { get; }
Property Value
ScheduleId
The id of the schedule to describe.
Declaration
public string ScheduleId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public DescribeScheduleRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(DescribeScheduleRequest)
Declaration
public bool Equals(DescribeScheduleRequest 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(DescribeScheduleRequest)
Declaration
public void MergeFrom(DescribeScheduleRequest 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