Interface Response.PlaygroundFailure.ErrorDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumn()
      uint32 column = 2;
      java.lang.String getContext()
      string context = 3;
      com.google.protobuf.ByteString getContextBytes()
      string context = 3;
      int getLine()
      uint32 line = 1;
      • 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 Detail

      • getLine

        int getLine()
        uint32 line = 1;
        Returns:
        The line.
      • getColumn

        int getColumn()
        uint32 column = 2;
        Returns:
        The column.
      • getContext

        java.lang.String getContext()
        string context = 3;
        Returns:
        The context.
      • getContextBytes

        com.google.protobuf.ByteString getContextBytes()
        string context = 3;
        Returns:
        The bytes for context.