Interface StartOperationResponse.AsyncOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Link getLinks​(int index)
      repeated .temporal.api.nexus.v1.Link links = 2;
      int getLinksCount()
      repeated .temporal.api.nexus.v1.Link links = 2;
      java.util.List<Link> getLinksList()
      repeated .temporal.api.nexus.v1.Link links = 2;
      LinkOrBuilder getLinksOrBuilder​(int index)
      repeated .temporal.api.nexus.v1.Link links = 2;
      java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
      repeated .temporal.api.nexus.v1.Link links = 2;
      java.lang.String getOperationId()
      string operation_id = 1;
      com.google.protobuf.ByteString getOperationIdBytes()
      string operation_id = 1;
      • 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 Detail

      • getOperationId

        java.lang.String getOperationId()
        string operation_id = 1;
        Returns:
        The operationId.
      • getOperationIdBytes

        com.google.protobuf.ByteString getOperationIdBytes()
        string operation_id = 1;
        Returns:
        The bytes for operationId.
      • getLinksList

        java.util.List<Link> getLinksList()
        repeated .temporal.api.nexus.v1.Link links = 2;
      • getLinks

        Link getLinks​(int index)
        repeated .temporal.api.nexus.v1.Link links = 2;
      • getLinksCount

        int getLinksCount()
        repeated .temporal.api.nexus.v1.Link links = 2;
      • getLinksOrBuilderList

        java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
        repeated .temporal.api.nexus.v1.Link links = 2;
      • getLinksOrBuilder

        LinkOrBuilder getLinksOrBuilder​(int index)
        repeated .temporal.api.nexus.v1.Link links = 2;