Interface CreateScriptResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateScriptResponse, CreateScriptResponse.Builder
@Generated
public interface CreateScriptResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDiagnostics(int index) Validation diagnostics (warnings) from building the script graph.intValidation diagnostics (warnings) from building the script graph.Validation diagnostics (warnings) from building the script graph.getDiagnosticsOrBuilder(int index) Validation diagnostics (warnings) from building the script graph.List<? extends ValidationDiagnosticOrBuilder> Validation diagnostics (warnings) from building the script graph.The complete script data including the generated ID.The complete script data including the generated ID.booleanThe complete script data including the generated ID.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
-
hasScript
boolean hasScript()The complete script data including the generated ID.
.soulfire.v1.ScriptData script = 1;- Returns:
- Whether the script field is set.
-
getScript
ScriptData getScript()The complete script data including the generated ID.
.soulfire.v1.ScriptData script = 1;- Returns:
- The script.
-
getScriptOrBuilder
ScriptDataOrBuilder getScriptOrBuilder()The complete script data including the generated ID.
.soulfire.v1.ScriptData script = 1; -
getDiagnosticsList
List<ValidationDiagnostic> getDiagnosticsList()Validation diagnostics (warnings) from building the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2; -
getDiagnostics
Validation diagnostics (warnings) from building the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2; -
getDiagnosticsCount
int getDiagnosticsCount()Validation diagnostics (warnings) from building the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2; -
getDiagnosticsOrBuilderList
List<? extends ValidationDiagnosticOrBuilder> getDiagnosticsOrBuilderList()Validation diagnostics (warnings) from building the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2; -
getDiagnosticsOrBuilder
Validation diagnostics (warnings) from building the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
-