Interface DryRunScriptRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DryRunScriptRequest, DryRunScriptRequest.Builder

@Generated public interface DryRunScriptRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Mock input values for the trigger (port ID -> value).
    The instance ID for context (may be used for registry data).
    com.google.protobuf.ByteString
    The instance ID for context (may be used for registry data).
    Map<String, com.google.protobuf.Value>
    Deprecated.
    int
    Mock input values for the trigger (port ID -> value).
    Map<String, com.google.protobuf.Value>
    Mock input values for the trigger (port ID -> value).
    com.google.protobuf.Value
    getMockInputsOrDefault(String key, com.google.protobuf.Value defaultValue)
    Mock input values for the trigger (port ID -> value).
    com.google.protobuf.Value
    Mock input values for the trigger (port ID -> value).
    The ID of the saved script to dry-run.
    com.google.protobuf.ByteString
    The ID of the saved script to dry-run.
    The trigger node ID to start execution from.
    com.google.protobuf.ByteString
    The trigger node ID to start execution from.

    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

    • getInstanceId

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

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

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

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

      String getTriggerNodeId()
      The trigger node ID to start execution from.
      
      string trigger_node_id = 3;
      Returns:
      The triggerNodeId.
    • getTriggerNodeIdBytes

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

      int getMockInputsCount()
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;
    • containsMockInputs

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

      @Deprecated Map<String, com.google.protobuf.Value> getMockInputs()
      Deprecated.
      Use getMockInputsMap() instead.
    • getMockInputsMap

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

      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;
    • getMockInputsOrThrow

      com.google.protobuf.Value getMockInputsOrThrow(String key)
      Mock input values for the trigger (port ID -> value).
      
      map<string, .google.protobuf.Value> mock_inputs = 4;