Packages

p

verrpc

package verrpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Version(commit: String = "", commitHash: String = "", version: String = "", appMajor: Int = 0, appMinor: Int = 0, appPatch: Int = 0, appPreRelease: String = "", buildTags: Seq[String] = _root_.scala.Seq.empty, goVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Version] with Product with Serializable

    commit

    A verbose description of the daemon's commit.

    commitHash

    The SHA1 commit hash that the daemon is compiled with.

    version

    The semantic version.

    appMajor

    The major application version.

    appMinor

    The minor application version.

    appPatch

    The application patch number.

    appPreRelease

    The application pre-release modifier, possibly empty.

    buildTags

    The list of build tags that were supplied during compilation.

    goVersion

    The version of go that compiled the executable.

    Annotations
    @SerialVersionUID()
  2. final case class VersionRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[VersionRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. trait Versioner extends AnyRef

    Versioner is a service that can be used to get information about the version and build information of the running daemon.

    Versioner is a service that can be used to get information about the version and build information of the running daemon.

    Annotations
    @PekkoGrpcGenerated()
  4. trait VersionerClient extends Versioner with VersionerClientPowerApi with PekkoGrpcClient
    Annotations
    @PekkoGrpcGenerated()
  5. trait VersionerClientPowerApi extends AnyRef
    Annotations
    @PekkoGrpcGenerated()

Value Members

  1. object VerrpcProto extends GeneratedFileObject
  2. object Version extends GeneratedMessageCompanion[Version]
  3. object VersionRequest extends GeneratedMessageCompanion[VersionRequest]
  4. object Versioner extends ServiceDescription
    Annotations
    @PekkoGrpcGenerated()
  5. object VersionerClient
    Annotations
    @PekkoGrpcGenerated()
  6. object VersionerHandler
    Annotations
    @ApiMayChange() @PekkoGrpcGenerated()

Ungrouped