Package

gopkg.in.bblfsh.sdk.v1.protocol

generated

Permalink

package generated

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Encoding extends GeneratedEnum

    Permalink
  2. final case class NativeParseRequest(filename: String = "", language: String = "", content: String = "", encoding: Encoding = ..., timeout: Option[Duration] = None) extends GeneratedMessage with Message[NativeParseRequest] with Updatable[NativeParseRequest] with Product with Serializable

    Permalink

    NativeParseRequest is a request to parse a file and get its native AST.

    NativeParseRequest is a request to parse a file and get its native AST.

    Annotations
    @SerialVersionUID()
  3. final case class NativeParseResponse(status: Status = ..., errors: Seq[String] = _root_.scala.collection.Seq.empty, elapsed: Option[Duration] = None, ast: String = "", language: String = "") extends GeneratedMessage with Message[NativeParseResponse] with Updatable[NativeParseResponse] with Product with Serializable

    Permalink

    NativeParseResponse is the reply to NativeParseRequest by the native parser.

    NativeParseResponse is the reply to NativeParseRequest by the native parser.

    Annotations
    @SerialVersionUID()
  4. final case class ParseRequest(filename: String = "", language: String = "", content: String = "", encoding: Encoding = ..., timeout: Option[Duration] = None) extends GeneratedMessage with Message[ParseRequest] with Updatable[ParseRequest] with Product with Serializable

    Permalink

    ParseRequest is a request to parse a file and get its UAST.

    ParseRequest is a request to parse a file and get its UAST.

    Annotations
    @SerialVersionUID()
  5. final case class ParseResponse(status: Status = ..., errors: Seq[String] = _root_.scala.collection.Seq.empty, elapsed: Option[Duration] = None, uast: Option[Node] = None, language: String = "") extends GeneratedMessage with Message[ParseResponse] with Updatable[ParseResponse] with Product with Serializable

    Permalink

    ParseResponse is the reply to ParseRequest.

    ParseResponse is the reply to ParseRequest.

    Annotations
    @SerialVersionUID()
  6. sealed trait Status extends GeneratedEnum

    Permalink
  7. final case class VersionRequest() extends GeneratedMessage with Message[VersionRequest] with Updatable[VersionRequest] with Product with Serializable

    Permalink

    VersionRequest is a request to get server version

    VersionRequest is a request to get server version

    Annotations
    @SerialVersionUID()
  8. final case class VersionResponse(status: Status = ..., errors: Seq[String] = _root_.scala.collection.Seq.empty, elapsed: Option[Duration] = None, version: String = "", build: Option[Timestamp] = None) extends GeneratedMessage with Message[VersionResponse] with Updatable[VersionResponse] with Product with Serializable

    Permalink

    VersionResponse is the reply to VersionRequest

    VersionResponse is the reply to VersionRequest

    Annotations
    @SerialVersionUID()

Value Members

  1. object Encoding extends GeneratedEnumCompanion[Encoding] with Serializable

    Permalink
  2. object GeneratedProto

    Permalink
  3. object NativeParseRequest extends GeneratedMessageCompanion[NativeParseRequest] with Serializable

    Permalink
  4. object NativeParseResponse extends GeneratedMessageCompanion[NativeParseResponse] with Serializable

    Permalink
  5. object ParseRequest extends GeneratedMessageCompanion[ParseRequest] with Serializable

    Permalink
  6. object ParseResponse extends GeneratedMessageCompanion[ParseResponse] with Serializable

    Permalink
  7. object ProtocolServiceGrpc

    Permalink
  8. object Status extends GeneratedEnumCompanion[Status] with Serializable

    Permalink
  9. object VersionRequest extends GeneratedMessageCompanion[VersionRequest] with Serializable

    Permalink
  10. object VersionResponse extends GeneratedMessageCompanion[VersionResponse] with Serializable

    Permalink

Ungrouped