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 TypeMethodDescriptionbooleancontainsMockInputs(String key) Mock input values for the trigger (port ID -> value).The instance ID for context (may be used for registry data).com.google.protobuf.ByteStringThe instance ID for context (may be used for registry data).Deprecated.intMock input values for the trigger (port ID -> value).Mock input values for the trigger (port ID -> value).com.google.protobuf.ValuegetMockInputsOrDefault(String key, com.google.protobuf.Value defaultValue) Mock input values for the trigger (port ID -> value).com.google.protobuf.ValueMock input values for the trigger (port ID -> value).The ID of the saved script to dry-run.com.google.protobuf.ByteStringThe ID of the saved script to dry-run.The trigger node ID to start execution from.com.google.protobuf.ByteStringThe trigger node ID to start execution from.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Mock input values for the trigger (port ID -> value).
map<string, .google.protobuf.Value> mock_inputs = 4; -
getMockInputs
Deprecated.UsegetMockInputsMap()instead. -
getMockInputsMap
-
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
Mock input values for the trigger (port ID -> value).
map<string, .google.protobuf.Value> mock_inputs = 4;
-