p
verrpc
package verrpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- final case class VersionRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[VersionRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- trait VersionerClient extends Versioner with VersionerClientPowerApi with PekkoGrpcClient
- Annotations
- @PekkoGrpcGenerated()
- trait VersionerClientPowerApi extends AnyRef
- Annotations
- @PekkoGrpcGenerated()
Value Members
- object VerrpcProto extends GeneratedFileObject
- object Version extends GeneratedMessageCompanion[Version]
- object VersionRequest extends GeneratedMessageCompanion[VersionRequest]
- object Versioner extends ServiceDescription
- Annotations
- @PekkoGrpcGenerated()
- object VersionerClient
- Annotations
- @PekkoGrpcGenerated()
- object VersionerHandler
- Annotations
- @ApiMayChange() @PekkoGrpcGenerated()