Interface ProtobufMessages.ActionQueue.SignalProcessInstanceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.ActionQueue.SignalProcessInstance, ProtobufMessages.ActionQueue.SignalProcessInstance.Builder
Enclosing class:
ProtobufMessages.ActionQueue

public static interface ProtobufMessages.ActionQueue.SignalProcessInstanceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes event = 2;
    optional string process_instance_id = 3;
    com.google.protobuf.ByteString
    optional string process_instance_id = 3;
    optional string type = 1;
    com.google.protobuf.ByteString
    optional string type = 1;
    boolean
    optional bytes event = 2;
    boolean
    optional string process_instance_id = 3;
    boolean
    optional string type = 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

    • hasType

      boolean hasType()
      optional string type = 1;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
      Returns:
      The bytes for type.
    • hasEvent

      boolean hasEvent()
      optional bytes event = 2;
      Returns:
      Whether the event field is set.
    • getEvent

      com.google.protobuf.ByteString getEvent()
      optional bytes event = 2;
      Returns:
      The event.
    • hasProcessInstanceId

      boolean hasProcessInstanceId()
      optional string process_instance_id = 3;
      Returns:
      Whether the processInstanceId field is set.
    • getProcessInstanceId

      String getProcessInstanceId()
      optional string process_instance_id = 3;
      Returns:
      The processInstanceId.
    • getProcessInstanceIdBytes

      com.google.protobuf.ByteString getProcessInstanceIdBytes()
      optional string process_instance_id = 3;
      Returns:
      The bytes for processInstanceId.