Interface NamespaceInfo.CapabilitiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAsyncUpdate()
      True if the namespace supports async update
      boolean getEagerWorkflowStart()
      True if the namespace supports eager workflow start.
      boolean getSyncUpdate()
      True if the namespace supports sync update
      • 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

      • getEagerWorkflowStart

        boolean getEagerWorkflowStart()
         True if the namespace supports eager workflow start.
         
        bool eager_workflow_start = 1;
        Returns:
        The eagerWorkflowStart.
      • getSyncUpdate

        boolean getSyncUpdate()
         True if the namespace supports sync update
         
        bool sync_update = 2;
        Returns:
        The syncUpdate.
      • getAsyncUpdate

        boolean getAsyncUpdate()
         True if the namespace supports async update
         
        bool async_update = 3;
        Returns:
        The asyncUpdate.