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 Detail

      • 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.
      • 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.
      • getLinksList

        java.util.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

        java.util.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;