Interface ValidateScriptResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidateScriptResponse, ValidateScriptResponse.Builder
@Generated
public interface ValidateScriptResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDiagnostics(int index) All diagnostics (errors and warnings) for the script graph.intAll diagnostics (errors and warnings) for the script graph.All diagnostics (errors and warnings) for the script graph.getDiagnosticsOrBuilder(int index) All diagnostics (errors and warnings) for the script graph.List<? extends ValidationDiagnosticOrBuilder> All diagnostics (errors and warnings) for the script graph.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
-
getDiagnosticsList
List<ValidationDiagnostic> getDiagnosticsList()All diagnostics (errors and warnings) for the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1; -
getDiagnostics
All diagnostics (errors and warnings) for the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1; -
getDiagnosticsCount
int getDiagnosticsCount()All diagnostics (errors and warnings) for the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1; -
getDiagnosticsOrBuilderList
List<? extends ValidationDiagnosticOrBuilder> getDiagnosticsOrBuilderList()All diagnostics (errors and warnings) for the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1; -
getDiagnosticsOrBuilder
All diagnostics (errors and warnings) for the script graph.
repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1;
-