Interface CreateScheduleRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateScheduleRequest, CreateScheduleRequest.Builder

    @Generated(value="protoc",
               comments="annotations:CreateScheduleRequestOrBuilder.java.pb.meta")
    public interface CreateScheduleRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
         The namespace the schedule should be created in.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         The namespace the schedule should be created in.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getScheduleId

        java.lang.String getScheduleId()
         The id of the new schedule.
         
        string schedule_id = 2;
        Returns:
        The scheduleId.
      • getScheduleIdBytes

        com.google.protobuf.ByteString getScheduleIdBytes()
         The id of the new schedule.
         
        string schedule_id = 2;
        Returns:
        The bytes for scheduleId.
      • hasSchedule

        boolean hasSchedule()
         The schedule spec, policies, action, and initial state.
         
        .temporal.api.schedule.v1.Schedule schedule = 3;
        Returns:
        Whether the schedule field is set.
      • getSchedule

        Schedule getSchedule()
         The schedule spec, policies, action, and initial state.
         
        .temporal.api.schedule.v1.Schedule schedule = 3;
        Returns:
        The schedule.
      • getScheduleOrBuilder

        ScheduleOrBuilder getScheduleOrBuilder()
         The schedule spec, policies, action, and initial state.
         
        .temporal.api.schedule.v1.Schedule schedule = 3;
      • hasInitialPatch

        boolean hasInitialPatch()
         Optional initial patch (e.g. to run the action once immediately).
         
        .temporal.api.schedule.v1.SchedulePatch initial_patch = 4;
        Returns:
        Whether the initialPatch field is set.
      • getInitialPatch

        SchedulePatch getInitialPatch()
         Optional initial patch (e.g. to run the action once immediately).
         
        .temporal.api.schedule.v1.SchedulePatch initial_patch = 4;
        Returns:
        The initialPatch.
      • getInitialPatchOrBuilder

        SchedulePatchOrBuilder getInitialPatchOrBuilder()
         Optional initial patch (e.g. to run the action once immediately).
         
        .temporal.api.schedule.v1.SchedulePatch initial_patch = 4;
      • getIdentity

        java.lang.String getIdentity()
         The identity of the client who initiated this request.
         
        string identity = 5;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the client who initiated this request.
         
        string identity = 5;
        Returns:
        The bytes for identity.
      • getRequestId

        java.lang.String getRequestId()
         A unique identifier for this create request for idempotence. Typically UUIDv4.
         
        string request_id = 6;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         A unique identifier for this create request for idempotence. Typically UUIDv4.
         
        string request_id = 6;
        Returns:
        The bytes for requestId.
      • hasMemo

        boolean hasMemo()
         Memo and search attributes to attach to the schedule itself.
         
        .temporal.api.common.v1.Memo memo = 7;
        Returns:
        Whether the memo field is set.
      • getMemo

        Memo getMemo()
         Memo and search attributes to attach to the schedule itself.
         
        .temporal.api.common.v1.Memo memo = 7;
        Returns:
        The memo.
      • getMemoOrBuilder

        MemoOrBuilder getMemoOrBuilder()
         Memo and search attributes to attach to the schedule itself.
         
        .temporal.api.common.v1.Memo memo = 7;
      • hasSearchAttributes

        boolean hasSearchAttributes()
        .temporal.api.common.v1.SearchAttributes search_attributes = 8;
        Returns:
        Whether the searchAttributes field is set.
      • getSearchAttributes

        SearchAttributes getSearchAttributes()
        .temporal.api.common.v1.SearchAttributes search_attributes = 8;
        Returns:
        The searchAttributes.
      • getSearchAttributesOrBuilder

        SearchAttributesOrBuilder getSearchAttributesOrBuilder()
        .temporal.api.common.v1.SearchAttributes search_attributes = 8;