Interface WaitDurablePromiseCompletionRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAwakeableId()
      string awakeable_id = 3;
      com.google.protobuf.ByteString getAwakeableIdBytes()
      string awakeable_id = 3;
      java.lang.String getDurablePromiseKey()
      string durable_promise_key = 2;
      com.google.protobuf.ByteString getDurablePromiseKeyBytes()
      string durable_promise_key = 2;
      • 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

      • getDurablePromiseKey

        java.lang.String getDurablePromiseKey()
        string durable_promise_key = 2;
        Returns:
        The durablePromiseKey.
      • getDurablePromiseKeyBytes

        com.google.protobuf.ByteString getDurablePromiseKeyBytes()
        string durable_promise_key = 2;
        Returns:
        The bytes for durablePromiseKey.
      • getAwakeableId

        java.lang.String getAwakeableId()
        string awakeable_id = 3;
        Returns:
        The awakeableId.
      • getAwakeableIdBytes

        com.google.protobuf.ByteString getAwakeableIdBytes()
        string awakeable_id = 3;
        Returns:
        The bytes for awakeableId.