Interface RequestOrBuilder

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

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

    • hasMeta

      boolean hasMeta()
      .temporal.api.update.v1.Meta meta = 1;
      Returns:
      Whether the meta field is set.
    • getMeta

      Meta getMeta()
      .temporal.api.update.v1.Meta meta = 1;
      Returns:
      The meta.
    • getMetaOrBuilder

      MetaOrBuilder getMetaOrBuilder()
      .temporal.api.update.v1.Meta meta = 1;
    • hasInput

      boolean hasInput()
      .temporal.api.update.v1.Input input = 2;
      Returns:
      Whether the input field is set.
    • getInput

      Input getInput()
      .temporal.api.update.v1.Input input = 2;
      Returns:
      The input.
    • getInputOrBuilder

      InputOrBuilder getInputOrBuilder()
      .temporal.api.update.v1.Input input = 2;
    • getRequestId

      String getRequestId()
       The request ID of the request.
       
      string request_id = 3;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       The request ID of the request.
       
      string request_id = 3;
      Returns:
      The bytes for requestId.
    • getCompletionCallbacksList

      List<Callback> getCompletionCallbacksList()
       Callbacks to be called by the server when this update reaches a terminal state.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 4;
    • getCompletionCallbacks

      Callback getCompletionCallbacks(int index)
       Callbacks to be called by the server when this update reaches a terminal state.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 4;
    • getCompletionCallbacksCount

      int getCompletionCallbacksCount()
       Callbacks to be called by the server when this update reaches a terminal state.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 4;
    • getCompletionCallbacksOrBuilderList

      List<? extends CallbackOrBuilder> getCompletionCallbacksOrBuilderList()
       Callbacks to be called by the server when this update reaches a terminal state.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 4;
    • getCompletionCallbacksOrBuilder

      CallbackOrBuilder getCompletionCallbacksOrBuilder(int index)
       Callbacks to be called by the server when this update reaches a terminal state.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 4;
    • getLinksList

      List<Link> getLinksList()
       Links to be associated with this update.
       
      repeated .temporal.api.common.v1.Link links = 5;
    • getLinks

      Link getLinks(int index)
       Links to be associated with this update.
       
      repeated .temporal.api.common.v1.Link links = 5;
    • getLinksCount

      int getLinksCount()
       Links to be associated with this update.
       
      repeated .temporal.api.common.v1.Link links = 5;
    • getLinksOrBuilderList

      List<? extends LinkOrBuilder> getLinksOrBuilderList()
       Links to be associated with this update.
       
      repeated .temporal.api.common.v1.Link links = 5;
    • getLinksOrBuilder

      LinkOrBuilder getLinksOrBuilder(int index)
       Links to be associated with this update.
       
      repeated .temporal.api.common.v1.Link links = 5;