Class CreateScheduleRequest
(-- api-linter: core::0133::request-parent-required=disabled
aip.dev/not-precedent: CreateSchedule doesn't follow Google API format --)
(-- api-linter: core::0133::request-unknown-fields=disabled
aip.dev/not-precedent: CreateSchedule doesn't follow Google API format --)
(-- api-linter: core::0133::request-resource-behavior=disabled
aip.dev/not-precedent: field_behavior annotation not available in our gogo fork --)
(-- api-linter: core::0203::optional=disabled
aip.dev/not-precedent: field_behavior annotation not available in our gogo fork --)
Inheritance
CreateScheduleRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class CreateScheduleRequest : Google.Protobuf.IMessage<CreateScheduleRequest>, Google.Protobuf.IBufferMessage
Constructors
CreateScheduleRequest()
Declaration
public CreateScheduleRequest()
CreateScheduleRequest(CreateScheduleRequest)
Declaration
public CreateScheduleRequest(CreateScheduleRequest other)
Parameters
Fields
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
InitialPatchFieldNumber
Field number for the "initial_patch" field.
Declaration
public const int InitialPatchFieldNumber = null
Field Value
MemoFieldNumber
Field number for the "memo" field.
Declaration
public const int MemoFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
RequestIdFieldNumber
Field number for the "request_id" field.
Declaration
public const int RequestIdFieldNumber = null
Field Value
ScheduleFieldNumber
Field number for the "schedule" field.
Declaration
public const int ScheduleFieldNumber = null
Field Value
ScheduleIdFieldNumber
Field number for the "schedule_id" field.
Declaration
public const int ScheduleIdFieldNumber = null
Field Value
SearchAttributesFieldNumber
Field number for the "search_attributes" field.
Declaration
public const int SearchAttributesFieldNumber = 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
InitialPatch
Optional initial patch (e.g. to run the action once immediately).
Declaration
public SchedulePatch InitialPatch { get; set; }
Property Value
Memo
Memo and search attributes to attach to the schedule itself.
Declaration
public Memo Memo { get; set; }
Property Value
Namespace
The namespace the schedule should be created in.
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<CreateScheduleRequest> Parser { get; }
Property Value
RequestId
A unique identifier for this create request for idempotence. Typically UUIDv4.
Declaration
public string RequestId { get; set; }
Property Value
Schedule
The schedule spec, policies, action, and initial state.
Declaration
public Schedule Schedule { get; set; }
Property Value
ScheduleId
The id of the new schedule.
Declaration
public string ScheduleId { get; set; }
Property Value
SearchAttributes
Declaration
public SearchAttributes SearchAttributes { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public CreateScheduleRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(CreateScheduleRequest)
Declaration
public bool Equals(CreateScheduleRequest 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(CreateScheduleRequest)
Declaration
public void MergeFrom(CreateScheduleRequest 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