BackendRule

com.google.api.backend.BackendRule
See theBackendRule companion class

Attributes

Companion
class
Source
BackendRule.scala
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

Source
BackendRule.scala
Supertypes
class ObjectLens[UpperPB, BackendRule]
trait Lens[UpperPB, BackendRule]
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Source
BackendRule.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
BackendRule.scala
Supertypes
trait Sum
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

Inherited and Abstract types

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

Value members

Concrete methods

Attributes

Source
BackendRule.scala

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 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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
BackendRule.scala

Inherited methods

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

Concrete fields

final val ADDRESS_FIELD_NUMBER: 2

Attributes

Source
BackendRule.scala
final val DEADLINE_FIELD_NUMBER: 3

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala
final val PROTOCOL_FIELD_NUMBER: 9

Attributes

Source
BackendRule.scala
final val SELECTOR_FIELD_NUMBER: 1

Attributes

Source
BackendRule.scala

Attributes

Source
BackendRule.scala

Implicits

Implicits

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

Attributes

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

Attributes

Source
BackendRule.scala