Interface CallbackInfo.UpdateWorkflowExecutionCompletedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CallbackInfo.UpdateWorkflowExecutionCompleted, CallbackInfo.UpdateWorkflowExecutionCompleted.Builder
Enclosing class:
CallbackInfo

public static interface CallbackInfo.UpdateWorkflowExecutionCompletedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string update_id = 1;
    com.google.protobuf.ByteString
    string update_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 Details

    • getUpdateId

      String getUpdateId()
      string update_id = 1;
      Returns:
      The updateId.
    • getUpdateIdBytes

      com.google.protobuf.ByteString getUpdateIdBytes()
      string update_id = 1;
      Returns:
      The bytes for updateId.