BackendRule

com.google.api.backend.BackendRule$
See theBackendRule companion class
object BackendRule extends GeneratedMessageCompanion[BackendRule]

Attributes

Companion:
class
Source:
BackendRule.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BackendRule]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Source:
BackendRule.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Authentication extends GeneratedOneof

Attributes

Companion:
object
Source:
BackendRule.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
implicit class BackendRuleLens[UpperPB](_l: Lens[UpperPB, BackendRule]) extends ObjectLens[UpperPB, BackendRule]

Attributes

Source:
BackendRule.scala
Graph
Supertypes
class ObjectLens[UpperPB, BackendRule]
trait Lens[UpperPB, BackendRule]
trait Serializable
class Object
trait Matchable
class Any
final case class OverridesByRequestProtocolEntry(key: String, value: Option[BackendRule], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[OverridesByRequestProtocolEntry]

Attributes

Companion:
object
Source:
BackendRule.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object OverridesByRequestProtocolEntry extends GeneratedMessageCompanion[OverridesByRequestProtocolEntry]

Attributes

Companion:
class
Source:
BackendRule.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[OverridesByRequestProtocolEntry]
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class PathTranslation(val value: Int) extends GeneratedEnum

Path Translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.

Path Translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.

Path Translation is applicable only to HTTP-based backends. Backends which do not accept requests over HTTP/HTTPS should leave path_translation unspecified.

Attributes

Companion:
object
Source:
BackendRule.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object PathTranslation extends GeneratedEnumCompanion[PathTranslation]

Attributes

Companion:
class
Source:
BackendRule.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[PathTranslation]
trait Serializable
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source:
BackendRule.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source:
BackendRule.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source:
BackendRule.scala
def of(selector: String, address: String, deadline: Double, minDeadline: Double, operationDeadline: Double, pathTranslation: PathTranslation, authentication: Authentication, protocol: String, overridesByRequestProtocol: Map[String, BackendRule]): BackendRule

Attributes

Source:
BackendRule.scala
def parseFrom(`_input__`: CodedInputStream): BackendRule

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
BackendRule.scala
def scalaDescriptor: Descriptor

Attributes

Source:
BackendRule.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def merge(a: BackendRule, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala

Attributes

Source:
BackendRule.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source:
BackendRule.scala

Implicits

Implicits

final implicit def BackendRuleLens[UpperPB](_l: Lens[UpperPB, BackendRule]): BackendRuleLens[UpperPB]

Attributes

Source:
BackendRule.scala
implicit def messageCompanion: GeneratedMessageCompanion[BackendRule]

Attributes

Source:
BackendRule.scala
implicit def messageReads: Reads[BackendRule]

Attributes

Source:
BackendRule.scala