Class PatchScheduleRequest
Inheritance
PatchScheduleRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class PatchScheduleRequest : Google.Protobuf.IMessage<PatchScheduleRequest>, Google.Protobuf.IBufferMessage
Constructors
PatchScheduleRequest()
Declaration
public PatchScheduleRequest()
PatchScheduleRequest(PatchScheduleRequest)
Declaration
public PatchScheduleRequest(PatchScheduleRequest other)
Parameters
Fields
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
PatchFieldNumber
Field number for the "patch" field.
Declaration
public const int PatchFieldNumber = null
Field Value
RequestIdFieldNumber
Field number for the "request_id" field.
Declaration
public const int RequestIdFieldNumber = 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 |
|
Identity
The identity of the client who initiated this request.
Declaration
public string Identity { get; set; }
Property Value
Namespace
The namespace of the schedule to patch.
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<PatchScheduleRequest> Parser { get; }
Property Value
Patch
Declaration
public SchedulePatch Patch { get; set; }
Property Value
RequestId
A unique identifier for this update request for idempotence. Typically UUIDv4.
Declaration
public string RequestId { get; set; }
Property Value
ScheduleId
The id of the schedule to patch.
Declaration
public string ScheduleId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public PatchScheduleRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(PatchScheduleRequest)
Declaration
public bool Equals(PatchScheduleRequest 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(PatchScheduleRequest)
Declaration
public void MergeFrom(PatchScheduleRequest 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