Class DryRunScriptRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.DryRunScriptRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DryRunScriptRequestOrBuilder, Serializable

@Generated public final class DryRunScriptRequest extends com.google.protobuf.GeneratedMessage implements DryRunScriptRequestOrBuilder
Request to dry-run a script from a specific trigger node with mock inputs.
Protobuf type soulfire.v1.DryRunScriptRequest
See Also:
  • Field Details

    • INSTANCE_ID_FIELD_NUMBER

      public static final int INSTANCE_ID_FIELD_NUMBER
      See Also:
    • SCRIPT_ID_FIELD_NUMBER

      public static final int SCRIPT_ID_FIELD_NUMBER
      See Also:
    • TRIGGER_NODE_ID_FIELD_NUMBER

      public static final int TRIGGER_NODE_ID_FIELD_NUMBER
      See Also:
    • MOCK_INPUTS_FIELD_NUMBER

      public static final int MOCK_INPUTS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getInstanceId

      public String getInstanceId()
      The instance ID for context (may be used for registry data).
      
      string instance_id = 1;
      Specified by:
      getInstanceId in interface DryRunScriptRequestOrBuilder
      Returns:
      The instanceId.
    • getInstanceIdBytes

      public com.google.protobuf.ByteString getInstanceIdBytes()
      The instance ID for context (may be used for registry data).
      
      string instance_id = 1;
      Specified by:
      getInstanceIdBytes in interface DryRunScriptRequestOrBuilder
      Returns:
      The bytes for instanceId.
    • getScriptId

      public String getScriptId()
      The ID of the saved script to dry-run.
      
      string script_id = 2;
      Specified by:
      getScriptId in interface DryRunScriptRequestOrBuilder
      Returns:
      The scriptId.
    • getScriptIdBytes

      public com.google.protobuf.ByteString getScriptIdBytes()
      The ID of the saved script to dry-run.
      
      string script_id = 2;
      Specified by:
      getScriptIdBytes in interface DryRunScriptRequestOrBuilder
      Returns:
      The bytes for scriptId.
    • getTriggerNodeId

      public String getTriggerNodeId()
      The trigger node ID to start execution from.
      
      string trigger_node_id = 3;
      Specified by:
      getTriggerNodeId in interface DryRunScriptRequestOrBuilder
      Returns:
      The triggerNodeId.
    • getTriggerNodeIdBytes

      public com.google.protobuf.ByteString getTriggerNodeIdBytes()
      The trigger node ID to start execution from.
      
      string trigger_node_id = 3;
      Specified by:
      getTriggerNodeIdBytes in interface DryRunScriptRequestOrBuilder
      Returns:
      The bytes for triggerNodeId.
    • getMockInputsCount

      public int getMockInputsCount()
      Description copied from interface: DryRunScriptRequestOrBuilder
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
      Specified by:
      getMockInputsCount in interface DryRunScriptRequestOrBuilder
    • containsMockInputs

      public boolean containsMockInputs(String key)
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
      Specified by:
      containsMockInputs in interface DryRunScriptRequestOrBuilder
    • getMockInputs

      @Deprecated public Map<String, com.google.protobuf.Value> getMockInputs()
      Deprecated.
      Use getMockInputsMap() instead.
      Specified by:
      getMockInputs in interface DryRunScriptRequestOrBuilder
    • getMockInputsMap

      public Map<String, com.google.protobuf.Value> getMockInputsMap()
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
      Specified by:
      getMockInputsMap in interface DryRunScriptRequestOrBuilder
    • getMockInputsOrDefault

      public com.google.protobuf.Value getMockInputsOrDefault(String key, com.google.protobuf.Value defaultValue)
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
      Specified by:
      getMockInputsOrDefault in interface DryRunScriptRequestOrBuilder
    • getMockInputsOrThrow

      public com.google.protobuf.Value getMockInputsOrThrow(String key)
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
      Specified by:
      getMockInputsOrThrow in interface DryRunScriptRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DryRunScriptRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DryRunScriptRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DryRunScriptRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DryRunScriptRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DryRunScriptRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DryRunScriptRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DryRunScriptRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DryRunScriptRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DryRunScriptRequest.Builder newBuilder()
    • newBuilder

      public static DryRunScriptRequest.Builder newBuilder(DryRunScriptRequest prototype)
    • toBuilder

      public DryRunScriptRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DryRunScriptRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DryRunScriptRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DryRunScriptRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<DryRunScriptRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public DryRunScriptRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder