package remote_registry
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
LoginCredentials(url: String = "", username: String = "", password: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- url
URL of the server, if empty use the default of the engine
- username
Username of the server
- password
Password of the server
- Annotations
- @SerialVersionUID()
-
final
case class
LoginRequest(credentials: Option[LoginCredentials] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- credentials
Credentials to validate If empty, the default is validated
- Annotations
- @SerialVersionUID()
-
final
case class
LoginResponse(token: Option[LoginToken] = _root_.scala.None, validUntil: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- token
the login token
- validUntil
until when the token is valid (optional)
- Annotations
- @SerialVersionUID()
-
final
case class
LoginToken(url: String = "", token: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- url
URL of the server to talk to
- token
Token of the server to talk to
- Annotations
- @SerialVersionUID()
-
final
case class
PullArtifactRequest(mantikId: String = "", token: Option[LoginToken] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- mantikId
Mantik Id to pull
- token
The login token to. If not set, the default backend is used
- Annotations
- @SerialVersionUID()
-
final
case class
PullArtifactResponse(artifact: Option[MantikArtifact] = _root_.scala.None, hull: Seq[MantikArtifact] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- artifact
The (main) artifact
- hull
The artifact hull
- Annotations
- @SerialVersionUID()
-
final
case class
PushArtifactRequest(mantikId: String = "", token: Option[LoginToken] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- mantikId
Mantik Id to push
- token
The login token to. If not set, the default backend is used
- Annotations
- @SerialVersionUID()
-
final
case class
PushArtifactResponse(artifact: Option[MantikArtifact] = _root_.scala.None, hull: Seq[MantikArtifact] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
- artifact
The (main) artifact
- hull
The artifact hull
- Annotations
- @SerialVersionUID()
Value Members
- object LoginCredentials extends GeneratedMessageCompanion[LoginCredentials] with HasBuilder[LoginCredentials] with Serializable
- object LoginRequest extends GeneratedMessageCompanion[LoginRequest] with HasBuilder[LoginRequest] with Serializable
- object LoginResponse extends GeneratedMessageCompanion[LoginResponse] with HasBuilder[LoginResponse] with Serializable
- object LoginToken extends GeneratedMessageCompanion[LoginToken] with HasBuilder[LoginToken] with Serializable
- object PullArtifactRequest extends GeneratedMessageCompanion[PullArtifactRequest] with HasBuilder[PullArtifactRequest] with Serializable
- object PullArtifactResponse extends GeneratedMessageCompanion[PullArtifactResponse] with HasBuilder[PullArtifactResponse] with Serializable
- object PushArtifactRequest extends GeneratedMessageCompanion[PushArtifactRequest] with HasBuilder[PushArtifactRequest] with Serializable
- object PushArtifactResponse extends GeneratedMessageCompanion[PushArtifactResponse] with HasBuilder[PushArtifactResponse] with Serializable
- object RemoteRegistryProto extends GeneratedFileObject
- object RemoteRegistryServiceGrpc