Package io.dapr.v1

Interface DaprProtos.JobOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DaprProtos.Job, DaprProtos.Job.Builder
Enclosing class:
DaprProtos

public static interface DaprProtos.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    Job data.
    com.google.protobuf.AnyOrBuilder
    Job data.
    Optional: sets time at which or time interval before the callback is invoked for the first time.
    com.google.protobuf.ByteString
    Optional: sets time at which or time interval before the callback is invoked for the first time.
    The unique name for the job.
    com.google.protobuf.ByteString
    The unique name for the job.
    int
    Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
    The schedule for the job.
    com.google.protobuf.ByteString
    The schedule for the job.
    Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
    com.google.protobuf.ByteString
    Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
    boolean
    Job data.
    boolean
    Optional: sets time at which or time interval before the callback is invoked for the first time.
    boolean
    Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
    boolean
    The schedule for the job.
    boolean
    Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       The unique name for the job.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The unique name for the job.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasSchedule

      boolean hasSchedule()
       The schedule for the job.
       
      optional string schedule = 2;
      Returns:
      Whether the schedule field is set.
    • getSchedule

      String getSchedule()
       The schedule for the job.
       
      optional string schedule = 2;
      Returns:
      The schedule.
    • getScheduleBytes

      com.google.protobuf.ByteString getScheduleBytes()
       The schedule for the job.
       
      optional string schedule = 2;
      Returns:
      The bytes for schedule.
    • hasRepeats

      boolean hasRepeats()
       Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
       
      optional uint32 repeats = 3;
      Returns:
      Whether the repeats field is set.
    • getRepeats

      int getRepeats()
       Optional: jobs with fixed repeat counts (accounting for Actor Reminders).
       
      optional uint32 repeats = 3;
      Returns:
      The repeats.
    • hasDueTime

      boolean hasDueTime()
       Optional: sets time at which or time interval before the callback is invoked for the first time.
       
      optional string due_time = 4;
      Returns:
      Whether the dueTime field is set.
    • getDueTime

      String getDueTime()
       Optional: sets time at which or time interval before the callback is invoked for the first time.
       
      optional string due_time = 4;
      Returns:
      The dueTime.
    • getDueTimeBytes

      com.google.protobuf.ByteString getDueTimeBytes()
       Optional: sets time at which or time interval before the callback is invoked for the first time.
       
      optional string due_time = 4;
      Returns:
      The bytes for dueTime.
    • hasTtl

      boolean hasTtl()
       Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
       
      optional string ttl = 5;
      Returns:
      Whether the ttl field is set.
    • getTtl

      String getTtl()
       Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
       
      optional string ttl = 5;
      Returns:
      The ttl.
    • getTtlBytes

      com.google.protobuf.ByteString getTtlBytes()
       Optional: Time To Live to allow for auto deletes (accounting for Actor Reminders).
       
      optional string ttl = 5;
      Returns:
      The bytes for ttl.
    • hasData

      boolean hasData()
       Job data.
       
      .google.protobuf.Any data = 6;
      Returns:
      Whether the data field is set.
    • getData

      com.google.protobuf.Any getData()
       Job data.
       
      .google.protobuf.Any data = 6;
      Returns:
      The data.
    • getDataOrBuilder

      com.google.protobuf.AnyOrBuilder getDataOrBuilder()
       Job data.
       
      .google.protobuf.Any data = 6;