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 Type
    Method
    Description
    getDiagnostics(int index)
    All diagnostics (errors and warnings) for the script graph.
    int
    All diagnostics (errors and warnings) for the script graph.
    All diagnostics (errors and warnings) for the script graph.
    All diagnostics (errors and warnings) for the script graph.
    All diagnostics (errors and warnings) for the script graph.

    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

    • getDiagnosticsList

      List<ValidationDiagnostic> getDiagnosticsList()
      All diagnostics (errors and warnings) for the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1;
    • getDiagnostics

      ValidationDiagnostic getDiagnostics(int index)
      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

      ValidationDiagnosticOrBuilder getDiagnosticsOrBuilder(int index)
      All diagnostics (errors and warnings) for the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 1;