final case class BackendRule(selector: String = "", address: String = "", deadline: Double = 0.0, minDeadline: Double = 0.0, operationDeadline: Double = 0.0, pathTranslation: PathTranslation = ..., authentication: BackendRule.Authentication = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[BackendRule] with Product with Serializable

A backend rule provides configuration for an individual API element.

selector

Selects the methods to which this rule applies. Refer to [selector][google.api.DocumentationRule.selector] for syntax details.

address

The address of the API backend.

deadline

The number of seconds to wait for a response from a request. The default deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.

minDeadline

Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.

operationDeadline

The number of seconds to wait for the completion of a long running operation. The default is no deadline.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[BackendRule], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendRule
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BackendRule(selector: String = "", address: String = "", deadline: Double = 0.0, minDeadline: Double = 0.0, operationDeadline: Double = 0.0, pathTranslation: PathTranslation = ..., authentication: BackendRule.Authentication = ..., unknownFields: UnknownFieldSet = ...)

    selector

    Selects the methods to which this rule applies. Refer to [selector][google.api.DocumentationRule.selector] for syntax details.

    address

    The address of the API backend.

    deadline

    The number of seconds to wait for a response from a request. The default deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.

    minDeadline

    Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.

    operationDeadline

    The number of seconds to wait for the completion of a long running operation. The default is no deadline.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val address: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authentication: BackendRule.Authentication
  7. def clearAuthentication: BackendRule
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companion: BackendRule.type
    Definition Classes
    BackendRule → GeneratedMessage
  10. val deadline: Double
  11. def discardUnknownFields: BackendRule
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    BackendRule → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    BackendRule → GeneratedMessage
  17. def getJwtAudience: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val minDeadline: Double
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val operationDeadline: Double
  24. val pathTranslation: PathTranslation
  25. val selector: String
  26. def serializedSize: Int
    Definition Classes
    BackendRule → GeneratedMessage
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    BackendRule → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. def update(ms: (Lens[BackendRule, BackendRule]) ⇒ Mutation[BackendRule]*): BackendRule
    Definition Classes
    Updatable
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withAddress(__v: String): BackendRule
  38. def withAuthentication(__v: BackendRule.Authentication): BackendRule
  39. def withDeadline(__v: Double): BackendRule
  40. def withJwtAudience(__v: String): BackendRule
  41. def withMinDeadline(__v: Double): BackendRule
  42. def withOperationDeadline(__v: Double): BackendRule
  43. def withPathTranslation(__v: PathTranslation): BackendRule
  44. def withSelector(__v: String): BackendRule
  45. def withUnknownFields(__v: UnknownFieldSet): BackendRule
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    BackendRule → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[BackendRule]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped