Class DeleteScheduleRequest
(-- api-linter: core::0135::request-name-required=disabled
aip.dev/not-precedent: DeleteSchedule doesn't follow Google API format --)
(-- api-linter: core::0135::request-unknown-fields=disabled
aip.dev/not-precedent: DeleteSchedule doesn't follow Google API format --)
Inheritance
DeleteScheduleRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class DeleteScheduleRequest : Google.Protobuf.IMessage<DeleteScheduleRequest>, Google.Protobuf.IBufferMessage
Constructors
DeleteScheduleRequest()
Declaration
public DeleteScheduleRequest()
DeleteScheduleRequest(DeleteScheduleRequest)
Declaration
public DeleteScheduleRequest(DeleteScheduleRequest 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
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 delete.
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<DeleteScheduleRequest> Parser { get; }
Property Value
ScheduleId
The id of the schedule to delete.
Declaration
public string ScheduleId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public DeleteScheduleRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(DeleteScheduleRequest)
Declaration
public bool Equals(DeleteScheduleRequest 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(DeleteScheduleRequest)
Declaration
public void MergeFrom(DeleteScheduleRequest 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