Interface CallbackOrBuilder

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

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

    • hasNexus

      boolean hasNexus()
      .temporal.api.common.v1.Callback.Nexus nexus = 2;
      Returns:
      Whether the nexus field is set.
    • getNexus

      Callback.Nexus getNexus()
      .temporal.api.common.v1.Callback.Nexus nexus = 2;
      Returns:
      The nexus.
    • getNexusOrBuilder

      Callback.NexusOrBuilder getNexusOrBuilder()
      .temporal.api.common.v1.Callback.Nexus nexus = 2;
    • hasInternal

      boolean hasInternal()
      .temporal.api.common.v1.Callback.Internal internal = 3;
      Returns:
      Whether the internal field is set.
    • getInternal

      Callback.Internal getInternal()
      .temporal.api.common.v1.Callback.Internal internal = 3;
      Returns:
      The internal.
    • getInternalOrBuilder

      Callback.InternalOrBuilder getInternalOrBuilder()
      .temporal.api.common.v1.Callback.Internal internal = 3;
    • getLinksList

      List<Link> getLinksList()
       Links associated with the callback. It can be used to link to underlying resources of the
       callback.
       
      repeated .temporal.api.common.v1.Link links = 100;
    • getLinks

      Link getLinks(int index)
       Links associated with the callback. It can be used to link to underlying resources of the
       callback.
       
      repeated .temporal.api.common.v1.Link links = 100;
    • getLinksCount

      int getLinksCount()
       Links associated with the callback. It can be used to link to underlying resources of the
       callback.
       
      repeated .temporal.api.common.v1.Link links = 100;
    • getLinksOrBuilderList

      List<? extends LinkOrBuilder> getLinksOrBuilderList()
       Links associated with the callback. It can be used to link to underlying resources of the
       callback.
       
      repeated .temporal.api.common.v1.Link links = 100;
    • getLinksOrBuilder

      LinkOrBuilder getLinksOrBuilder(int index)
       Links associated with the callback. It can be used to link to underlying resources of the
       callback.
       
      repeated .temporal.api.common.v1.Link links = 100;
    • getVariantCase

      Callback.VariantCase getVariantCase()